
/*
Theme Name: JA Sedlak Theme
Theme URI: http://www.ggcomm.com/
Author: Goldstein Group Communications
Author URI: http://www.ggcomm.com/
Description: JA Sedlak 2021 Website Design by the Goldstein Web Team
Version: 1.0
*/

/*
 * BASE
 */

 :root{
   --black: #000000;
   --white: #ffffff;
	 --pale: #f4f4f4;
   --medium: #6d7174;
   --dark: #464646;
	 --green: #5fb157;
   --blue: #2e66ae;
   --lt_blue: #c0d1e7;
}

*{
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.no-smooth{
  scroll-behavior: unset;
}
body, html {
	font-family: 'Arimo', sans-serif;
  font-size: 16px;
	color: #545454;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body{
  /* margin-bottom: 60px; */
  padding: 0 !important
}

body.logged-in.admin-bar .site-header {
	top: 32px;
}

@media (min-width: 1500px){
  .container {
      max-width: 1400px !important;
  }
}

#wpadminbar{
  z-index: 9999;
}

.pe-none{
  pointer-events: none !important;
}

h1 {
	color: #2e66ae;
  font-size: 47px;
  line-height: 50px;
  font-family: 'Arimo', sans-serif;
  font-weight: 300;
}

h2 {
  color: #2e66ae;
  font-size: 35px;
  line-height: 50px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}

h3{
  color: #2e66ae;
  font-size: 27px;
  line-height: 31px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}

h4{
  color: #2e66ae;
  font-size: 22px;
  line-height: 25px;
  font-family: 'Arimo', sans-serif;
  font-weight: 700;
}


p {
	font-family: 'Arimo', sans-serif;
  color: #545454;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

p < a{
	font-size: 'Arimo', sans-serif;
  color: #2e66ae;
  text-decoration: underline;
}

li.gfield{
  list-style: none !important;
}



::selection {
  background: #2e66ae; /* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #2e66ae; /* Gecko Browsers */
  color:#fff;
}

@media (min-width: 1200px){
  .container {
      max-width: 1200px;
  }
}


/* BUTTON STYLES */

.btn{
  border-radius: 0px;
  font-size: 1.15em;
  padding: 0.5em;
  text-align: center;
}

.btn-black{
  border: 1px solid #000;
  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 'Arimo', sans-serif;
  font-weight: 600;
  border-radius: 12px;
}

.btn-black:hover{
  border: 1px solid #000;
  background: #fff;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 12px;
}

a.black-button-text{
  font-weight: 700;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 1.1rem;
}




#main a{
  color: #2e66ae;
  text-decoration: underline;
  transition: all 0.25s ease;
}

#main a:hover{
  color: #545454;
}

#main ul li:not(.menu-item):before{
  content: '';
  background-color: #2e66ae;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.55rem;
  left: -1.25rem;
  /* border-radius: 50%; */
}

#main ul li ,
#main ol li {
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
}

#main ul li{
  list-style: none;
  position: relative;
}

/* #main ul li:before{
  content: '';
  background-color: #da3b33;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0.55rem;
  left: -1rem;
  border-radius: 50%;
} */

.sticky{
  width: 100%;
  position: fixed;
  z-index: 1000;
}


.clearfix{ clear: both;}
.aligncenter{ display: block;margin: auto;}
.alignleft{ display: block;float: left;}
.alignright{ display: block;float: right;}
.text-center{text-align:center;}
.animate_this{ opacity: 0;}

.pad-bot-0{ padding-bottom: 0rem;}
.pad-bot-1{ padding-bottom: 2rem;}
.pad-bot-2{ padding-bottom: 5rem;}
.pad-bot-3{ padding-bottom: 7rem;}
.pad-bot-4{ padding-bottom: 10rem;}

@media (max-width: 576px) {
	.pad-bot-0{ padding-bottom: 0rem;}
	.pad-bot-1{ padding-bottom: 1rem;}
	.pad-bot-2{ padding-bottom: 2rem;}
	.pad-bot-3{ padding-bottom: 4rem;}
	.pad-bot-4{ padding-bottom: 6rem;}
}

.pad-top-0{ padding-top: 0rem;}
.pad-top-1{ padding-top: 2rem;}
.pad-top-2{ padding-top: 5rem;}
.pad-top-3{ padding-top: 7rem;}
.pad-top-4{ padding-top: 10rem;}

