her
/**********************************************************************
  
  Customizations added by eKamria

 **********************************************************************
*/

h1 {
  color: #ED7D2D;
  } 

h2 {
  color: #9f982c;
  font-size: 150%
}

h3 {
  color: #ED7D2D;
  font-size: 90%
}

p {
  margin-top: 0em;
  margin-bottom: 1.2em;
}

a {
  transition: color .4s;
  color: #ED7D31;
}

a:link,
a:visited { 
 color: #606C02;
 font-weight: bold;
 }

a:hover   { 
  color: #ED7D31;
  font-weight: bold;
 }

a:active  {
  transition: color .3s;
  color: #ED7D31;
  font-weight: bold;
}


img.sp-default-logo {
  margin: .5em 0em;
 } 
  
.fa-linkedin {
  content: "\f0e1";
  color: #eeeeee;
} 



/*==============================================================================
                   Styling for Menus
  ==============================================================================*/


 #offcanvas-toggler:after {
  content: " Menu ";
  }
  
#offcanvas-toggler {
    line-height: 1.2;
    margin-top: 1em;
}

#offcanvas-toggler >i {
    color: #000000;
    padding: none;
}

.sp-megamenu-parent {
     width: 100%;
     text-align:center;
     padding: .2em 0em;
}
/* padding for dropdown menu
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 5px; 
}

/*==============================================================================
                   Styling for Home Page Services Module
  ==============================================================================*/

/*  allowing five boxes with bootstrap
--------------------------------------------------------------------------------*/
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
   position: relative;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
}

.col-xs-20 {
   width: 20%;
   float: left;
}
@media (min-width: 768px) {
   .col-sm-20 {
      width: 20%;
      float: left;
   }
}
@media (min-width: 992px) {
   .col-md-20 {
      width: 20%;
      float: left;
   }
}
@media (min-width: 1200px) {
   .col-lg-20 {
      width: 20%;
      float: left;
   }
}



.serviceborderright {
  border-right: 1px #9f982c dotted;
  margin-top: .3em;
   }


.servicediv {
  border: 1px #9f982c solid;
  padding: 1em 0em;
  border-radius: 10px;
  margin-top: 2em;
}
.servicecol  {
  text-align: center;
  padding-top: 1em;
}

.fa-stack {
  color: #ED7D2D;
}

.textsmaller {
  font-size: 140%;
}

/*  Hide border on phone size
-------------------------------------------------------------------------------*/
 @media(max-width:767px){

.serviceborderright {
width: 100%;
border: hidden;

 } 

 .servicecol {
width: 100%;
border: hidden;
padding-left: 10%;
padding-right: 10%;
 } 
 }  

/*  Separate Line
-------------------------------------------------------------------------------*/
.lightline {
  color:  #eee;
  width:  75%;
}
/*==============================================================================
                   Styling for Home Page Hero Image
  ==============================================================================*/

.hero {
    /* Sizing */
    width: 100vw;
    height: 75vh;


    
    /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
    
    /* Text styles */
    text-align: center;
   /* color: white; ADD THIS LINE */
    
    /* Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://swbconsultingservices.com/images/pieces/banner.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment:scroll;
}

.hero h1{
    /* Text styles */
  font-size: 350%;
  color: #ED7D2D;
  text-shadow: 2px 2px 7px #000000;
    
    /* Margins */
    margin-top: 0;
    margin-bottom: 0em;
    margin-left: 15px;
    margin-right: 15px;
}
.hero h2 {
    /* Text styles */
  font-size: 250%;
  text-shadow: 2px 2px 7px #000000;
    
    /* Margins */
    margin-top: 0;
    margin-bottom: 0em;
    margin-left: 15px;
    margin-right: 15px;
}

