/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

/* Box Sizing
--------------------------------------------- */



/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #f5f5f5;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

.entry-content-page a,#content-area a {
	color: #0F1D41;
	text-decoration: underline;
}

.entry-content-page a img,#content-area a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

.entry-content-page a:hover,#content-area a:hover {
	color: #333f89;
}

.entry-content-page p,#content-area p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

.entry-content-page h1,
.entry-content-page h2,
.entry-content-page h3,
.entry-content-page h4,
.entry-content-page h5,
.entry-content-page h6, 
 #content-area h1,
 #content-area h2,
 #content-area h3,
 #content-area h4,
 #content-area h5,
 #content-area h6{
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.entry-content-page h1,#content-area h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

.entry-content-page h2,#content-area h1 {
	font-size: 30px;
	font-size: 3rem;
}

.entry-content-page h3,#content-area h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content-page h4,#content-area h1 {
	font-size: 20px;
	font-size: 2rem;
}

.entry-content-page h5,#content-area h1 {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content-page h6,#content-area h1 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

.entry-content-page embed,
.entry-content-page iframe,
.entry-content-page img,
.entry-content-page object,
.entry-content-page video,
.entry-content-page .wp-caption 
#content-area embed,
#content-area iframe,
#content-area img,
#content-area object,
#content-area video,
#content-area .wp-caption 
{
	max-width: 100%;
}

.entry-content-page img,#content-area img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

.entry-content-page input[type="text"], .entry-content-page select,.entry-content-page textarea, #content-area input[type="text"],#content-area select,#content-area textarea {
	background-color: #fff !important;
	border: 1px solid #aaa !important;
	border-radius: 3px !important;
	box-shadow: 1px 1px 3px #eee inset !important;
	color: #999 !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	padding: 16px !important;
	padding: 1.6rem !important;
	width: 100% !important;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

 input[type="button"],input[type="submit"], .entry-content-page button,#content-area button, #pop-form button,
.entry-content-page input[type="button"],#content-area input[type="button"], #pop-form input[type="button"]
.entry-content-page input[type="reset"], #content-area input[type="reset"], #pop-form input[type="reset"]
.entry-content-page input[type="submit"],  #pop-form input[type="submit"]
.entry-content-page .button,  #pop-form .button {
	background-color: #FFA200;
	border-radius: 8px;
	border: 0px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
	text-transform: uppercase;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover, #formsubmission .button:hover, #modalsubmitdiv .button:hover{
	background-color: #0F1D41 ;
}

.entry-content .button:hover, #formsubmission .button:hover, #modalsubmitdiv .button:hover{
	color: #fff ;
}
.spco-next-step-btn
{
max-width: 332px;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px !important;
	margin-bottom: 4rem !important;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	/*width: 740px; */
	width:840px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	/*width: 360px;*/
	width:300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	/*border: 0;
	clip: rect(0, 0, 0, 0); */
	/*height: 30px; */
	margin-top: 10px;
	padding: 1.0rem 2.4rem;
	/*position: absolute;*/
	width: 100%;
	font-size:23px;font-weight:600;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

.entry-content-page img.alignnone,#content-area img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}




.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	display: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	text-align:center;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #f15123;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 0px 0;
	padding: 0rem 0;
  margin-bottom:10px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px; display:none;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	background: url(images/logo.png) no-repeat left;
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 68%;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #333;
	font-family: Lato, sans-serif;
	line-height: 2.8;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	
}

.genesis-nav-menu a {
	border: none;
	color: #333;
	font-size:18px;
	display: block;
	padding: 25px 20px;
	padding: 2.5rem 2.0rem;
	position: relative;
	text-decoration:none;
	font-weight:normal;
}

.genesis-nav-menu .current-menu-item{background-color:#FFA200;}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover
{
	color: #fff;background-color:#FFA200;
}

.genesis-nav-menu .current-menu-parent  a{
	color: #fff;background-color:#FFA200;
}

.genesis-nav-menu .sub-menu .current-menu-item > a{
	color: #fff;background-color:#FFA200;
}
.genesis-nav-menu .sub-menu  a:hover{
	color: #fff;background-color:#FFA200;
}


.genesis-nav-menu > .menu-item > a {
	text-transform: capitalize;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	 background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
	color:#333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;background-color:#FFA200;
}

.nav-primary .sub-menu a:hover {
	color: #fff;background-color:#FFA200;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0px 40px 24px;
	padding: 0rem 4rem 2.4rem;
}

.entry-content a {
	
	color: #FFA200; text-decoration:underline
}

.entry-content a:hover {
	color: #0F1D41;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem; font-size:16px; font-weight:normal;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;

}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #f15123;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}

.sidebar a {
	
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 0px 10px 10px;
	padding: 0rem 1rem 1rem;
}

.sidebar .enews-widget {
	background-color: #333;
}


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

.footer-widgets {
	background-color: #ebeced;
	color: #333;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;

}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	/*width: 350px; */
	width: 15.204678362573%;
}

.footer-widgets-6 {
	/*width: 360px; */
	width: 15.204678362573%;
}

