/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { color: #222; font-family: sans-serif; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #447099; color: #fff; text-shadow: none; }
::selection { background: #447099; color: #fff; text-shadow: none; }

a, a:visited {
  color: #2A97FF;
  text-decoration: none;
}
a:hover {
  color: #1E67A9;
}
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 600; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; margin: 1em 0; padding: 0; height: 1px; border: 0; border-top: 1px solid #ccc; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-weight: bold; font-style: italic; }
pre, code, kbd, samp { font-size: 1em; font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { position: relative; vertical-align: baseline; font-size: 75%; line-height: 0; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { margin: 0; padding: 0; list-style: none; list-style-image: none; }

img { border: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { margin: 0; padding: 0; border: 0; }

label { cursor: pointer; }
legend { padding: 0; border: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { margin: 0; vertical-align: baseline; font-size: 100%; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-spacing: 0; border-collapse: collapse; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; padding: 0.2em 0; background: #ccc; color: black; }
/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
html {
  background: #f5f5f5;
  color: #333;
  font: 12px/1.4 myriad-pro, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; 
}

body {
    font-family: adobe-clean,sans-serif;
    direction: ltr;
    margin: 0 auto;
    border: 0;
    zoom: 100%;
    font-size: 1em;
    line-height: inherit;
    font-weight: 500;
    font-style: normal;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    min-height: 100%;
}

hr {
  margin: 20px 0 16px;
  border-top: 1px solid #d9d9d9;
}

ol, ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-position: outside;
}

.lt-ie8 ol, .lt-ie8 ul {
    margin-left: 18px;
}

.lt-ie8 nav ol, .lt-ie8 nav ul {
    margin-left: 0;
}

ul {
    list-style-image: url(images/li-bullet-515151.png);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 12px;
    line-height: 1.25em;
    font-weight: 600;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 14px;
    margin-bottom: 0;
}

.form_field_text, .form_field_textarea {
  width: 186px;
  padding: 3px 4px;
  color: #333;
  font-size: 10px;
  box-shadow: inset 0 2px 6px -3px #000;
}

.form_field_text {
    height: 16px;
}

.sprite {
  background: url(images/sprite.png) 0 0 no-repeat;
}

.col75, .col25 {
    float: left;
}

.col75 {
    width: 75%;
}

.col25 {
    width: 25%;
}

.parsys_column .parsys_column {
    float: left;
}

.main-content .parsys_column .parsys_column {
    margin-right: 10px;
    width: 350px;
}

.main-content .parsys_column .cq-colctrl-lt0-c1 {
    margin-right: 0;
}

.parbase.image {
    margin-bottom: 12px;
}

.sub-section {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9d9d9;
}

.content-padding {
    margin-left: 10px;
    margin-right: 10px;
}

.primary-link, .primary-link:visited, .primary-link:hover,
#content-right .primary-link, #content-right .primary-link:visited, #content-right .primary-link:hover {
    color: #fc0;
    text-shadow: none; 
    font-weight: 600;
    font-size: 12px;
}

.primary-button, .primary-button:visited, .primary-button:hover {
    display: inline-block;
    padding: 5px 13px;
    border-radius:4px;
    background: #2B9AF3; /* Old browsers */
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.ie9 .primary-button, .primary-button:visited, .primary-button:hover {
    filter: none;
}

.global-nav {
	height:40px;
	text-align:right;
    margin-bottom:10px;
    position: relative;
    padding-top: 10px;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}

header.structure {
  position: relative;
  z-index: 100;
    min-height: 420px;
}

header.structure.course-page{
    min-height: 300px;
}


#main {
    position: relative;
    z-index: 0;
}

 #content-main {
    /*float: left;
    margin-right: 10px;
    width: 710px;*/ 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
} 

#content-main p {
    margin: 0 0 1em;
}

#content-right {
    float: left;
    width: 220px;
}

.content-left {
    float: left;
    width: 170px;
    margin: 0 10px;
}

.content-left > div {
    margin-bottom: 14px;
}

.content-left h3 {
    margin: 0;
    font-size: 14px;
}

.content-middle {
    float: left;
    width: 520px;
}

.link-list .horizontal {
    padding-left: 10px;
}

.link-list .horizontal a {
    display: inline-block;
    margin-right: 35px;
    font-weight: 600;
}

footer {
  background-color: #131031;
  color: #fff;
  font-weight: lighter;
  padding: 25px 100px;
    margin-top:50px;
}

#legal-mouse {
    margin-top: 15px;
    margin-bottom: 3px;
}

footer a {
  display: inline-block;
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  color: #9ce;
    text-decoration:none;
}

footer nav#left-footer-nav {
	float:left;
}

footer nav#left-footer-nav a {
	font-size: 14px;
    margin-right: 14px;
}

footer nav#right-footer-nav {
	float:right;
}

footer nav#right-footer-nav p{
    display: inline;
}

footer nav#right-footer-nav a {
    margin: 0 4px;
}

footer.structure a:first-child {
  padding-left: 0;
  border-left: none;
}

.evidon-notice-link {
    display: inline-block;
}

.evidon-notice-link a.evidon-consent-link {
	font-size: 12px!important;
    color: white!important;
}

#footer-nav {
    padding-top: 8px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

#footer-nav ul {
    float: left;
    margin-right: 10px;
    width: 170px;
}

#footer-nav a {
    display: inline-block;
    margin: 2px 0;
    color: #c3c3c3;
    line-height: 1.3em;
}

#footer-nav ul li:first-child a {
    color: #fff;
}

/*-- General page elements --*/