.hero .btn-primary {
    /* Positioning and sizing */
    display: inline-grid;
   /* width: 200px;*/
    
    /* Padding and margins */
    padding: 1em;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    
    /* Text styles */
    /* color: white;  CHANGE THIS LINE */
    text-decoration: none;
    font-size: 1.25em;
    
    /* Border styles */
    border: 1px solid white; /* CHANGE THIS LINE */
    border-radius: 10px;
}
/*==============================================================================
                   Styling for Home Page Member of Module
  ==============================================================================*/
.memberofborderright {
  border-right: 1px #9f982c dotted;
  margin-top: .3em;
   
  }
 .memberofdiv {
  background-color: #ffffff;
  border: 1px #9f982c solid;
  padding: 1em 0em;
  border-radius: 10px;
  margin-top: 0em;
} 
.memberofcol {
    padding: 1em;
    display: inline-block

}
/*.memberofcol  {
  text-align: center;
  padding-top: 2em;
}*/

 /*  Hide border on phone size
-------------------------------------------------------------------------------*/
 @media(max-width:767px){

.memberofborderright {
width: 100%;
border: hidden;

 }

.memberofcol {
    width: 100%;
border: hidden;
padding-left: 10%;
padding-right: 10%;
 }
} 
/*==============================================================================
                   Styling for Quote Snippets
  ==============================================================================*/

.quote {
    background-image: url("../../../images/pieces/squares-transparent.png");
    border: 1px solid #d8dbc3;
    border-radius: 10px;
    color: #252200;
    padding: 1em;
    text-align: center; 
    width: 100%;
    margin: auto;
 /*   margin-bottom: 50px;*/
    -webkit-box-shadow:5px 5px 15px #d8dbc3;
    -moz-box-shadow:5px 5px 15px #d8dbc3;
    box-shadow: 5px 5px 15px #d8dbc3;
 
}    
.quote:before {
	font-family:'FontAwesome';
	font-size: 125%;
    	content:'\f10d';
	color: #9f982c;
	margin: 0px 20px 0px 0px;
	}
	
.quote:after {
	font-family:'FontAwesome';
	font-size: 125%;
    	content:'\f10e';
	color: #9f982c;
	margin: 0px 0px 0px 20px;
	}
 .quote-width {
  width: 100%;
  } 



.fa-linkedin {
  content: "\f0e1";
  color: #eeeeee;
} 
/* Special font used in banner and maybe other places */

.emphasis {
  color: #4e4e4e;
  }
  
.title {
  text-shadow: 0px 2px 3px #d8dbc3;
  font-style: italic;

}

.sm  {
 font-size: 1em !important;


}
.fa-linkedin:hover {
 content: "\f0e1";
 color: #4f4f4f;
}

a {
 color: #ed7d2d;
}

a:hover {
 color: #c66621;
}

.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
    color: #ED7D2D;
}



#sp-header {
     height: 7.75em;
    
}

.btn-primary, .btn-default, .btn-secondary {
  background-color: #9f982c;
  border-color: #D8DBC3;
  color: #D8DBC3 !important;
}

.btn-primary:hover,.btn-default, .btn-secondary:hover {
  background-color: #4F4B15;
  border-color: #9f982c;
  color: #D8DBC3 !important;
}
  
.btn-primary:hover, .btn-primary:focus, .focus.btn-primary, .btn-primary:active, .active.btn-primary, .open > .btn-primary.dropdown-toggle {
  background-color: #4F4B15;
  border-color: #9f982c;
  color: #D8DBC3 !important;
}

#sp-main-body {
    padding: 0px 0;
}

.breadcrumb {
    background-color: transparent;
    max-height: 1em;
}

#sp-top-bar .sp-module {
    display: BLOCK;
    margin: 0 0 0 20px;
}
/**********************************************************************
  
  Center recaptcha

 **********************************************************************
*/
.g-recaptcha div {
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 480px) {.g-recaptcha>div>div{width:inherit !important;position:relative;display:block;padding:0;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)} .g-recaptcha iframe{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0} .g-recaptcha>div{position:relative} .g-recaptcha>div:before{content:'Loading captcha...';position:absolute;top:38%;left:0} .g-recaptcha:empty:before{content:'Something wrong occured'}}

