/* Add your CSS here*/

/*Cyber Resilience Summit*/


    .wrapper {
      position: relative;
      background: grey;
	  background-image: url(https://www.it-cisq.org/crs22/images/header2.jpg);
	  background-size: cover;
	  background-repeat: no-repeat; 
      background-position: left top; 
	  height: 575px;
      width: 100%;
      margin: 0 auto;
	  margin-bottom: 60px;
	
		
    }

    #clock {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      display: flex;
      justify-content: center;
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 20px 0;
      text-align: center;
    }

    #clock div {
      font-size: 13px;
      padding: 0 30px;
    }

    #clock div span {
      font-size: 40px;
      font-weight: 700;
      line-height: 34px;
      display: block;
    }

    @media (max-width: 768px) {
      #clock div {
        padding: 0 20px;
      }

      #clock div span {
        font-size: 30px;
      }
		
		
    }

    @media (max-width: 480px) {
      #clock div {
        padding: 0 10px;
      }

      #clock div span {
        font-size: 24px;
        line-height: 26px;
      }
		
    }





.crs-head  {
	
	height: 600px;
	
}

.crs-head h1 {
	
	font-size: 88px;
	font-weight: 600;
	color: #fff;
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0 0 0.5em 0;
	text-align: left;
	text-transform: none;
}

.crs-head h2 {
	
	width: 85%;
	font-size: 38px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	padding-top: 85px;
	
}

.crs-head btn {
	
	text-align: left;
	
	
}


@media (max-width:768px){
	
.crs-head  {
	
	height: 400px;
	
}	
.crs-head h1 {
	
	font-size: 58px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 0px;
	margin: 0 0 0.5em 0;
	text-align: left;
	text-transform: none;
}

.crs-head h2 {
	
	width: 85%;
	font-size: 38px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	padding-top: 65px;
	
	
	
}
	
		
	.btn {
		margin-bottom: 0px;
		
	}
	
}

@media (max-width:600px){
	
.crs-head  {
	
	height: 450px;
	
}	
.crs-head h1 {
	
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 0px;
	margin: 0 0 0.5em 0;
	text-align: left;
	text-transform: none;
}

.crs-head h2 {
	
	width: 85%;
	font-size: 28px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	padding-top: 65px;
	
	
	
}
	
		
	.btn {
		margin-bottom: 0px;
		
	}
	
}


/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (min-width: 768px) {

.crs-head  {
	
	height: 400px;
	
}		
	
.crs-head h1 {
	
	font-size: 68px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 0px;
	margin: 0 0 0.5em 0;
	text-align: left;
	text-transform: none;
}

.crs-head h2 {
	
	width: 85%;
	font-size: 38px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	padding-top: 65px;
	
	
	
}
	
		
	.btn {
		margin-bottom: 0px;
		
	}
	
}

/*Cyber Event style*/

.topics {
	
	padding: 20px;
	align-content: center;
	text-align: center;
}

.topics-img {
	
	padding-bottom: 15px;
}

.cyberevent {
	
	padding-top: 70px;
	background-color: #d9ebf9;
	padding-bottom: 40px;
	margin-bottom: 0px;
}

.event-cs {
	
	text-transform: none;
	text-align: center;
}

.page-content-event {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 60px;
}



/* Home page style*/
.featured-item .featured-main {
  position: absolute;
  margin-top: 0px;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}


.featured-section2 {
	
  margin: 0px -100% 0px -100%;
  padding: 120px 100% 0px 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/sponsor-backgr5.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 500px;
}

.featured-section2 .btn{
	
  
  margin-left: 0px;
 
}


.featured-item .featured-icon {
    font-size: 42px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}