.breadcrumb {
    height: 19px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb a {
    display: inline-block;
    margin: 0 2px;
    color: #447099;
}

.breadcrumb a:first-child {
    margin-left: 0;
}

.intro {
    margin-left: 10px;
}

.intro .title h1 {
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: -1px;
    font-weight: 100;
}

.intro .col75 {
    padding-right: 10px;
    width: 720px;
}

.intro .col75 p {
  font-size: 14px;
}

.intro .col25 {
    width: 185px;
}

.intro .col25 p {
    margin-top: 0px;
}

.top-right-info {
    float: right;
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 6px 0 6px 10px;
    width: 175px;
    border-left: 1px solid #d9d9d9;
    line-height: 15px;
}

.top-right-info p {
    margin-bottom: 1px;
}

.top-right-info a {
    font-weight: bold;
}

.top-right-info .content-padding, .top-right-info .link-list .vertical {
    margin-left: 0;
    margin-right: 0;
}

.page-action-links {
    padding-top: 15px;
    border-top: 1px solid #d9d9d9;
}

.page-action-links .sprite {
    display: inline-block;
    margin-right: 3px;
    width: 15px;
    height: 18px;
    vertical-align: top;
}

.page-action-links .email {
    background-position: -158px 2px;
}

.page-action-links .print {
    background-position: -190px 1px;
}

.page-action-links .bookmark {
    background-position: -221px 1px;
}

.page-action-links a {
    vertical-align: middle;
    font-size: 13px;
}

.pdf-icon {
    display: inline-block;
    margin-left: 4px;
    width: 15px;
    height: 10px;
    background-position: -47px 0;
    vertical-align: middle;
}

.hr-padding {
    margin: 20px 10px 16px;
}

.content-middle {
    font-size: 14px;
}

.content-middle ul {
    margin-bottom: 12px;
}

.description-label {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

.intro-text h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
}

.intro-text p {
    margin: 0 0 12px;
    font-size: 14px;
}

.light-text h2 {
    margin-bottom: 10px;
    font-weight: 100;
}

.light-text p {
    font-weight: 100;
    font-size: 18px;
    line-height: 20px;
}

/*-- Fancy Select --*/

select.fancy-select {
  display: none;
}

.fancy-select {
  position: relative;
  padding: 2px 31px 3px 8px;
  height: 16px;
  background: #97A6B6; /* Old browsers */
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
}

.lt-ie8 .fancy-select {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.fancy-select.disabled {
  opacity: .5;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.fancy-select .sprite {
  position: absolute;
  top: 0;
  right: 1px;
  width: 21px;
  height: 21px;
  border-left: 1px solid #C9C9CA;
  background-position: -127px 8px;
}

.fancy-select .current-option-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
}

.fancy-select .current-option {
    display: block;
    width: 200%;
    height: 18px;
}


.fancy-select .select-drop {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 2000;
  overflow: auto;
  overflow-x: hidden;
  max-height: 240px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .3);
  background: #ececec;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  color: #000;
  font-size: 12px;
  border-width-top: 0;
  zoom: 1;
}

.drop-list-separator {
	cursor: default;
    color: gray;
    text-indent: 9px;
    margin: 4px 0 0 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 0!important;
    cursor: pointer;
}

.lt-ie8 .fancy-select .select-drop {
    z-index: 2000;
}

.lt-ie9 .fancy-select .select-drop {
    border: 1px solid #4a4a4a;
}



/* added for rtr-dialog styling @Omkar*/
.fancy-select .rtr-drop {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 2000;
  overflow: auto;
  overflow-x: hidden;
  max-height: 60px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .3);
  background: #ececec;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  color: #000;
  font-size: 12px;
  border-width-top: 0;
  zoom: 1;
}


.lt-ie8 .fancy-select .rtr-drop {
    z-index: 2000;
}



.lt-ie9 .fancy-select .rtr-drop {
    border: 1px solid #4a4a4a;
}


.fancy-select .select-option {
  padding: 4px 10px 3px;
  line-height: 1.1em;
}

.fancy-select .select-option:hover {
  background: #bdbdbd;
}

/*-- Request Training page & Partner Fidner Form elements --*/

.request-training .form_rightcol {
    clear: none;
}

.request-training .form_leftcollabel {
    float: none;
    font-weight: normal;
}

.request-training .form_leftcolmark {
    float: none;
    padding-left: 0;
    font-weight: normal;
}

.request-training div.section {
    padding-bottom: 0;
}

.request-training .form_row {
    font-size: 1em;
    line-height: 1.4;
}

.right-form-pod-content .form_field_select, .request-training .fancy-select {
  width: auto;
}

.right-form-pod-content .form_field_select, .request-training .fancy-select {
  position: relative;
  padding: 2px 23px 3px 8px;
  height: 16px;
  border: none;
  border: 1px solid #bfbfbf;
  background: transparent;
  background: #e4e4e4; /* Old browsers */
  background: -moz-linear-gradient(top,  #e4e4e4 0%, #d3d3d3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e4e4e4 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e4e4e4 0%,#d3d3d3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e4e4e4 0%,#d3d3d3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e4e4e4 0%,#d3d3d3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4',endColorstr='#d3d3d3',GradientType=0 );
  cursor: pointer;
}

.lt-it8 .right-form-pod-content .form_field_select, .lt-ie8 .request-training .fancy-select {
    filter: progid:DXImageTransform.Microsoft.gradient( enabled = false );
}

.right-form-pod-content .current-option, .request-training .current-option {
  color: #666;
  font-weight: 400;
  font-size: 12px;
}

.right-form-pod-content .sprite, .request-training .sprite {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 7px;
  height: 6px;
  border-left: none;
  background-position: -135px -21px;
}

.right-form-pod-content .select-drop, .request-training .select-drop {
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 2000;
  overflow: auto;
  overflow-x: hidden;
  max-height: 240px;
  width: 100%;
  border: 1px solid #bdbdbd;
  border-top: none;
  background: #d3d3d3;
}

.right-form-pod-content .select-option, .request-training .select-option {
  padding: 4px 6px 2px;
  color: #333;
  font-size: 12px;
}

.right-form-pod-content .select-option:hover, .request-training .select-option:hover {
  background: #bbb;
}


/*-- Request Training page --*/

.request-training {
    padding-left: 10px;
}

/*! Rework this... !*/

.request-training h3 {
    display: inline;
    font-weight: 700;
    font-size: 14px;
}

.request-training .form-section-heading {
    margin-top: 29px;
    margin-bottom: 12px;
}

.request-training .form-required {
    margin-left: 188px;
}
/*! Till here !*/

.request-training .form_row {
  clear: left;
  margin: 8px 0;
  height: 24px;
}

.request-training .form_leftcol {
  float: left;
  margin-right: 12px;
  width: 132px;
  text-align: right;
}

.request-training .form_leftcollabel {
    display: inline;
}

.request-training .form_leftcolmark {
    display: inline;
    color: red;
}

.request-training label {
  vertical-align: middle;
  line-height: 24px;
}

.request-training .form_rightcol {
  float: left;
  width: 260px;
}

.request-training input {
    width: 250px;
    border: 1px solid #ebebeb;
}

.request-training .product {
    width: 224px;
}

.request-training .state {
    margin-bottom: 12px;
    width: 65px;
}

.request-training .submit .form_rightcol {
    padding-top: 16px;
}

.request-training .submit .form_row {
    height: auto;
}

.request-training .primary-button {
    padding: 4px 25px;
    width: auto;
    height: auto;
    font-size: 12px;
}

/*-- Mnemonics List --*/

.mnemonics-list {
  position: relative;
  margin-right: -8px;
}

.mnemonics-list img {
  display: inline-block;
  margin: 0 8px 8px 0;
  width: 16px;
  height: 16px;
}


/*-- Tooltip --*/

#tooltip-overlay {
  position: absolute;
  padding: 5px 8px;
  border: 1px solid #999;
  background: #ededed;
  -webkit-box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 7px 1px -moz-rgba(0, 0, 0, .5);
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .5);
  z-index:20000;
  //white-space: nowrap;
}

#tooltip-overlay .sprite {
  position: absolute;
  top: 100%;
  left: 0;
  width: 28px;
  height: 17px;
  background-position: -100px 0;
}

.tooltip-content {
    whitespace: nowrap;
}


.onSiteTrainingComponent .requiredIndicator {
  color: #FF7777;
}

