/* Timeline #5 */

.timeline5 {
	flex-direction: column;
}

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #2C3E50;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before, .input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2C3E50;
  width: 4vw;
  height: 5px;
  max-width: 170px;
  min-width: 170px;	
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active {
  background-color: #2C3E50;
}
.input.active::before {
  background-color: #2C3E50;
}
.input.active::after {
  background-color: #AEB6BF;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
  background-color: #AEB6BF;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before, .input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
/*.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
	
}*/

.input span::before {
    content: attr(data-info);
    top: -95px;
    width: 113px;
    transform: translateX(-5px) rotateZ(-45deg);
    font-size: 12px;
    text-indent: -10px;
}



.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 35px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -132.5px;
  }

  .input::after {
    right: -152.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before, .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 15vh;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #AEB6BF;
  }
  .input::before, .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ECF0F1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}



/*Newest Timeline #4*/

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ps-timeline-sec .container ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #cccccc;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 130px 0 !important;
    border-left: 2px solid #cccccc;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
	/*images and text on mobile*/
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
	
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 70%;
  }
	
	
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 0px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}


.ps-timeline-sec .container ol:before {
  background: #cccccc;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 48.8%;
}

/*dot left and right horiz line*/
.ps-timeline-sec .container ol:after {
  background: #cccccc;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 48.8%;
}

/*horiz line*/
.ps-timeline-sec .container ol.ps-timeline {
  margin: 190px 0;
  padding: 0;
  border-top: 2px solid #cccccc;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 16%;
  padding-top: 30px;
  position: relative;
}

/*text inside the circle*/
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 3px solid #cccccc;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 50px -10;
  color: #cccccc;
  font-size: 2.2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
/*top virtical line*/
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #cccccc;
  position: absolute;
  top: -50px;
  left: 50%;
}

/*top dots over virtical lines*/
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #cccccc;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
/*bottom vertical lines*/
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #cccccc;
  position: absolute;
  bottom: -50px;
  left: 50%;
}

/*bottom dots under virtical lines*/
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #cccccc;
  position: absolute;
  top: 90px;
  left: 43%;
  border-radius: 100%;
}

/*images*/
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}

/*text area*/
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}




/*New Timeline*/

/* Set a background color */
.timeline-2-back {
  background-color: none;
  font-family: Helvetica, sans-serif;
}


/* The actual timeline (the vertical ruler) */
.timeline-2 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-2 h2 {
	
	color:gainsboro;
	text-align: center;
}
/* The actual timeline (the vertical ruler) */
.timeline-2::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #e8eef0;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-timeline {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  color: white;
  border: 4px solid #e8eef0;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: -4px;
}

/* Place the container to the right */
.right {
  left: 50%;
}