@media (max-width: 576px) {
	.pad-top-0{ padding-top: 0rem;}
	.pad-top-1{ padding-top: 1rem;}
	.pad-top-2{ padding-top: 2rem;}
	.pad-top-3{ padding-top: 4rem;}
	.pad-top-4{ padding-top: 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;}

@media (max-width: 576px) {
	.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: 3rem;}
	.mar-4{ margin-top: 4rem; margin-bottom: 4rem;}
}

.h-40{
	height: 40%!important;
}

.h-60{
	height: 60%!important;
}

.del-100{
  animation-delay: 100ms !important;
  transition-delay: 100ms !important;
}

.del-250{
  animation-delay: 250ms !important;
  transition-delay: 250ms !important;
}

.del-400{
  animation-delay: 400ms !important;
  transition-delay: 400ms !important;
}

.del-500{
  animation-delay: 500ms !important;
  transition-delay: 500ms !important;
}

.del-750{
  animation-delay: 750ms !important;
  transition-delay: 750ms !important;
}

.del-1s,
.del-1000{
  animation-delay: 1s !important;
  transition-delay: 1s !important;
}

.del-1500{
  animation-delay: 1500ms !important;
  transition-delay: 1500ms !important;
}

.del-2s,
.del-2000{
  animation-delay: 2s !important;
  transition-delay: 2s !important;
}

.del-3s{
  animation-delay: 3s !important;
  transition-delay: 3s !important;
}

.del-4s{
  animation-delay: 4s !important;
  transition-delay: 4s !important;
}

.del-5s{
  animation-delay: 5s !important;
  transition-delay: 5s !important;
}

.del-6s{
  animation-delay: 6s !important;
  transition-delay: 6s !important;
}


.duration-250{
  animation-duration: 250ms !important;
}

.duration-500{
  animation-duration: 500ms !important;
}

.duration-750{
  animation-duration: 750ms !important;
}

.duration-1s{
  animation-duration: 1s !important;
}

.duration-1500{
  animation-duration: 1500ms !important;
}

.duration-2s{
  animation-duration: 2s !important;
}

.duration-3s{
  animation-duration: 3s !important;
}

.duration-6s{
  animation-duration: 6s !important;
}

/*Header */

.admin-bar nav.ggc_multibox {
  top: 32px !important;
}

/* @media (min-width: 991px) {
  .logo-wrapper{
    z-index: 99999999;
    background-color: #fff;
  }
} */

/* .logo-wrapper img#site_logo{
  max-height: 50px;
} */


.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

@media (min-width: 991px) {
  .navbar-toggler{
    display: none;
  }
}

.navbar-toggler{
  height: 62px;
  width: 62px;
  outline: none !important;
  box-shadow: none !important;
  z-index: 99999999999;
  position: relative;
  color: #2e66ae;
  padding: .5rem 0;
}
.navbar-toggler .menu_bars{
  margin-top: .5em;
  margin-right: .5em;
}
.navbar-toggler .menu_bars .bar{
  display: block;
  height: 2px;
  margin-bottom: 8px;
  background: #2e66ae;
  position: relative;
}

.bar-1{
  width: 80%;
  left: 20%;
  transition: all 0.1s ease-in-out;
}
.bar-2{
  width: 45%;
  left: 55%;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}
.bar-3{
  width: 65%;
  left: 35%;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.2s;
}

.navbar-toggler .menu_bars:hover .bar-1{
  width: 90%;
  left: 10%;
}
.navbar-toggler .menu_bars:hover .bar-2{
  width: 65%;
  left: 35%;
}
.navbar-toggler .menu_bars:hover .bar-3{
  width: 75%;
  left: 25%;
}


@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0rem;
      padding-left: 0rem;
  }
}


header{
  background: #fff;

}

header .header-border{
  border-bottom: 6px solid #f7f7f7;
}
.footer-border{
  border-bottom: 6px solid #f7f7f7;
}