.onSiteTrainingComponent .sectionDescription {
  font-weight: bold;
}

.onSiteTrainingComponent .header {
  font-size: 32px;
}

.onSiteTrainingComponent .subHeader,.sectionDescription {
  font-size: 14px;
}

/*-- Product Link lists --*/

.product-link-list {
    margin-bottom: 8px;
}

.product-link-list ul {
    float: left;
    width: 220px;
    margin-right: 10px;
}

.product-link-list li {
    margin: 8px 0;
}

.product-link-list img, .product-link-list a {
    margin-right: 4px;
    vertical-align: middle;
}


/*-- Pearson Vue Dialog --*/

#fancybox-overlay {
    background: transparent url(images/modal-bg.png);
    opacity: 1;
    zoom: 1;
    filter: alpha(opacity=100);
}

.pearson-vue-dialog-container .fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.pearson-vue-dialog-container h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
}

.pearson-vue-dialog-container p {
    margin: 8px 0 30px;
}

.pearson-vue-dialog-container .button-row {
    margin-left: 135px;
}

.pearson-vue-dialog-container .button-row a {
    display: inline-block;
    width: 80px;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.pearson-vue-dialog-container .button-row a:hover {
    text-decoration: none;
}

.pearson-vue-dialog-container .button-cancel {
    margin-right: 7px;
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #e5e5e5 0%, #d2d2d2 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(99%,#d2d2d2));
    background: -webkit-linear-gradient(top,  #e5e5e5 0%,#d2d2d2 99%);
    background: -o-linear-gradient(top,  #e5e5e5 0%,#d2d2d2 99%);
    background: -ms-linear-gradient(top,  #e5e5e5 0%,#d2d2d2 99%);
    background: linear-gradient(to bottom,  #e5e5e5 0%,#d2d2d2 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d2d2d2',GradientType=0 );
    border: 1px solid #bbb;
    color: #333;
}

.pearson-vue-dialog-container .button-continue {
    background: #537ba1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzN2JhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzMwNWM4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #537ba1 0%, #305c85 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#537ba1), color-stop(99%,#305c85));
    background: -webkit-linear-gradient(top,  #537ba1 0%,#305c85 99%);
    background: -o-linear-gradient(top,  #537ba1 0%,#305c85 99%);
    background: -ms-linear-gradient(top,  #537ba1 0%,#305c85 99%);
    background: linear-gradient(to bottom,  #537ba1 0%,#305c85 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537ba1', endColorstr='#305c85',GradientType=0 );
    border: 1px solid #2e5b84;
    color: #fff;
}

.ie9 .pearson-vue-dialog-container .button-row a {
    filter: none;
}




.pearson-vue-dialog-container .fancybox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
    background: url(images/sprite.png) -259px -30px no-repeat;

}

.link-list .vertical {
    margin-left: 10px;
}

.link-list .vertical a, .link-list .vertical-pdf a {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    font-weight: 600;
}

/*-- Generic Info box --*/

.anchor-edit-placeholder {
    padding: 2px;
    background: #feffdd;
    border: 1px solid #000;
}

.info-bubble-content {
    display: none;
}

#tooltip-overlay.general-tooltip {
   // width: 240px;
    padding: 5px 20px;
}

#tooltip-overlay.general-tooltip .tooltip-content {
    display: block;
}

#tooltip-overlay.general-tooltip a {
    font-weight: 600;
}

#tooltip-overlay.general-tooltip .sprite {
    left: auto;
    right: 0;
}

/*-- Modal Content --*/

.modal-content-container {
    display: none;
}

/*-- Tables --*/

.results-table {
  position: relative;
  margin-top: 20px;
  margin-bottom: 8px;
}

.results-table table, .modal-content-container table {
  width: 100%;
  margin-top: 12px;
  border: 1px solid #d9d9d9;
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
}

.lt-ie8 .results-table table, .lt-ie8 .modal-content-container table {
    border-collapse: collapse;
}

.results-table th, .results-table td,
.modal-content-container th, .modal-content-container td {
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 0;
  background: #f5f5f5;
}

.lt-ie8 .results-table th, .lt-ie8 .results-table td,
.lt-ie8 .modal-content-container  th, .lt-ie8 .modal-content-container td {
  border: 1px solid #d9d9d9;
}

.results-table th, .modal-content-container th {
  padding-bottom: 3px;
  background: #ededed;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  vertical-align: bottom;
}

span.info-icon {
    cursor: pointer;
    background-image: url(../../../content/dam/ats/images/info-icon.svg);
    display: inline-block;
    text-indent: -9999px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}
span.information:hover {
    
}
span.session-info {
    border: 1px solid #a7a7a7;
    margin: -5px 0 0 5px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms, visibility 300ms;
    transition: opacity 300ms, visibility 300ms;
    z-index: 12;
}
span.info-icon:hover + span.session-info, span.session-info:hover
{
    visibility: visible;
    opacity: 1;
}

	span.session-info table.session-table {
		border: 0;
    	margin: 0;
	}
	span.session-info table.session-table thead tr th {
		padding: 6px 9px;
    	font-size: 12px;
		border-right: 0;
	}
	span.session-info table.session-table tbody tr td {
		border-right: 0;
	}

table.course-details-page-session-table {
    margin: 0;
    text-align: center;
    border: 0;
}

table.course-details-page-session-table tbody tr td {
	border-right: 0;
}

table.course-details-page-session-table tbody tr:last-of-type td {
	border-bottom:0;
}

/*-- Misc. --*/

.new-courses-text {
    padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #349bf0;
}

.new-courses-text h1 {
	font-size: 21px;
    color: #349bf0;
    margin: 0;
}

.new-courses-text p {
font-size: 15px;
margin: 15px 0;
}


.description-pdf-link {
    margin-top: 10px;
    font-weight: 600;
    font-size: 12px;
}

.description-pdf-link.first {
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
}

.faq-still-question {
    margin-bottom: 8px;
    margin-left: 10px;
}

/*.active, .active:visited, .active:hover {
	pointer-events : none;
    cursor: default;
    border: 1px solid #b8b8b8;
	background-image: linear-gradient(rgb(229, 229, 229) 0%, rgb(210, 210, 210) 100%);
	background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
	color: #acacac !important;

}*/

.active, .active:visited, .active:hover {
    /*pointer-events : none;*/
    cursor: default;
	display: inline-block;
	border: 1px solid #bbb;
  	background: #e5e5e5; /* Old browsers */
  	background: -moz-linear-gradient(top, #e5e5e5 0%, #d2d2d2 100%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, #e5e5e5 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top, #e5e5e5 0%,#d2d2d2 100%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, #e5e5e5 0%,#d2d2d2 100%); /* IE10+ */
  	background: linear-gradient(to bottom, #e5e5e5 0%,#d2d2d2 100%); /* W3C */
  	color: #acacac;
  	text-decoration: none;
  	font-weight: 600;
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

.learnMore {
    color: #e37306 !important;
    text-decoration: underline;
}

.learnMore:hover {
 color: #e37306;

        }

.trainingTitle {

    font: 30px myriad-pro,Helvetica,Arial,sans-serif;
    margin-bottom: 30px;
    font-weight: 100;

    }

.home-page-new .emptyTitle {

	padding-bottom :45px;
 }

.home-page-new  {
	padding : 0px 20px;
  }


/* Course Loading Spinner */
.loading-courses {
  margin: 75px auto;
  font-size: 12px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.5), -1.8em -1.8em 0 0em rgba(192,192,192, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.5), 1.8em -1.8em 0 0em rgba(192,192,192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.5), 2.5em 0em 0 0em rgba(192,192,192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.5), 1.75em 1.75em 0 0em rgba(192,192,192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.5), 0em 2.5em 0 0em rgba(192,192,192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.5), -1.8em 1.8em 0 0em rgba(192,192,192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.5), -2.6em 0em 0 0em rgba(192,192,192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #c0c0c0, 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.5), -1.8em -1.8em 0 0em rgba(192,192,192, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.7), 1.8em -1.8em 0 0em #c0c0c0, 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.5), 1.8em -1.8em 0 0em rgba(192,192,192, 0.7), 2.5em 0em 0 0em #c0c0c0, 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.5), 2.5em 0em 0 0em rgba(192,192,192, 0.7), 1.75em 1.75em 0 0em #c0c0c0, 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.5), 1.75em 1.75em 0 0em rgba(192,192,192, 0.7), 0em 2.5em 0 0em #c0c0c0, -1.8em 1.8em 0 0em rgba(192,192,192, 0.2), -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.5), 0em 2.5em 0 0em rgba(192,192,192, 0.7), -1.8em 1.8em 0 0em #c0c0c0, -2.6em 0em 0 0em rgba(192,192,192, 0.2), -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.5), -1.8em 1.8em 0 0em rgba(192,192,192, 0.7), -2.6em 0em 0 0em #c0c0c0, -1.8em -1.8em 0 0em rgba(192,192,192, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(192,192,192, 0.2), 1.8em -1.8em 0 0em rgba(192,192,192, 0.2), 2.5em 0em 0 0em rgba(192,192,192, 0.2), 1.75em 1.75em 0 0em rgba(192,192,192, 0.2), 0em 2.5em 0 0em rgba(192,192,192, 0.2), -1.8em 1.8em 0 0em rgba(192,192,192, 0.5), -2.6em 0em 0 0em rgba(192,192,192, 0.7), -1.8em -1.8em 0 0em #c0c0c0;
  }
}






#primary-nav {
	padding-left: 6.25vw;
    padding-right: 6.25vw;
    margin-top: 40px;
}

#primary-nav .productheader {
	float:left;
}

#primary-nav nav {
	float:right;
}

#primary-nav nav a {
	display: inline-block;
}

#primary-nav .productheader span.title {
	margin-bottom: 0;
    font-size: 2.25em;
    display: block;
}

#primary-nav .productheader span.title p {
	    margin: 0;
	    color:#FFF;
	    font-size: 30px;
    	font-weight: lighter;
}