.footer-widgets-1 {
	margin-right: 20px;
	margin-right: 2rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5{
	float: left;
}

.footer-widgets-6 {
	float: right;
}

.footer-widgets a {
	
	color: #333; font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

.footer-widgets a:hover {
	text-decoration:underline;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #333;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


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

.site-footer {
	background-color: #fff;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}
/* meet the team css*/
.leftimg{
    float: left;
    width: 40%;
}

.rightcnt{
    float: left;
    width: 60%;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.header-image .site-header .wrap {
		background: url(images/logo@2x.png) no-repeat left;
		background-size: 320px 164px;
	}

}

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

	body {
		background-color: #fff;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		padding: 2rem 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	div.custom-head{width:100% !important; text-align:center;height:97px !important ;}
	div.sec1,div.sec2{padding: 50px 20px 30px !important; text-align:center}
  a.portfolio-btn{width:100%;}

}

@media only screen and (max-width: 767px) {
.entry-content-page
{
margin: 20px 10px 20px 10px !important;
}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6{width:100% !important;}
div.blue-bkk{width:100% !important; height:auto !important;}
}

/* customization */

div.custom-head{float:left; width:30%;}
div.clear-action{height:30px; clear:both; width:100%;}
a img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
} 
div.footer-widgets .widget-title{text-align:left;}
/* slider area */
div.feature-img-area{background-image:url('/wp-content/uploads/2015/05/Featured-Home-Page.png'); background-repeat:no-repeat; width:100%; height:445px; background-position:100% 0%; margin-bottom:20px} /* height:445px was original value */
div.blue-bkk{ background-color:#0F1D41; color:#fff; padding:110px 20px 20px; text-align:center; min-height:444px; width:350px; font-size:26px;} /*padding top value was 80px */
span.yellow-txt{color:#FFA200; font-size:29px; font-weight:bold;}
p.white-txt{font-size:26px;margin-bottom:0.7rem;margin-bottom:7px}
span.white-txt{font-size:26px;margin-bottom:0.7rem;margin-bottom:7px}

/* grey area */

div.sec1{background-color:#ebeced; padding:50px 0px 30px;}
span.dark{color:#333; font-size:26px; font-weight:bold;}
span.light{color:#333; font-size:21px;}

div.blue-bk{ background-color:#0F1D41; color:#fff; padding:10px 20px 25px;}
div.blue-bk a,div.blue-bk h1{color:#fff;}
div.blue-bk h1{text-align:center;}
a.contact-btn{background-color:#FFA200; color:#fff; display:block; padding:5px 8px; border-radius:7px; font-size:23px; width:80%; text-transform:uppercase;text-decoration:none; font-weight:bold;}
a.contact-btn:hover{opacity: 0.8;
    filter: alpha(opacity=80);}
a.arrow-btn{display:block; /*background-image:url('/wp-content/uploads/2015/01/quicklinks-arrow.png'); background-repeat:no-repeat; background-position:80% 0%;  min-width:240px; */ font-size:20px;text-decoration:none;font-weight:normal; }
a.arrow-btn:hover{text-decoration:underline;}
a.arrow-btn img{margin-top:7px;}
/* white area with boxes */
div.sec2{background-color:#fff; padding:50px 0px 30px;}
div.sec2 h1{color:#FFA200; text-align:center; text-transform:uppercase; font-size:3.0rem}

div.light-border{border:1px solid #333; padding:5px 5px; text-align:center;text-decoration:none; font-weight:normal;min-height:370px;}
a.contact-blue{background-color:#0F1D41; color:#fff; display:block; padding:5px 8px; border-radius:7px; text-transform:uppercase; width:80%; font-size:23px;text-decoration:none; font-weight:bold;}
a.portfolio-btn{background-color:#FFA200; color:#fff; display:block; padding:7px 8px; border-radius:7px; text-transform:uppercase; width:40%; font-size:14px;text-decoration:none; font-weight:bold; }

a.contact-blue:hover,a.portfolio-btn:hover{opacity: 0.8;
    filter: alpha(opacity=80); color:#fff;}

/* inner pages */

div.blue-bkkk{ background-color:#0F1D41; color:#fff; padding:70px 20px 20px; text-align:center; min-height:329px; width:300px; font-size:26px;} /*old padding top value was 50px */
div.blue-bkkk span.yellow-txt{color:#FFA200; font-size:29px;}
div.blue-bkkk p{margin-bottom:0rem;margin-bottom:0px} /* old margin-bottom value was 10px */
header.entry-header{text-align:center;}

/* sidebar */
section#gform_widget-2{border:4px solid #0F1D41; padding:15px 8px; margin-left:5px;}
section#gform_widget-2 .gform_wrapper .top_label input.medium,section#gform_widget-2 .gform_wrapper .top_label select.medium{width:100% !important;}
div.gform_wrapper .gform_footer input[type="submit"]{font-size:23px !important; font-weight:600}

.sidebar-primary a.arrow-btn{background-position:98% 0%;}
div#social-footer{background-color:#ebeced}
div.clear-me{clear:both;width:100%;min-height:10%; margin-bottom:30px;}
.commenthidden{display:none;}
.print-icon {
    background: url("http://ayers.anchoreddesign.com/wp-content/uploads/2015/02/print.png") no-repeat scroll left top transparent;
}

.inline-icon {
    height: 32px;
    width: 32px;
    color: #FFF;
    opacity: 1;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -5px;}

.journal-entry a {
    font-size: 24px;
    text-decoration:none;
  	font-weight:bold;
}
.body a{font-size: 14px;text-decoration:underline;font-weight:normal;}
.print-item a{font-size: 13px;text-decoration:none;font-weight:normal;}
.entry-footer a{text-decoration:none;font-weight:normal;color:#FFA200}
.post-440 .entry-title,.post-521 .entry-title{display:none}
.full-image-float-left {
    float: left;
    margin: 0px 10px 8px 0px;
}
.accordions-flat ul.responsive-accordion{margin-left:0px!important;}
.accordions-flat ul.responsive-accordion li{padding:0px!important;list-style:none}
.accordions-container {padding:0px!important;}
.responsive-accordion-panel{color:#333!important;font-weight:500!important}
.responsive-accordion-panel ul li{list-style-type:square!important}
.responsive-accordion-panel ol li{list-style-type:decimal!important}
.responsive-accordion-head{background-color:#ffffff!important;color:#0F1D41!important;font-size:14px!important;font-weight:600!important;border-bottom: 1px solid #0F1D41!important;}
.responsive-accordion-head.active{background-color:#0F1D41!important;color:#ffffff!important}
.offsite-link-inline {
    background: url("/wp-content/uploads/2015/02/open-off-site.png") no-repeat scroll right center transparent;
    padding-right: 13px;
    margin-right: 1px;
}
.sqaurelist li,.post-498 li,.post-502 li{list-style-type:square!important;}
.sqaurelist li,.post-498 li a,.post-502 li a{font-size:15px;}
.entry-meta{display:none;}
.entry-content li{list-style-type:square!important;}
.entry-content-page h4,#content-area h4 {font-size:16px!important}
.entry-header h1 a{text-decoration:none;color: #333;}
.post-216 .entry-content a{display: block;
width: 82%;
float: right;}

#DIV_1 {
    box-shadow: rgb(195, 202, 211) 0px 0px 6px 0px;
    color: rgb(84, 87, 93);
    float: left;
    width: 100%;
    min-height: 1px;
    position: relative;
    
    perspective-origin: 471px 2433.5px;
    transform-origin: 471px 2433.5px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(184, 191, 199);
    border-radius: 5px 5px 5px 5px;
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 0px 0px;
}/*#DIV_1*/

#DIV_2 {
    color: rgb(84, 87, 93);
    height: 60px;
    position: relative;
    width: 940px;
    perspective-origin: 470px 30px;
    transform-origin: 470px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_2*/

#DIV_2:after {
    clear: both;
    color: rgb(84, 87, 93);
    content: '"."';
    display: block;
    visibility: hidden;
    width: 940px;
    perspective-origin: 470px 0px;
    transform-origin: 470px 0px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_2:after*/

#A_3, #A_16 {
    color: rgb(14, 134, 199);
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_3, #A_16*/

#DIV_4 {
    color: rgb(84, 87, 93);
    height: 60px;
    width: 940px;
    perspective-origin: 470px 30px;
    transform-origin: 470px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_4*/

#UL_5 {
    color: rgb(84, 87, 93);
    height: 52px;
    width: 730px;
    perspective-origin: 470px 35.5px;
    transform-origin: 470px 35.5px;
    background: rgb(244, 245, 247) url("//www.yukonlearning.com/wp-content/uploads/product-nav.png") repeat-x scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(84, 87, 93);
    border-radius: 6px 6px 0 0;
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px;
    outline: rgb(84, 87, 93) none 0px;
    overflow: hidden;
    padding: 19px 0px 0px 210px;
}/*#UL_5*/

#LI_6 {
    color: rgb(84, 87, 93);
    display: block;
    float: left;
    height: 42px;
    width: 149px;
    perspective-origin: 74.5px 21px;
    transform-origin: 74.5px 21px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_6*/

#A_7 {
    color: rgb(14, 104, 153);
    cursor: pointer;
    display: block;
    float: left;
    height: 42px;
    text-align: left;
    text-decoration: none;
    width: 132px;
    perspective-origin: 74.5px 21px;
    transform-origin: 74.5px 21px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/tabnav-selected-bg-cap.png") no-repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(14, 104, 153);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(14, 104, 153) none 0px;
    padding: 0px 0px 0px 17px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_7*/

#SPAN_8 {
    background-position: 100% 0%;
    color: rgb(14, 104, 153);
    cursor: pointer;
    display: block;
    height: 32px;
    text-align: left;
    width: 115px;
    perspective-origin: 66px 21px;
    transform-origin: 66px 21px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/tabnav-selected-bg.png") no-repeat scroll 100% 0% / auto padding-box border-box;
    border: 0px none rgb(14, 104, 153);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(14, 104, 153) none 0px;
    padding: 10px 17px 0px 0px;
}/*#SPAN_8*/

#LI_9 {
    color: rgb(84, 87, 93);
    display: block;
    float: left;
    height: 42px;
    width: 191.484px;
    perspective-origin: 95.7344px 21px;
    transform-origin: 95.7344px 21px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_9*/

#A_10 {
    color: rgb(84, 87, 93);
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    text-align: left;
    text-decoration: none;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    width: 159.484px;
    perspective-origin: 95.7344px 21px;
    transform-origin: 95.7344px 21px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 16px 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_10*/

#SPAN_11, #SPAN_14 {
    color: rgb(84, 87, 93);
    cursor: pointer;
    text-align: left;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_11, #SPAN_14*/

#LI_12 {
    color: rgb(84, 87, 93);
    display: block;
    float: left;
    height: 42px;
    width: 179.234px;
    perspective-origin: 89.6094px 21px;
    transform-origin: 89.6094px 21px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_12*/

#A_13 {
    color: rgb(84, 87, 93);
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    text-align: left;
    text-decoration: none;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    width: 147.234px;
    perspective-origin: 89.6094px 21px;
    transform-origin: 89.6094px 21px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 16px 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_13*/

#DIV_15 {
    color: rgb(84, 87, 93);
   
    position: relative;
    
    /* old values - padding : 0px 0px 0px 100px; */
	padding: 10px 40px 10px 0px;
    perspective-origin: 470px 2389.5px;
    transform-origin: 470px 2389.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_15*/

#DIV_15:after {
    clear: both;
    color: rgb(84, 87, 93);
    content: '"."';
    display: block;
    visibility: hidden;
    width: 940px;
    perspective-origin: 470px 0px;
    transform-origin: 470px 0px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_15:after*/

.DIV_17 {
    background-position: 0px -66px;
    color: rgb(84, 87, 93);
    height: 165px !important;
    
    perspective-origin: 470px 49.5px;
    transform-origin: 470px 49.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/products-features-heading.png") repeat-x scroll 0px 10px / auto padding-box border-box;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 1px 0px 0px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 34px 0px 0px 40px;
}

.header{
	height: 125px;
    width: 938px;
	background-size: cover;
    color: rgb(84, 87, 93);
    height: 65px;
    width: 900px;
	background-repeat: repeat;
    perspective-origin: 470px 49.5px;
    transform-origin: 470px 49.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/products-features-heading.png") repeat scroll 0 136px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 1px 0px 0px;
    outline: rgb(84, 87, 93) none 0px;
   /* padding: 34px 0px 0px 40px; */
}
.header #H2_18 {
    color: rgb(14, 104, 153);
    height: auto;
    width: 100%;
	margin: 0 0 0 0;
    perspective-origin: 300px 16px;
    transform-origin: 300px 16px;
    border: 0px none rgb(14, 104, 153);
    font: normal normal bold normal 26px / 32.5px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	outline: rgb(14, 104, 153) none 0px;
	text-align:center;
	  
    text-align: center;
    text-transform: uppercase;
    font-size: 3.0rem;
}

.header #A_4 {
	background-size: 200px 70px !important;
    background-position: 50% 0%;
    color: rgb(14, 134, 199);
    display: block;
    height: 70px;
	text-decoration: none;
    top: 2px;
    width: 170px;
	background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/2016/01/Yukon-Learning-logo-300.png") no-repeat scroll 50% 0% / auto padding-box border-box;
    border: 0px none rgb(14, 134, 199);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
	float:right;
}
.header #A_3 {
	background-size: 150px 70px !important;
    background-position: 50% 0%;
    color: rgb(14, 134, 199);
    display: block;
    height: 70px;
    text-decoration: none;
    top: 2px;
    width: 170px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/Articulate-Certified-Trainer.png") no-repeat scroll 50% 0% / auto padding-box border-box;
    border: 0px none rgb(14, 134, 199);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	float:left;
}

#H2_18 {
    color: rgb(14, 104, 153);
    height: 32px;
    width: 600px;
	margin: 0 0 0 0;
    perspective-origin: 300px 16px;
    transform-origin: 300px 16px;
    border: 0px none rgb(14, 104, 153);
    font: normal normal bold normal 26px / 32.5px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
   
    outline: rgb(14, 104, 153) none 0px;
}/*#H2_18*/

.DIV_19{
    color: rgb(84, 87, 93);
    
    position: relative;
    width: 940px;
    perspective-origin: 470px 2302px;
    transform-origin: 470px 2302px;
    /*background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/products-sidebar.png") repeat-y scroll 0% 0% / auto padding-box border-box;*/
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_19*/

.DIV_19:after {
    clear: both;
    color: rgb(84, 87, 93);
    content: '"."';
    display: block;
    visibility: hidden;
    width: 940px;
    perspective-origin: 470px 0px;
    transform-origin: 470px 0px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_19:after*/

#DIV_20 {
    color: rgb(84, 87, 93);
    float: left;
    
    min-height: 1px;
    position: relative;
    width: 560px;
    perspective-origin: 300px 2302px;
    transform-origin: 300px 2302px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 39px 0px 30px 40px;
}/*#DIV_20*/

.DIV_20 {
    color: rgb(84, 87, 93);
    float: left;
    min-height: 1px;
    position: relative;
    width: 560px;
    perspective-origin: 300px 2302px;
    transform-origin: 300px 2302px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 0px 30px 40px;
}
#H3_21, #H3_755 {
    color: rgb(14, 104, 153);
    height: 22px;
    width: 100%;
    perspective-origin: 280px 11px;
    transform-origin: 280px 11px;
    border: 0px none rgb(14, 104, 153);
    font: normal normal bold normal 18px / 22.5px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 5px;
    outline: rgb(14, 104, 153) none 0px;
}/*#H3_21, #H3_755*/

#A_22 {
    color: rgb(14, 134, 199);
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 18px / 22.5px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_22*/

#P_23 {
    color: rgb(84, 87, 93);
    height: 48px;
    width: 940px;
    perspective-origin: 280px 24px;
    transform-origin: 280px 24px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 15px / 24px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 15px 0px 0px;
}/*#P_23*/
.P_23 {
    color: rgb(84, 87, 93);
    height: 48px;
    width: 864px;
    perspective-origin: 280px 24px;
    transform-origin: 280px 24px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 15px / 24px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 15px 0px 0px;
}
#P_24 {
    color: rgb(84, 87, 93);
    height: 46px;
    width: 560px;
    perspective-origin: 280px 23px;
    transform-origin: 280px 23px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 23px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(84, 87, 93) none 0px;
}/*#P_24*/

#A_25, #A_26, #A_28, #A_29, #A_30, #A_31, #A_32, #A_33, #A_34, #A_35 {
    color: rgb(14, 134, 199);
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 15px / 24px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_25, #A_26, #A_28*/

#A_27 {
    color: rgb(14, 134, 199);
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 15px / 24px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_27*/
.A_27 {
    color: rgb(14, 134, 199);
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 15px / 24px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}


#DIV_29 {
    color: rgb(84, 87, 93);
    
    width: 560px;
    perspective-origin: 280px 1858px;
    transform-origin: 280px 1858px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 40px 0px 0px;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_29*/
.DIV_29 {
    color: rgb(84, 87, 93);
    
    width: 560px;
    perspective-origin: 280px 1858px;
    transform-origin: 280px 1858px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 40px 0px 0px;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_29*/
#SPAN_30 {
    color: rgb(14, 134, 199);
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 16px / 35px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
}/*#SPAN_30*/

#SELECT_31 {
    background-position: 0px 0px;
    display: block;
    float: right;
    height: 35px;
    width: 162px;
    perspective-origin: 81px 17.5px;
    transform-origin: 81px 17.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/support-select-xs.png") no-repeat scroll 0px 0px / auto padding-box border-box;
    border: 0px none rgb(0, 0, 0);
    font: normal normal normal normal 14px / normal Arial;
    margin: 0px 0px 9px 5px;
    padding: 0px 38px 0px 5px;
}/*#SELECT_31*/

#OPTION_32, #OPTION_47, #OPTION_49 {
    cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}/*#OPTION_32, #OPTION_47, #OPTION_49*/

#OPTGROUP_33, #OPTGROUP_44 {
    cursor: default;
    height: auto;
    white-space: pre;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal bold normal 14px / normal Arial;
}/*#OPTGROUP_33, #OPTGROUP_44*/

/*#OPTION_34, #OPTION_35, #OPTION_37, #OPTION_39, #OPTION_41, #OPTION_43 {
    cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}#OPTION_34, #OPTION_35, #OPTION_37, #OPTION_39, #OPTION_41, #OPTION_43*/
.location_data{
		 cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}

#OPTION_36, #OPTION_38, #OPTION_42 {
    cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}/*#OPTION_36, #OPTION_38, #OPTION_42*/

#OPTION_40, #OPTION_45 {
    cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}/*#OPTION_40, #OPTION_45*/

.SELECT_46 {
    background-position: 0px 0px;
    display: block;
    float: right;
    height: 35px;
    width: 235px;
    perspective-origin: 117.5px 17.5px;
    transform-origin: 117.5px 17.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/support-select-training-small.png") no-repeat scroll 0px 0px / auto padding-box border-box;
    border: 0px none rgb(0, 0, 0);
    font: normal normal normal normal 14px / normal Arial;
    margin: 0px 0px 9px 5px;
    padding: 0px 38px 0px 5px;
}/*#SELECT_46*/



/*#OPTION_48, #OPTION_50 {
    cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}*//*#OPTION_48, #OPTION_50*/
.all_classes_data{
	cursor: default;
    height: auto;
    min-height: 16.8px;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    font: normal normal normal normal 14px / normal Arial;
}

#HR_51 {
    clear: both;
    color: rgb(84, 87, 93);
    width: 560px;
    perspective-origin: 280px 0.5px;
    transform-origin: 280px 0.5px;
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 0px solid rgb(221, 221, 221);
    border-bottom: 0px solid rgb(221, 221, 221);
    border-left: 0px solid rgb(221, 221, 221);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 12px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#HR_51*/

#DIV_52 {
    color: rgb(84, 87, 93);
    display: none;
    height: auto;
    text-align: center;
    visibility: hidden;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 18px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_52*/

#HR_53 {
    clear: both;
    color: rgb(84, 87, 93);
    text-align: center;
    visibility: hidden;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 0px solid rgb(221, 221, 221);
    border-bottom: 0px solid rgb(221, 221, 221);
    border-left: 0px solid rgb(221, 221, 221);
    font: normal normal normal normal 18px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 20px 0px;
    outline: rgb(84, 87, 93) none 0px;
}/*#HR_53*/

.UL_54 {
    clear: both;
    color: rgb(84, 87, 93);
    
    width: 560px;
    perspective-origin: 280px 1824px;
    transform-origin: 280px 1824px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 18px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px;
}/*#UL_54*/

.LI_55 {
    color: rgb(84, 87, 93);
    width: 560px;
    perspective-origin: 280px 147px;
    transform-origin: 280px 147px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_55, #LI_463, #LI_518, #LI_658*/

.DIV_56 {
    color: rgb(84, 87, 93);
    height: 19px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 9.5px;
    transform-origin: 280px 9.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_56, #DIV_112, #DIV_154, #DIV_194, #DIV_247, #DIV_287, #DIV_340, #DIV_382, #DIV_422, #DIV_464, #DIV_519, #DIV_575, #DIV_617, #DIV_659, #DIV_714*/

#SPAN_57, #SPAN_113, #SPAN_155, #SPAN_195, #SPAN_248, #SPAN_288, #SPAN_341, #SPAN_383, #SPAN_423, #SPAN_465, #SPAN_520, #SPAN_576, #SPAN_618, #SPAN_660, #SPAN_715 {
    color: rgb(84, 87, 93);
    text-align: left;
    border: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 16px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_57, #SPAN_113, #SPAN_155, #SPAN_195, #SPAN_248, #SPAN_288, #SPAN_341, #SPAN_383, #SPAN_423, #SPAN_465, #SPAN_520, #SPAN_576, #SPAN_618, #SPAN_660, #SPAN_715*/

#A_58, #A_114, #A_156, #A_196, #A_249, #A_289, #A_342, #A_384, #A_424, #A_466, #A_521, #A_577, #A_619, #A_661, #A_716 {
    color: rgb(14, 134, 199);
    text-align: left;
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_58, #A_114, #A_156, #A_196, #A_249, #A_289, #A_342, #A_384, #A_424, #A_466, #A_521, #A_577, #A_619, #A_661, #A_716*/
.A_58{

text-align: left;
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}
#IMG_59, #IMG_115, #IMG_157, #IMG_197, #IMG_250, #IMG_290, #IMG_343, #IMG_385, #IMG_425, #IMG_467, #IMG_522, #IMG_578, #IMG_620, #IMG_662, #IMG_717 {
    color: rgb(14, 134, 199);
    display: inline-block;
    height: 12px;
    max-width: 100%;
    text-align: left;
    width: 12px;
    perspective-origin: 6px 6px;
    transform-origin: 6px 6px;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 7px;
    outline: rgb(14, 134, 199) none 0px;
}/*#IMG_59, #IMG_115, #IMG_157, #IMG_197, #IMG_250, #IMG_290, #IMG_343, #IMG_385, #IMG_425, #IMG_467, #IMG_522, #IMG_578, #IMG_620, #IMG_662, #IMG_717*/

#DIV_60, #DIV_116, #DIV_158, #DIV_198, #DIV_251, #DIV_291, #DIV_344, #DIV_386, #DIV_426, #DIV_468, #DIV_523, #DIV_579, #DIV_621, #DIV_663, #DIV_718 {
    color: rgb(84, 87, 93);
    display: none;
    height: auto;
    text-align: left;
    width: 250px;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    overflow: auto;
    padding: 9px 14px;
}/*#DIV_60, #DIV_116, #DIV_158, #DIV_198, #DIV_251, #DIV_291, #DIV_344, #DIV_386, #DIV_426, #DIV_468, #DIV_523, #DIV_579, #DIV_621, #DIV_663, #DIV_718*/


#A_61, #A_117, #A_159, #A_199, #A_252, #A_292, #A_345, #A_387, #A_427, #A_469, #A_524, #A_580, #A_622, #A_664, #A_719 {
    color: rgb(14, 134, 199);
    text-align: left;
    text-decoration: none;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_61, #A_117, #A_159, #A_199, #A_252, #A_292, #A_345, #A_387, #A_427, #A_469, #A_524, #A_580, #A_622, #A_664, #A_719*/

#IMG_62, #IMG_118, #IMG_160, #IMG_200, #IMG_253, #IMG_293, #IMG_346, #IMG_388, #IMG_428, #IMG_470, #IMG_525, #IMG_581, #IMG_623, #IMG_665, #IMG_720 {
    color: rgb(14, 134, 199);
    display: inline-block;
    max-width: 100%;
    text-align: left;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 0px 7px;
    outline: rgb(14, 134, 199) none 0px;
}/*#IMG_62, #IMG_118, #IMG_160, #IMG_200, #IMG_253, #IMG_293, #IMG_346, #IMG_388, #IMG_428, #IMG_470, #IMG_525, #IMG_581, #IMG_623, #IMG_665, #IMG_720*/

.H5_63{
    color: rgb(84, 87, 93);
    height: auto;
    text-align: left;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 13px / 16.25px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 10px 0px 3px;
    outline: rgb(84, 87, 93) none 0px;
}/*#H5_63, #H5_119, #H5_161, #H5_201, #H5_254, #H5_294, #H5_347, #H5_389, #H5_429, #H5_471, #H5_526, #H5_582, #H5_624, #H5_666, #H5_721*/

.P_64 {
    color: rgb(84, 87, 93);
    height: auto;
    text-align: left;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 10px;
    outline: rgb(84, 87, 93) none 0px;
}/*#P_64, #P_120, #P_162, #P_202, #P_255, #P_295, #P_348, #P_390, #P_430, #P_472, #P_527, #P_583, #P_625, #P_667, #P_722*/

#BR_65, #BR_66, #BR_121, #BR_163, #BR_203, #BR_256, #BR_296, #BR_349, #BR_391, #BR_431, #BR_473, #BR_528, #BR_584, #BR_626, #BR_668, #BR_723 {
    color: rgb(84, 87, 93);
    text-align: left;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#BR_65, #BR_66, #BR_121, #BR_163, #BR_203, #BR_256, #BR_296, #BR_349, #BR_391, #BR_431, #BR_473, #BR_528, #BR_584, #BR_626, #BR_668, #BR_723*/

.UL_67 {
    color: rgb(84, 87, 93);
    height: auto;
    text-align: left;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 0px 0px 15px;
}/*#UL_67, #UL_123, #UL_165, #UL_205, #UL_258, #UL_298, #UL_351, #UL_393, #UL_433, #UL_474, #UL_530, #UL_586, #UL_628, #UL_669, #UL_724*/

.LI_68{
    color: rgb(84, 87, 93);
    float: left;
    height: auto;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_68, #LI_124, #LI_166, #LI_206, #LI_259, #LI_299, #LI_352, #LI_394, #LI_434, #LI_475, #LI_531, #LI_587, #LI_629, #LI_670, #LI_725*/

#A_69, #A_71, #A_125, #A_127, #A_167, #A_169, #A_207, #A_209, #A_260, #A_262, #A_300, #A_302, #A_353, #A_355, #A_395, #A_397, #A_435, #A_437, #A_476, #A_478, #A_532, #A_534, #A_588, #A_590, #A_630, #A_632, #A_671, #A_673, #A_726, #A_728 {
    color: rgb(14, 134, 199);
    text-align: left;
    text-decoration: none;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_69, #A_71, #A_125, #A_127, #A_167, #A_169, #A_207, #A_209, #A_260, #A_262, #A_300, #A_302, #A_353, #A_355, #A_395, #A_397, #A_435, #A_437, #A_476, #A_478, #A_532, #A_534, #A_588, #A_590, #A_630, #A_632, #A_671, #A_673, #A_726, #A_728*/

.LI_70 {
    color: rgb(84, 87, 93);
    float: left;
    height: auto;
    width: auto;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 0px 15px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_70, #LI_126, #LI_168, #LI_208, #LI_261, #LI_301, #LI_354, #LI_396, #LI_436, #LI_477, #LI_533, #LI_589, #LI_631, #LI_672, #LI_727*/

.SPAN_72{
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
   text-transform: lowercase;
    perspective-origin: 54.5px 9px;
    transform-origin: 54.5px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_72, #SPAN_128, #SPAN_170, #SPAN_210*/
.SPAN_72:first-letter {
    text-transform: uppercase;
}
.TABLE_73{
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    
    text-align: left;
    width: 560px;
    perspective-origin: 280px 122px;
    transform-origin: 280px 122px;
    border: 0px none rgb(84, 87, 93);
    border-spacing: 0px 0px;
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 10px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#TABLE_73, #TABLE_480, #TABLE_536, #TABLE_675*/

.TBODY_74{
    border-collapse: collapse;
    color: rgb(84, 87, 93);
   
    text-align: left;
    vertical-align: baseline;
    width: 560px;
    perspective-origin: 280px 122px;
    transform-origin: 280px 122px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TBODY_74, #TBODY_481, #TBODY_537, #TBODY_676*/

.TR_75{
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 46px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 23px;
    transform-origin: 280px 23px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_75, #TR_82, #TR_89, #TR_96, #TR_131, #TR_138, #TR_145, #TR_179, #TR_219, #TR_232, #TR_272, #TR_312, #TR_325, #TR_359, #TR_366, #TR_373, #TR_407, #TR_441, #TR_448, #TR_455, #TR_482, #TR_489, #TR_496, #TR_503, #TR_538, #TR_545, #TR_552, #TR_559, #TR_594, #TR_601, #TR_608, #TR_636, #TR_643, #TR_650, #TR_677, #TR_684, #TR_691, #TR_698, #TR_732, #TR_739, #TR_746*/

.TD_76 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 26px;
    text-align: left;
    width: 281px;
    perspective-origin: 140.5px 23px;
    transform-origin: 140.5px 23px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_76, #TD_83, #TD_90, #TD_97, #TD_132, #TD_139, #TD_146, #TD_180, #TD_220, #TD_233, #TD_273, #TD_313, #TD_326, #TD_360, #TD_367, #TD_374, #TD_408, #TD_442, #TD_449, #TD_456, #TD_483, #TD_490, #TD_497, #TD_504, #TD_539, #TD_546, #TD_553, #TD_560, #TD_595, #TD_602, #TD_609, #TD_637, #TD_644, #TD_651, #TD_678, #TD_685, #TD_692, #TD_699, #TD_733, #TD_740, #TD_747*/

.TD_77 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 26px;
    text-align: left;
    width: 72.4063px;
    perspective-origin: 39px 23px;
    transform-origin: 39px 23px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px 10px 5.59375px;
}/*#TD_77, #TD_84, #TD_91, #TD_98, #TD_133, #TD_140, #TD_147, #TD_181, #TD_221, #TD_234, #TD_274, #TD_314, #TD_327, #TD_361, #TD_368, #TD_375, #TD_409, #TD_443, #TD_450, #TD_457, #TD_484, #TD_491, #TD_498, #TD_505, #TD_540, #TD_547, #TD_554, #TD_561, #TD_596, #TD_603, #TD_610, #TD_638, #TD_645, #TD_652, #TD_679, #TD_686, #TD_693, #TD_700, #TD_734, #TD_741, #TD_748*/

.TD_78 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 26px;
    text-align: left;
    width: 117px;
    perspective-origin: 58.5px 23px;
    transform-origin: 58.5px 23px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_78, #TD_85, #TD_92, #TD_99, #TD_134, #TD_141, #TD_148, #TD_182, #TD_222, #TD_235, #TD_275, #TD_315, #TD_328, #TD_362, #TD_369, #TD_376, #TD_410, #TD_444, #TD_451, #TD_458, #TD_485, #TD_492, #TD_499, #TD_506, #TD_541, #TD_548, #TD_555, #TD_562, #TD_597, #TD_604, #TD_611, #TD_639, #TD_646, #TD_653, #TD_680, #TD_687, #TD_694, #TD_701, #TD_735, #TD_742, #TD_749*/

.TD_79 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 26px;
    text-align: right;
    width: 84px;
    perspective-origin: 42px 23px;
    transform-origin: 42px 23px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_79, #TD_86, #TD_93, #TD_100, #TD_135, #TD_142, #TD_149, #TD_183, #TD_223, #TD_236, #TD_276, #TD_316, #TD_329, #TD_363, #TD_370, #TD_377, #TD_411, #TD_445, #TD_452, #TD_459, #TD_486, #TD_493, #TD_500, #TD_507, #TD_542, #TD_549, #TD_556, #TD_563, #TD_598, #TD_605, #TD_612, #TD_640, #TD_647, #TD_654, #TD_681, #TD_688, #TD_695, #TD_702, #TD_736, #TD_743, #TD_750*/

.A_94 {
    border-collapse: collapse;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    height: 14px;
    min-width: 45px;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    width: 45px;
    perspective-origin: 33.5px 13px;
    transform-origin: 33.5px 13px;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(52, 153, 204), rgb(31, 90, 169)) repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(5, 58, 104);
    border-radius: 7px 7px 7px 7px;
    font: normal normal 500 normal 14px / 14px AvenirLTStd, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
    padding: 5px 10px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_80, #A_87, #A_94, #A_101, #A_108, #A_136, #A_143, #A_150, #A_184, #A_224, #A_237, #A_277, #A_317, #A_330, #A_364, #A_371, #A_378, #A_412, #A_446, #A_453, #A_460, #A_487, #A_494, #A_501, #A_508, #A_515, #A_543, #A_550, #A_557, #A_564, #A_571, #A_599, #A_606, #A_613, #A_641, #A_648, #A_655, #A_682, #A_689, #A_696, #A_703, #A_710, #A_737, #A_744, #A_751*/

#SPAN_81, #SPAN_88, #SPAN_102, #SPAN_109, #SPAN_137, #SPAN_151, #SPAN_185, #SPAN_225, #SPAN_238, #SPAN_278, #SPAN_318, #SPAN_331, #SPAN_365, #SPAN_379, #SPAN_413, #SPAN_447, #SPAN_461, #SPAN_488, #SPAN_502, #SPAN_516, #SPAN_544, #SPAN_558, #SPAN_572, #SPAN_600, #SPAN_614, #SPAN_642, #SPAN_656, #SPAN_683, #SPAN_697, #SPAN_711, #SPAN_738, #SPAN_752 {
    border-collapse: collapse;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 500 normal 14px / 14px AvenirLTStd, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
}/*#SPAN_81, #SPAN_88, #SPAN_102, #SPAN_109, #SPAN_137, #SPAN_151, #SPAN_185, #SPAN_225, #SPAN_238, #SPAN_278, #SPAN_318, #SPAN_331, #SPAN_365, #SPAN_379, #SPAN_413, #SPAN_447, #SPAN_461, #SPAN_488, #SPAN_502, #SPAN_516, #SPAN_544, #SPAN_558, #SPAN_572, #SPAN_600, #SPAN_614, #SPAN_642, #SPAN_656, #SPAN_683, #SPAN_697, #SPAN_711, #SPAN_738, #SPAN_752*/

.SPAN_95 {
    border-collapse: collapse;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 500 normal 14px / 14px AvenirLTStd, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
}/*#SPAN_95, #SPAN_144, #SPAN_372, #SPAN_454, #SPAN_495, #SPAN_551, #SPAN_607, #SPAN_649, #SPAN_690, #SPAN_745*/

#TR_103, #TR_510, #TR_566, #TR_705 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 60px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 30px;
    transform-origin: 280px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_103, #TR_510, #TR_566, #TR_705*/

#TD_104, #TD_511, #TD_567, #TD_706 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 40px;
    text-align: left;
    width: 281px;
    perspective-origin: 140.5px 30px;
    transform-origin: 140.5px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_104, #TD_511, #TD_567, #TD_706*/

#TD_105, #TD_512, #TD_568, #TD_707 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 40px;
    text-align: left;
    width: 72.4063px;
    perspective-origin: 39px 30px;
    transform-origin: 39px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px 10px 5.59375px;
}/*#TD_105, #TD_512, #TD_568, #TD_707*/

#TD_106, #TD_513, #TD_569, #TD_708 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 40px;
    text-align: left;
    width: 117px;
    perspective-origin: 58.5px 30px;
    transform-origin: 58.5px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_106, #TD_513, #TD_569, #TD_708*/

#TD_107, #TD_514, #TD_570, #TD_709 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 40px;
    text-align: right;
    width: 84px;
    perspective-origin: 42px 30px;
    transform-origin: 42px 30px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_107, #TD_514, #TD_570, #TD_709*/

#HR_110, #HR_152, #HR_192, #HR_245, #HR_285, #HR_338, #HR_380, #HR_420, #HR_462, #HR_517, #HR_573, #HR_615, #HR_657, #HR_712, #HR_753 {
    clear: both;
    color: rgb(84, 87, 93);
    text-align: left;
    width: 560px;
    perspective-origin: 280px 0.5px;
    transform-origin: 280px 0.5px;
    border-top: 1px solid rgb(221, 221, 221);
    border-right: 0px solid rgb(221, 221, 221);
    border-bottom: 0px solid rgb(221, 221, 221);
    border-left: 0px solid rgb(221, 221, 221);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 12px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#HR_110, #HR_152, #HR_192, #HR_245, #HR_285, #HR_338, #HR_380, #HR_420, #HR_462, #HR_517, #HR_573, #HR_615, #HR_657, #HR_712, #HR_753*/

#LI_111, #LI_339, #LI_421, #LI_574, #LI_616, #LI_713 {
    color: rgb(84, 87, 93);
    height: 188px;
    width: 560px;
    perspective-origin: 280px 94px;
    transform-origin: 280px 94px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_111, #LI_339, #LI_421, #LI_574, #LI_616, #LI_713*/

#BR_122, #BR_164, #BR_204, #BR_257, #BR_297, #BR_350, #BR_392, #BR_432, #BR_529, #BR_585, #BR_627 {
    color: rgb(84, 87, 93);
    text-align: left;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#BR_122, #BR_164, #BR_204, #BR_257, #BR_297, #BR_350, #BR_392, #BR_432, #BR_529, #BR_585, #BR_627*/

#TABLE_129, #TABLE_357, #TABLE_439, #TABLE_592, #TABLE_634, #TABLE_730 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 138px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 69px;
    transform-origin: 280px 69px;
    border: 0px none rgb(84, 87, 93);
    border-spacing: 0px 0px;
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 10px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#TABLE_129, #TABLE_357, #TABLE_439, #TABLE_592, #TABLE_634, #TABLE_730*/

#TBODY_130, #TBODY_358, #TBODY_440, #TBODY_593, #TBODY_635, #TBODY_731 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 138px;
    text-align: left;
    vertical-align: baseline;
    width: 560px;
    perspective-origin: 280px 69px;
    transform-origin: 280px 69px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TBODY_130, #TBODY_358, #TBODY_440, #TBODY_593, #TBODY_635, #TBODY_731*/

#LI_153, #LI_246, #LI_381 {
    color: rgb(84, 87, 93);
    height: 172px;
    width: 560px;
    perspective-origin: 280px 86px;
    transform-origin: 280px 86px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_153, #LI_246, #LI_381*/

#TABLE_171, #TABLE_264, #TABLE_399 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 122px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 61px;
    transform-origin: 280px 61px;
    border: 0px none rgb(84, 87, 93);
    border-spacing: 0px 0px;
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 10px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#TABLE_171, #TABLE_264, #TABLE_399*/

#TBODY_172, #TBODY_265, #TBODY_400 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 122px;
    text-align: left;
    vertical-align: baseline;
    width: 560px;
    perspective-origin: 280px 61px;
    transform-origin: 280px 61px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TBODY_172, #TBODY_265, #TBODY_400*/

#TR_173, #TR_186, #TR_213, #TR_226, #TR_266, #TR_279, #TR_306, #TR_319, #TR_401, #TR_414 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 38px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 19px;
    transform-origin: 280px 19px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_173, #TR_186, #TR_213, #TR_226, #TR_266, #TR_279, #TR_306, #TR_319, #TR_401, #TR_414*/

#TD_174, #TD_187, #TD_214, #TD_227, #TD_267, #TD_280, #TD_307, #TD_320, #TD_402, #TD_415 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    text-align: left;
    width: 281px;
    perspective-origin: 140.5px 19px;
    transform-origin: 140.5px 19px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_174, #TD_187, #TD_214, #TD_227, #TD_267, #TD_280, #TD_307, #TD_320, #TD_402, #TD_415*/

#TD_175, #TD_188, #TD_215, #TD_228, #TD_268, #TD_281, #TD_308, #TD_321, #TD_403, #TD_416 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    text-align: left;
    width: 72.4063px;
    perspective-origin: 39px 19px;
    transform-origin: 39px 19px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px 10px 5.59375px;
}/*#TD_175, #TD_188, #TD_215, #TD_228, #TD_268, #TD_281, #TD_308, #TD_321, #TD_403, #TD_416*/

#TD_176, #TD_189, #TD_216, #TD_229, #TD_269, #TD_282, #TD_309, #TD_322, #TD_404, #TD_417 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    text-align: left;
    width: 117px;
    perspective-origin: 58.5px 19px;
    transform-origin: 58.5px 19px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_176, #TD_189, #TD_216, #TD_229, #TD_269, #TD_282, #TD_309, #TD_322, #TD_404, #TD_417*/

#TD_177, #TD_190, #TD_217, #TD_230, #TD_270, #TD_283, #TD_310, #TD_323, #TD_405, #TD_418 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    text-align: right;
    width: 84px;
    perspective-origin: 42px 19px;
    transform-origin: 42px 19px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_177, #TD_190, #TD_217, #TD_230, #TD_270, #TD_283, #TD_310, #TD_323, #TD_405, #TD_418*/

.SPAN_178{
    border-collapse: collapse;
    color: rgb(203, 46, 37);
    text-align: right;
    border: 0px none rgb(203, 46, 37);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(203, 46, 37) none 0px;
}/*#SPAN_178, #SPAN_191, #SPAN_218, #SPAN_244, #SPAN_271, #SPAN_311, #SPAN_337, #SPAN_406*/

#LI_193, #LI_286 {
    color: rgb(84, 87, 93);
    height: 274px;
    width: 560px;
    perspective-origin: 280px 137px;
    transform-origin: 280px 137px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_193, #LI_286*/

#TABLE_211, #TABLE_304 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 224px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 112px;
    transform-origin: 280px 112px;
    border: 0px none rgb(84, 87, 93);
    border-spacing: 0px 0px;
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    margin: 10px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#TABLE_211, #TABLE_304*/

#TBODY_212, #TBODY_305 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 224px;
    text-align: left;
    vertical-align: baseline;
    width: 560px;
    perspective-origin: 280px 112px;
    transform-origin: 280px 112px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TBODY_212, #TBODY_305*/

#SPAN_231, #SPAN_284, #SPAN_324, #SPAN_419 {
    border-collapse: collapse;
    color: rgb(203, 46, 37);
    text-align: right;
    border: 0px none rgb(203, 46, 37);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(203, 46, 37) none 0px;
}/*#SPAN_231, #SPAN_284, #SPAN_324, #SPAN_419*/

#TR_239, #TR_332 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 56px;
    text-align: left;
    width: 560px;
    perspective-origin: 280px 28px;
    transform-origin: 280px 28px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_239, #TR_332*/

#TD_240, #TD_333 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    text-align: left;
    width: 281px;
    perspective-origin: 140.5px 28px;
    transform-origin: 140.5px 28px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_240, #TD_333*/

#TD_241, #TD_334 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    text-align: left;
    width: 72.4063px;
    perspective-origin: 39px 28px;
    transform-origin: 39px 28px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px 10px 5.59375px;
}/*#TD_241, #TD_334*/

#TD_242, #TD_335 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    text-align: left;
    width: 117px;
    perspective-origin: 58.5px 28px;
    transform-origin: 58.5px 28px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_242, #TD_335*/

#TD_243, #TD_336 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    text-align: right;
    width: 84px;
    perspective-origin: 42px 28px;
    transform-origin: 42px 28px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    padding: 10px 0px;
}/*#TD_243, #TD_336*/

#SPAN_263 {
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
    width: 92px;
    perspective-origin: 46px 9px;
    transform-origin: 46px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_263*/

#SPAN_303, #SPAN_356, #SPAN_438 {
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
    width: 108px;
    perspective-origin: 54px 9px;
    transform-origin: 54px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_303, #SPAN_356, #SPAN_438*/

#SPAN_398, #SPAN_479 {
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
    width: 108px;
    perspective-origin: 54px 9px;
    transform-origin: 54px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_398, #SPAN_479*/

#SPAN_509, #SPAN_565, #SPAN_704 {
    border-collapse: collapse;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    border: 0px none rgb(255, 255, 255);
    font: normal normal 500 normal 14px / 14px AvenirLTStd, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(255, 255, 255) none 0px;
}/*#SPAN_509, #SPAN_565, #SPAN_704*/

#SPAN_535 {
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
    width: 96px;
    perspective-origin: 48px 9px;
    transform-origin: 48px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_535*/

#SPAN_591, #SPAN_633, #SPAN_729 {
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
    width: 112px;
    perspective-origin: 56px 9px;
    transform-origin: 56px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_591, #SPAN_633, #SPAN_729*/

#SPAN_674 {
    color: rgb(84, 87, 93);
    display: block;
    float: right;
    height: 18px;
    text-align: left;
    width: 112px;
    perspective-origin: 56px 9px;
    transform-origin: 56px 9px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
}/*#SPAN_674*/

#A_754 {
    color: rgb(14, 134, 199);
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_754*/

#TABLE_756 {
    border-collapse: collapse;
    clear: both;
    color: rgb(84, 87, 93);
    height: 581px;
    width: 100%;
    perspective-origin: 280px 290.5px;
    transform-origin: 280px 290.5px;
    border: 0px none rgb(84, 87, 93);
    border-spacing: 0px 0px;
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 20px;
    outline: rgb(84, 87, 93) none 0px;
}/*#TABLE_756*/

#TBODY_757 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 581px;
    vertical-align: baseline;
    width: 560px;
    perspective-origin: 280px 290.5px;
    transform-origin: 280px 290.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TBODY_757*/

#TR_758 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 48px;
    width: 560px;
    perspective-origin: 280px 24px;
    transform-origin: 280px 24px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_758*/

#TD_759 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    width: 135px;
    perspective-origin: 77.5px 24px;
    transform-origin: 77.5px 24px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_759*/

#TD_760 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    width: 385px;
    perspective-origin: 202.5px 24px;
    transform-origin: 202.5px 24px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_760*/

#TR_761 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 49px;
    width: 560px;
    perspective-origin: 280px 24.5px;
    transform-origin: 280px 24.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_761*/

#TD_762 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    width: 135px;
    perspective-origin: 77.5px 24.5px;
    transform-origin: 77.5px 24.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_762*/

#TD_763 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 18px;
    width: 385px;
    perspective-origin: 202.5px 24.5px;
    transform-origin: 202.5px 24.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_763*/

#TR_764 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 67px;
    width: 560px;
    perspective-origin: 280px 33.5px;
    transform-origin: 280px 33.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_764*/

#TD_765 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    width: 135px;
    perspective-origin: 77.5px 33.5px;
    transform-origin: 77.5px 33.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_765*/

#TD_766 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    width: 385px;
    perspective-origin: 202.5px 33.5px;
    transform-origin: 202.5px 33.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_766*/

#TR_767 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 103px;
    width: 560px;
    perspective-origin: 280px 51.5px;
    transform-origin: 280px 51.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_767*/

#TD_768 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 72px;
    width: 135px;
    perspective-origin: 77.5px 51.5px;
    transform-origin: 77.5px 51.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_768*/

#TD_769 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 72px;
    width: 385px;
    perspective-origin: 202.5px 51.5px;
    transform-origin: 202.5px 51.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_769*/

#A_770 {
    border-collapse: collapse;
    color: rgb(14, 134, 199);
    text-decoration: none;
    border: 0px none rgb(14, 134, 199);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_770*/

#TR_771 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 229px;
    width: 560px;
    perspective-origin: 280px 114.5px;
    transform-origin: 280px 114.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_771*/

#TD_772 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 198px;
    width: 135px;
    perspective-origin: 77.5px 114.5px;
    transform-origin: 77.5px 114.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_772*/

#TD_773 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 198px;
    width: 385px;
    perspective-origin: 202.5px 114.5px;
    transform-origin: 202.5px 114.5px;
    border-top: 0px none rgb(84, 87, 93);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 1px solid rgb(223, 226, 230);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_773*/

#UL_774 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 180px;
    width: 370px;
    perspective-origin: 192.5px 90px;
    transform-origin: 192.5px 90px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 18px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 0px 0px 15px;
}/*#UL_774*/

#LI_775, #LI_776, #LI_778 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    width: 370px;
    perspective-origin: 185px 18px;
    transform-origin: 185px 18px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_775, #LI_776, #LI_778*/

#LI_777 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 36px;
    width: 370px;
    perspective-origin: 185px 18px;
    transform-origin: 185px 18px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 12px;
    outline: rgb(84, 87, 93) none 0px;
}/*#LI_777*/

#TR_779 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 85px;
    width: 560px;
    perspective-origin: 280px 42.5px;
    transform-origin: 280px 42.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#TR_779*/

#TD_780 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 54px;
    width: 135px;
    perspective-origin: 77.5px 42.5px;
    transform-origin: 77.5px 42.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_780*/

#TD_781 {
    border-collapse: collapse;
    color: rgb(84, 87, 93);
    height: 54px;
    width: 385px;
    perspective-origin: 202.5px 42.5px;
    transform-origin: 202.5px 42.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 15px 10px;
}/*#TD_781*/

#DIV_782 {
    color: rgb(84, 87, 93);
    float: right;
    height: 554px;
    width: 312px;
    perspective-origin: 156px 296.5px;
    transform-origin: 156px 296.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 39px 0px 0px;
}/*#DIV_782*/