.dropdown-toggle::after{display: none;} /* REMOVE DROPDOWN ARROW */
.dropdown-item{ white-space: break-spaces !important; transition: all 0.15s ease; }
.dropdown-item:focus, .dropdown-item:hover{ background-color: #f2f2f2; }
.dropdown-item:active{ color: #2e66ae;}
@media (min-width: 992px){
  .navbar .nav-item .dropdown-menu {
      margin-top: 2px !important;
  }
}


.header_contact_link a{
  color: #5fb157;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.66em;
  padding-top: 0.5em;
  display: inline-block;
  transition: all 0.15s ease-in-out;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.header_contact_link a:hover{
  color:#fff !important;
}

.header_contact_link a:after{
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  position: absolute;
  background-color: #5fb157 !important;
  transition: all 0.15s ease-in-out;
  z-index: 1;
  top: 100%;
  left: 0;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #409138;
}

.header_contact_link a span{
  z-index: 99;
  position: relative;
}


.header_contact_link a:before{
  content: '';
  display: block;
  bottom: -1%;
  left: 0;
  width: 100%;
  height: 0%;
  position: absolute;
  background-color: rgba(95,177,87,0) !important;
  transition: all 0.15s ease-out;
}

.header_contact_link a:hover:before{
  height: 100%;
  background-color: rgba(64,145,56,1) !important;
}






/* .header_contact_link a:hover{
  color: #2e66ae;
  border-bottom: 6px solid #2e66ae;
} */


.top-right-menu ul,
.top-right-menu ul > li{
  padding: 0 !important;
  margin: 0;
}
.top-right-menu ul > li{
display: inline-block;
}

.top-right-menu a:first-child{
  padding-left: 0.75em;
}

.top-right-menu a{
  font-size: 0.9em;
  color: #6d7174;
  font-weight: 600;
}
.top-right-menu a:hover{
  color: #2e66ae;
}

.top-right-menu li:hover > ul.dropdown-menu{
  display: block;
  right: 0;
  left: unset;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 3px;
}

.top-right-menu ul > li > ul.dropdown-menu{
  min-width: 10em;
  padding: 0.5em 0 !important;
}

.top-right-menu ul > li > ul.dropdown-menu > li > a{
  padding: 0.25em 1.5em !important;
  font-weight: 400;
}

.top-right-menu li:hover > ul.dropdown-menu li{
  display: block;
}

.top-right-menu li.dropdown:hover:after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2e66ae;

}



ul#menu-top-right-menu > li{
  padding: 0 1em;
}

ul#menu-primary-menu > li{
  padding: 0 1.25em;
  border-right: 1px solid #ddd;
}

ul#menu-primary-menu > li:first-child{
  padding: 0 1.25em 0 0.75em;
}

ul#menu-primary-menu > li:last-child{
  border-right: 0px solid #ddd;
}

ul#menu-primary-menu > li > a{
  font-size: 0.9em;
  color: #6d7174;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}

ul#menu-primary-menu > li > a:hover{
  color: #2e66ae;
}

ul#menu-primary-menu > li.dropdown:hover:after{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background:  #2e66ae;
  position: absolute;
  bottom: -8px;
  left: 0;
}


ul#menu-primary-menu > li:hover > ul{
  display: block;
}

ul#menu-primary-menu ul.dropdown-menu:after{
  content: '';
  display: block;
  width: 50%;
  height: 1.5em;
  position: absolute;
  top: -1em;
  left: 0;
  /* border: 1px solid red; */
}

ul#menu-primary-menu .dropdown-menu{
  min-width: 16em;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  position: absolute;
  margin-top: 0.5em !important;
}

ul#menu-primary-menu .dropdown-menu li a{
  color: #6d7174;
  font-size: 0.95em;
}

ul#menu-primary-menu .dropdown-menu li a:hover{
  color:  #2e66ae;
}

@media only screen and (max-width: 992px) {

  .mm-green a{
    color: #5fb157 !important;
  }

  #sedlak_navigation{
    padding-top: 1em !important;
  }

  ul#menu-primary-menu li a{
    padding: 0.5em !important;
  }

  ul#menu-primary-menu .dropdown-menu{
    width: 100%;
    border: 0px solid #fff;
    background: transparent;
    position: relative;
    padding-left: 1em;
    margin-top: 0 !important;
    padding-top: 0 !important;
    font-size: 0.95em;
  }

  ul#menu-primary-menu > li.dropdown:before{
    content: '\f078';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 0;
    color: #6d7174;
    padding: 0.5em;
  }

  ul#menu-primary-menu > li.dropdown:hover:after{
    display: none;
  }

  ul#menu-primary-menu > li{
    border-right: 0px solid #ddd !important;
    border-bottom: 1px solid #f1f2f3;
  }



}