h2.sponsor {
 
    font-size: 24px;
    color: #7A7F87;
    margin-bottom: 40px;
	padding-left: 180px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding-top: 5px;
    text-transform: none;
	
}
h1.sponsor {
	width: 85%;
   font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 500; 
    line-height: 44px;
    text-align: left;
    padding-top: 15px;
	padding-bottom: 10px;
    padding-left: 180px;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	
.featured-section2 {
	
  margin: 0px -100% 0px -100%;
  padding: 120px 100% 0px 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/sponsor-backgr5.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 500px;
}

.featured-section2 .btn{ 
  margin-left: 0px;
 
}
	

	

h2.sponsor {
 
    font-size: 24px;
    color: #7A7F87;
    margin-bottom: 40px;
	padding-left: 80px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding-top: 5px;
    text-transform: none;
	
}
	
h1.sponsor {
	width: 85%;
   font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 500; 
    line-height: 44px;
    text-align: left;
    padding-top: 15px;
	padding-bottom: 10px;
    padding-left: 80px;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.featured-section2 {
	
  margin: 0px -100% 0px -100%;
  padding: 120px 100% 0px 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/sponsor-backgr5.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 500px;
}

.featured-section2 .btn{ 
  margin-left: 0px;
 
}
	


h2.sponsor {
 
    font-size: 24px;
    color: #7A7F87;
    margin-bottom: 40px;
	padding-left: 80px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding-top: 5px;
    text-transform: none;
	
}
	
h1.sponsor {
	width: 85%;
   font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 500; 
    line-height: 44px;
    text-align: left;
    padding-top: 15px;
	padding-bottom: 10px;
    padding-left: 80px;
}



}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.featured-section2 {
	
  margin: 0px -100% 0px -100%;
  padding: 120px 100% 0px 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/sponsor-backgr5.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 500px;
}

.featured-section2 .btn{ 
  margin-left: 0px;
 
}

h2.sponsor {
 
    font-size: 24px;
    color: #7A7F87;
    margin-bottom: 40px;
	padding-left: 80px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding-top: 5px;
    text-transform: none;
	
}
	
h1.sponsor {
	width: 75%;
   font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 500; 
    line-height: 44px;
    text-align: left;
    padding-top: 15px;
	padding-bottom: 10px;
    padding-left: 80px;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

.featured-section2 {
	
  margin: 0px -100% 0px -100%;
  padding: 120px 100% 0px 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-image: url(../images/sponsor-backgr5.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 500px;
}

.featured-section2 .btn{ 
  margin-left: 0px;
 
}

h2.sponsor {
 
    font-size: 24px;
    color: #7A7F87;
    margin-bottom: 40px;
	padding-left: 160px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding-top: 5px;
    text-transform: none;
	
}
	
h1.sponsor {
	width: 95%;
   font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 500; 
    line-height: 44px;
    text-align: left;
    padding-top: 15px;
	padding-bottom: 10px;
    padding-left: 160px;
   }

}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

.featured-section2 {
	
  margin: 0px -100% 0px -100%;
  padding: 120px 100% 0px 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-image: url("../images/standards-sponsor.jpg");
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  height: 500px;
}

.featured-section2 .btn{ 
  margin-left: 0px;
 
}

h2.sponsor {
 
    font-size: 24px;
    color: #7A7F87;
    margin-bottom: 40px;
	padding-left: 160px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    padding-top: 5px;
    text-transform: none;
	
}
	
h1.sponsor {
	width: 85%;
   font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 500; 
    line-height: 44px;
    text-align: left;
    padding-top: 15px;
	padding-bottom: 10px;
    padding-left: 160px;
   }



}


.featured-section.bg2 {
  background-image: url(../images/samples/bg2.jpg);
background-size: 100% 300px;
	
}
@media (min-width: 992px) {
  .featured-section {
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.featured-section2.featured-section__normal-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.featured-section2.featured-section__lg-padding {
  padding-top: 79px;
  padding-bottom: 120px;
  margin-top: 100px;
  margin-bottom: 100px;
}


@media (max-width: 675px) {
  .featured-section2.featured-section__lg-padding {
  padding-top: 10px;
  padding-bottom: 120px;
  margin-top: 100px;
  margin-bottom: 100px;
}
}


.featured-section2.featured-section__alt {
  margin-bottom: -40px;
}
h2 + .featured-section2 {
  margin-top: 0px;
}
.featured-section2:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.25;
  filter: alpha(opacity=55.00000000000001);
}
.featured-section2 .circliful {
  color: #fff;
}
.featured-item2 {
  height: 300px;
  padding: 35px;
  position: relative;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.featured-item2:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .featured-item2:before {
    left: -15px;
    right: auto;
    bottom: 0;
    width: 1px;
    height: 20px;
  }
}
.featured-item2:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 15px;
  top: 15px;
  left: -15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-item:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .featured-item2:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .row > [class^='col-']:first-child .featured-item2:before {
    display: none;
  }
}
.row > [class^='col-']:first-child .featured-item2:after,
.row > [class^='col-']:nth-child(3n) .featured-item2:after {
  display: none;
}
.featured-item2 .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}
.featured-item2 .featured-main {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 60px;
}
.featured-item2 .featured-icon {
  font-size: 42px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.featured-item2 .featured-title {
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.featured-item2 .featured-subtitle {
  color: #fff;
  line-height: 1.5em;
}
.featured-item2 .featured-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 992px) {
  .featured-item2 .featured-desc {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.featured-item2 .featured-desc > p {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
@media (min-width: 992px) {
  .featured-item2:hover {
    background-color: #dc2a0b;
  }
  .featured-item2:hover .featured-icon {
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
  .featured-item2:hover .featured-title {
    -webkit-animation: smallToBig 300ms ease;
    animation: smallToBig 300ms ease;
  }
  .featured-item2:hover .featured-desc {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: moveFromBottom 300ms ease;
    animation: moveFromBottom 300ms ease;
  }
}






/*Founders and Sponsors logos on home page*/


.logotypes {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.logotypes img {
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
  max-width: 120px;
  max-height: 65px;
}

.pe-2 {
	
	padding-right: 20px;
}

/*Sponsor page 2*/

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;
}




/*Sponsor page*/
.text-color-grey {
    color: #969696 !important;
	text-transform: none;

}
.text-4-5 {
    font-size: 1.35em !important;
}

.custom-svg-1 {
    position: absolute;
    left: 120px;
    top: 0px;
    width: 540px;
} 

.position-absolute {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.position-relative {
	position: relative !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.d-none {
	display: none !important;
}

.d-sm-block {
		display: block !important;
	}

@media (max-width: 991px) {
		.background-image-wrapper {
				background-position: 0% !important;
				background-repeat: no-repeat;
		}
}


/*.hero-image {
	position: relative;
	width: 100%;
    height: 500px;
	text-align: center;
	background: url("../sponsorship/backg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}*/




.hero-image {
	position: relative;
	width: 100%;
    height: 500px;
	background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}



.hero-image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0, .5);*/
	
}

.hero-content-inner  {
	
	height: 400px;
	
}

.hero-content-inner h1 {
	
	font-size: 38px;
	color: #1270A4;
	padding-bottom: 15px;
	margin-top: 15px;
	text-align: left;
}

.hero-content-inner h2 {
	
	width: 85%;
	font-size: 24px;
	color: #7A7F87;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	padding-top: 45px;
	text-transform: none;
	
	
}

.hero-content-inner btn {
	
	text-align: left;
	
	
}


@media (max-width:768px){
	

	
	.hero-content-inner h1 {
	
	font-size: 30px;

}
	.hero-content-inner p {
	
	width: 100%;
		font-size: 20px;
		font-weight: 700;
		
	}
	
	.btn {
		margin-bottom: 0px;
		
	}
	
}



/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (min-width: 768px) {
	
	

	
	.hero-content-inner h1 {
	
	font-size: 30px;

}
	.hero-content-inner p {
	
	width: 100%;
		font-size: 20px;
		font-weight: 700;
		
	}
	
	.btn {
		margin-bottom: 0px;
		
	}
	
}
	


.page-content-spon {
    padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height: auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.page-content-spon {
    padding-top: 40px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height: auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
	

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
	
	.page-content-spon {
    padding-top: 40px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height: auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
	

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
	
.page-content-spon {
    padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height:inherit;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}	
	
	h1 {
			
		width: 85%;	
			
		}
	
	h2 {
			
		width: 85%;	
			
		}

}



/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (min-width: 768px) {
	
.page-content-spon {
    padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height:inherit;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}	
	
	h1 {
			
		width: 85%;	
			
		}
	
	h2 {
			
		width: 85%;	
			
		}

}


/* Large devices (laptops/desktops, 992px and up); h2 padding-top: 25px; */
@media only screen and (max-width: 990px) {
	
	.page-content-spon {
    padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height: auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
		
		
}
	
	h1 {
			
		width: 100%;	
			
		}
	
	h2 {
			
		width: 100%;	
			
		}
	

}





/* Large devices (laptops/desktops, 992px and up) padding-top: 25px;*/
@media only screen and (min-width: 992px) {
	
	.page-content-spon {
    padding-top: 20px;
    padding-bottom: 0px;
	margin-bottom: -70px;
	position: relative;
	width: 100%;
    height: auto;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
		
		
}
	
	h1 {
			
		width: 100%;	
			
		}
	
	h2 {
			
		width: 100%;	
			
		}
	

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	h1 {
			
		width: 100%;	
			
		}
	
	h2 {
		margin-top: 15px;	
		width: 100%;	
			
		}

}

/* Extra large devices (large laptops and desktops, 1100px and up) */
@media only screen and (min-width: 1200px) {
	
	
	
	
	h1 {
			
		width: 100%;	
			
		}
	
	h2 {
			
		width: 100%;	
			
		}

}



.hero {
  height: 570px;
  width: 100%;
  background: url('../sponsorship/backg.jpg');
  background-size: cover;
  background-attachment: fixed;
 background-position: center center;
}



.section-light {
	
	margin: 70px -100% 70px -100%;
  padding: 60px 100% 60px 100%;	
overflow: hidden;
  border-top: 1px solid #e4e4e4;
	
	
}
.section-light li {
	
	font-size: 18px;
	line-height: 22px;
	
}

.section-light .list {
	
	padding-bottom: 5px;
	
}



.section-light h3 {
	
	font-size: 24px;
	line-height: 28px;
	text-transform: none;
	padding-bottom: 15px;
	
}

.section-primary li {
	
	font-size: 18px;
	line-height: 22px;
	color: white;
	
}


.section-primary .list ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.section-primary .list {
	padding-bottom: 25px;
}


.section-primary {
  background: #006c95;
 
 color: white;
 margin: 70px -100% 70px -100%;
  padding: 55px 100% 60px 100%;	
overflow: hidden;
  border-top: 1px solid #e4e4e4;
}



.section-primary h3 {
 font-size: 24px;
	line-height: 28px;
	text-transform: none;
	color: white;
	padding-bottom: 15px;
}
.section-primary .title-decorated:before,
.section-primary .title-decorated:after {
  background: #fff;
}
.section-primary .title-decorated h1:before {
  background: #fff;
}
.section-primary .title-decorated h1 > span {
  color: #fff;
}
.section-primary .circliful {
  color: #fff;
}
.section-primary .circliful .fa {
  color: #2f2f2f;
  opacity: 0.8;
  filter: alpha(opacity=80);
}


.dark .list ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #ffffff;
    margin-right: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.dark .list {
	padding-bottom: 25px;
}

.dark  li {
	
	font-size: 18px;
	line-height: 22px;
	color: white;
	
}


.dark {
  background: #333333;
   padding: 80px 0;
	color: white;
}
.dark h3 {
 font-size: 24px;
	line-height: 28px;
	text-transform: none;
	color: white;
	padding-bottom: 15px;
}


/*START CUSTOM HERE*/

/*Removed grey border from images*/

.alignleft,
.alignright,
.alignnone,
.aligncenter {
  text-align: center;
}
.alignleft img,
.alignright img,
.alignnone img,
.aligncenter img {
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #fffff;
  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) {
  .alignleft img,
  .alignright img,
  .alignnone img,
  .aligncenter img {
    float: none !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .alignleft:before,
  .alignright:before,
  .alignnone:before,
  .aligncenter:before,
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after {
    content: " ";
    display: table;
  }
  .alignleft:after,
  .alignright:after,
  .alignnone:after,
  .aligncenter:after {
    clear: both;
  }
}
.alignleft img {
  float: left;
  margin: 0 20px 10px 0;
}
.alignright img {
  float: right;
  margin: 0 0 10px 20px;
}
.aligncenter {
  display: block;
  text-align: center;
}
.aligncenter img {
  margin: 0 auto 20px auto;
}
.alignnone img {
  margin: 0 0 20px 0;
}

/*Second set of images*/

.alignleft2,
.alignright2,
.alignnone2,
.aligncenter2 {
  text-align: center;
}
.alignleft2 img,
.alignright2 img,
.alignnone2 img,
.aligncenter2 img {
  padding: 6px;
  background-color: #ffffff;
  border: 0px solid #fffff;
  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;
}




.list-p {
  overflow: hidden;
}
.list-p ul {
  padding-left: 40px;
  list-style: none;
  margin-bottom: 1.5em;
}
.list-p ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list-p ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #3498db;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	  



/* Reduced space between the black title bar and the content of the page */
.page-content {
	padding-top:55px;
	} 
.page-content2 {
    padding-top: 20px;
    padding-bottom: 90px;
}



.sliderHolder {
    padding: 10px 0 0 0;
}


/*Changed shading on the images on the home page*/

figure.effect-winston {
    background: #000000;
    text-align: left;
}



/*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 1em 0;
  color: #2a6992;
  text-transform: uppercase;
}



/*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;
}*/

/*Reduced space between the black breadcrumps bar and the content of the page. Default is 90px*/

.page-content {padding-top:60px;} 

/*Changed padding around the logo so the white space is tight*/

/* Logo */
.header .logo {
  margin: 0;
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
}



body {
  background-color: #fff;
  color: #333333;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}




/* Added color */

p.follow {
    color:red;
}

p.pr {
    color:dimgrey;
}

.attention {
    color:red;
	font-weight: bold;
}

.hide {
    color:white;

}

h4.p {font-size:medium;
	  font-style:italic;
	  text-transform: none !important;
	  
	  
	  }
	  
	  

.header32 {
  color:#000;
  
}	  
	  
/*Changed table header padding on standards page*/
.pricing-table .plan .pricing-head {
    padding: 0 0 24px 0;
}

.pricing-table .plan.popular .pricing-head h3 {
 
  font-size: 24px;
  line-height: 60px;
  
}
@media (min-width: 992px) {
  .pricing-table .plan.popular .pricing-head h3 {
    margin: -7px 0 0px 0;
  }
}

/*Changed list padding*/
	  
.list-p {
  overflow: hidden;
}
.list-p ul {
  padding-left: 40px;
  list-style: none;
  margin-bottom: 1.5em;
}
.list-p ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.list-p ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2a6992;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}	  

a.button {
	height: 16px;
	display: inline-block;
	margin: 0 5px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.08);
}
a:hover.button {
	background-position: 0 -28px;
}
a.button.grey {
	background-image: url(images/button_grey.png);
	border: 1px solid #b5b5b5;
	color: #555555;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}

a:hover.button.grey {
	border: 1px solid #989898;
}
a.button.red {
	background-image: url(images/button_red.png);
	border: 1px solid #df6f8b;
	color: #913944;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}

a:hover.button.red {
	border: 1px solid #c36079;
}


i[class*=fa-circle]:: {
   background:transparent;
}
i:last-of-type {
    background:transparent;
   }


.fa-circle {
    background: transparent;
    
}


/* Slider height */

.royalSlider { height: 240px;}

@media (min-width: 768px) {
    .royalSlider { height: 420px;}
}

@media (min-width: 992px) {
    .royalSlider { height: 540px;}
}


/*Slider small text */

.tp-caption.stability_verysmall_white_mw {
	
	max-width:750px;
	
}



/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}


/*Slider small text */

.tp-caption.stability_verysmall_white_mw {
	
	max-width:750px;
	
}

/*button in the slider*/

.tp-caption a:hover {
color:#ffffff;
}


.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.35;
  filter: alpha(opacity=35.00000000000001);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 90%;
  background: #000;
}
@media (min-width: 768px) {
  .rsOverlay {
    height: 70%;
    top: 17%;
  }
}

.tp-dottedoverlay.filled {
    background: #000;
    opacity: 0.75;
    filter: alpha(opacity=75.00000000000001);
    height: 66%;
    top: 17%;
    z-index: 1;
}


.bContainer {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bContainer {
    top: 20%;
  }
}
/*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%;
}


/*Line height for smaller text in sldier*/

.tp-caption.modern_medium_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Muli', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}




/*TEST NEW BUTTON*/

.ButtonClass_Medium {
            -moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
            -webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
            box-shadow:inset 0px 1px 0px 0px #fceaca;
            background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
            background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
            background-color:#ffce79;
            -webkit-border-top-left-radius:4px;
            -moz-border-radius-topleft:4px;
            border-top-left-radius:4px;
            -webkit-border-top-right-radius:4px;
            -moz-border-radius-topright:4px;
            border-top-right-radius:4px;
            -webkit-border-bottom-right-radius:4px;
            -moz-border-radius-bottomright:4px;
            border-bottom-right-radius:4px;
            -webkit-border-bottom-left-radius:4px;
            -moz-border-radius-bottomleft:4px;
            border-bottom-left-radius:4px;
            text-indent:0;
            border:1px solid #eeb44f;
            display:inline-block;
            color:#666666;
            height:19px;
            width:105px;
            text-decoration:none;
            text-align:center;
            text-shadow:1px 1px 0px #ce8e28;
            font: bold normal 10px/16px Verdana;
}
.ButtonClass_Medium:hover {
            background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
            background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
            background-color:#eeaf41;
}.ButtonClass_Medium:active {
            position:relative;
            top:1px;
}
 /*Changing color of vertical line in the top left menu between OMG and Membership to white*/

.header-top .header-top-nav > li > a:after {
  content: "";
  display: block;
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -4px;
  background: #fff;
  height: 7px;
  width: 1px;
}


/*Changing top box to CISQ blue*/
.header-top {
  background: #2a6992;
  padding: 14px 0;
  color: #a3a3a3;
  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: #2a6992;
  background-color: #ffffff;
vertical-align: middle;
}






/*partners logos: removed shading (changed opacity from 0.5 to 1.0); removed black box around logos (filter: alpha(opacity=100);)*/

.partners__logos {
  list-style: none;
  margin: 0;
}
.partners__logos > li {
  float: left;
  width: 20%;
  padding: 0;
}
.partners__logos > li > a {
  margin: 0 2px 4px 2px;
  display: block;
  padding: 20px;
  border-radius: 6px;
  background: #ffffff;
}
.partners__logos > li > a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.partners__logos > li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1.0;
  
}