#primary-nav .productheader nav.breadcrumbs {
	float:left;
    text-transform: uppercase;
}

#primary-nav .productheader nav.breadcrumbs span {
	color:#fff;
}

#primary-nav i {
    display:none;
    /* display: inline-block; */
    font-size: 2em;
    line-height: 1;
    width: 1em;
    margin-right: .5em;
    width:48px;
    height:48px;
    background: url(../../../content/dam/ats/images/training-logo.jpg) no-repeat;
    float:left;
}

#primary-nav nav.link-nav a {
    margin: 0 14px;
    font-size: 16px;
}



.hero-content {
margin-top: 70px;
    display: block;

}

.hero-content.course-header {
margin-top: 50px;
        }

    .hero-content .title h1 {
    text-align: center;
    margin: 0 auto 5px auto;
    color: #fff;
    padding: 0 25px;
    font-weight: lighter;
    font-size: 40px;
    max-width: 1024px;
            }

    .hero-content h2 {
    text-align: center;
    margin: 0 auto 5px auto;
    color: #fff;
    padding: 0;
    font-weight: 400;
    max-width: 850px;

                }

.hero-content h3 {
    text-align: center;
margin: 15px auto 15px auto;
    color: #fff;
    padding: 0;
    font-weight: 400;
    max-width: 850px;

                }

.hero-content h4 {
        text-align: center;
    margin: 35px auto 0px auto;
    color: #fff;
    padding: 0;
    font-weight: 400;
    max-width: 850px;

                }

.hero-content h4 a {
text-decoration:none;
        color:#fff;
}

#primary-nav .current {
    background: #2b2b2b; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #2b2b2b 0%, #353535 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2b2b2b), color-stop(100%,#353535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #2b2b2b 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #2b2b2b 0%,#353535 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #2b2b2b 0%,#353535 100%); /* IE10+ */
    background: linear-gradient(45deg,  #2b2b2b 0%,#353535 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#353535',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#primary-nav .anchornav-button {
	background-color: #2b9af3;
    color: #fff;
    padding: 5px 14px;
    border-radius: .5ex;
}

#primary-nav a, #primary-nav a:visited {
    position: relative;
    color: #fff;
}

#primary-nav a, #primary-nav a:hover {
  text-decoration: none;
}

.shadow {

    text-shadow: 0px 0px 20px black;
}

.hero-image {
    position:absolute;
    width: 100%;
    overflow: hidden;
    height: 480px;
    background: #484848;
}

.hero-image.course-image {
	height:350px;
    background-image: url(../../../content/dam/ats/images/course.jpg);
    background-size: cover;
}

.hero-image.learning-image {
	height:350px;
    background-image: url(../../../content/dam/ats/images/my-learning.jpg);
    background-size: cover;
}

.hero-image.partner-image {
	height:350px;
    background-image: url(../../../content/dam/ats/images/partner-detail.jpg);
    background-size: cover;
}

.hero-image.exam-image {
	height:350px;
    background-image: url(../../../content/dam/ats/images/exam-detail.jpg);
    background-size: cover;
    background-position-y: bottom;
}

.hero-image img {
	min-width: 100%;
}

.lt-ie9 #primary-nav li ul {
    left: -1px;
}

#primary-nav li:hover ul {
    display: block;
}

#primary-nav li ul a,
#primary-nav li ul a:visited {
    display: block;
    padding: 4px 10px;
    color: #323232;
    text-shadow: none;
}

#primary-nav li ul a:hover {
    background: #45709d;
    color: #fff;
}

#primary-nav li li {
    float: none;
    border: none;
}

#primary-nav #nav-logo {
  border-left: none;
}

#nav-logo a {
  display: block;
  padding-right: 14px;
  width: 184px;
  background-position: -42px -35px;
}

#main-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
}

#main-logo a {
  display: block;
  height: 64px;
}

#secondary-nav {
  position: absolute;
  top: 50px;
  right: 65px;
  text-align: right;
}

