
  body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.66em;
	-webkit-font-smoothing: antialiased; 
	padding-bottom: 0;
	overflow-x:hidden;
  }

  a#m-logo {
	display:block;
	width:100%;
	max-width:225px;
	margin: 18px 10px 13px;
	outline:none;
	border:none;
	float:left;
	z-index:9999;
  }
  a#m-logo img {
	display:block;
	width:100%;
	z-index: 3;
  }


  /*-------------- Header ----------*/

  header {
	background-color: #eee;
	width: 100%;
	border-bottom:solid 1px #DDD;
	position:relative;
	z-index: 999;
  }
  header .container {
	position:relative;
  }


  #top-header {
	background-color: #ffffff;
	font-size: 12px;
	line-height: 13px;
	padding:15px 10px 7px;
	box-sizing: border-box;
	position:relative;
	z-index:99;
  }

  img#wosb-img {
	display:block;
	width:100%;
	max-width:125px;
	float:left;
	margin:2px 5px;
  }
  #nav-phone {
	color: #306095;
	font-weight:bold;
	vertical-align: top;
	padding-top: 8px;
	font-size: 18px;
  }

  /* ------------- LOGIN ------ */

  ul#login {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
  }
  ul#login:after {
	content:'';
	display:block;
	clear:both;
  }
  ul#login li {
	display:inline-block;
	padding:0 5px 0 0;
	vertical-align:middle;
  }
  ul#login li:last-child a, 
  ul#login li:last-child a:visited {
	color: #306095;
	font-weight:bold;
	text-decoration:none;
	outline:none;
	border:none;
  }
  ul#login li:last-child a:hover {
	color: #306095;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
	border:none;
  }


  #purch-btn {
	color: #306095;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border: none;
	cursor:pointer;
  }
  #purchase-register-subscribe-wrap {
	display:none;
	position:relative;
	box-shadow: 0 0 10px #bbb;
  }
  #purchase-register-subscribe-wrap article {
	padding:40px 15px;
  }
  #purchase-register-subscribe-wrap article h3 {
	margin-bottom:20px;
  }
  #purchase-register-subscribe-wrap article:nth-child(odd) {
	background-color: #eee;
  }
  #close-purchase-register-subscribe-box {
	color: #000;
	font-size:17px;
	position:absolute;
	top: -5px;
	right:10px;
	z-index:9999;
	cursor: pointer;
  }


  #frmNewsletter {
	max-width:90%;
	margin:auto;
  }
  #frmNewsletter div {
	padding:2px;
  }
  #frmNewsletter input.form-control {
	background-color: #fff;
	margin-bottom:2px;
  }
  #frmNewsletter input[type="submit"] {
	display:block;
	background-color: #e96a3e;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	height:34px;
	margin-bottom:2px;
	outline:none;
	border:solid 2px #e96a3e;
	border-radius:5px;
	cursor:pointer;
  }
  #frmNewsletter input[type="submit"]:hover {
	background-color: #fff;
	color:#e96a3e;
	outline:none;
	border:solid 2px #e96a3e;
  }



  #login_signup_form {
	position:relative;
  }
  #close-sign-in-box {
	color: #000;
	font-size:17px;
	position:absolute;
	top: -5px;
	right:10px;
	z-index:9999;
	cursor: pointer;
  }
  #coursesBtn {
	background-color: inherit;
	border: none;
  }
  button#coursesBtn {
	font-size: 15px;
	line-height: 20px;
	padding:0;
	margin:0;
  }




  /* ------------- SOCIAL ------ */

  ul.social-links {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
	float:left;
  }
  ul.social-links li {
	display:inline-block;
  }
  ul.social-links li a, 
  ul.social li a:visited {
	display:block;
	text-decoration:none;
	outline:none;
	border:none;
  }
  ul.social-links li img {
	display:block;
	width:100%;
	max-width: 35px;
  }
  ul.social li a:hover {
	text-decoration:none;
	outline:none;
	border:none;
  }

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



  /* ------------- NAVIGATION ------ */

  #mobile-nav-btn {
	color: #326195;
	font-size:25px;
	margin: 20px 5px 20px 0;
	float: right;
	display: none;
	position:relative;
	z-index:999;
	cursor:pointer;
  }
  nav {
	margin:20px 5px 5px;
	position:relative;
	float:right;
	z-index:999;
  }
  nav ul {
	display: inline-block;
	margin:0;
	padding:0;
	list-style:none;
	z-index: 9999;
  }
  nav ul li {
	display:inline-block;
	font-size:14px;
	text-align:left;
	padding:5px 12px;
	position:relative;
  }
  nav ul li .fa {
	font-size:14px;
	-moz-transition: all .75s linear;
	-webkit-transition: all .75s linear;
	transition: all .25s linear;
  }
  nav ul li a,
  nav ul li a:visited {
	color:#444;
	font-size:14px;
	line-height:19px;
	text-decoration:none;
	outline:none;
	border:none;
  }
  nav ul li a:hover {
	color: #000;
	text-decoration:none;
	outline:none;
	border:none;
  }
  nav ul li:hover > .fa {
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }

  nav ul li ul {
	display:none;
	background-color: rgba(255, 255, 255, 1);
	position:absolute;
	top:100%;
	left:0;
	padding-top:5px;
	border-top:solid 2px #336699;
	border-bottom:solid 1px #DDD;
	border-left:solid 1px #DDD;
	border-right:solid 1px #DDD;
  }
  nav ul li:hover ul {
	display:block;
  }
  nav ul li ul li {
	width:200px;
	padding:0;
	border-bottom:solid 1px rgba(255,255,255,.4);
  }
  nav ul li ul li a,
  nav ul li ul li a:visited {
	display:block;
	padding:5px 10px;
  }
  nav ul li ul li a:hover {
	background-color:#e96a3e;
	color:#FFF;
  }
  
  nav ul li.contact-btn a {
	display: block;
	width: 225px;
  }

  nav ul li.contact-btn a,
  nav ul li.contact-btn a:visited {
	background-color: #e96a3e;
	color: #fff;
	padding:6px 15px;
	outline:none;
	border:none;
	border-radius:5px;
	font-weight:bold;
  }
  nav ul li.contact-btn a:hover {
	background-color: #d05f38;
	color: #fff;
	text-decoration:none;
	outline:none;
	border:none;
  }


  /*----------------------MAIN SEARCH */
  #search-btn {
	color: rgba( 0, 0, 0, 0.5);
	position: relative;
	font-size:18px;
	float:right;
	margin: 25px 30px 15px 0px;
	cursor:pointer;
	z-index:99;
	transition:all 1s;
  }
  #search-btn:hover {
	color: #2EA3F4;
  }


  #search-drop {
	background-color: rgba(0,0,0,.1);
	padding:10px;
	display:none;
  }
  form#search-form {
	max-width:650px;
	margin:auto;
  }
  form#search-form input[type="text"] {
	background-color: #ccc;
  }
  form#search-form input[type="submit"] {
	display:block;
	background-color: #306095;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	height:34px;
	outline:none;
	border:none;
	border-radius:5px;
	cursor:pointer;
  }
  form#search-form input[type="submit"]:hover {
	background-color: #274c75;
  }


  /* ------------- BADGES ------ */

  #widgetbadge {
	height:100px !important;
	overflow:hidden;
	width:120px;
	margin-left:-20px;
	margin-top:-35px;
  }
  #widgetlink {
	height:40px;
	width:120px;
	display:block;
	z-index:999999;
	position:absolute;
	text-decoration:none;
  }
  #widgetholder {
	float:none;
	margin: 5px auto;
  }

  @media screen and (max-width: 767px) {
	#widgetholder {
	  margin: 5px;
	}
  }
  @media screen and (max-width: 575px) {
	#widgetholder {
	  margin: 5px auto;
	}
  }


  a.blog-badge {
	display:none;
	width:115px;
	position: relative;
	float:right;
	overflow:hidden;
  }
  a.blog-badge img {
	display:block;
	width:100%;
  }

  /* Widget Styles */
  #y-badges {
	display:block;
	margin:5px 10px;
	width: 125px !important;
	float:right;
  }
  #y-badges .y-badge {
	width: 125px !important;
	height:107px !important;
  }
  #y-badges .y-badge-reviews {
	top: -85px !important;
  }
  #y-badges .y-badge-stars {
	top: 53px !important;
	left: 18px !important;
  }
  #y-badges .y-badges-certified {
	left: -3px !important;
	top: 73px !important;
  }
  .y-powered-by {
	display: none;
  }


  .ruk_rating_snippet i {
	font-size: 29px !important;
  }


  span.new-stamp {
	display:inline-block;
	background-color: #e96a3f;
	color: #fff;
	font-size:13px;
	padding:5px;
	border-radius:5px;
	margin-right:5px;
	float:left;
	margin-top:6px;
  }
  nav ul ul li a:hover span.new-stamp {
	background-color: #fff;
	color: #e96a3f;
  }
  img.course-img {
	display:block;
	padding:15px 0;
  }
  .class-list {
	padding:20px 0;
	border-bottom:solid 1px #ddd;
  }
  .class-list a.link {
	display:block;
	text-align:center;
  }
  #class-list-quicklinks {
	padding:20px 0 40px;
  }
  #class-list-quicklinks h4 {
	margin-bottom:0;
  }
  #class-list-quicklinks a.link {
	font-size:12px;
  }


  /* ------------- BLOG ------ */

  .search-form-container {
	text-align:center;
  }
  ul.tag-list {
	margin:0 0 15px;
	padding:0;
	list-style:none;
  }
  ul.tag-list li {
	display:inline-block;
	line-height:14px;
	padding:0 5px;
	border-right:solid 1px #333;
  }
  ul.tag-list li:last-child {
	border-right:none;
  }
  ul.tag-list li a {
	font-size:13px;
  }
  .blog_nav {
	text-align:center;
	padding:10px 0 15px;
  }

  #popup-link{
	display:none;
  }
  figure,
  figure img {
	max-width: 100%;
	height: auto;
  }

  figure {
	margin-bottom: 1em;
	margin-top: 1em;
  }

  figure.pull-right,
  figure.pull-left {
	max-width: 50%;
  }

  figure.pull-right {
	margin-left: 1em;
  }

  figure.pull-left {
	margin-right: 1em;
  }

  figure.center-block img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
  }
  #popup-request-form {
	display: none;
  }
  .online-form-box {
	//border: 1px solid #CCC;
	//padding: 0px 20px;
  }
  .recent-posts {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .recent-posts li {
	padding-left: 1em;
	text-indent: -.7em;
  }
  .recent-posts li:before {
	content: "• ";
	color: #fff;
  }



  /* ------------- UNIVERSAL ------ */



  #testimonials-wrap-pages {
	padding:20px 15px 40px;
  }
  #testimonials-wrap-pages p {
	max-width:850px;
	margin:5px auto 15px;
  }

  #testimonials-wrap-pages .slick-prev, 
  #testimonials-wrap-pages .slick-next {
	top:50%;
  }
  .testi-desc {
	max-width:750px;
	margin:auto;
  }
  .testi-name {
	margin:15px 0 5px;
  }


  ul.stars {
	display:inline-block;
	margin:10px auto 12px;
	padding:0;
  }
  ul.stars li {
	display:inline-block;
	padding:2px;
  }
  ul.stars li img {
	display:block;
	width:28px;
  }

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


  .img-fluid {
	max-width:100%;
	height:auto;
  }
  .iframe {
	width: 50%;
	margin: auto
  }
  .iframe iframe {
	width: 200px !important;
  }

  .video-wrap {
	max-width:750px;
	margin:30px auto;
  }

  #three-results {
	text-align:center;
	padding:50px 15px;
  }
  #three-results p {
	max-width:775px;
	margin:15px auto;
  }

  #clear-communication img {
	padding:20px 15px 40px;
  }
  #clear-communication article {
	padding:15px 10px 20px;
  }
  #clear-communication .bttn {
	margin:15px 0 25px;
  }

  .btn-padd {
	padding:30px 0 10px;
  }

  #top-rated-courses {
	padding:65px 0;
  }
  #top-rated-courses h1 {
	padding-bottom:30px;
  }
  #top-rated-courses article {
	text-align:center;
	margin:15px auto;
	padding:8px;
  }
  #top-rated-courses article a,
  #top-rated-courses article a:visited {
	display:block;
	max-width:415px;
	margin:auto;
	border-radius:5px;
	position:relative;
	overflow:hidden;
  }
  #top-rated-courses article span {
	color: #fff;
	font-size:19px;
	font-weight:bold;
	text-align:left;
	line-height:1.4em;
	text-shadow: 0 0 5px #000;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:15px;
	z-index:999;
  }

  #top-rated-courses article a:before {
	content:'';
	display:block;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #ABABAB72 29%, #444444 100%) 0% 0% no-repeat padding-box;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:101%;
	z-index:8;
  }

  .testi-btns {
	padding:20px 0;
  }


  #what-to-expect {
	background-color: #f7f7f7;
	padding:55px 10px;
  }
  #what-to-expect h2 {
	margin:10px auto 40px;
  }
  #what-to-expect #course-deets {
	margin-top:15px;
	margin-bottom:25px;
  }

  #what-to-expect article {
	padding:25px;
	border-bottom:solid 2px #E96A3F;
  }
  #transcript article {
	text-align:left;
	width:100%;
	max-width:767px;
	margin:10px auto 30px;
	padding:25px;
	border-bottom:solid 2px #E96A3F;
  }
  .tog-title {
	color: #333;
	margin:0; 
	cursor:pointer;
  }
  .tog-info {
	display:block;
	padding: 20px;
  }
  .tog-title:after {
	content: "+";
	color:#E96A3F;
	font-size:40px;
	font-weight:300;
	float: right;
	margin: -5px 20px 0 0;
  }
  .tog-title.minus:after {
	content: "-";
  }

  @media screen and (max-width: 767px) {
	h3.tog-title {
	  font-size:15px;
	}
	.tog-title:after {
	  font-size:26px;
	}
	.tog-info {
	  font-size:13px;
	  padding: 10px;
	}
	.tog-info ul {
	  padding:10px;
	}
  }

  #opening-form {
	background: url('/Images/HurleyWrite/site/pages/images/bg-puzzle.jpg') no-repeat center center / cover;
	color: #fff;
	padding:35px 15px;
	position:relative;
  }
  #opening-form h1 {
	font-size:36px;
	margin: 5px 0 15px;
  }
  #opening-form:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: transparent linear-gradient(271deg, #FFFFFF00 0%, #9A9A9A89 0%, #466D96E7 39%, #306195 100%, #306195 100%, #306195 100%) 0% 0% no-repeat padding-box;
	z-index:88;
  }
  #opening-form .container {
	position:relative;
	z-index:99;
  }
  #opening-form article {
	padding-top:15px;
	padding-bottom:15px;
  }
  #opening-form form {
	padding:20px 5px;
  }
  #opening-form .form-control {
	background-color: #fff;
	color: #306195;
	font-size: 13px;
	height: auto;
	padding: 10px;
  }
  #opening-form .form-group {
	margin-bottom:10px;
  }
  #opening-form select.form-control {
  }
  #opening-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;
  }
  #opening-form input[type="submit"]:hover {
	background-color: #c65833;
  }


  #opening-form p {
	font-size: 14px;
	line-height: 19px;
  }
  .course-results {
	max-width: 1000px;
	margin: auto;
  }
  .results-price {
	display: inline-block;
	margin: auto;
  }



  #our-courses {
	padding:25px 0 5px;
  }

  #how-to-take-course {
	padding:20px 15px 30px;
  }
  #how-to-take-course h2 {
	text-align:center;
	padding:10px 10px 25px;
  }
  #how-to-take-course h3.course-price {
	font-size:52px;
	text-align:center;
	margin:30px auto;
  }
  #how-to-take-course h3.course-price small {
	font-size:14px;
  }
  #how-to-take-course .course-heading {
	margin:10px auto 25px;
  }
  #how-to-take-course .course-heading h3 {
	font-size:28px;
	margin:10px 0;
  }
  #how-to-take-course .course-heading p {
	font-size:16px;
	margin:5px auto;
  }


  #team-popup-form {
	padding:10px 20px;
  }
  #team-popup-form label {
	display:block;
	font-size:13px;
	margin:0px 0 1px 8px;
  }
  #team-popup-form .form-group {
	margin-bottom:10px;
  }
  #team-popup-form input.form-control {
	margin:0;
  }
  #team-popup-form textarea.form-control {
	margin:0;
  }
  #team-popup-form #form-submit {
	display:block;
	font-family: 'Open Sans', Arial, sans-serif;
	background-color: #e96a3e;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	max-width:200px;
	height:34px;
	outline:none;
	border:none;
	border-radius:5px;
	cursor:pointer;
  }
  #team-popup-form #form-submit:hover {
	background-color: #e96a3e;
  }
  #getStartedNow .bttn, 
  #getStartedNow .bttn:visited, 
  #getStartedNow .bttn-oj, 
  #getStartedNow .bttn-oj:visited {
	min-width:150px;
  }


  #articles-wrap {
	padding:55px 0;
  }
  article.blog-post {
	position:relative;
	max-width:700px;
	margin:10px auto;
	border-radius:8px;
	overflow:hidden;
  }
  .pages-thumb-bg {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
  }
  article.blog-post a,
  article.blog-post a:visited {
	display:block;
	background:transparent linear-gradient(180deg, #FFFFFF00 0%, #ABABAB72 29%, #444444 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	line-height:1.5em;
	min-height:300px;
	text-shadow: 0 0 15px #0000005;
  }
  article.blog-post span {
	display:block;
	position:absolute;
	width:88%;
	bottom:20px;
	left:0;
	right:0;
	margin:auto;
  }



  #association-logos ul {
	margin:5px auto;
	padding:0;
	list-style:none;
  }
  #association-logos ul li {
	float:left;
	width:20%;
	text-align:center;
	vertical-align:middle;
	padding:10px 5px;
  }
  #association-logos ul li a {
	display:block;
	padding:10px 2px;
  }
  #association-logos ul li img {
	display:block;
	width:100%;
	max-width:165px;
  }



  #nag-form {
	width: 300px;
	overflow: hidden;
  }

  input#id_A,
  select#id_B,
  input#id_B {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }




  #sidebar #class-list-quicklinks a {
	display:block;
  }
  #sidebar img {
	margin-bottom:0;
  }
  #solution-callouts {
	margin-top:20px;
	margin-bottom:25px;
	padding: 20px 0;
	border-top:solid 1px #eee;
  }
  #solution-callouts article {
	background-color: #306095;
	color: #fff;
	padding:25px 20px;
	border:solid 5px #fff;
  }
  #solution-callouts article h3 {
	font-weight:bold;
	margin:5px 0 15px;
  }

  #demo-wrap {
	text-align:center;
	padding:55px 0;
  }



  /* ------------- BUTTONS ------ */

  .bttn-group {
	max-width:465px;
	margin:8px auto 15px;
  }
  .bttn,
  .bttn:visited,
  .bttn-oj, 
  .bttn-oj:visited {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	line-height:1;
	outline: none;
	min-width:225px;
	border-radius: 5px;
	margin-bottom:5px;
	padding: 11px 20px;
	cursor: pointer;
	transition: all .75s;
  }
  .bttn:hover,
  .bttn-oj:hover {
	color: #fff;
	text-decoration:none;
	outline:none;
  }

  @media screen and (max-width: 992px) {
	.bttn,
	.bttn:visited {
	  display:block;
	  width:100%;
	  min-width:100px;
	  margin-bottom:5px;
	}
  }

  .get-started-btn {
	//padding:15px 0 30px;
  }

  /* -- orange button -- */
  .bttn-oj,
  .bttn-oj:visited {
	background-color: #e96a3e;
	color: #fff;
	border: solid 2px #e96a3e;
  }
  .bttn-oj:hover {
	background-color: #fff;
	color: #d05f38;
	text-decoration:none;
	outline:none;
  }

  /* -- white button -- */
  .bttn-white,
  .bttn-white:visited {
	background-color: #fff;
	display: inline-block;
	color: #e96a3e;
	border: solid 2px #e96a3e;
  }
  .bttn-white:hover {
	background-color: #e96a3e;
	color: #fff;
	text-decoration:none;
	outline:none;
  }

  /* -- white button -- */
  .bttn-white-trans,
  .bttn-white-trans:visited {
	background-color: transparent;
	display: inline-block;
	color: #fff;
	border: solid 2px #fff;
  }
  .bttn-white-trans:hover {
	background-color: #e96a3e;
	color: #fff;
	text-decoration:none;
	outline:none;
  }

  /* -- blue button -- */
  .bttn-blue,
  .bttn-blue:visited {
	background-color: #306095;
  }
  .bttn-blue:hover {
	background-color: #274c75;
  }

  /* -- white blue button -- */
  .bttn-white-blue,
  .bttn-white-blue:visited {
	color: #306095;
	background-color: #fff;
	border: solid 2px #306095;
  }
  .bttn-white-blue:hover {
	background-color: #306095;
  }

  /*-------- UNIVERSAL -----------*/

  a.link,
  a.link:visited {
	color: #2ea3f2;
	cursor: pointer;
	text-decoration: none;
  }
  a.link:hover {
	text-decoration: none;
  }

  .white {
	color: #FFF;
  }
  .blue {
	color: #306095;
  }
  .bg-gray {
	background-color: #eee;
  }
  .orange {
	color: #e96a3e;
  }
  .title-orange {
	color: #e96a3e;
	font-weight: 700;
  }

  .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }


  #contact-info-bottom a h4,
  #contact-info-bottom a p {
	color:#fff;
	text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
	font-family: 'Open Sans', Arial, sans-serif;
  }

  h1 {
	font-weight:bold;
  }

  h2 {
	font-size:33px;
	font-weight:600;
  }

  h3 {
	font-weight:bold;
  }

  h1 small {
	display: block;
	color: #f27d4f;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 10px;
  }

  h4, .h4 {
	font-size:20px;
  }

  .crs-hdr {
	font-size: 16px;
	font-weight: bold;
  }

  .cntr {
	text-align: center;
	text-decoration: underline;
	font-size: 16px;
  }

  hr {
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border-style: inset;
	border-width: 1px;
	box-sizing: border-box;
  }

  .bttn-orange {
	border: 1px solid #e9803e;
	background: #fcaa35;
	background: -moz-linear-gradient(top, #fcaa35 39%, #e9803e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #fcaa35), color-stop(100%, #e9803e));
	background: -webkit-linear-gradient(top, #fcaa35 39%, #e9803e 100%);
	background: -o-linear-gradient(top, #fcaa35 39%, #e9803e 100%);
	background: -ms-linear-gradient(top, #fcaa35 39%, #e9803e 100%);
	background: linear-gradient(to bottom, #fcaa35 39%, #e9803e 100%);
	-webkit-border-radius: 32px 32px 32px 32px;
	border-radius: 32px 32px 32px 32px;
	box-shadow: 0 1px 1px #c65f18 0 1px 0 #fee3a8 inset;
	color: #444;
	position: relative;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
	margin: 1em auto;
	padding: 0 30px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 1px 6px #4e2f0d;
	min-width: 200px;
  }

  form[action="retrieve.aspx"] {
	padding-top: 50px;
  }

  #pnlCaptcha {
	margin: auto;
	width: 300px;
  }


  #find-out-more a:link {
	color: #fff;
	text-decoration: underline;
  }

  .visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
  }
  .hidester,
  .noshow {
	display: none !important
  }
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
  }

  .sub-icon {
	display:inline-block;
	margin:0 10px 0 5px;
	max-width:65px;
  }

  .padme {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
  }


  /*------------------Utility-------------*/


  .course-icon {
	display:block; 
	margin: 15px auto
  }
  .cycle-slide-active {
	z-index: 0 !important;
  }

  .dropOptions {
	display: show;
  }
  .pull-right {
	width: 100%;
  }  



  /*----------- Footer -----------*/

  footer {
	display:block;
	background-color: #a5b2bf;
	clear:both;
	padding: 20px 10px 50px;
  }
  footer h6 {
	color: #fff;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	margin:25px 0 12px;
  }
  footer ul {
	margin:5px 0;
	padding:0;
	list-style:none;
  }
  footer ul li {
	display:block;
  }
  footer ul li a,
  footer ul li a:visited {
	display:inline-block;
	color: #fff;
	font-size:14px;
	text-decoration:none;
	outline:none;
	border:none;
  }
  footer ul li a:hover {
	display:inline-block;
	color: #e96a3e;
	text-decoration:none;
	outline:none;
	border:none;
  }


  /*-- footer newsletter form --*/
  form#mc-embedded-subscribe-form {
	max-width:450px;
	margin:auto;
	padding:5px 12px;
  }
  form#mc-embedded-subscribe-form article {
	padding:3px;
	position:relative;
  }
  form#mc-embedded-subscribe-form input[type="submit"] {
	background: url('/Images/HurleyWrite/site/template/newsletter-submit-btn.png') no-repeat center center / cover;
	display:block;
	width:38px;
	height:32px;
	position:absolute;
	top:4px;
	right:4px;
	outline:none;
	border:none;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	z-index:9999;
  }
  form#mc-embedded-subscribe-form input[type="submit"]:hover {
	outline:none;
	border:none;
	z-index:9999;
  }


  /*-- disclaimer --*/
  #disclaimer {
	background-color: #828e9a;
	padding:10px;
  }
  #disclaimer p {
	color: #fff;
	font-size: 10px;
	line-height: 13px;
	margin:0;
  }
  #disclaimer a, #disclaimer a:visited {
	color: #fff;
	text-decoration:none;
	outline:none;
	border:none;
  }
  #disclaimer a:hover {
	color: #fff;
	text-decoration:underline;
	outline:none;
	border:none;
  }



  /*-- newsletter --*/
  .newsletter {
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 350px !important;
	float: none !important;
  }
  .AuthorizeNetSeal {
	margin:0 auto;
	position: relative;
	top: 1em;
	left: 47%;
  }




  a#dn-catalog {
	float:right;
  }


  /*---------- Sidebar Content --------------*/
  .header {
	padding: 30px 0 15px;
  }
  #sidebar {
	padding-top: 20px;
	padding-bottom: 20px;
  }
  a.more-info {
	font-weight: bold;
	z-index: 9999 !important;
  }

  .social-media-sidebar ul {
	text-align: center;
	margin-bottom: 25px;
  }

  .social-media-sidebar li {
	padding-left: 0;
	padding-right: 0;
  }

  .social-media-sidebar img {
	width: 32px;
  }


  .course-pricing {
	padding:15px 0;
  }
  .course-pricing p {
	font-size:18px;
	font-weight:bold;
  }
  .course-pricing ul {
	margin:15px auto;
	padding:0;
	list-style:none;
  }
  .course-pricing ul li {
	display:block;
	padding:5px 10px;
  }
  .course-pricing ul li span {
	display:block;
	float:right;
	padding:0 20px;
  }
  .course-pricing ul li:nth-child(odd) {
	background-color: #eaeaea;
  }


  #portfolio-client-list {
	text-align:center;
	border-top: solid 1px #eaeaea;
	margin-top:15px;
  }
  #portfolio-client-list img {
	display:block;
	width:100%;
	max-width:200px;
	margin:auto;
  }

  /* Testimonials --------------------*/

  .testimonial {
	padding: 30px 30px 34px;
	line-height: 1.5;
	margin-bottom: 30px;
	background-color: #f5f5f5;
  }

  .testimonial:before {
	font-family: 'ETmodules';
	content: "\7c";
	font-size: 32px;
	left: 50%;
	position: absolute;
	top: -16px;
	background: #f5f5f5;
	margin-left: -16px;
	-moz-border-radius: 31px;
	-webkit-border-radius: 31px;
	border-radius: 31px;
  }

  .testimonial p:first-of-type {
	font-weight: bold;
  }

  .testimonial p:last-of-type {
	font-style: italic;
  }

  #vid {
	float: right;
	display: block;
	/*margin:18px 15px;*/
	width: 100%;
  }

  #sidebar {
	margin-top: 2em;
  }

  #sidebar img {
	margin-top: 20px;
	margin-bottom: 20px;
  }


  ul#course-links {
	display:block;
	margin:0 0 25px;
	padding:10px;
	list-style:none;
	width:100%;
	text-align:center;
	border-bottom:solid 1px #ddd;
  }
  ul#course-links li {
	display:inline-block;
	color:#000;
	font-size:18px;
	font-weight:600;
	text-align:center;
	line-height:1.3;
	min-width:200px;
	padding:15px;
	border-radius:8px;
	cursor:pointer;
  }
  ul#course-links li.activate {
	background-color:#306195;
	color:#fff;
  }
  .course-results section {
	display:none;
  }
  .course-results article {
	padding: 10px 20px;
  }

  @media screen and (max-width: 992px) {
	ul#course-links li {
	  font-size:17px;
	  font-weight:600;
	  width:48%;
	}
  }
  @media screen and (max-width: 450px) {
	ul#course-links li {
	  display:block;
	  width:auto;
	}
  }

  /* -------- Contact form -------- */

  input#name,
  input#name-last {
	max-width: 100%;
	margin-bottom: 10px;
	width: 100%;
  }

  .form-group {
	padding-left: 7px;
	padding-right: 7px;
  }

  #contact-form-wrapper {
	/*background-color: #306095;*/
	color: #fff;
	padding: 20px 10px 30px;
  }
  #contact-form-wrapper legend,
  #contact-form-wrapper label {
	color: #fff;
  }

  .contact-form-wrapper {
	background: #ee7d55;
	margin-bottom: 20px;
  }

  .contact-form-wrapper > .h1 {
	font-weight: bold;
  }

  .contact-form-wrapper-blue {
	background-color: #306095;
  }

  #comments {
	width: 100%;
  }

  .submit-btn {
	display: inline-block;
	font-family: 'Open Sans', Arial, sans-serif;
	background: #306095;
	color: #ffffff;
	font-size: 18px;
	text-decoration:none;
	min-width: 80px;
	min-height: 35px;
	line-height: 35px;
	margin: 5px;
	padding: 0px 20px;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
  }
  .submit-btn:hover {
	background-color: #254e7b;
	color: #fff;
	text-decoration:none;
  }

  /* ------------- Sign up form -------------- */

  .signup-hr {
	width: 80%;
  }


  /** Blog tings */

  .interstitial {
	text-align: center;
	border: 1px dotted #CCC;
	padding: 10px;
  }


  /* ------------- Backgrounds -------------- */

  .bg-clair,
  .bg-white {
	padding-top: 30px;
	padding-bottom: 30px;
  }
  .bg-white {
	background-color: #FFFFFF;
  }

  .blue {
	color: #306195;
  }
  .bg-blue {
	background-color: #306195;
	color: #fff;
  }

  .orange {
	color: #E96A3F;
  }
  .bg-orange {
	background-color: #E96A3F;
	color: #fff;
  }

  /* -----------Next Webinar Link------------------------ */
  .nextWebinarContainerFooter{
	text-align: left;
	margin-top: 0;
  }
  .webinarNameFooter{
	font-weight: bolder !important;
  }
  .nextWebinarContainerFooter p, .nextWebinarContainerFooter a p{
	margin: 3px;
  }
  .nextWebinarContainerFooter a{
	margin: 0
	  color: #ddd;
  }
  .nextWebinarDate{
	font-style: italic;
	font-size: 0.8em;
  }



  /* -----------Cards------------------------ */

  .cards {
	margin-top: 35px;
	margin-bottom: 35px;
	display: block;
  }
  .card {
	background: white;
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
  }
  .cards.cards-clair .card {
	background: transparent;
	border: none;
  }
  .cards h3 a {
	color: #f27d4f;
	font-size: 21px;
	font-weight: 700;
  }
  .card .card-content {
	padding: 10px 15px;
  }
  .card .icon {
	background: #316095;
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
  }
  .card .icon img {
	position: relative;
	top: -2px;
  }
  .card .icon:hover {
	background: #acacac;
  }


  .transcript-btn {
	background: #eeeeee;
	padding-left: 10px;
  }
  .transcript-btn p {
	font-size: 18px;
	margin-bottom: 0px;
  }
  .collapse-btn {
	color: black;
  }
  .collapse-btn:visited {
	color: black;
	text-decoration: none;
  }
  .collapse-btn:hover {
	color: black;
  }




  /*-------------------  SIDR */

  .sidr {
	background: #e96a3e;
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 60%;
	overflow-x: none;
	overflow-y: auto;
	font-weight: 300;
	color: #FFF;
	border-right: solid 2px #232323;
  }

  .sidr img {
	display: block;
	width: 88%;
	margin: 25px auto 0;
  }

  .sidr .sidr-inner {
	padding: 0 0 15px
  }

  .sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
  }

  .sidr.right {
	left: auto;
	right: -260px;
  }

  .sidr.left {
	left: -60%;
	right: auto;
  }

  .sidr ul {
	display: block;
	margin: 50px 0 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
  }

  .sidr ul li {
	display: block;
	margin: 0;
	line-height: 30px;
	outline: none;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	position: relative;
  }

  .sidr ul li a {
	display: block;
	background: rgba(0, 0, 0, .05);
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 25px;
  }

  .sidr ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
  }

  .sidr ul li ul li {
	line-height: 30px;
  }

  .sidr ul li ul li a {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 40px;
  }

  .sidr ul li a:hover, 
  .sidr ul li:hover > a,
  .sidr ul li.closed a {
	background-color: rgba(0,0,0,.1);
	color: #fff;
	text-decoration: none;
  }

  .sidr ul li.dropdown>a:after {
	content: "+";
	color: #fff;
	font-size:18px;
	font-weight:bold;
	position: absolute;
	top: 5px;
	right: 15px;
  }

  .sidr ul li.closed>a:after {
	content: "-";
	color: #fff;
	position: absolute;
	top: 0px;
	right: 15px;
  }

  #close-btn {
	display: block;
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
	margin: 10px;
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 999;
	cursor: pointer;
  }

  #widgetholder {
	height: 25px !mportant;
	width:100% !mportant;
	min-width: 120px !mportant;
	float: none !mportant;
	margin-top: 0px !mportant;
	display:none;
  }


  /*---------- Fixed Social Links Side Menu --------------*/

  @media screen and (min-width: 1200px) {
	#social-side {
	  position: fixed;
	  top: 36%;
	  right: 20px;
	  z-index: 150;
	  margin-left: 0;
	}
	#social-side ul li {
	  list-style: none;
	  margin: 0;
	}
	#social-side ul li img {
	  width: 50px;
	  height: 50px;
	}
  }

  @media screen and (max-width: 1199px) {
	#social-side {
	  display: none;
	}
  }

  @media screen and (max-width: 400px) {
	#nag-form {
	  width: 100%;
	  overflow: hidden;
	}
  }


  @media screen and (min-width: 40em) {
	.cards {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
	  justify-content: space-between;
	}
	.card {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 calc(50% - 1em);
	  flex: 0 1 calc(50% - 1em);
	}
  }

  @media screen and (min-width: 60em) {
	.card {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 calc(25% - 1em);
	  flex: 0 1 calc(25% - 1em);
	}
	.cards-3-accross .card {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 calc(33% - 1em);
	  flex: 0 1 calc(33% - 1em);
	}
  }


  /* ---------------------- Media Queries ---------------------- */

  @media (max-width: 1200px) {
	.container {width:98%; max-width:98%}
	.collapse.in {
	  display: block !important;
	}
	.caret {
	  display: none;
	}
  }

  @media screen and (max-width: 992px) {
	nav ul {display:none}
	#mobile-nav-btn {display:block}
  }

  @media screen and (max-width: 830px) {
	ul.social-links li img {max-width: 30px}
  }

  @media screen and (max-width: 767px) {
	ul.social-links {float:right}
	ul#login {margin-top:5px}
	footer {text-align:center}
	form#search-form input[type="submit"] {margin-top:5px}
	.sidr {width:75%}
	.sidr.left {left:-75%}
  }

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

  @media screen and (max-width: 500px) {
	a#m-logo {max-width:150px}
	img#wosb-img {float:none; margin:2px auto}
	ul.social-links {float:none; margin:10px auto; text-align:center}
	ul#login {float:none; text-align:center; margin:auto}
	ul#login li:first-child {margin:0}
	ul#login li {padding:5px}
	ul#login ul {margin:0; padding:0; list-style:none}
  }

  @media screen and (max-width: 490px) {
	.latest-news-home,
	.featured-white-paper {
	  padding: 15px !important;
	  width: 90% !important;
	}
	.featured-white-paper .top {
	  line-height: 30px;
	}
	figure.pull-right,
	figure.pull-left {
	  width: 100%;
	  max-width: none;
	  float: none;
	  margin: 1em auto;
	}
	figure.pull-right img,
	figure.pull-left img {
	  width: 100%;
	  display: block;
	}
  }
  @media screen and (max-width: 422px) {
	input#name,
	input#name-last {
	  max-width: none;
	}
	a#ariba-link {display:none}
  }