/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content-timeline {
  padding: 20px 30px;
  background-color: none;
  color: #2b3031;
  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-2::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-timeline {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-timeline::before {
  left: 60px;
  border: medium solid #0376c8;
  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%;
  }
}




/*Timeline for logos on timeline.htm*/


.entry .entry-thumb {
    overflow: hidden;
    padding: 6px;
    background-color:white; 
   border: 0px!important; 
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
    position: relative;
    
    margin: 0 auto 30px auto;
    text-align: center;
}

entry .entry-thumb > a {
    display: none!important;
    position: relative;
}

.entry .entry-meta {
    font-size: 18px;
    color: lightgray;
    font-style: normal; 
}

@media (min-width: 992px)
.timeline .entry {
    margin-left: 20%;
    margin-left: 231px;
    padding-left: 0;
}

@media (min-width: 992px)
.entry.entry__with-icon {
    padding: 0 0 0px 100px!important;
}

@media (min-width: 992px)
.entry {
    text-align: left;
}
.entry {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.entry .excerpt {
    margin-bottom: 21px;
    text-align: left;
}

/*Sidebar padding*/

.widget__sidebar {
    margin-bottom: 49px;
}

/*Changed top padding for a quotes section*/

.section-bottom {
    margin-top: -8px!important;

}
/* Add your CSS here background-image: url("../communities/images/test3.jpg");background-size: cover;background-blend-mode: multiply;*/

/*New Icon circle*/
.icon-box2 {
  position: relative;
  margin-bottom: 30px;
}
.icon-box2 .icon {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-right: 30px;
  font-size: 28px;
  text-align: center;
  color: #97c93c;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box2 .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #f7f7f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box2 .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-box2 .icon .fa {
  position: relative;
  z-index: 2;
}
.icon-box2 .icon img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.icon-box2 .icon .bg-icon {
  display: none;
}
@media (min-width: 992px) {
  .icon-box2 .icon .bg-icon {
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 140px;
    color: #f7f7f7;
    z-index: -1;
  }
}
.icon-box2 .icon-box-body {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.icon-box2 .icon-box-body h3,
.icon-box2 .icon-box-body h4 {
  padding-top: 6px;
  margin-bottom: .75em;
}

.icon-box2.circled .icon {
  color: #fff;
  border-radius: 50%;
}
.icon-box2.circled .icon:before {
  background: #97c93c;
  background-image: url(../images/noise.png);
  border-radius: 50%;
}
.icon-box2.circled .icon:after {
  border-radius: 50%;
  background: #ebebeb;
}

@media (min-width: 992px) {
  .icon-box2.icon-right {
    text-align: right;
  }
  .icon-box.icon-right .icon {
    float: right;
    margin: 0 0 0 30px;
  }
}

.no-touch .icon-box2.icon-box-animated .icon:hover {
  color: #fff;
}
.no-touch .icon-box2.icon-box-animated .icon:hover:before {
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  background-color: #2f2f2f;
}
.no-touch .icon-box2.icon-box-animated .icon:hover:after {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

/*Top Banners Pages*/


.hero-event-omg {
	
background-image: linear-gradient(45deg, rgba(21,  39,  86,  1.0), rgba(3,  118,  200,  0), rgba(53,  235,  147,  0)),  url("../images/top-banner-membership-2000x400.jpg");
padding-top: 100px;
padding-bottom: 100px;
background-position: center!important;
height: 400px;
color: white;	
padding: 140px 0!important;
	
}
@media (max-width: 868px)  {
    
	.logo35 {
		
		visibility: hidden;
	}
}

.hero-event10 {
background-color: #2176AC;	
background-image: url("../events/2024Q1/images/ba-summit-event.jpg");
background-size: cover;background-blend-mode: multiply;	
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}



.hero-event9 {
background-image: linear-gradient(45deg, rgba(21,  39,  86,  2.0), rgba(3,  118,  200,  0.7), rgba(53,  235,  147,  0.5)),  url("../images/top-banner-training-2000x400.jpg");
padding-top: 150px;
padding-bottom: 150px;
background-position: center!important;
height: 400px;

color: white;	
	
}


.hero9-text {
	font-size: 18px;
	line-height: 24px;
}
.container-hero9 .h1 {
	padding: 0!important;
	color: black!important;
}

.container-hero9 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container-hero9 {
        width:750px
    }
}

@media (min-width: 992px) {
    .container-hero9 {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container-hero9 {
        width:1170px
    }
}



.hero-event8 {
background-image: linear-gradient(45deg, rgba(21,  39,  86,  1.0), rgba(3,  118,  200,  0.5), rgba(53,  235,  147,  0.5)),  url("../communities/images/OMG-EKG-Community-2000x400.jpg");
padding-top: 100px;
padding-bottom: 100px;
background-position: center!important;
height: 350px;

color: white;	
	
}


.hero-event7 {
background-color: #70443a;	
background-image: url("../events/images/event-devsec.jpg");
background-size: cover;background-blend-mode: multiply;	
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}

/*../images/memberservices-banner.jpg*/
.hero-event6 {

background-image: linear-gradient(45deg, rgba(21,  39,  86,  1.0), rgba(3,  118,  200,  0.5), rgba(53,  235,  147,  0.5)),  url("../images/top-banner-membership-2000x400.jpg");
padding-top: 100px;
padding-bottom: 100px;
background-position: center!important;
height: 400px;

color: white;	
}

.hero-cert {

background-image: linear-gradient(45deg, rgba(21,  39,  86,  1.0), rgba(3,  118,  200,  0.9), rgba(53,  235,  147,  0.5)),  url("../certification/images/certification-home.jpg");
background-position: center!important;
height: 350px;

color: white;	
}

.hero-cert-text {
	font-size: 18px;
	line-height: 24px;
padding-top: 125px;
padding-bottom: 100px;
}


.hero-event5 {

background-image: linear-gradient(45deg, rgba(21,  39,  86,  1.0), rgba(3,  118,  200,  0.9), rgba(53,  235,  147,  0.5)),  url("../communities/images/OMG-managed-communities-banner.jpg");
padding-top: 100px;
padding-bottom: 100px;
background-position: center!important;
height: 350px;

color: white;	
}


.hero-event4 {

background-image: linear-gradient(45deg, rgba(7,  87,  144,  1.0), rgba(7,  87,  144,  0.9), rgba(3,  118,  200,  0.5)),  url(../communities/images/sys-modeling-community.jpg);
padding-top: 85px;
padding-bottom: 100px;
background-position: center!important;
height: 350px;

color: white;	
}

.hero-event3 {
background-image: linear-gradient(45deg,  rgba(43,  48,  49,  0.7), rgba(43,  48,  49,  0.9), rgba(255,  255,  255,  0.5)),  url(../communities/images/top-banner-comb.jpg);
background-size: cover;
background-blend-mode: multiply;	
height: 350px;
color: white;
padding-top: 85px;
padding-bottom: 100px;
background-position: center!important;
}

.hero-event3a {
background-size: cover;
background-image: linear-gradient(45deg,  rgba(225,  0,  0,  0.5),  rgba(255,  166,  0,  0.5),  rgba(0,  0,  255,  0.5)),  url(../communities/images/test2.jpg);
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}

.hero-event2 {
background-color: #70443a;	
background-image: url("../events/2024Q1/images/ba-summit-event.jpg");
background-size: cover;background-blend-mode: multiply;	
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}



.hero-event {
background-color: #0f8aa9;	
background-image: url("../events/2024Q1/images/1.jpg");
background-size: cover;background-blend-mode: multiply;	
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}


.hero4 {

background-image: linear-gradient(70deg, #152756 0%, #0376c8 37%, #35eb93 100%);
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}


.hero3 {

background-color: #152756;
background-image: linear-gradient(140deg, #152756 40%, #0376c8 90%);
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}


.hero2 {

background-color: #2b3031;
background-image: linear-gradient(140deg, #2b3031 10%, #0f1715 50%, #4b4f57 75%);
height: 400px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
	
}


.hero2-text {
	font-size: 18px;
	line-height: 24px;

}
	


.container-hero2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container-hero2 {
        width:750px
    }
}

@media (min-width: 992px) {
    .container-hero2 {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container-hero2 {
        width:1170px
    }
}







.page-content-hero {
	
	
}



/*adjustment*/

h2, .h2 {
    font-size: 22px;
}
/*Communities Pages*/


.page-heading-com {
    text-align: left;
   margin: auto;
	
}

.page-heading-com h1 {
	
	color:#70c4e7;
	padding-top: 12%;
	
}

.page-heading-com p {
	
	font-size: 20px;
	line-height: 1.6;
	
}

/*.page-heading-com .container {
	
	margin-top: -90px;
	
}*/

.section .page-heading-com {
	
	margin: auto;
	vertical-align: middle;
}

/*Changed top font in the menu from 16 to 14*/

@media (min-width: 992px)
.fhmm .navbar-collapse .navbar-nav > li > a {
    font-size: 14px!important;
    color: #656464;
    text-decoration: none;
    padding: 0 14px!important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 114px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    float: left;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}






/*Secton color change*/

.section.primary {
    background: #0376c8;
}

.section.success {
    background: #32cd32;
}

.section.secondary {
    background: #5c6264;
}


/*Adding H3 title decor for home page*/

.title-decorated h3 {
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.title-decorated h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: #dcdcdc;
}

/*Footer*/

.footer a:hover {
    color: #fff!important;
}

/*Info Alert box text colore change*/
.alert-info {
    background-color: #dfeffe;
    border-color: #b1d5f6;
    color: #000;
}


/*Structure & Governance page*/


 .tree .parent,
                .tree .ceo,
				.tree .child,
                .tree .sub-child {
                    position: relative;
                    margin-bottom: 35px;
                }
                .tree .parent .label,
				.tree .ceo .label,
                .tree .child .label,
                .tree .sub-child .label {
                    position: relative;
                    display: inline-block;
                    border-radius: 5px;
                    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
                }
                .tree .label span.line {
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: -35px;
                    margin: 0 auto;
                    background: #000;
                    height: 35px;
                    width: 1px;
                }
                .tree .label span.line:after {
                    content: '';
                    width: 0; 
                    height: 0; 
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent;
                    border-top: 10px solid #000;
                    position: absolute;
                    bottom: 0;
                    left: -6px;
                }
                .tree .child .label span,
				.tree .ceo .label span,
                .tree .sub-child .label span {
                    display: block;
                    color: #fff;
                    font-size: 16px;
                    line-height: 1.3;
                    padding-bottom: 2px;
                }
                .tree .parent .label {
                    background: #32cd32;
                    color: #000;
                    font-size: 16px;
                    padding: 15px 25px;
                    max-width: 240px;
                    width: 100%;
                    text-transform: uppercase;
                }
                .tree .parent .label span.line {
                    background: #32cd32;
                }
                .tree .parent .label span.line:after {
                    border-top-color: #32cd32;
                }

  				.tree .ceo .label {
                    background: #32cd32;
                    color: #000;
                    font-size: 16px;
                    padding: 15px 25px;
                    max-width: 240px;
                    width: 100%;
                    
                }
                .tree .ceo .label span.line {
                    background: #32cd32;
                }
                .tree .ceo .label span.line:after {
                    border-top-color: #32cd32;
                }



                .tree .child {
                    display: flex;
                }
                .tree .child:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    width: 90%;
                    height: 1px;
                    background: #63a537;
                    margin: 0 auto;
                }
                .tree .child .label {
                    background: #32cd32;
                    color: #000;
                    font-size: 14px;
                    line-height: 1.2;
                    padding: 10px 20px;
                    width: 55%;
                    max-width: 100%;
                    white-space: normal;
                }
                .tree .child .label:nth-child(2) {
                    margin: 0 50px;
                }
                .tree .child .label:nth-child(1) span.line {
                    left: inherit;
                    right: 50px;
                }
                .tree .child .label:nth-child(3) span.line {
                    left: 50px;
                    right: inherit;
                }
                .tree .child .label span.line {
                    background: #32cd32;
                }
                .tree .child .label span.line:after {
                    border-top-color: #32cd32;
                }


 				.tree .child .label span.line.first {
                    left: 70px;
                    right: inherit;
                }
                .tree .child .label span.line.last {
                    left: inherit;
                    right: 70px;
                }





                .tree .sub-child .label {
                    background: #939598;
                    color: #000;
                    font-size: 14px;
                    max-width: 100%;
                    width: 60%;
                    padding: 10px 20px;
                }
                .tree .sub-child .label span.line {
                    background: #939598;
                }
                .tree .sub-child .label span.line:after {
                    border-top-color: #939598;
                }
                .tree .sub-child .label span.line.first {
                    left: 70px;
                    right: inherit;
                }
                .tree .sub-child .label span.line.last {
                    left: inherit;
                    right: 70px;
                }
                
                .tree .last-child a.btn {
                    display: inline-block;
                    background: #2f2f2f;
                    background: -moz-linear-gradient(top, #2f2f2f 0%, #000000 100%);
                    background: -webkit-linear-gradient(top, #2f2f2f 0%,#000000 100%);
                    background: linear-gradient(to bottom, #2f2f2f 0%,#000000 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2f', endColorstr='#000000',GradientType=0 );
                    color: #fff;
                    font-size: 16px;
                    border-radius: 5px;
                    box-shadow: 0 0 4px rgba(0,0,0,0.3);
                    width: 100%;
                    margin-bottom: 15px;
                    padding: 10px 20px;
                    text-decoration: underline;
                    white-space: normal;
                }
                .tree .last-child ul li {
                    padding-bottom: 5px;
                }
                .tree .last-child ul li a {
                    font-weight: 600;
                    font-style: normal;
                    text-decoration: underline;
                }
                .tree-footer {
                    padding: 0 20px;
                }

                @media (min-width: 1200px) {
                    .tree {
                        padding: 0 80px;
                    }
                    .tree-footer {
                        padding: 0 50px;
                    }
                }
                @media (max-width: 991px) {
                    .tree .sub-child .label {
                        width: 70%;
                    }
                    .tree .last-child a.btn {
                        height: 70px;
                    }
                }
                @media (max-width: 767px) {
                    .tree .sub-child .label span.line.first,
                    .tree .sub-child .label span.line.last {
                        display: none;
                    }
                    .tree .last-child a.btn {
                        height: auto;
                    }
                    .tree .child .label:nth-child(2) {
                        margin: 0 15px;
                    }
                    .tree .sub-child .label {
                        width: 80%;
                    }
                    .tree-footer {
                        margin-top: 30px;
                    }
                }
                @media (max-width: 550px) {
                    .tree .sub-child .label {
                        width: 85%;
                    }
                }




/*Main Home page header underline*/

.titleunder {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 10px;
  text-decoration-color: #32cd32;
  text-decoration-thickness: 8px;
}

h2.home {
 
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #5c6262;
  text-transform: uppercase;
  text-align: center;
 font-size: 34px;
	padding-bottom: 20px;
}	
	
h2.home2 {
 
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
 font-size: 34px;
	padding-top: 20px;
	padding-bottom: 20px;
}	

.home-section {
    
  		background-image: url("../images/OMG_testimonial-block_2-sm.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
  		padding: 0px 0 0px 0;
	 
}

.home-section2 {
    
  		background-image: url("../images/OMG_home_bkgd.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
  		padding: 50px;
	  
}

.home-section2 a {
        color: #32cd32;
      }
     

	
.home-overlay {
	
  position:relative;
  margin: 0px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  opacity: 1;
  transition: .5s ease;
  color: black;
  font-size: 50px;
  padding: 30px;
  text-align: left;
  width:100%;
  height: 100%;
  border-radius: 15px;
}

.home-overlay2 {
	
  position:relative;
  margin: 0px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  opacity: 5;
  transition: .5s ease;
  color: black;
  font-size: 50px;
  padding: 30px;
  text-align: left;
  width:100%;

}


/*No overlay version for SDO home page*/

.home-overlay3 {
	
  position:relative;
  margin: 0px;
 
  transition: .5s ease;
  
  font-size: 50px;
  padding: 30px;
  text-align: left;
  
  border-radius: 15px;
}

.home-overlay4 {
	
  position:relative;
  margin: 0px;
 
  transition: .5s ease;
  
  font-size: 50px;
  padding: 30px;
  text-align: left;
 

}





.home-section3 {
    
  		background-color: #0376c8;
        background-size: 100% 100%;
 		padding: 40px 50px 40px 50px;
	   
}

.home-section3 a {
        color: #ffffff;
      }


.verticalLine {
  border-right: thick solid #70c4e7;
  
  height: 115px;
}
.logomid {  
        
        margin: 20px;
        position: relative;
    }    


.home-section4 {
    
  		background-image: url("../images/OMG_testimonial-block_2a.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
  		padding: 0px 0 0px 0;
	   
}

.home-section5 {
    
  		background-color: #e9efef;
        padding: 50px;
	    text-align: center;
	   
}
.home-tiles a {
        color: #152756;
      }

.home-tiles p {
	font-size: 18px;
	line-height: 1.6em;
}


.footer h2{
	
	color:#32cd32;
	text-align: center;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 630px) {
	
	h2.home2 {
 
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.9em;
  margin: 0 0 1em 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
 font-size: 34px;
	padding-top: 20px;
	padding-bottom: 10px;
}	

}

@media only screen and (min-device-width: 320px) and (max-device-width: 630px) {
.home-section2 {
    
  		background-image: url("../images/OMG_home_bkgd.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
  		padding: 40px 20px 40px 20px;
	  
}	
}


@media only screen and (min-device-width: 320px) and (max-device-width: 630px) {
.home-section3 {
    
  		background-color: #0376c8;
        background-size: 100% 100%;
 		padding: 40px 20px 40px 20px;
	   
}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 630px) {
.home-section5 {
    
  		
 		padding: 40px 20px 40px 20px;
	   
}
}



@media only screen and (min-device-width: 320px) and (max-device-width: 630px) {
	
.verticalLine {
  padding-left: 0px;
}
}


@media only screen and (min-device-width: 320px) and (max-device-width: 630px) {
	
	.home-section5 h2 {
 
  
  line-height: 1.9em;
		padding-bottom: 0px;
  
}	

}

/*Switching logos to white on mobile devices


#sdo-nav {
	background-image: url("../images/logos/sdo-nav.png");
    height: au;
	width: 162px;
	background-repeat: no-repeat;
}

@media all and (max-width: 499px) {
    #sdo-nav {
        background-image: url("../images/logos/sdo-nav-w.png");
        height: auto;
	    width: 162px;
	    background-repeat: no-repeat;
    }
}*/






/*AREA STYLE*/

.page-heading2 {
    background: #2da7b2;
    border-top: 6px solid #d4d4d4;
    border-bottom: 6px solid #d4d4d4;
    position: relative;
    text-align: center;
}

.table2 > thead > tr > th {
    padding: 14px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
    background-color: #0f3a4a;
    vertical-align: middle;
}

.footer-copyright2 {
    border-top: 0px solid #191919;
    background: #2ca7b2;
    font-size: 11px;
	color: black;
    padding: 20px 0;
    text-align: center;
}



/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

/* Changing color of three dots decorations on home page

.title-decorated h1 {
    margin-bottom: 0;
    position: relative;
    text-align: center;
	
}

.title-decorated h1:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -40px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 50%;
    background: #fbb034;
}

.title-decorated:before, .title-decorated:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fbb034;
}*/


/*Reduced space between the black breadcrumps bar and the content of the page. Default is 90px*/

.page-content {
	
	padding-top:60px;
	padding-bottom: 45px;


} 

/*Changing color for  hr with a circle*/

.hr-with-icon.icon-primary {
    color: #32cd32;
}


/*Changed padding around the logo so the white space is tight*/

/* Logo */
.header .logo {
  margin: 0;
  padding: 35px 0 0px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
 margin-left: 0px; /*added to adjust breakpoint to fit About us menu item was -30*/
}

.header .logo2 {
  margin: 0;
  padding: 20px 0 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
 margin-left: 0px; /*added to adjust breakpoint to fit About us menu item was -30*/
}

.header .logo2 img {
    position: relative;
    display: inline-block;
    z-index: 2;
}



.header .logo3 {
  margin: 0;
  padding: 0px 0 25px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
 margin-left: 0px; /*added to adjust breakpoint to fit About us menu item was -30*/
}


/*slider thumb color*/

.rsThumb {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  padding: 23px;
  color: #2f2f2f;
  border-left: 1px solid #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rsMinW .rsThumb.rsNavSelected {
	background: #000;
}

/*.rsOverlay {
  opacity: 0.25;
  filter: alpha(opacity=55.00000000000001);
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
  height: 80%;
  background: #000;
}*/

.dark-bg .tp-bgimg.defaultimg {
    opacity: 0.5 !important;
}

/*font size*/

/*changed background to repeat and different image
body.bg1 {
  background: #ffffff url(../images/bg2.jpg) 100% 0 repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
}*/


body.bg1 {
  background: #ffffff url(../images/bg1.jpg) 50% 0 repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
}


/*Menu color from grey rollover to black*/



.fhmm .navbar-collapse .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.fhmm .dropdown a,
.fhmm .dropdown-menu a {
  color: #2f2f2f;
}
.fhmm .dropdown a:hover,
.fhmm .dropdown-menu a:hover {
  text-decoration: none;
color: #000000;
}
.fhmm .dropdown-menu {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
  left: auto;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu {
    padding: 0;
  }
}
.fhmm .dropdown-menu > li {
  border: none;
}
.fhmm .dropdown-menu > li > a {
  color: #fff !important;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fhmm .dropdown-menu > li > a:hover {
  -webkit-transition: none;
  transition: none;
  color: #fff;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li > a {
    color: #2f2f2f !important;
  }
  .fhmm .dropdown-menu > li > a:hover {
    color: #000000;
  }
  .fhmm .dropdown-menu > li > a .label {
    margin-left: 5px;
  }
}
.fhmm .dropdown-menu > li:last-child > a {
  border-radius: 0 0 6px 6px;
}
.fhmm .dropdown-menu > li.active > a {
  background: #efefef;
}
.fhmm .dropdown-menu > li + li a {
  border-top: 1px solid #2f2f2f;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li + li a {
    border-top: 1px solid #efefef;
  }
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu .withoutdesc {
    margin-top: 0;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
  }
}
.fhmm .dropdown-menu .fhmm-content.withdesc a:after {
  color: #CFCFCF;
  content: attr(data-description);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 0;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.fhmm .dropdown-submenu {
  position: relative;
}
.fhmm .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
.fhmm .dropdown-submenu > .dropdown-menu > li:first-child > a {
  border-top: none !important;
  border-radius: 6px 6px 0 0 !important;
}
.fhmm .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fhmm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fhmm .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.fhmm .dropdown-submenu.pull-left {
  float: none;
}
.fhmm .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}



/*Remove fading effect on partners logo*/

.partners__logos > li img {
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 1.5;
    filter: alpha(opacity=0);
}


body {
  background-color: #fff;
  color: #000000;
  font-family: 'Muli', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

/*Change color of Header 1,2,3...*/

/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1.4em 0;
  color: #000000;
  text-transform: uppercase;
}

.pcenter {text-align: center;}

/* Slider height */

.royalSlider { height: 240px;}

@media (min-width: 768px) {
    .royalSlider { height: 420px;}
}

@media (min-width: 992px) {
    .royalSlider { height: 540px;}
}
/*distance between menu and slider; was 40px before*/
.sliderHolder {
    padding: 10px 0 0 0;
}

/*Slider small text */

.tp-caption.stability_verysmall_white_mw {
	
	max-width: 800px;
	
}

/*button in the slider

.tp-caption a:hover {
color:#fbb034;
}*/


.tp-caption a {
color:#ffffff;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffffff;
}
/*increase dark overlay in the slider*/

.rsOverlay {
  opacity: 0.65;
  filter: alpha(opacity=55.00000000000001);
  position: absolute;
  top: 10;
  right: 0;
  left: 0;
  height: 80%;
  background: #000;
}
@media (min-width: 768px) {
  .rsOverlay {
    height: 70%;
    top: 17%;
  }
}
/*Changed main title on the slider from white to yellow
.tp-caption.stability_large_white {
    border-width: 0px;
    border-style: none;
    border-color: #000000;
    background-color: transparent;
    color: #fbb034;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    letter-spacing: 0;
    font-weight: 400;
    font-size: 72px;
    font-family: 'Anton', sans-serif;
    line-height: 72px;
}*/


.bContainer {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bContainer {
    top: 30%;
  }
}
/*grey dividers in top title in the slider*/
.bContainer .stability_graydivider2px.left {
  margin-left: -250px;
}

.bContainer .stability_graydivider2px.right {
  margin-left: 170px;
}

/* Responsive video 
.video-container {
	position:relative;
	padding-bottom:66.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/


/*changed color of the top bar to teal*/

.header-top {
  background: #666666;
  padding: 14px 0;
  color: #000000;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}



.header-top ul {
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  display: inline-block;
}

.header-top-left {
  float: left;
  
}

/* Table Header */

.table > thead > tr > th {
  padding: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
 vertical-align: middle;
}








/*Links for schedule page*/


a.sch {font-size: 150%;}



/*
// #Buttons
// --------------------------------------------------
*/

/*Buttons Style Endss (font color)*/



/*// #Links
// --------------------------------------------------
*/
/*.container a:link{
  color: #00a9a1;
  text-decoration: none;
}

.container a:hover {
  color: #000000;
  text-decoration: underline;
}

*/

/*.container a:visited {
  color: #000000;
  text-decoration: none;
}*/



/*Attention style*/

.attention {
    color:purple;
	font-weight: bold;
	text-transform: uppercase; 
}

.btn-primary .btn-danger .btn-default{
	
	margin-bottom: 10px;
}

/*Note style*/

.note {
    color:grey;
	font-size: 9px;
	 
}

/*Changed color for divider with a cercle in the middle*/
.hr-with-icon.icon-primary {
  color: #0376c8;
}

/* Checkbox */
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  content: "";
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #0376c8;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.checkbox__custom.checkbox__style2 label:before {
  background: #0376c8;
  border-color: #0376c8;
}
.checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before {
  color: #fff;
}
.checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before {
  color: #2f2f2f;
}
.checkbox__custom.checkbox__style4 label:before {
  border-color: #0376c8;
}
.checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before {
  color: #0376c8;
}

/*checkboxes end*/

/* Radio Button */
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 6px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0376c8;
  content: "";
}
.radio__custom.radio__style2 label:before {
  background: #0376c8;
  border-color: #0376c8;
}
.radio__custom.radio__style2 input[type="radio"]:checked + span:before {
  background: #fff;
}
.radio__custom.radio__style3 input[type="radio"]:checked + span:before {
  background: #2f2f2f;
}
.radio__custom.radio__style4 label:before {
  border-color: #0376c8;
}
.radio__custom.radio__style4 input[type="radio"]:checked + span:before {
  background: #0376c8;
}

/*radio buttons end*/
/*widget code
.widget__sidebar a:link {
    color: #00a9a1;
	text-decoration: none;
}

.widget__sidebar a:visited {
    color: #00a9a1;
	text-decoration: none;
}

.widget__sidebar a:hover {
  color: #000000;
  text-decoration: underline;
}

.page-heading a:link {
    color:#ffffff;
	text-decoration: none;
}

.page-heading a:visited {
    color:#ffffff;
	text-decoration: none;
}

.widget__footer a:visited {
    color:#ffffff;
	text-decoration: none;
}

.widget__footer a:link {
    color:#ffffff;
	text-decoration: none;
}*/

.footer-copyright a:link {
    color:#ffffff;
	text-decoration: none;
}

.footer-copyright a:visited {
    color:#ffffff;
	text-decoration: none;
}

/* #Links
// --------------------------------------------------
*/

.featured-item .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}

.featured-item:hover {
    background-color: #32cd32;
  }

/* Left marging for "list" class*/
.list ul li {
    position: relative;
    margin-left: 20px;
}

/* Left marging for "list2" class*/
.list2 ul li {
    position: relative;
    margin-left: 0px;
}

.list2 {
  overflow: hidden;
}
.list2 ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
.list2 ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list2 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #0376c8;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list2.list__lg {
  font-size: 14px;
}
.list2.list__lg ul li {
  padding: 4px 0 25px 50px;
}
.list2.list__lg ul li:before {
  width: 28px;
  height: 28px;
  border: 1px solid #0376c8;
  border-radius: 2px;
  text-align: center;
  line-height: 26px;
  content: "\f00c";
}
.list2 ol {
  padding-left: 20px;
  list-style: none;
  margin-bottom: 1.5em;
  counter-reset: counter;
}
.list2 ol li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list2 ol li:before {
  display: inline-block;
  /* block would also work */
  position: absolute;
  /* move this out of the way of the text*/
  left: 0;
  /* move the counter labe into the space from the padding */
  content: counter(counter) ". ";
  counter-increment: counter;
  font-weight: bold;
  width: 20px;
  color: #0376c8;
}
/*Changed color and padding for ordered list*/

.list ol {
    padding-left: 0;
    list-style: none;
    padding-top: 1.5em!important;
    margin-bottom: 0;
    counter-reset: counter;
}

.list ol li:before {
    color: #B1B1B1;
}

.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	position: relative;
	padding-left: 22px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
	padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 26px;
	padding: 0;
	text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #FFF;
	border: 0;
    background: #0088CC;
}



/*New List style



.list.list-ordened {
	counter-reset: custom-counter;
	list-style: none;
}

.list.list-ordened li {
	
	
	padding-top: 15px;
	margin-top: 15px;
}

.list.list-ordened li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(custom-counter);
	counter-increment: custom-counter;
	font-weight: bold;
}

.list.list-ordened.list-ordened-style-3 li, .list.list-ordened.list-ordened-style-3 li {
	padding-left: 62px;
	margin-left: -42px;
	
}

.list.list-ordened.list-ordened-style-3 li:before, .list.list-ordened.list-ordened-style-3 li:before {
	border-radius: 100%;
	border-style: solid;
	border-width: 1px;
	min-width: 46px;
	min-height: 46px;
	padding: 40;
	text-align: center;
	color: white;
	background-color:black;
	line-height: 2.5;

}

.list.list-ordened.list-ordened-style-3 li:before {
	color: #FFF;
	border: 0;
}
*/

/*OCSMP page*/

.dropcap.dropcap__rounded {
    width: 48px;
    height: 48px;
    border: 4px solid #ebebeb;
    border-radius: 50%;
    background-color: #2376bc;
    background-image: url(../images/noise.png);
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}







/*call out format*/


.buttonscontainer-rr {width: 100px;}

.buttons-rr a {color: #ffffff;
padding: 2px;
padding-left: 4px;
display: block;
font: 12px Arial Narrow, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons-rr a:hover {
color: #0376c8;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-cert {width: 100px;}

.buttons-cert a {color: #00000;
padding: 2px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons-cert a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;}



.buttonscontainer-cert-sp {width: 100px;}

.buttons-cert-sp a {color: #ffffff;
padding: 0px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-cert-sp a:hover {
color: #A4ADBF;
font-weight: bold;
text-decoration: none;}



.buttonscontainer-sp {width: 125px;}

.buttons-sp a {color: #ffffff;
padding: 0px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-sp a:hover {
color: #D53403;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-se {width: 125px;}

.buttons-se a {color: #ffffff;
padding: 0px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-se a:hover {
color: #f2c779;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-tc {width: 100px;}

.buttons-tc a {color: #FFFFFF;
padding: 0px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-tc a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;}


.list-p ul li {
    position: relative;
    padding: 0 0 8px 20px;
}


/*  Portfolio Description  */
.project-desc2 {
  text-align: left;
  padding: 25px 20px;
}
.project-desc2 .title {
  margin-bottom: 5px;
}
.project-desc2 .title > a {
  color: #2f2f2f;
}

.products .product .project-item-inner2 {
  position: relative;
}
.products .product .project-desc2 {
  text-align: left;
}
.products .product .project-desc2 .title {
  margin-bottom: .10em;
  margin-top: .10em;  
}

/*Contact Form fields adjustments on the Home Page*/

.form-group2 {
    margin-bottom: 30px;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    zcursor: help;
    color: #006080;
}
.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.tooltip .tooltiptext2 {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}
.tooltip:hover .tooltiptext2 {
    visibility: visible;
}
.tooltip-right {
  top: -5px;
  left: 125%;  
}
.tooltip-right2 {
  top: -5px;
  left: 105%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.tooltip-bottom {
  top: 135%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-bottom2 {
  top: 125%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip-top {
  bottom: 125%;
  left: 50%;  
  margin-left: -60px;
}
.tooltip-top2 {
  bottom: 115%;
  left: 50%;  
  margin-left: -60px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
  top: -5px;
  bottom:auto;
  right: 128%;  
}

.tooltip-left2 {
  top: -5px;
  bottom:auto;
  right: 105%;  
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

.tooltip .tooltiptext-bottomarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptext-bottomarrow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext-bottomarrow {
    visibility: visible;
}

.tooltip .tooltiptext-toparrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}
.tooltip .tooltiptext-toparrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip:hover .tooltiptext-toparrow {
    visibility: visible;
}

.tooltip .tooltiptext-leftarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 110%;
}
.tooltip .tooltiptext-leftarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.tooltip:hover .tooltiptext-leftarrow {
    visibility: visible;
}
.tooltip .tooltiptext-rightarrow {
    visibility: hidden;
    width: 120px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
}
.tooltip .tooltiptext-rightarrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext-rightarrow {
    visibility: visible;
}
/*Change padding above the logos on Certification Search page*/
.page-content2 {
    padding-top: 20px;
}

/*Remove background and border around images*/

.aligncenter2 img {
    margin: 0 auto 20px auto;
}
.alignleft2 img, .alignright2 img, .alignnone2 img, .aligncenter2 img {
    padding: 6px;
    /* background-color: #e5e5e5; */
    /* border: 1px solid #cecece; */
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}


.alignleft2,
.alignright2,
.alignnone2,
.aligncenter2 {
  text-align: center;
}
.alignleft2 img,
.alignright2 img,
.alignnone2 img,
.aligncenter2 img {
  padding: 6px;
  
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .alignleft2 img,
  .alignright2 img,
  .alignnone2 img,
  .aligncenter2 img {
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .alignleft2:before,
  .alignright2:before,
  .alignnone2:before,
  .aligncenter2:before,
  .alignleft2:after,
  .alignright2:after,
  .alignnone2:after,
  .aligncenter2:after {
    content: " ";
    display: table;
  }
  .alignleft2:after,
  .alignright2:after,
  .alignnone2:after,
  .aligncenter2:after {
    clear: both;
  }
}
.alignleft2 img {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright2 img {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter2 {
  display: block;
  text-align: center;
}
.aligncenter2 img {
  margin: 0 auto 20px auto;
}
.alignnone2 img {
  margin: 0 0 20px 0;
}

/*Remove background and border around images and padding from top*/

.aligncenter-com img {
    margin: -150px auto 20px auto;
}
.alignleft-com img, .aligncenter-com img, .aligncenter-com img, .aligncenter-com img {
    padding: 6px;
    /* background-color: #e5e5e5; */
    /* border: 1px solid #cecece; */
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}


.aligncenter-com,
.aligncenter-com,
.aligncenter-com,
.aligncenter-com {
  text-align: center;
}
.aligncenter-com img,
.aligncenter-com img,
.aligncenter-com img,
.aligncenter-com img {
  padding: 6px;
  
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .aligncenter-com img,
  .aligncenter-com img,
  .aligncenter-com img,
  .aligncenter-com img {
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .aligncenter-com:before,
  .aligncenter-com:before,
  .aligncenter-com:before,
  .aligncenter-com:before,
  .aligncenter-com:after,
  .aligncenter-com:after,
  .aligncenter-com:after,
  .aligncenter-com:after {
    content: " ";
    display: table;
  }
  .aligncenter-com:after,
  .aligncenter-com:after,
  .aligncenter-com:after,
  .aligncenter-com:after {
    clear: both;
  }
}
.aligncenter-com img {
  float: left;
  margin: 0 20px 10px 0;
}
.aligncenter-com img {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter-com {
  display: block;
  text-align: center;
}
.aligncenter-com img {
  margin: 0 auto 20px auto;
}
.aligncenter-com img {
  margin: 0 0 20px 0;
}







/* Video Holder */
.video-holder,
.audio-holder {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

/*Hide logos on top on the certification pages when viewed on mobile devices*/

.content-desktop {display: block;}
.content-mobile {display: none;}

@media screen and (max-width: 768px) {

.content-desktop {display: none;}
.content-mobile {display: block;}

}

/*Vertical line for a container*/

.robust-info-page-body {
    border-left: 1px solid #0071bc;
}

/*Magazine slider on why-join page.  Changed padding from 40 to 0. Changed border-top from 5 to 0 */

.magazine-slider-holder {
    padding: 0px 0 0 0;
    border-top: 0px solid #d4d4d4;
    position: relative;
    overflow: hidden;
    margin-bottom: -24px;
}

/*Magazine slider on why-join page.  Changed height from 1 to 0. */
.magazine-slider-holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0px;
  background: #bebebe;
}