@media only screen and (max-width: 1500px) {
  ul#menu-primary-menu > li{
    padding: 0 0.75em;
    border-right: 1px solid #ddd;
  }

  /* ul#menu-primary-menu > li:first-child{
    padding: 0 0.75em 0 0.5em;
  } */
}


.social-search{
  line-height: 2em;
}


header #siteSearch{
  position: absolute;
  transform:translateX(-100%);
  border: 1px solid #fff;
  width: 0%;
  transition: all 0.5s ease ;
  padding:0;
}

header .search-wrap:hover #siteSearch{
  width: calc(100% - 135px);
  padding-left: .66em;
  border: 1px solid #efefef;
}

@media only screen and (max-width: 1024px) {
  header .search-wrap #siteSearch,
  header .search-wrap:hover #siteSearch{
    width: 56%;
    padding-left: .66em;
    border: 1px solid #efefef;
  }
}

header .social-search button{
  border: 0px solid #000;
  font-size: 1.33rem;
  margin-right: .5em;
  border-radius: 3px;
  background: transparent;
  color: #6d7174;
}

header .social-search a{
  font-size: 1.66rem;
  padding-left: 0.25em;
  color: #6d7174;
}
header .social-search a:hover,
header .social-search button:hover{
  color: #2e66ae;
  cursor: pointer;
}


section.page-title{
  background: #2e66ae;
}

section.page-title h1{
  color: #fff;
  font-size: 1.25em;
}

footer{
  color: #6d7174;
}

footer ul.footer_nav{
  padding: 0;
  margin: 0;
}

footer ul.footer_nav li{
  list-style: none;
  display: inline-block;
}

footer ul.footer_nav li a{
  color: #2e66ae;
  padding: 0.25em !important;
}

footer ul.footer_nav li a:hover{
  text-decoration: underline;
}



footer .contact_mobile{
  position: fixed;
  font-weight: 700;
  right: 1em;
  bottom: 2.5em;
  padding: .3em 1.66em;
  background: #5fb157;
  border: 1px solid #5fb157;
  text-shadow: 1px 1px 1px #498e41;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 4px;
}

.home footer .contact_mobile{
  animation-duration: 1s;
  animation-delay: 2s;
  animation-name: slidein;
  animation-timing-function: ease-in-out;
  transform: translateX( 500% );
  animation-fill-mode: forwards;
}


@keyframes slidein {
  from {
    transform: translateX( 500% );
  }

  to {
    transform: translateX( 0% );
  }
}


/* :root{
  --black: #000000;
  --white: #ffffff;
  --pale: #f4f4f4;
  --medium: #6d7174;
  --dark: #464646;
  --green: #5fb157;
  --blue: #2e66ae;
  --lt_blue: #c0d1e7;
} */


.resource-list .col .play_dot{
  position: absolute;
  display: block;
  background: #2e66ae;
  width: 3em;
  height: 3em;
  top: 1.75em;
  left: 1.5em;
  transform: translate(-50%, -50%);
  line-height: 3em;
  text-align: center;
  color:#fff;
  border-radius: 50%;
  pointer-events: none;
}

.resource-list .col .play_dot .play_icon{
  font-size: 1.5em;
  text-indent: 2px;
  margin-top: 1px;
  opacity: 1;
}

.resource-list .col .play_dot.animated .play_icon{
  transform: rotate(0deg);
}

.resource-list .video-list a{
  padding-left: 4em;
}

.resource-list p{
  margin: 0;
  padding: 0;
}

.resource-list a{
  text-decoration: none !important;
  color: rgb(67, 67, 67) !important;
}

.resource-list span.link{
  color: #2e66ae;
}




.whitepaper h2{
  color: #464646;
  font-size: 25px;
  position: relative;
}

.whitepaper h2:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 40%;
  background: #5fb157;
}

.whitepaper .sidebar{
  background: #f4f4f4;
}