/**********************************************************************
  
  Footer

 **********************************************************************/
/*  Newsflash
***********************************************************************/
div.sp-column.newsblog {
    margin: 0 0 20px;
    font-size: 100px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}
/*  Bottom Footer Text Size
=====================================================================*/
div.footer1.footer {
    font-size: small;
}
div.footer2.footer {
    font-size: small;
}
/**********************************************************************
  
  Client Logos - module

 **********************************************************************
*/
.clogo {
    padding: .6em;
    vertical-align: middle;
    display: inline-block;
    padding: 1em;

    margin:1em;
}

/* Make Client Boxes equal size and button at bottom
=====================================================================*/

 /* Step 1: Make rows use flexbox */
        .article-list .row {
            display: flex;
            flex-wrap: wrap;
        }

        /* Step 2: Make columns stretch */
        .article-list .row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

        /* Step 3: Make article stretch */
        .article-list .item {
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        /* Step 4: Make wrapper stretch */
        .article-list .system-unpublished {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .article-list .client-item {
          display: flex;
          flex-direction: column;
          flex: 1;
          padding: 20px;
          border: 1px solid #e0e0e0;
          border-radius: 8px;
          background: #fff;
          justify-content: space-between; 
}

        /* Step 6: Hide empty paragraphs that might interfere */
        .article-list .client-item p:empty {
            display: none;
        }

        /* Step 7: Create a wrapper for the button paragraph */
        .article-list .client-item > p {
            flex-shrink: 0;
        }

        /* Step 8: Push the paragraph containing the button to bottom */
         .article-list .client-item > p:has(a.btn) {
            margin-top: auto;
            padding-top: 20px;
        }



/* Gradient transparent - color - transparent 
======================================================================*/

hr.style {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(237, 125, 45, 0), rgba(237, 125, 45, 0.75), rgba(237, 125, 45, 0));
}
/**********************************************************************
  
  Blog  

 **********************************************************************
/*  BT-Social Share
======================================================================*/
.bt-social-share {
    border: 1px solid #fff;
    background: #fff;
}

/* summary line 
======================================================================*/

dl.article-info {
    margin: 10px -8px 5px;
    line-height: 12px;
    background-color: #F5F5DC;
    padding: 1em;
    margin-bottom: 2em;
}

/* style and background for right blog modules*/
.sp-module.background {
background-image: url("../../../images/pieces/squares-transparent.png");
     
    border-radius: 10px;
    color: #252200;
    padding: .5em 0em 1em 0em;
    text-align: center; 
    width: 100%;
   
    -webkit-box-shadow:5px 5px 15px #d8dbc3;
    -moz-box-shadow:5px 5px 15px #d8dbc3;
    box-shadow: 5px 5px 15px #d8dbc3;
  
}
.sp-module .latestnews >div >a {
    display: block;
    font-weight: 600;
}
 
.sp-module .latestnews >div {
    padding-bottom: 5px;
    margin-bottom: 5px;
    
    background-image: linear-gradient(to right, rgba(159, 152, 44, 0), rgba(159, 152, 44, 0.75), rgba(159, 152, 44, 0));
}

/* Right Tag Module */

.sp-module ul >li >a:hover {
  background-image: linear-gradient(to right, rgba(159, 152, 44, 0), rgba(159, 152, 44, 0.75), rgba(159, 152, 44, 0));
}

.sp-module ul >li >a {
  background-image: linear-gradient(to right, rgba(159, 152, 44, 0), rgba(159, 152, 44, 0.75), rgba(159, 152, 44, 0));
   margin-bottom: 5px;
   font-weight: 600;
}
.sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: " ";
} 
 .sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 25px;
    text-transform: none;
    line-height: 1;
    color:  #756F20;
   
}

    
p.greenbar {
   background-image: linear-gradient(to right, rgba(159, 152, 44, 0), rgba(159, 152, 44, 0.75), rgba(159, 152, 44, 0));
   font-weight: 600;
}