#DIV_783 {
    color: rgb(84, 87, 93);
    float: right;
    height: 209px;
    width: 260px;
    perspective-origin: 130px 104.5px;
    transform-origin: 130px 104.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 19px 0px 0px;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_783*/

#H3_784 {
    color: rgb(14, 104, 153);
    height: 22px;
    width: 260px;
    perspective-origin: 130px 11px;
    transform-origin: 130px 11px;
    border: 0px none rgb(14, 104, 153);
    font: normal normal bold normal 18px / 22.5px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 5px;
    outline: rgb(14, 104, 153) none 0px;
}/*#H3_784*/

#P_785 {
    color: rgb(84, 87, 93);
    height: 40px;
    width: 197px;
    perspective-origin: 98.5px 20px;
    transform-origin: 98.5px 20px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 20px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 5px 0px 17px;
    outline: rgb(84, 87, 93) none 0px;
}/*#P_785*/

#DIV_786 {
    color: rgb(84, 87, 93);
    height: 35px;
    width: 235px;
    perspective-origin: 117.5px 17.5px;
    transform-origin: 117.5px 17.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/support-select-training-small.png") no-repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 0px 0px 90px;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_786*/

#DIV_787, #DIV_788 {
    color: rgb(84, 87, 93);
    display: inline-block;
    height: 31px;
    position: relative;
    vertical-align: middle;
    width: 235px;
    perspective-origin: 117.5px 15.5px;
    transform-origin: 117.5px 15.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_787, #DIV_788*/