#secondary-nav a, #secondary-nav a:visited {
  color: #323232;
}

#secondary-nav a:hover {
  color: #111;
  text-decoration: none;
}

#nav-contact-popup {
    display: none;
    margin-top: 7px;
    padding: 7px 0;
    background: #fff;
    box-shadow: 3px 3px 10px -3px #000;
    -moz-box-shadow: 3px 3px 10px -3px #000;
    -webkit-box-shadow: 3px 3px 10px -3px #000;
}

.lt-ie8 #nav-contact-popup {
    border: 2px solid #ccc;
}

#nav-contact-popup a {
    display: block;
    padding: 6px 18px;
    font-weight: 600;
}

#nav-contact-popup a:hover {
    background: #45709d;
    color: #fff;
}

#secondary-nav:hover #nav-contact-popup {
    display: block;
}

.lt-ie9 #primary-nav li ul {
    border: 1px solid #555;
    border-top: none;
}

.lt-ie8 #nav-logo a {
    padding-top: 9px;
    padding-bottom: 10px;
}
.right-pod {
    margin-top: 8px;
    padding-bottom: 20px;
    background-color: #595959;
    background-image: -moz-radial-gradient(0% 0%, ellipse cover, #595959, #333333 100%);
    background-image: -webkit-radial-gradient(0% 0%, ellipse cover, #595959, #333333 100%);
    background-image: -o-radial-gradient(0% 0%, ellipse cover, #595959, #333333 100%);
    background-image: -ms-radial-gradient(0% 0%, ellipse cover, #595959, #333333 100%);
    background-image: radial-gradient(0% 0%, ellipse cover, #595959, #333333 100%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#333333',GradientType=0 ); /* IE6-8 */
}

.right-content > .right-pod:first-child, .right-content > .upcoming-courses-aside:first-child .right-pod {
    margin-top: 0;
}

.right-no-bottom-pad .right-pod {
    padding-bottom: 0;
}

.cq-wcm-edit .right-pod {
    margin-top: 0;
    margin-bottom: 10px;
}

.lt-ie8 .right-pod {
    position: relative;
    padding-bottom: 10px;
    background: #696969;
    zoom: 1;
}

.right-pod-content {
    padding: 10px 20px 0;
    color: #fff;
    text-shadow: 0 -1px #000, 0 1px #333;
    font-size: 12px;
}

.right-pod-content .content-padding {
    margin-left: 0;
    margin-right: 0;
}

.right-pod .has-title .right-pod-content {
    border-top: 1px solid #555;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.right-pod .has-link .right-pod-content {
    padding-bottom: 0;
}

.right-pod-footer-link {
    margin: 0 20px;
}

.right-pod-title {
    margin: 0 auto;
    padding: 10px 10px 6px 20px;
    border-bottom: 1px solid #222;
    text-shadow: 0 -1px #000, 0 1px #333;
    font-weight: 600;
    font-size: 12px;
}

#content-right p {
    margin: 0 0 8px;
}


#content-right a {
    color: #99c5fd;
}

/*-- Upcoming courses --*/

.right-pod-course {
    padding: 11px 0 16px;
    border-top: 1px solid #595959;
    border-top: 1px solid rgba(150, 150, 150, .4);
    border-bottom: 1px solid #1e1e1e;
}

.right-pod-course h4 {
    margin: 0 0 9px;
    font-size: 12px;
}

.right-pod-course:first-child {
    padding-top: 1px;
    border-top: none;
}

.upcoming-courses-aside .right-pod-footer-link {
    padding-top: 10px;
    border-top: 1px solid #595959;
    border-top: 1px solid rgba(150, 150, 150, .4);
}

.pod-date {
    margin-bottom: 0;
}

.pod-desc {
    margin-top: 0;
    font-style: italic;
}
.main-banner {
    margin: 10px 0 20px;
}

/*-- Slideshow --*/

.fragment-carousel {
    position: relative;
    width: 940px;
    height: 340px;
    overflow: hidden;
}

.fragment-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fragment-slider-shell {
    position: absolute;
    top: 0;
    left: 0;
}

.fragment-slide-item {
    position: relative;
    width: 940px;
    height: 338px;
    background: left center no-repeat;
}

.fragment-slide-description {
    position: absolute;
    bottom: 60px;
    left: 0;
    padding: 18px 20px;
    background: #222;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 14px;
}

.fragment-slide-description h2 {
    margin: 0 0 4px;
    font-size: 40px;
    font-weight: 100;
    line-height: 40px;
    opacity: .999;
}

.fragment-slide-description p {
    margin: 0 0 8px;
    opacity: .999;
}

.fragment-slide-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 920px;
    padding: 7px 0 7px 20px;
    background: #111;
    background: rgba(0, 0, 0, .82);
    color: #fff;
    font-size; 12px;
    line-height: 17px;
    vertical-align: middle;
}

.fragment-slide-numbers {
    vertical-align: middle;
}

.fragment-slide-info .sprite {
    display: inline-block;
    width: 14px;
    height: 17px;
    vertical-align: middle;
}

.fragment-slide-info .slide-prev {
    margin-left: 12px;
    background-position: -253px 0;
}

.fragment-slide-info .slide-next {
    margin-left: 4px;
    background-position: -287px 0;
}

.fragment-slide-item .link-list .horizontal {
    padding-left: 0;
    opacity: .999;
}

.fragment-slide-item .link-list .horizontal a, .fragment-slide-item .link-list .horizontal a:visited, .fragment-slide-item .link-list .horizontal a:hover {
    margin-right: 12px;
    color: #99c6fd;
    font-weight: 100;
}

/*-- general text --*/

.home-page .main-content h2 {
    margin: 0 0 12px;
}

.home-page .main-content .content-padding {
    margin-top: 2px;
    margin-right: 12px;
}

h2.feature-box {
    padding: 8px 10px;
    background: #d9d9d9;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

/*-- Minor hack for Japan promo box --*/

.home-page .right-content > .right-pod:first-child {
    margin-top: 8px;
    padding-bottom: 5px;
}

.results-table .no-image32x32 {
    padding-left: 55px;
}

#filter-company-search-container {
  position: relative;
}

#filter-company-search {
  padding: 8px 26px 6px 6px;
  width: 138px;
  height: 12px;
  outline: none;
  border: none;
  background: #fff;
  -webkit-box-shadow: inset 0 1px 6px 1px rgba(0, 0, 0, .25);
  -moz-box-shadow: inset 0 1px 6px 1px -moz-rgba(0, 0, 0, .25);
  box-shadow: inset 0 1px 6px 1px rgba(0, 0, 0, .25);
  font-family: myriad-pro, Helvetica, Arial, sans-serif;
  line-height: 12px;
}

.lt-ie9 #filter-company-search {
    padding-top: 6px;
    border: 1px solid #dbdbdb;
}