.whitepaper .sidebar h3{
  color: #5fb157;
}
/* .whitepaper .sidebar{
  background: #f4f4f4;
} */
.whitepaper .gform_wrapper.gravity-theme .gform_footer input{
  background: #5fb157;
  color: #fff;
  border: 0px solid #5fb157;
  padding: 0.66em 3em;
  font-weight: 700;
  cursor: pointer;
}

main.no-scroll{
  overflow: hidden;
}



.whitepaper-modal-lg a{
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background: #5fb157;
  color: #fff !important;
  border: 2px solid #5fb157;
  z-index: 9999;
  opacity: 1;
  border-radius: 3px;
}


.whitepaper-modal-lg a:hover,
.whitepaper-modal-lg a:active{
  background: #fff;
  color: #5fb157 !important;
  border: 2px solid #5fb157;
  opacity: 1;
  text-decoration: none !important;
}

.whitepaper-modal-lg a.close{
  bottom: 1em;
  right: 1.5em;
  width: 64px;
}


.whitepaper-modal-lg a.download{
  bottom: 1em;
  left: 1em;
  max-width: 11em;
}

/* :root{
  --black: #000000;
  --white: #ffffff;
  --pale: #f4f4f4;
  --medium: #6d7174;
  --dark: #464646;
  --green: #5fb157;
  --blue: #2e66ae;
  --lt_blue: #c0d1e7;
} */


.profile h4{
  color: #464646;
}

.profile h6{
  color: #2e66ae;
  font-style: italic;
  font-weight: 400;
}


.profile .connect-icons i{
  font-size: 2em;
}








@media all and (max-width: 767px) {
  .search-results .search_terms{
    border-bottom: 2px solid #e05929;
  }
  .search-results .searchbox  .search-label{
    color: #e05929;
    width: 100%;
    font-size: 1.5rem;
    display: block;
  }
  .search-results .searchbox #searchPageInput{
    font-size: 1.5em;
    border: 0px solid #fff;
    outline: none;
    width: calc(100% - 60px);
    display: inline-block;
  }
  .search-results .searchbox #searchPageSubmit{
    height: 38px;
    width: 38px;
    font-size: 1.5rem;
    line-height: 38px;
    border: 0px solid transparent;
    color: #545454;
    background: transparent;
    cursor: pointer;
    z-index: 999;
  }
  .search-results .searchbox #searchPageSubmit:hover{
    color: #e05929;
  }
}


@media all and (min-width: 768px) {

  .search-results .searchbox{
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .search-results .searchbox  .search-label:before{
    content: '';
    bottom: 0;
    right: 0;
    width: 750px;
    height: 2px;
    background: #e05929;
    display: block;
    position: absolute;
    transform: translateX( 100% );
  }

  .search-results .searchbox  .search-label{
    color: #e05929;
    font-size: 2em;
    display: inline-block;
    position: relative;
  }

  .search-results .searchbox #searchPageInput{
    color: #545454;
    font-size: 2em;
    border: 0px solid #fff;
    outline: none;
    width: 69%;
  }
  .search-results .searchbox #searchPageSubmit{
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    font-size: 2rem;
    line-height: 48px;
    border: 0px solid transparent;
    color: #545454;
    background: transparent;
    cursor: pointer;
    z-index: 999;
  }
  .search-results .searchbox #searchPageSubmit:hover{
    color: #e05929;
  }


}












.search-results-grid h3{
  font-size: 1.1em;
  line-height: 1.4rem;
  font-weight: 700;
}

.search-results-grid .tile-border{
  border: 1px solid #ccc;
  background: #f1f2f3;
}