#SPAN_789 {
    color: rgb(84, 87, 93);
    cursor: pointer;
    display: block;
    height: 25px;
    white-space: nowrap;
    width: 235px;
    perspective-origin: 121px 17px;
    transform-origin: 121px 17px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    overflow: hidden;
    padding: 9px 0px 0px 7px;
}/*#SPAN_789*/

#SELECT_790 {
    color: rgb(128, 132, 138);
    display: block;
    height: 35px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 235px;
    z-index: 0;
    perspective-origin: 117.5px 17.5px;
    transform-origin: 117.5px 17.5px;
    border: 1px solid rgb(255, 255, 255);
    font: normal normal normal normal 13px / normal sans-serif;
    margin: 0px 0px 9px;
    outline: rgb(128, 132, 138) none 0px;
}/*#SELECT_790*/

#OPTION_791, #OPTION_792, #OPTION_794, #OPTION_796, #OPTION_798, #OPTION_800 {
    color: rgb(128, 132, 138);
    cursor: default;
    height: auto;
    min-height: 15.6px;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(128, 132, 138);
    font: normal normal normal normal 13px / normal sans-serif;
    outline: rgb(128, 132, 138) none 0px;
}/*#OPTION_791, #OPTION_792, #OPTION_794, #OPTION_796, #OPTION_798, #OPTION_800*/