#filter-company-search-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  border: 1px solid #ccc;
  background: #ededed; /* Old browsers */
  background: -moz-linear-gradient(top,  #ededed 0%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ededed 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ededed 0%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ededed 0%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(top,  #ededed 0%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}

.lt-ie8 #filter-company-search-btn {
    top: 1px;
    right: -1px;
    height: 14px;
}

#filter-company-search-btn .sprite {
  display: block;
  width: 14px;
  height: 14px;
  background-position: -68px 0;
}

.clear-filters, .clear-filters:visited, .clear-filters:hover, a.new-courses-button {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 20px;
  background: #97A6B6; /* Old browsers */
  color: #fff;
  text-decoration: none;
  font-weight: 600;
    border-radius: 3px;
    border:none!important;
    cursor:pointer;
}

.clear-filters.active, .clear-filters.active:visited, .clear-filters.active:hover, a.new-courses-button {
  background: #97A6B6; /* Old browsers */
  color: #fff;
    border-radius: 3px;
    border:none!important;
    cursor:pointer;
}

.results-table a {
    font-weight: 600;
}

.results-table .primary-button {
    display: block;
    font-weight: 700;
}

.results-table .table-title th {
    padding-top: 12px;
    padding-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
}

.table-title img {
    margin: -6px 12px 0 0;
}

#country-filter, #province-filter {
    margin-bottom: 6px;
}

.pagination {
  position: relative;
  display: none;
  margin: 24px 0 10px;
  padding-right: 4px;
  border-bottom: 1px solid #C5C5C5;
  text-align: right;
}

.pageination span {
  display: inline-block;
}

.pagination a, .pagination a:visited {
  display: inline-block;
  padding: 3px 5px;
  color: #848484;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

.pagination a:hover {
  color: #000000;
  text-decoration: none;
}

.pagination .current, .pagination .current:visited {
  background: #B5B5B5;
  color: #fff;
}

.pagination .current:hover {
  background: #6F6F6F;
  color: #ddd;
  text-decoration: none;
}

#content-main .search-result-empty {
    margin-top: 12px;
}
/*-- Training Services Courses Page --*/

.training-services-courses-page .intro .col25 {
    margin-top: -40px;
}

.lt-ie8 .top-filter-row {
    position: relative;
    z-index: 2500;
}

.selection-wrapper {
    float: left;
    margin: 0 10px 10px 0;
    width: 175px;
}

.selection-wrapper.role-select {
    width: 275px;
}

.selection-wrapper label {
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
}

#subRole-filter {
    margin-top: 19px;
}

.lt-ie8 #training-services-courses-results-table {
    position: relative;
    z-index: 2400;
}

.training-services-courses-page .results-table {
    margin-top: 0;
}

.training-services-courses-page .col-course {
    width: 185px;
}

.training-services-courses-page .col-training {
    width: 133px;
}
.training-services-courses-page .col-location {
    width: 157px;
}
.training-services-courses-page .col-date {
    width: 135px;
}
.training-services-courses-page .col-remaining {
    width: 70px;
}
.training-services-courses-page .col-price {
    width: 75px;
}

.training-services-courses-page .col-register {
    width: 76px;    
}

#training-services-courses-results-container {
            max-width: 1200px;
		    margin: 0 auto;
        }


/*--Catalog page--*/

.course-catalog-page #content-right {
    margin-top: 75px;
}

#course-catalog-results-container {
max-width: 1200px;
		    margin: 0 auto;
}

#course-catalog-results-container #product-filter {
    width: 162px;
}


.course-catalog-page .col-course {
    width: 171px;
}

.course-catalog-page .col-target-audience {
        width: 460px;
}

.course-catalog-page .col-training-methods {
    width: 121px;
}

.course-catalog-page .col-duration {
    width: 70px;
}

/*--Course Dates page */

.course-dates-and-locations-page .col-course {
    width: 20%;
}

.course-dates-and-locations-page .col-training{
    width: 20%;
}

.course-dates-and-locations-page .col-location {
    width: 20%;
}

.course-dates-and-locations-page .col-dates {
    width: 10%;
}

.course-dates-and-locations-page .col-avail {
    width: 10%;
}

.course-dates-and-locations-page .col-price {
    width: 10%;
}

.course-dates-and-locations-page .col-register {
    width: 5%;
}

.course-dates-and-locations-page .intro .title {
    margin-top: 46px;
}

.course-dates-and-locations-page .results-table {
    margin-top: 0;
}

/* Partner */

#partner-results-container {
max-width: 1200px;
		    margin: 0 auto;
}

#certification-results-container {
max-width: 1200px;
		    margin: 0 auto;
}

#ace-results-container {
max-width: 1200px;
		    margin: 0 auto;
}
/*-- Partner Finder Page --*/

.partner-finder-page .intro .col25 {
    margin-top: -10px;
}

.partner-search-filter-clear {
  position: absolute;
  top: -34px;
  left: 0;
}

#partner-results-table td {
  width: 171px;
}

#partner-results-table .col-company {
  font-weight: 600;
  font-size: 14px;
}

#partner-results-table .col-partner-type a {
  display: block;
  font-weight: 600;
}

.lt-ie8 #product-filter {
    z-index: 3000;
}

.lt-ie8 #solution-filter {
    z-index: 5000;
}

.lt-ie8 #country-filter {
    z-index: 2500;
}

/*-- Partner Page --*/

.partner-page .content-left {
    margin-right: 20px;
}

.partner-page .content-left img {
    width: 158px;
    border: 1px solid #d9d9d9;
}

.partner-page hr {
    clear: left;
}

.partner-page #partner-type {
  margin-bottom: 10px;
  font-size: 14px;
}

#partner-intro {
  font-size: 14px;
}

.partner-page #partner-type .header {
  font-weight: 600;
}

.partner-info {
  float: left;
  margin-right: 20px;
  width: 160px;
  font-size: 12px;
}

.partner-info .header {
  font-weight: 600;
  font-size: 14px;
}

.partner-info div {
  margin-bottom: 8px;
}

.partner-info ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.partner-info dl {
  margin: 0;
}

.partner-info dt {
  float: left;
  clear: left;
  margin: 5px 6px 5px 0;
}

.partner-info dd {
  float: left;
  margin: 5px 0;
  font-weight: 600;
}

.partner-page #training-methods, .partner-page #course-languages {
  margin-right: 0;
}

.partner-page #training-center-details {
  width: 340px;
}

.partner-page .content-left {
    width: 160px;
}

/*-- Partner page form --*/

.right-form-pod {
    padding: 0 11px 15px;
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
}

#content-right .right-form-pod h3 {
    padding: 10px 0 0;
    text-shadow: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: none;
}

.right-form-pod-content {
    border-top: 1px solid #d9d9d9;
}

.right-form-pod-content form {
  padding: 10px 0;
}

.right-form-pod-content .form_row {
    margin-bottom: 9px;
}

.right-form-pod-content div.section {
  padding-bottom: 0;
}

.right-form-pod-content .form_leftcollabel {
  float: none;
  padding-bottom: 2px;
  font-weight: normal;
}