.search-results-grid .content-type{
  background: #f1f2f3;
  color: #e05929;
  font-weight: 400;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

.search-results-grid .type-filter .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.search-results-grid .type-filter  .button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.search-results-grid .type-filter .button:active,
.search-results-grid .type-filter .button.is-checked {
  background-color: #28F;
}

.search-results-grid .type-filter .button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.search-results-grid .type-filter .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.search-results-grid .filter-label{
  font-weight: 700;
  font-size: 1.1em;
  margin-right: 1em;
  min-width: 4em;
  height: 2.25em;
  line-height: 2.5em;
}


.search-results-grid .btn-secondary{
  background: #fff;
  color: #da3b33;
  border: 1px solid  #ccc;
  padding: 0.5em 1em;
  line-height: auto !important;
}

.search-results-grid .btn-secondary:hover{
  background: #3e4c9b;
  color: #fff;
}

.search-results-grid .btn-secondary:not(:disabled):not(.disabled).active,
.search-results-grid .btn-secondary:not(:disabled):not(.disabled):active,
.search-results-grid .show>.btn-secondary.dropdown-toggle{
  background: #3e4c9b;
  color: #fff;
}

.search-results-grid .btn-group .btn:first-of-type{
  border-radius: 10px 0 0 10px !important;
}

.search-results-grid .btn-group .btn:last-of-type{
  border-radius: 0 10px 10px 0 !important;
}

.search-results-grid .topic_filter .button.dropdown-label{
  padding: 0.75em 2em;
  background: #fff;
  color: #75797d;
  border: 1px solid #ccc;
  border-radius: 10px 0 0 10px !important;
  height: 3em;
  margin-bottom: 0;
}

.search-results-grid .topic_filter .btn-danger{
  border-radius: 0 10px 10px 0 !important;
  text-align: center;
  height: 3em;
  border: none;
  padding: 0 0.75em;
  background: #5fb157;
}

.search-results-grid .btn-group .topic-filter .btn:first-of-type{
  border-radius: 0 !important
}

.search-results-grid .btn-group .topic-filter .btn:last-of-type{
  border-radius: 0 !important
}

.search-results-grid .btn-group .topic-filter .btn.btn-secondary{
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  border-bottom: 1px solid #eee !important;
  text-align: left;
}

.search-results-grid .btn-group .topic-filter input[type="radio"]{
  width: 1px; height: 1px;
  overflow: hidden;
  opacity: 0;
}

.search-results-grid .topic_filter .dropdown-menu{
  min-width: 13em !important;
}

.search-results-grid label{
  font-weight: 700;
  color: #000;
  position: relative;
}

.search-results-grid select{
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ccc;
  color: #555;
  padding: 0.5em 5em 0.5em 1em;
  border-radius: .5em;
  width: 100%;
  outline: none !important;
}

.search-results-grid button{
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 0 .5em .5em 0;
  background-color: #eeeeee;
  color: #5fb157;
  margin: 0;
  right: 0;
  position: absolute;
  outline: none !important;
  pointer-events: none;
}





/* Search Page / 404 Page Search Box */


@media all and (max-width: 767px) {
  .search-results .search_terms{
    border-bottom: 2px solid #5fb157;
  }
  .search-results .searchbox  .search-label{
    color: #5fb157;
    width: 100%;
    font-size: 1.5rem;
    display: block;
  }
  .search-results .searchbox #searchPageInput{
    font-size: 1.5em;
    border: 0px solid #fff;
    outline: none;
    width: calc(100% - 60px);
    display: inline-block;
  }
  .search-results .searchbox #searchPageSubmit{
    height: 38px;
    width: 38px;
    font-size: 1.5rem;
    line-height: 38px;
    border: 0px solid transparent;
    color: #545454;
    background: transparent;
    cursor: pointer;
    z-index: 999;
  }
  .search-results .searchbox #searchPageSubmit:hover{
    color: #5fb157;
  }
}


@media all and (min-width: 768px) {

  .search-results .searchbox{
    position: relative;
    display: inline-block;
    overflow: hidden;
  }

  .search-results .searchbox  .search-label:before{
    content: '';
    bottom: 0;
    right: 0;
    width: 750px;
    height: 2px;
    background: #5fb157;
    display: block;
    position: absolute;
    transform: translateX( 100% );
  }

  .search-results .searchbox  .search-label{
    color: #5fb157;
    font-size: 2em;
    display: inline-block;
    position: relative;
  }

  .search-results .searchbox #searchPageInput{
    color: #545454;
    font-size: 2em;
    border: 0px solid #fff;
    outline: none;
    width: 69%;
  }
  .search-results .searchbox #searchPageSubmit{
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    font-size: 2rem;
    line-height: 48px;
    border: 0px solid transparent;
    color: #545454;
    background: transparent;
    cursor: pointer;
    z-index: 999;
  }
  .search-results .searchbox #searchPageSubmit:hover{
    color: #5fb157;
  }


}