#OPTION_793, #OPTION_795, #OPTION_799 {
    color: rgb(128, 132, 138);
    cursor: default;
    height: auto;
    min-height: 15.6px;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(128, 132, 138);
    font: normal normal normal normal 13px / normal sans-serif;
    outline: rgb(128, 132, 138) none 0px;
}/*#OPTION_793, #OPTION_795, #OPTION_799*/

#OPTION_797, #OPTION_801 {
    color: rgb(128, 132, 138);
    cursor: default;
    height: auto;
    min-height: 15.6px;
    width: auto;
    align-self: center;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(128, 132, 138);
    font: normal normal normal normal 13px / normal sans-serif;
    outline: rgb(128, 132, 138) none 0px;
}/*#OPTION_797, #OPTION_801*/

#P_802 {
    color: rgb(84, 87, 93);
    height: 20px;
    width: 197px;
    perspective-origin: 98.5px 25px;
    transform-origin: 98.5px 25px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 13px / 20px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    margin: 30px 0px 17px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 0px 0px 30px;
}/*#P_802*/

#A_803 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 0px;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(52, 153, 204), rgb(31, 90, 169)) repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(5, 58, 104);
    border-radius: 7px 7px 7px 7px;
    font: normal normal 500 normal 14px / 6px AvenirLTStd, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0px auto;
    outline: rgb(255, 255, 255) none 0px;
    padding: 8px 9px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_803*/