.right-form-pod-content .form_leftcolmark {
  display: none;
}

.right-form-pod-content label {
    display: block;
    padding-bottom: 1px;
    color: #333;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
}

.right-form-pod-content .current-option {
  display: block;
  color: #333;
  vertical-align: middle;
  line-height: 20px;
}

.right-form-pod-content .text .form_rightcol_wrapper,
.right-form-pod-content .textarea .form_rightcol_wrapper {
    padding: 1px;
    background: #ddd;
}

.right-form-pod-content .text .form_rightcol_wrapper.invalid,
.right-form-pod-content .textarea .form_rightcol_wrapper.invalid {
  background: #ff9900;
}

.right-form-pod-content .form_field_text,
.right-form-pod-content .form_field_textarea {
  display: block;
  margin: 0;
  border: none;
}

.right-form-pod-content .submit .form_leftcollabel {
    display: none !important;
}

.right-form-pod-content .submit .form_rightcol {
    float: none;
    text-align: right;
}

.right-form-pod-content .form-error-message {
    margin-bottom: 6px;
    color: #ff9900;
}

.right-form-pod-content select.form_field_select {
  display: none;
}

.right-form-success {
    padding-bottom: 18px;
}

.right-form-success h3 {
    margin-bottom: 0;
}

.right-form-success p {
    margin-top: 0;
}

.right-form-success a {
    font-weight: 600;
}

.right-train-message {
  margin-top: 8px;
  border-top: 1px solid #595959;
}

.right-train-message .section {
  border-top: 1px solid #1e1e1e;
}

.right-train-message .form_row {
  margin-top: 6px;
  padding: 0 13px;
  height: auto;
}

.right-train-message .form_leftcol {
  float: none;
  text-align: left;
}

.right-train-message .form_rightcol {
  float: none;
}

.right-train-message .form_field_textarea {
  width: 180px;
  height: 50px;
}

.right-form-pod-content .submit .form_row {
  margin-top: 10px;
}

.right-form-pod-content .submit .form_rightcol {
  float: right;
}

.right-form-pod-content .form_button_submit {
    padding: 5px 11px;
    border: 1px solid #2d2d2d;
    background: rgb(255,198,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmYjAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmYTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,198,0,1) 0%, rgba(255,176,0,1) 78%, rgba(255,163,0,1) 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(78%,rgba(255,176,0,1)), color-stop(98%,rgba(255,163,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* W3C */
    font-weight: 600;
    font-size: 11px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ffa300',GradientType=0 ); /* IE6-8 */
}

.lt-ie8 .right-form-pod-content .fieldset {
    height: 55px;
}

#content-right .right-form-pod-content a,
#content-right .right-form-pod-content a:visited,
#content-right .right-form-pod-content a:hover {
  color: #447099;
}

/*-- Certification Exams page --*/

.certification-search-page .results-table table {
    margin-top: 0;
}

.certification-search-page #content-main {
    margin-bottom: 10px;
    width: 780px;
}

.certification-search-page #content-main p {
    margin-top: -10px;
}

.certification-search-page .col-product {
    width: 186px;
}

.certification-search-page .col-role {
    width: 201px;
}

.certification-search-page .col-type {
    width: 136px;
}

.certification-search-page .col-language {
    width: 94px;
}

.certification-search-page .col-price {
    width: 47px;
}

.certification-search-page .col-schedule {
    width: 175px;
}

#certification-results-table a {
    font-size: 14px;
}

#certification-results-table .primary-button {
    font-size: 12px;
}

#certification-results-table #solution-filter {
    margin-bottom: 6px;
}

.lt-ie9 .certification-page .content-left .primary-button {
    padding: 5px 10px;
}

.yearly-recert-notice {
    color: #333;
}
/* .resource-page-content {
   border: 1px solid #d9d9d9;
    background-color: #ececec;
}

.resource-block-container:first-child {
    border-bottom: 1px solid #d9d9d9;
}


.resource-block-container {
    border-bottom: 1px solid #d9d9d9;
}

*/
.resource-block-container:last-child {
    border-bottom: none;
}


.resource-block-container {
    margin: 20px 10px 0;
    padding-bottom: 20px;
}

.resource-block {
    float: left;
    margin-right: 30px;
    width: 205px;
}

.resource-block.infoPanel4, .resource-block.infoPanel8 {
    margin-right: 0;
}

.resource-block h3 {
    fongt-weight: 700;
    font-size: 12px;
}

.resource-block .link-list .vertical {
    margin-left: 0;
}

.resource-block .link-list .vertical a {
    margin: 4px 0;
}

.lt-ie8 .resource-page-content {
    padding: 20px 10px;
}

.lt-ie8 .resource-block {
    width: 200px;
}
.accordion-block {
    margin-top: 26px;
}

.accordion-block h2 {
    margin: 0 0 15px 10px;
    font-size: 18px;
}

.accordion-title {
    position: relative;
}

.accordion-title h3 {
    margin: 2px 0 0;
    padding: 5px 25px 5px;
    border: 1px solid #d9d9d9;
    background-color: #ededed;
    color: #447099;
    text-indent: -17px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.accordion-block h3 .sprite {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 7px;
    height: 6px;
    background-position: -66px -21px;
}

.accordion-block .active h3 .sprite {
    background-position: -47px -21px;
}

.accordion-expand {
    display: none;
    width: 669px;
    padding: 5px 13px 10px 18px;
    font-size: 14px;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-weight: normal;
}

#content-main .accordion-expand p {
    margin: 1em 0 0;
}
.jp-content h4 {
    margin-bottom: 12px;
}

.jp-content p {
    margin-bottom: 8px;
}

.jp-content ul {
    margin-bottom: 24px;
}
.ir { display: block; overflow: hidden; border: 0; background-color: transparent; background-repeat: no-repeat; text-align: left; text-indent: -999em; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { position: static; overflow: visible; clip: auto; margin: 0; width: auto; height: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
@media print {
  * { background: transparent !important; box-shadow:none !important; color: black !important; text-shadow: none !important; -ms-filter: none !important; filter:none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  header.structure {
      height: 40px;
  }
  
  #primary-nav ul {
      border: none;
  }
  
  #primary-nav li {
      display: none;
  }
  
  #primary-nav #nav-logo {
      display: block;
      border: none;
  }
  
  #secondary-nav {
      display: none;
  }
  
  #nav-logo a {
      color: #000;
      font-weight: 600;
      font-size: 14px;
      text-indent: 0;
  }
  
  footer.structure {
      border-top: 1px solid #000;
  }
  
  #mouse-nav {
      display: none;
  }
  
  #footer-nav {
      display: none;
  }
  
  .fragment-slide-description {
      background: #fff !important;
  }
  
  h2.feature-box {
      background: #fafafa !important;
      border: 2px solid #444;
  }
  
  .right-pod {
      background: #fafafa !important;
      border: 2px solid #444;
  }

}
#content-right #recaptcha_image,
#content-right #recaptcha_image img
{
    width: 194px !important;
    height: 37px;
    cursor: pointer;
    padding-top: 4px;
    margin-bottom: -10px;
}