/*   ***********   */
/*   Blog Single   */
/*   ***********   */

.blog-single .blog-content h1{
  color: #464646;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.blog-single .blog-content .topics,
.blog-single .blog-content .topics a{
  color: #464646 !important;
}

.blog-single .blog-content .share{
  color: #464646 !important;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1em;
  border-top: 10px solid #eee;
}

.blog-single .blog-content .share a:first-of-type{
  margin-left: 0.5em;
}

.blog-single .blog-content .share a{
  color: #5fb157 !important;
  line-height: 1.25em;
}

.blog-single .blog-content .share a i{
  font-size: 1.25em;
  line-height: 1.25em;
  min-width: 1.5em;
  text-align:center;
}

.blog-single .blog-content p,
.blog-single .blog-content li{
  font-size: 16px;
}

.blog-single .blog-content b,
.blog-single .blog-content strong{
  font-weight: 700;
}

.blog-single .blog-content p,
.blog-single .blog-content li,
.blog-single .blog-content h2,
.blog-single .blog-content h3,
.blog-single .blog-content h4,
.blog-single .blog-content h5,
.blog-single .blog-content h6,
{
  color: #2e66ae !important;
}

.blog-single .blog-topics h4{
  color: #575656;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: bold;
}

.blog-single .blog-topics ul{
  padding: 0;
  margin: 0;
}

.blog-single .blog-topics ul li{
  list-style: none;
  font-size: 1em;
}

.blog-single .blog-topics ul li:before{
  display: none !important;
}

.blog-single .blog-topics ul li a{
  color: #2e66ae !important;
  font-size: 1em !important;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.75em;
  text-decoration: none !important;
}






.blog-single .subscription-form, .page-id-121 .subscription-form{
  background: #eeeeee !important;
}
.blog-single .subscription-form label, .page-id-121 .subscription-form label{
  font-weight: 400 !important;
  font-size: 1rem !important;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #575656;
}

.blog-single .subscription-form input[type="text"], .page-id-121 .subscription-form input[type="text"],
.blog-single .subscription-form input[type="email"], .page-id-121 .subscription-form input[type="email"]{
  border: none;
  min-width: 100% !important;
  outline: none;
  text-indent: 1em;
}

.blog-single .subscription-form input[type="checkbox"], .page-id-121 .subscription-form input[type="checkbox"]{
  vertical-align: top !important;
  margin-right: 6px;
  outline: none;
}

.blog-single .subscription-form input[type="checkbox"] + label, .page-id-121 .subscription-form input[type="checkbox"] + label{
  font-size: 0.7em !important;
  margin-top: 1px;
}

.blog-single .subscription-form input[type="checkbox"]:checked, .page-id-121 .subscription-form input[type="checkbox"]:checked{
  background-color: #5fb157;
}

.blog-single .subscription-form input[type="checkbox"]:checked + label, .page-id-121 .subscription-form input[type="checkbox"]:checked + label{
  color: #000;
}

.blog-single .subscription-form .gform_wrapper .top_label div.ginput_container, .page-id-121 .subscription-form .gform_wrapper .top_label div.ginput_container{
  margin: 0;
  padding: 0;
}

.blog-single .subscription-form h4, .page-id-121 .subscription-form h4{
  color:  #5fb157;
  line-height:30px;
  font-size:24px;
}

.blog-single .subscription-form input[type="submit"], .page-id-121 .subscription-form input[type="submit"]{
  background: #5fb157;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  width: 100%;
  border: none;
  border-bottom: 7px solid #5fb157;
  padding-top: calc(0.5em + 7px);
  transition: all 0.5s ease;
  cursor: pointer;
}

.blog-single .subscription-form input[type="submit"]:hover, .page-id-121 .subscription-form input[type="submit"]:hover{
  background: rgba(64,145,56,1) !important;
  color: #fff;
}

.HideLabelBlogForm .gfield_label {display: none !important;}

.blog-single .recent-posts h6{
  font-weight: 700;
  margin-right: 1em;
  letter-spacing: 1px;
}

.blog-single .recent-posts h6 a{
  color: #575656;
}

.blog-single .recent-posts a{
  color: #5fb157;
}

.gform_wrapper.gravity-theme input[type=email]{

}