#DIV_804 {
    color: rgb(84, 87, 93);
    width: 312px;
    perspective-origin: 156px 0px;
    transform-origin: 156px 0px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_804*/

#DIV_805 {
    color: rgb(84, 87, 93);
    float: right;
    height: 299px;
    position: relative;
    right: 2px;
    width: 260px;
    perspective-origin: 155.5px 165px;
    transform-origin: 155.5px 165px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/products-sidebar-border.png") no-repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px georgia;
    margin: 0px 0px 15px;
    outline: rgb(84, 87, 93) none 0px;
    padding: 31px 19px 0px 32px;
}/*#DIV_805*/

#IMG_806 {
    color: rgb(84, 87, 93);
    display: block;
    float: left;
    height: 54px;
    max-width: 100%;
    width: 45px;
    perspective-origin: 22.5px 27px;
    transform-origin: 22.5px 27px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 14px / 18px georgia;
    margin: 0px 15px 3px 0px;
    outline: rgb(84, 87, 93) none 0px;
}/*#IMG_806*/

#P_807 {
    color: rgb(84, 87, 93);
    height: 160px;
    width: 260px;
    perspective-origin: 130px 80px;
    transform-origin: 130px 80px;
    border: 0px none rgb(84, 87, 93);
    font: italic normal normal normal 13px / 20.8px georgia;
    margin: 0px 0px 18px;
    outline: rgb(84, 87, 93) none 0px;
}/*#P_807*/