#content-right .recaptcha_only_if_image,
#content-right .recaptcha_only_if_audio
{
    display: block;
}

#content-right .recaptcha #recaptcha_response_field {
  margin-bottom: 4px;
}

<!--acefinder spec css stuff-->

.acefinder-main  p {
	margin:0px 0px 0px;
}

#content-acefinder   {
   float: left;
   width: 460px;
}

.acefinder-specific{
	width:200px;
}

#content-acefinder .right-form-pod{
	background:none;
    border: none;
    padding:0px 0px 0px;
}

.acefinder-specific .right-form-pod-content  {
    border-top: none;
    width:200px;
}

.acefinder-specific .form_row{
    display:block;
    width:200px;
    height:48px;
    margin-bottom:0px;

}

.acefinder-specific .form_row .form_error{
    margin-top:0px;

}

.acefinder-specific  .text{
    display:block;
    width:200px;

}

.acefinder-specific .form_leftcollabel, .acefinder-specific .form_leftcol {
	width:150px;
    margin-bottom:3px;
    display:inline;
}

.acefinder-specific .right-form-pod-content .text .form_rightcol_wrapper{
	background:none;
    width:200px;
}

.acefinder-specific .invalid{
	width:195px;
	height:23px; 
    padding: 1px 1px 1px 1px;
    background: none repeat scroll 0% 0% rgb(255, 153, 0);
}

.acefinder-specific .right-form-pod-content .text .form_rightcol{
	background:none;
    width:200px;
}

.acefinder-cb{
	float: left;
	margin-left:10px;
}

.acefinder-specific .right-form-pod-content .submit .form_rightcol {
	width:275px;
    float:left;           
}

.ace-submit-row{
	width: 100%;
    margin-top: 15px;
    text-align: center;
}

.ace-submit-row .ace-submit-button{
}

#grecaptcha-widget {
display: inline-block;
margin: 10px 0;
}

#grecaptcha-widget.invalid {
border:2px solid #ff9900;
}

.cb-label{
    width:150px;
	white-space:normal;
    display:inline-flex;
	margin: 2px 0px 0px 3px;
    position: relative;
    bottom: 0px;
    top: -2px;


}

 .cb-image{
	margin-left:6px;
    position: relative;
    bottom: 0px;
    top: -2px;
}

#ace-certificates-table{
	word-wrap: break-word;
    width:200px;

}

.ace-table-outer{
	height:178px;
    width:220px;
    overflow-y: auto;
}

.cb-validation {
    width:217px;
    margin-top:5px;
    border-color: rgb(255, 153, 0);
    border-top-width: 1px;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    box-shadow: 0px 2px 6px -3px rgb(0, 0, 0) inset;
}

#ace-results-table td {
  width: 20%;
}

** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../../../content/dam/ats/images/redesign/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../../../content/dam/ats/images/redesign/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../../../content/dam/ats/images/redesign/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../../../content/dam/ats/images/redesign/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../../../content/dam/ats/images/redesign/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.form {
    float: left;
    width: 70%;
}

.form .row {
    clear: both;
    //height: 24px;
    margin: 8px 0;
}

.form .row label {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    width: 150px;
}

.form .row input[type="text"] {
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 6px -3px #000 inset;
    height: 21px;
    width: 220px;
}


.form .row select {
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 6px -3px #000 inset;
    height: 21px;
    width: 225px;
}

.form .row.checkboxlist label:first-child {
    display: block;

}

.form .row.checkboxlist span#Form67_69 {

    display: inline-block;

    padding-left: 151px;

}

.form .row.checkboxlist span#Form67_69 label {
    padding-left: 5px;
    width: 200px;
}


.form .row.checkbox input {
    padding-right: 10px !important;
    vertical-align: middle;
}

.form .row.checkbox label {

    line-height: 15px !important;
    padding-left: 10px;
    width: 350px;
}

.form .row.submit {
  text-align : center ;
}

.form .row.submit input {
background: #fc0; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
     background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iI2ZmYjAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmYTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,198,0,1) 0%, rgba(255,176,0,1) 78%, rgba(255,163,0,1) 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,0,1)), color-stop(78%,rgba(255,176,0,1)), color-stop(98%,rgba(255,163,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,198,0,1) 0%,rgba(255,176,0,1) 78%,rgba(255,163,0,1) 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ffa300',GradientType=0 ); /* IE6-8 */
    border: 1px solid #b8b8b8;
    color: #1f1f1f;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 25px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 3px #fff;
}

.form .row textarea {
    height: 80px;
    width: 220px;
}

.errorMessage {
    margin: 0 150px;
    color: #D8000C;
}

.errorSummary {
    color: #D8000C;
}

.content li {
   line-height : 20px;
   margin : 5px 20px;
}

.tmodal.activeModal:before,
.tmodal.loading:before {
    display: block!important;
}
.tmodal:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.tmodal.activeModal .tmodal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 50px;
}
.tmodal-dialog {
    background: #fefefe;
    border-radius: 5px;
    margin-left: -350px;
    position: fixed;
    left: 50%;
    top: -100%;
    z-index: 103;
    width: 700px;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.tmodal-loading {
    display: none;
    background-image: url(../../../content/dam/ats/images/335.svg);
    border-radius: 5px;
    margin-left: -32px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 102;
    width: 64px;
    height: 64px;
}
.tmodal-body {
    padding: 20px;
    overflow-y: scroll;
    max-height: 200px;
}
.tmodal-header,
.tmodal-footer {
    padding: 10px 20px;
}
.tmodal-header {
    border-bottom: #eee solid 1px;
}
.tmodal-header h2 {
    font-size: 20px;
    margin: 0;
}
.tmodal-footer {
    border-top: #eee solid 1px;
    text-align: right;
}
.tbtn {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #565656;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
    transition: color .1s ease;
}
a.tbtn {
    text-decoration: none;
    color: white;
}
a.tbtn.closeWindow {
    color: #565656;
}
.tbtn.accept {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.tbtn.accept:hover {
    background-color: #449d44;
    border-color: #398439;
}
.tbtn.accept:active {
    background-color: #398439;
    border-color: #255625;
}
.tbtn.decline {
    margin-right: 10px;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.tbtn.decline:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}
.tbtn.decline:active {
    background-color: #ac2925;
    border-color: #761c19;
}
.tbtn.general {
    background-color: #337ab7;
    border-color: #2e6da4;
    text-decoration: none;
    color: white;
}
.tbtn.general:hover {
    background-color: #286090;
    border-color: #204d74;
}
.tbtn.general:active {
    background-color: #204d74;
    border-color: #122b40;
}
.tbtn-close {
    color: #aaa!important;
    font-size: 30px;
    text-decoration: none!important;
    position: absolute;
    right: 10px;
    top: 0;
}
.tbtn-close:hover {
    color: #919191;
}
.tbtn.closeWindow {
    display: none;
}
