/* Enter Your Custom CSS Here */
#menu_wrapper{
width: 100% !important;
 margin-left: 0 !important;
}

#custom_logo{
width: auto !important;
margin-left: 3% !important;
}

#custom_results img{
width: 700px !important;
  /*margin-left: 4% !important;*/
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 5%;
  position:absolute;
}

#menu_border_wrapper{
  width: 100% !important;
  float: none !important;
}

#nav_wrapper{
float: none !important;
margin-left: 0 !important;
}

.nav{
float:none !important;
text-align:center;
position:absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ppb_portfolio.one.withpadding.withbg{
background-size: 100% !important;
  background-position: 50% -200px !important;
}

.grid{
    width: 100%;
    margin: 0 auto;
}

.col-25{
    width: 25%;
    display:inline-block;
    float:left;
}

.col-50{
    width: 50%;
    display:inline-block;
    float:left;
}

.upcoming-webinars-mobile{
     display:none;
 }

#mobileIframe{
     display:none;
  }

#page_content_wrapper .inner .sidebar_content{
  padding: 0 !important;
}

@media all and (max-width:600px) {
  
  
#arrow-point{ display: none }
  
.upcoming-webinars{
     display:none;
 }
  
 .upcoming-webinars-mobile{
     display:block;
    font-size: 16px;
 }
  
  #mobileIframe{
     display:initial !important;
  }
  
  #mainIframe{
  	display:none;
  }
  
  #pivot-logo{
     position:relative !important;
     width: 80% !important;
  }
  
    .col-50, .col-25, .col, .col-half, .col-60, .col-40{
        width: 100% !important;
        float: none;
    	padding-top: 0px !important;
    }
  
  .covid-col{
      text-align:center !important;
       width: 100% !important;
   }
  
  .covid-box{
    width: 100% !important;
  }
  
  #custom_results{
     display:none;
  }
  
  .fcenter{
     float:none !important;
     left: 0;
     right: 0;
     margin: 0 auto;
   }
  
  .mcenter{text-align:center !important;}
}

#page_content_wrapper{
  width: 90% !important;
}

.header_style_wrapper.fixed {
	padding-top: 200px;
}

.top_bar.header_style2.fixed{
	height: 150px !important;
}

.top_bar.header_style2.fixed #custom_logo img{ height: 60px !important; width: auto !important; }


#custom_logo img{width: 150px;height:auto;}

.upcoming-webinars th{
  text-align:center;
}

.upcoming-webinars th, .upcoming-webinars td {
    border: 1px solid #AE8D35 !important; 
}


.col {
  float: left;
  width: 33.33%;
}

.col-half {
  float: left;
  width: 50%;
}

.ro:after {
  content: "";
  display: table;
  clear: both;
}

.covid-box{
  width: 300px;
  background-color: #ecf0f1;
  font-size: 18px;
  border-radius: 15px !important;
}

.col-60{
  float: left;
  width: 60%;
}

.col-40{
  float: left;
  width: 40%;
}

.post_header.full .post_detail.full{ display:none; }
.post_header.full hr{ display:none; }


/* CSS for Organization Chart
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --level-1: #391c4a;
  --level-2: #684abe;
  --level-3: #c5b9e6;
  --level-4: #f27c8d;
  --black: black;
  --white: white;
}

.orgchat-container * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.orgchat-container ol {
  list-style: none;
  margin: 0px !important;
}

.orgchat-container {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.rectangle {
  text-align: center;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}


/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);
  color: var(--white);
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: var(--black);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2, .level-2-rect {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
  color: var(--white);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 40px;
  background: var(--black);
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}
    
.level-3-custom {
  margin-bottom: 20px;
  background: var(--level-3);
  width: 70%;
  margin-left: 15%;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}