#P_808 {
    clear: both;
    color: rgb(84, 87, 93);
    float: left;
    height: 103px;
    width: 260px;
    perspective-origin: 130px 51.5px;
    transform-origin: 130px 51.5px;
    border: 0px none rgb(84, 87, 93);
    font: italic normal normal normal 13px / 20.8px georgia;
    margin: 0px 0px 18px;
    outline: rgb(84, 87, 93) none 0px;
}/*#P_808*/

#SPAN_809 {
    color: rgb(14, 104, 153);
    display: block;
    height: 20px;
    width: 260px;
    perspective-origin: 130px 10px;
    transform-origin: 130px 10px;
    border: 0px none rgb(14, 104, 153);
    font: italic normal bold normal 14px / 20.8px georgia;
    margin: 0px 0px 3px;
    outline: rgb(14, 104, 153) none 0px;
}/*#SPAN_809*/

#BR_810 {
    color: rgb(84, 87, 93);
    border: 0px none rgb(84, 87, 93);
    font: italic normal normal normal 13px / 20.8px georgia;
    outline: rgb(84, 87, 93) none 0px;
}/*#BR_810*/

#DIV_811 {
    color: rgb(84, 87, 93);
    height: 51px;
    position: relative;
    text-align: center;
    width: 100%;
    perspective-origin: 470px 38px;
    transform-origin: 470px 38px;
    border-top: 1px solid rgb(184, 191, 199);
    border-right: 0px none rgb(84, 87, 93);
    border-bottom: 0px none rgb(84, 87, 93);
    border-left: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
    padding: 24px 0px 0px;
}/*#DIV_811*/