/* Blog page navigation
---------------------------*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f09554 !important;
    border-color: #f09554 !important;
}

/**********************************************************************
  
  Caption text

 **********************************************************************/
 .captext {
   font-size: 90%;
   font-weight: bold;
 }

 /**********************************************************************
  
  Blog Tags 

 **********************************************************************
/*.tags >span {
  background-color:  #000000 !important;
}



a.tag.label.label-info  {
    background-color: #000000 !important;
}*/

.tags {
    line-height: 2em !important;
}

.label-info {
    background-color: #9F982C !important;
    color: #F5F5DC !important;
    padding: 3px !important;
    border-radius: 2px !important;
}

/**********************************************************************
  
  Client Summaries - Blog layout

 **********************************************************************
*/
.client-item {
  border:1px solid #9f982c;
  border-radius: 10px;
  margin-bottom:50px;
  padding:1.5em;
  align-items:stretch;
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  

}

.client-item img {
 
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  
}

.client-item ul {
  list-style-type: none;
  padding: 0px;
  color: #ED7D2D;
  font-weight: bold;
}

.client> .btn-primary:hover, .btn-primary:focus, .focus.btn-primary, .btn-primary:active, .active.btn-primary, .open > .btn-primary.dropdown-toggle {
  background-color: #4F4B15;
  border-color: #9f982c;
  color: #D8DBC3 !important;
}

/*==============================================================================
   Testimonials - Blog Layout
  ==============================================================================*/

/*.testimonial {
  background-image: url("../../../images/pieces/squares-transparent.png");
  border:1px solid #9f982c;
  border-radius: 10px;
  margin-bottom:50px;
  padding:1.5em;
}*/

/* ============================================================================================================================
== BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE
** ============================================================================================================================ */

.testimonial {
  position:relative;
  padding:15px 30px;
  margin:-10px 5px 75px 5px;
  color:#fff;
  background:#9f982c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#9f982c), to(#756F20));
  background:-moz-linear-gradient(#9f982c, #756F20);
  background:-o-linear-gradient(#9f982c, #756F20);
  background:linear-gradient(#9f982c, #756F20);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.name {
  margin: -5em 5px -1em 7em !important;
  color: #4f4f4f !important; 
  font-style:italic;
  font-size: 90%;
  
}

/* creates the triangle */
.testimonial:after {
  content:"";
  position:absolute;
  bottom:-50px;
  left:50px;
  border-width:0 20px 50px 0px;
  border-style:solid;
  border-color:transparent #756F20;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

@font-face { font-family: "Ionicons"; src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1"); src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg"); font-weight: normal; font-style: normal; }
/**********************************************************************
  
  Modules

 **********************************************************************
 
   right-module
 **********************************************************************
 */
 #sp-right {
   border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
   margin-top: 140px;
   padding: 1em;
   border: 0px solid #9f982c;
   }
/**********************************************************************

Styling for blog tables

 **********************************************************************
 */
#blog {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#blog td, #blog th {
  border: 1px solid #ddd !important;
  padding: 8px !important;
  background: #fff !important;
}


#blog th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ED7D2D !important;
  color: white;
}
/*******************************************************
March 2021 blog
*******************************************************/
/* Critical Questions */
.cqstyle {
    background-color: #f0f0f0; 
    display: block;
    padding: 10px; 
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}
/* Timeline */

* {
  box-sizing: border-box;
}

/* Background container */
.timelinebg {
    background-color: #f0f0f0; 
    padding: 20px;
    border-radius: 5px;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #ED7D31;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containertl {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containertl::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #ED7D31;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.contenttl {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .containertl {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containertl::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}
