
  .tf-v1-sidetab.open {z-index:999999}
  .download-course-catalog {
	color: #fff;
	font-size:12px;
	text-decoration:underline;
  }
  .cycle-slideshow {
	position:relative;
  }
  .cycle-slideshow article {
	display:block;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	text-align: left;
	width: 100%;
	height: auto;
	padding:  7% 15px 10%;
	position: relative;
  }
  @media screen and (max-width: 1300px) {
	.cycle-slideshow article {
	  padding:  6% 15px 8%;
	}
  }
  .cycle-slideshow article:before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.01);
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 99;
  }
  .cycle-slideshow article .container {
	position: relative;
	z-index: 999;
  }
  .cycle-slideshow article h2 {
	color: #070606;
	font-size: 48px;
  }
  .cycle-slideshow article h3 {
	color: #070606;
	font-size: 26px;
	font-weight: 400;
	margin: 12px auto 20px;
  }
  .cycle-slideshow section {
	position:relative;
	z-index:9999;
  }
  .cycle-slideshow .btn-padd {
	padding:15px 0 10px;
  }

  .slide-1 {
	background-image: url('/Images/HurleyWrite/2023/homepage_pic-v2.jpg');
  }

  .slide-btn {
	padding:20px 0;
  }

  .cycle-slideshow p a,
  .cycle-slideshow p a:visited {
	color: #000;
	text-decoration:underline;
  }
  .cycle-slideshow p a:hover {
	color: #000;
	text-decoration:none;
  }
  .cycle-slideshow article .embed-responsive{
	margin-bottom: 20px;
  }

  #s-prev, #s-next {
	font-size:22px;
	color:#FFF;
	text-shadow:1px 1px 5px #000;
	position:absolute;
	top:50%;
	z-index:9999;
	cursor:pointer;
  }
  #s-prev {
	left:40px;
  }
  #s-next {
	right:40px;
  }

  /* pager */
  .cycle-pager { 
	text-align: center; width: 100%; z-index: 99999; position: absolute; bottom: 15px; overflow: hidden;
  }
  .cycle-pager span { 
	font-family: arial; font-size: 50px; width: 16px; height: 16px; 
	display: inline-block; color: #fff; cursor: pointer; 
  }
  .cycle-pager span.cycle-pager-active { color: #2ca0dc;}
  .cycle-pager > * { cursor: pointer;}

  .bttn-block {
	width:100%;
  }



  #kickstart-wrap {
	background-color: #F7F7F7;
	padding:60px 0;
	position:relative;
  }
  #kickstart-wrap p {
	width:70%;
	margin:20px auto;
  }
  img#oct-left {
	position:absolute;
	top:100px;
	left:0;
	width:100%;
	max-width:150px;
	z-index:999;
	transition:all 1s;
  }
  img#oct-right {
	position:absolute;
	top:-100px;
	right:0;
	width:100%;
	max-width:150px;
	z-index:999;
	transition:all 1s;
  }

  @media screen and (max-width: 800px) {
	img#oct-left {
	  top:20px;
	}
	img#oct-right {
	  top:-20px;
	}
	img#oct-left, img#oct-right {
	  max-width:15%;
	}
  }

  #top-rated-courses article a:before {
	content:'';
	background: transparent;
  }

  #explore-research-wrap article a:before {
	content:'';
	background: transparent;
  }



  #explore-research-wrap article {
	padding:50px 30px 50px 45px;
  }
  .bg-lightbulb img {
	display:block;
  }
  @media screen and (max-width: 1100px) {
	.bg-lightbulb {
	  background: url('/Images/HurleyWrite/site/pages/images/lightbulb.jpg') no-repeat top center / cover;
	  min-height:380px;
	}
	.bg-lightbulb img {
	  display:none;
	}
  }
  @media screen and (max-width: 767px) {
	.bg-lightbulb {
	  background: none;
	  min-height:1px;
	}
	.bg-lightbulb img {
	  display:block;
	}
  }

  #upcoming-webinars-wrap {
	padding:30px 0;
  }
  #upcoming-webinars-wrap ul {
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:solid 1px #E96A3F;
  }
  #upcoming-webinars-wrap ul:after {
	content:'';
	display:block;
	clear:both;
  }
  #upcoming-webinars-wrap ul li {
	float:left;
	padding:15px 12px;
  }
  #upcoming-webinars-wrap ul li:first-child {
	width:20%;
  }
  #upcoming-webinars-wrap ul li:nth-child(2) {
	width:55%;
  }
  #upcoming-webinars-wrap ul li:nth-child(3) {
	width:25%;
  }

  #testimonials-wrap {
	padding:30px 0;
	overflow:hidden;
  }
  #testimonials-wrap {
	padding:30px 0;
	position:relative;
  }
  #testimonials-wrap h2 {
	color: #fff;
	margin:35px 0;
  }
  #bg-testi-blue {
	position:absolute;
	background-color: #306195;
	width:100%;
	height:325px;
	top:0;
  }



  #testimonials-wrap article {
	background-color: #fff;
	text-align:center;
	width:90%;
	max-width:800px;
	margin: 5px auto 25px;
	padding:40px 20px;
	border-radius:10px;
	box-shadow:0px 3px 30px #00000014;
	position:relative;
	z-index:999;
  }
  #testimonials-wrap article .test-desc {
	color: #666666;
	font-size:14px;
	font-weight:400;
	line-height:1.85em;
	margin:0;
	padding:15px 20px;
  }
  #testimonials-wrap article .testi-name {
	color:#207BB7;
	font-size:14px;
	font-weight:600;
	margin:20px 0 0;
  }
  @media screen and (max-width: 767px) {
	#testimonials-wrap .text-left,
	#testimonials-wrap .text-right {
	  text-align:center;
	  padding:5px;
	}
  }




  .slick-slide {
	text-align:center;
	height: auto !important;
  }
  .slick-slide:before {
	content: '';
	display:inline-block;
	height:100%;
	vertical-align:middle;
  }
  .slick-prev, 
  .slick-next {
	display: none;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 25%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
  }
  .slick-prev {
	left:-30px;
  }
  .slick-prev:before {
	content: '<';
  }
  .slick-next {
	right:-30px;
  }
  .slick-next:before {
	content: '>';
  }
  .slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 28px;
	line-height: 1;
	opacity: .9;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }




  #contact-form-wrapper {
	background-color: #306095;
	color: #fff;
	padding: 40px 10px;
  }
  #contact-form-wrapper legend,
  #contact-form-wrapper label {
	color: #fff;
  }


  #contact-wrap {
	padding:40px 0;
  }
  #contact-wrap p {
	margin-bottom:20px;
  }
  #contact-wrap article {
	padding:30px;
  }
  #contact-wrap h2 {
	max-width:440px;
  }
  #consul-form {
	padding:15px 20px;
  }

  #consul-form .form-control {
	background-color: #fff;
	color: #306195;
	font-size: 13px;
	height: auto;
	padding: 15px;
  }

  #consul-form .form-group {
	margin-bottom:10px;
  }

  #consul-form textarea.form-control {
	height:125px;
  }

  #consul-form input[type="submit"] {
	display: block;
	background-color: #E96A3F;
	color: #FFF;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	width:100%;
	margin: 2px auto;
	padding: 15px 40px;
	border:none;
	cursor: pointer;
	transition: background-color 1s;
  }

  #consul-form input[type="submit"]:hover {
	background-color: #c65833;
  }


  #myModal button.close {
	bottom: 22px;
	position: relative;
	font-size: 24px !important;
  }

  #myModal .modal-body {
	padding-bottom: 50px;
  }

  @media screen and (max-width: 992px) {
  }





  /*----------  slick slide */

  #communications-partners {
	background-color: #df6038;
	//background: url('/Images/HurleyWrite/2022_Homepage/try-4.png') no-repeat center center / cover;
	padding: 3rem 15px;
  }
  #communications-partners h2 {
	color: #070606;
  }
  .clock {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 5px auto;
  }
  #communications-partners .slick-slide {
	text-align:center;
	height: auto !important;
  }
  #communications-partners .slick-slide:before {
	content: '';
	display:inline-block;
	height:100%;
	vertical-align:middle;
  }
  #communications-partners .slick-slide img {
	display:inline-block;
	max-width: 95%;
	margin: auto;
	padding:15px;
	transition:all 0.5s;
  }
  #communications-partners .slick-prev, 
  #communications-partners .slick-next {
	display: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
  }
  #communications-partners .slick-prev {
	left:0px;
  }
  #communications-partners .slick-prev:before {
	content:'';
	background: url('/Images/HurleyWrite/2023/communications-partners/slick-left-arrow.png') no-repeat center center / 100%;
  }
  #communications-partners .slick-next {
	right:15px;
  }
  #communications-partners .slick-next:before {
	content:'';
	background: url('/Images/HurleyWrite/2023/communications-partners/slick-right-arrow.png') no-repeat center center / 100%;
  }
  #communications-partners .slick-prev:before, 
  #communications-partners .slick-next:before {
	display:block;
	width:40px;
	height:40px;
	outline:none;
	border:none;
	position:relative;
	z-index:999;
  }
  #communications-partners .slick-prev:focus,
  #communications-partners .slick-next:focus {
	text-outline:none;
	outline:none;
	border:none;
  }
  @media screen and (max-width: 992px) {
	#communications-partners .slick-prev:before, 
	#communications-partners .slick-next:before {
	  width:30px;
	  height:30px;
	}
  }
  
  #youtube-testimonials iframe {
	max-width: 90%;
	display: block;
    margin: 0 auto 3rem auto;
  }