#DIV_811:after {
    clear: both;
    color: rgb(84, 87, 93);
    content: '"."';
    display: block;
    text-align: center;
    visibility: hidden;
    width: 940px;
    perspective-origin: 470px 0px;
    transform-origin: 470px 0px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#DIV_811:after*/

#DIV_812 {
    color: rgb(14, 104, 153);
    float: left;
    height: 18px;
    text-align: center;
    width: 174.141px;
    perspective-origin: 87.0625px 9px;
    transform-origin: 87.0625px 9px;
    border: 0px none rgb(14, 104, 153);
    font: normal normal normal normal 15px / 18px Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 16px -25px 0px 37px;
    outline: rgb(14, 104, 153) none 0px;
}/*#DIV_812*/

#IMG_813 {
    color: rgb(84, 87, 93);
    height: 47px;
    max-width: 100%;
    text-align: center;
    width: 638px;
    perspective-origin: 319px 23.5px;
    transform-origin: 319px 23.5px;
    border: 0px none rgb(84, 87, 93);
    font: normal normal bold normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(84, 87, 93) none 0px;
}/*#IMG_813*/

#A_1 {
    background-position: 50% 0%;
    color: rgb(14, 134, 199);
    display: block;
    height: 95px;
    left: 375px;
    position: absolute;
	padding:0px 40px 0px 0px;
    text-decoration: none;
    top: 2px;
    width: 280px;
    perspective-origin: 90px 16.5px;
    transform-origin: 90px 16.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/2016/01/Yukon-Learning-logo-300.png") no-repeat scroll 50% 0% / auto padding-box border-box;
    border: 0px none rgb(14, 134, 199);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_1*/

#A_2 {
    background-position: 50% 0%;
    color: rgb(14, 134, 199);
    display: block;
    height: 95px;
    
    position: absolute;
	padding:0px 40px 0px 0px;
    text-decoration: none;
    top: 2px;
    width: 280px;
    perspective-origin: 90px 16.5px;
    transform-origin: 90px 16.5px;
    background: rgba(0, 0, 0, 0) url("//www.yukonlearning.com/wp-content/uploads/Articulate-Certified-Trainer.png") no-repeat scroll 50% 0% / auto padding-box border-box;
    border: 0px none rgb(14, 134, 199);
    font: normal normal normal normal 14px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    outline: rgb(14, 134, 199) none 0px;
    transition: color 0.5s ease-in-out 0s;
}/*#A_1*/

html, body {
    height: 100%;
}




select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
.tooltip:hover {text-decoration:none;} 

.DIV_60{
	color: rgb(84, 87, 93);
    z-index:10;
	display:none; 
	margin-top:-30px; 
	
    width:262px; 
	line-height:16px;
    text-align: left;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50%;
    border: 0px none rgb(84, 87, 93);
    font: normal normal normal normal 12px / 18px HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    list-style: none outside none;
    outline: rgb(84, 87, 93) none 0px;
    overflow: auto;
    padding: 9px 14px;
}
.DIV_60_after_hover
{
	display:inline;
    position:absolute; 
	color:#111;
    border:1px solid #DCA;
	background:#fff;
}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
.DIV_60
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.page-id-1484 .sidebar
{
	display:none;
}

.page-id-1484 .content
{
	width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button
{

	
    float: right;
}

.spco-whats-next-buttons button, .spco-whats-next-buttons input[type="button"], .spco-whats-next-buttons input[type="reset"], .spco-whats-next-buttons input[type="submit"], .spco-whats-next-buttons .button, .spco-whats-next-buttons .entry-content .button
{

	width: 40%;
    float: right;
}

.spco-copy-attendee-chk div:first-child
{
	display:none;
}
.spco-copy-attendee-event-hdr
{
	display:none;
}

.ticket-selector-submit-btn-wrap
{
	display:none;
}
.tckt-slctr-tbl-td-name
{
	width: 40%;
}
#display-more-attendee-copy-options
{
	display: none;
}
#spco-steps-display-dv
{
  display:none;
}
#spco-steps-big-hdr
{
  display:none;
}

#ticketselectionform table
{
	margin-bottom:0px !important;
}

#ticketselectionform
{
	padding-bottom: 0px !important;
}
/*
#et-content-page
{
	margin:100px;
}
*/
.entry-content-page
{
	margin:100px;
}

.entry-title .main_title
{
	display:none;
}

.spco-ticket-info-dv table
{
	border: none !important;
}
#main-content .container:before
{
    position: unset !important;
   
}
#left-area
{
	    width: 100% !important;
}

.entry-content-page form
{
	padding: unset;
}


@media only screen and (max-width: 767px) {

.ticket-selector-submit-btn
{
	font-size: 9px !important;

	padding: 7px !important;

	font-weight: bold !important;
	width: 75% !important;
}
}

@media only screen and (max-width: 480px) {
table {
text-align: center;
width: 100%;
border-collapse: collapse;

}
tbody 
{
text-align: center;
width: 100%;
border-collapse: collapse;
}
thead {
 text-align: center;
 width: 100%;
border-collapse: collapse;

}
td {
 text-align: center;
 width: 100%;
border-collapse: collapse;
}
.ee-ticket-selector-ticket-details-th, .ee-ticket-selector-ticket-price-th, .ee-ticket-selector-ticket-qty-th {
text-align: center;
 padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
  font-size: 1rem;
   
}

.tckt-slctr-tbl-td-name {
font-size: 1rem;
}

.tckt-slctr-tbl-td-days
{
font-size: 1rem;
padding: 10px;
}
.tckt-slctr-tbl-td-qty
{
font-size: 1rem;
padding-left: 10px;
}
.tckt-slctr-tbl-td-price 
{
font-size: 1rem;
padding: 10px;
}
input[type="button"] {
  
  font-size: 8px;
    width: 85% !important;
    padding-left: 3px!important;
   
}



}



