
/*Theme Name: Utahcna 
 * Theme URI: http://wordpress.org/themes/twentytwelve
 * Author: the WordPress team
 * Author URI: http://wordpress.org/
 * Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.Version: 1.3License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-readyText Domain: twentytwelveThis theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.*/
 /* =Notes--------------------------------------------------------------This stylesheet uses rem values with a pixel fallback. The remvalues (and line heights) are calculated using two variables:$rembase:     14;$line-height: 24;---------- Examples* Use a pixel value with a rem fallback for font-size, padding, margins, etc.	padding: 5px 0;	padding: 0.357142857rem 0; (5 / $rembase)* Set a font-size and then set a line-height based on the font-size	font-size: 16px	font-size: 1.142857143rem; (16 / $rembase)	line-height: 1.5; ($line-height / 16)---------- Vertical spacingVertical spacing between most elements should use 24px or 48pxto maintain vertical rhythm:.my-new-div {	margin: 24px 0;	margin: 1.714285714rem 0; ( 24 / $rembase )}---------- Further readinghttp://snook.ca/archives/html_and_css/font-size-with-remhttp://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter//* =Reset-------------------------------------------------------------- */
.container{margin:0 auto;max-width:112.0rem;padding:0 2.0rem;position:relative;width:100%}.row{display:flex;flex-direction:column;padding:0;width:100%}.row.row-no-padding{padding:0}.row.row-no-padding>.column{padding:0}.row.row-wrap{flex-wrap:wrap}.row.row-top{align-items:flex-start}.row.row-bottom{align-items:flex-end}.row.row-center{align-items:center}.row.row-stretch{align-items:stretch}.row.row-baseline{align-items:baseline}.row .column{display:block;flex:1 1 auto;margin-left:0;max-width:100%;width:100%}.row .column.column-offset-10{margin-left:10%}.row .column.column-offset-20{margin-left:20%}.row .column.column-offset-25{margin-left:25%}.row .column.column-offset-33,.row .column.column-offset-34{margin-left:33.3333%}.row .column.column-offset-50{margin-left:50%}.row .column.column-offset-66,.row .column.column-offset-67{margin-left:66.6666%}.row .column.column-offset-75{margin-left:75%}.row .column.column-offset-80{margin-left:80%}.row .column.column-offset-90{margin-left:90%}.row .column.column-10{flex:0 0 10%;max-width:10%}.row .column.column-20{flex:0 0 20%;max-width:20%}.row .column.column-25{flex:0 0 25%;max-width:25%}.row .column.column-33,.row .column.column-34{flex:0 0 33.3333%;max-width:33.3333%}.row .column.column-40{flex:0 0 40%;max-width:40%}.row .column.column-50{flex:0 0 50%;max-width:50%}.row .column.column-60{flex:0 0 60%;max-width:60%}.row .column.column-66,.row .column.column-67{flex:0 0 66.6666%;max-width:66.6666%}.row .column.column-75{flex:0 0 75%;max-width:75%}.row .column.column-80{flex:0 0 80%;max-width:80%}.row .column.column-90{flex:0 0 90%;max-width:90%}.row .column .column-top{align-self:flex-start}.row .column .column-bottom{align-self:flex-end}.row .column .column-center{-ms-grid-row-align:center;align-self:center}@media (min-width: 40rem){.row{flex-direction:row;margin-left:-1.0rem;width:calc(100% + 2.0rem)}.row .column{margin-bottom:inherit;padding:0 1.0rem}} 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}/* =Repeatable patterns-------------------------------------------------------------- *//* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	color: #636363;
}/* Shared Post Format styling */
article.format-quote footer.entry-meta, article.format-link footer.entry-meta, article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}/* Form fields, general styles first */
button, input, textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}/* Reset non-text input types */
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}/* Buttons */
/*.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	border: none;
	border-radius: 3px;
}*/
.fullwidth{ width:100% !important}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}
#primary {
	float: left;
	margin: 0 0 25px;
	position:relative;
	width: 72%;
}/* Responsive images */
.entry-content img, .comment-content img, .widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a, .gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous, .previous-image {
	float: left;
	width: 50%;
}
.nav-next, .next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area, #comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}/* =Basic structure-------------------------------------------------------------- *//* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	line-height:22px;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
	text-decoration:none;
}
a:hover {
	color: #0f3647;
}
a:focus {
	outline:none;
}/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
	margin: 0px 0 0;
}
.widget-area {
	margin: 0 0;
}/* Header */
.site-header {
	padding: 0px 0 0px;
	min-height:135px;
	background:url(images/header-bg.jpg) repeat-x left top;
}
.site-header h1, .site-header h2 {
	text-align: center;
}
.site-header h1 a, .site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover, .site-header h2 a:hover {
	color: #21759b;
}
.site-header .logo_sec {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
#primary {
	position:relative;
}
#primary img.leftshad {
	position:absolute;
	left:-39px;
	top:-283px;
}
#primary img.rightshad {
	position:absolute;
	right:-39px;
	top:-283px;
}
#primary #content > h2 {
	text-indent:10px;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 100%;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;/*	padding: 24px 0;	padding: 1.714285714rem 0;*/
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #970407;
}/* =Main content and comment content-------------------------------------------------------------- */
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.bx-wrapper {
	margin-bottom:0!important;
}
.bx-wrapper .bx-pager {
	display:none!important;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a, .entry-meta a {
	color: #757575;
}
.comments-link a:hover, .entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content, .entry-summary, .mu_register {
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, .entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, .entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
	margin: 0px 0 12px;
	line-height: 1.714285714;
}
.entry-content h1, .comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3, .comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4, .comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5, .comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6, .comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 18px;
	line-height: 1.714285714;
}
.entry-content a:visited, .comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol, .comment-content ol, .entry-content ul, .comment-content ul, .mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul, .comment-content ul ul, .entry-content ol ol, .comment-content ol ol, .entry-content ul ol, .comment-content ul ol, .entry-content ol ul, .comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul, .comment-content ul, .mu_register ul {
	list-style: disc outside;
}
.entry-content ol, .comment-content ol {
	list-style: decimal outside;
}
.entry-content li, .comment-content li, .mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code, .comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre, .comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code, .comment-content pre code {
	display: block;
}
.entry-content abbr, .comment-content abbr, .entry-content dfn, .comment-content dfn, .entry-content acronym, .comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address, .comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft, .wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright, .wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter, .wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl, .comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt, .comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd, .comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table, .comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption, .comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td, .comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom:0;
	padding-bottom: 24px;
	padding-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}/* =Archives-------------------------------------------------------------- */
.archive-header, .page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}/* =Single image attachment view-------------------------------------------------------------- */
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
#secondary h3.widget-title {
	font-weight:normal;
	font-size:22px;
	margin:0 0 12px 0;
	line-height:20px;
	color:#C40602;
}/* =Aside post format-------------------------------------------------------------- */
article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child, article.format-aside p:last-child {
	margin-bottom: 0;
}/* =Post formats-------------------------------------------------------------- *//* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}/* =Comments-------------------------------------------------------------- */
.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite, .comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link, a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover, a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"], #respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}/* =Front page template-------------------------------------------------------------- */
.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}/* =Widgets-------------------------------------------------------------- */
.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date, .widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
displ ay: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}/* =Plugins----------------------------------------------- */
img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}/* custom css*/
body {
	background: #fff !important;
}
.site-header {
	padding: 0px 0;
	background-color: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	min-height: 154px;
	padding: 0;
	position: fixed;
	top: 47px;
	width: 100%;
	z-index: 100;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.site-header hgroup {
	margin: 0 auto;
	width: 1000px;
}
.site-header .logo_sec h1 { display:none; }
.site-header .logo_sec {
	float:left;
}
.site-header .logo_sec a {
	background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll left top / cover;
	display: block;
	height: 80px;
	margin: 10px 0;
	text-indent: -9999px;
	width: 100px;
}
.header-txt {
	float: left;
	width:410px;
	margin: 0 0px 0 95px;
}
.header-txt .textwidget {
	margin:7% 0;
	color:#a42326;
	font-size:25px;
	line-height:30px;
}
.header-right {
	float:right;
	margin-top:26px;
}/*.page-template-classes-location-php .header-txt{ margin-right:0;}.page-template-classes-location-php .header-right{width:320px;  }*/
.header-right .hphone {
	font-size:20px;
	color:#000;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-bottom:15px;
	text-align:right;
}
.header-right .hphone .textwidget strong {
	color:#194c82;
}
.header-right #text-22.hphone {
	font-size:30px;
	color:#de1f22;
	text-align:right;
}
.header-right .eemail_widget {
	float:right;
	width:95%;
	margin-bottom:0;
}
.header-right .eemail_widget .eemail_textbox input.eemail_textbox_class {
	width:170px;
	border-radius:0;
}
.header-right .eemail_widget .eemail_textbox {
	padding-bottom:0;
}
.header-right .eemail_widget .eemail_button {
	padding-bottom:0;
}
.header-right .eemail_widget .eemail_msg {
	display:none;
}
.eemail_button input {
	background: #e2191c;
	background: -moz-linear-gradient(top, #e2191c 0%, #970407 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2191c), color-stop(100%, #970407));
	background: -webkit-linear-gradient(top, #e2191c 0%, #970407 100%);
	background: -o-linear-gradient(top, #e2191c 0%, #970407 100%);
	background: -ms-linear-gradient(top, #e2191c 0%, #970407 100%);
	background: linear-gradient(to bottom, #e2191c 0%, #970407 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2191c', endColorstr='#970407', GradientType=0 );
	color:#fff;
	font-size:14px;
}
.eemail_button input:hover {
	background: #970407;
	background: -moz-linear-gradient(top, #970407 0%, #e2191c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #970407), color-stop(100%, #e2191c));
	background: -webkit-linear-gradient(top, #970407 0%, #e2191c 100%);
	background: -o-linear-gradient(top, #970407 0%, #e2191c 100%);
	background: -ms-linear-gradient(top, #970407 0%, #e2191c 100%);
	background: linear-gradient(to bottom, #970407 0%, #e2191c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970407', endColorstr='#e2191c', GradientType=0 );
	color:#fff;
	font-size:14px;
}
nav#site-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.nav-wrap {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
}
}
.nav-wrap .menu-header-menu-container {
	float:left;
}
.nav-wrap .eemail_widget {
	float:right;
}
.nav-wrap .menu-header-menu-container li a {
	color: #465560;
	font-size: 15px;
	font-weight: 500;
	line-height: 13px;
	padding: 40px 0 0;
	text-transform: none;
}
.nav-wrap .menu-header-menu-container li.Homelink {
	margin-left: 0;
}
.nav-wrap .menu-header-menu-container li.Homelink {
	margin-left: 0;
}
.main-navigation li {
	margin: 0 0 0 30px;
	position: relative;
}
.nav-wrap .menu-header-menu-container li {
}
.nav-wrap .eemail_widget {
	width:265px;
	display:table;
	margin:7px 0 0;
}
.banner {
	border-bottom:  6px solid #c40602;
}
.soliloquy-container {
	width:100%;
}
.soliloquy-container img {
	width:100%;
}
.eemail_textbox {
	float:left;
}
.eemail_button {
	float:left;
}
.eemail_button input {
	border-radius:0;
	border:none;
	height:32px;
	background: #e1191b;
	background: -moz-linear-gradient(top, #e1191b 0%, #990508 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1191b), color-stop(100%, #990508));
	background: -webkit-linear-gradient(top, #e1191b 0%, #990508 100%);
	background: -o-linear-gradient(top, #e1191b 0%, #990508 100%);
	background: -ms-linear-gradient(top, #e1191b 0%, #990508 100%);
	background: linear-gradient(to bottom, #e1191b 0%, #990508 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1191b', endColorstr='#990508', GradientType=0 );
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
}
.eemail_button input:hover {
	border-radius:0;
	border:none;
	height:32px;
	background: #990508;
	background: -moz-linear-gradient(top, #990508 0%, #e1191b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #990508), color-stop(100%, #e1191b));
	background: -webkit-linear-gradient(top, #990508 0%, #e1191b 100%);
	background: -o-linear-gradient(top, #990508 0%, #e1191b 100%);
	background: -ms-linear-gradient(top, #990508 0%, #e1191b 100%);
	background: linear-gradient(to bottom, #990508 0%, #e1191b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990508', endColorstr='#e1191b', GradientType=0 );
	color:#fff;
}
#primary ul.locationlist {
	margin:0 0 20px 0;
	padding:0;
}
#primary ul.locationlist li {
	display: inline;
}
#primary ul.locationlist li .location {
	border: 1px solid #DDDDDD;
	box-shadow: 3px 5px 5px #EEEEEE;
	float: left;
	margin: 0 23px 20px 0;
	min-height: 115px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 43%;
}
#primary ul.locationlist li .location .loc_thumb {
	float: left;
	font-size: 11px;
	width: 103px;
}
#primary ul.locationlist li .location .loc_des {
	float: right;
	width: 190px;
}
#primary ul.locationlist li .location .loc_des h2 {
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 0;
	font-weight:normal;
}
ul.main_list li.location {
	border: 1px solid #DDDDDD;
	box-shadow: 3px 5px 5px #EEEEEE;
}
.menu-footer-container {
	margin:0 auto;
}
.menu-footer-container ul {
	text-align:center;
}
.menu-footer-container ul li {
	display:inline;
	line-height:10px;
}
.menu-footer-container ul li a {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	border-right:1px solid #fff;
}
.menu-footer-container ul li:last-child a {
	border:none;
}
#colophon {
}
.button {
	background: #b1161a none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 160px;
}
.soliloquy-caption-inside {
	font-size:27px!important;
	line-height:1.3!important;
}
.soliloquy-caption-inside span {
	font-size:50px;
}
.below-banner {/*background:url(images/below-banner-bg.jpg) repeat-x left top;*/
}
.join-emt {
	width:1024px;
	margin:0 auto;
	text-align:center;
}
.join-emt .widget_sp_image img {
	border-radius:0;
}
h2 {
	font-size:25px;
	color:#b70201;
	font-weight:600;
	margin-bottom:10px
}
#content .pages {/*		float:left;width:325px;*/
	margin:0 5px 0 4px;
}
#content .pages:last-child {
	margin-right:0;
}
#content .pages a img {
	margin-bottom:15px;
}
#content .pages a h3, #content .pages a:hover h3 {
	font-size:25px;
	font-weight:200;
	line-height:30px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #d2d2d2;
	color:#444444;
}
#content .pages a p, #content .pages a:hover p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#444444;
}
.more-link {
	background: none repeat scroll 0 0 #B70200;
	clear: both;
	color: #FFFFFF;
	display: block;
	text-decoration:none;
	font-size: 13px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	width: 75px;
}
.more-link:hover {
	background:#00304F;
}
.foot-top {
	margin: 0 auto;
	width: 1000px;
	background:#fff;
	display:table;
}
#content {
	display: table;	/*width:1024px;*/
	width:100%;
	margin: 0 0 35px;
}
body.home #content {
	margin: 0 0 0px;
}
.site-info {
	margin:0 auto;
	width:1024px;
	position:relative;
}
.site-info .widget_sp_image {
	position:absolute;
	right:0;
	top:-2px;
}
.foot-top aside h3 {
	font-size:21px;
	font-weight:600;
	color:#fff;
	line-height:1;
	margin:0 0 10px;
}
.foot-top .gmap {
	width:400px;
	float:left;
	margin-right:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
	background:#072b50;
}
.contact-add {
	float:left;
	background:#66b50e;
	width:290px;
	min-height:172px;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:1px solid #43710f;
	margin-right:20px;
}
.contact-add .textwidget {
	font-size:13px;
	color:#000;
	line-height:1.5;
}
.contact-add .textwidget span {
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	background:url(images/call.png) no-repeat left top;
	line-height:39px;
	padding-left:25px;
	margin-top:15px;
}
.social-links {
	float:left;
	width:230px;
}
.social-links ul li {
	padding-left:60px;
	color:#6d6d6d;
	font-size:15px;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px solid #b3b3b3;
}
.social-links ul li:last-child {
	border-bottom:none;
}
.social-links ul li span {
	font-size:18px;
	display:block;
	font-weight:600;
	color:#011047;
	line-height:1.5;
}
.social-links ul li.fb {
	background:url(images/fb.png) no-repeat left 50%;
}
.social-links ul li.tw {
	background:url(images/tw.png) no-repeat left 50%;
}
.social-links ul li.bl {
	background:url(images/blog.png) no-repeat left 50%;
}
.header-right .widget ul.socialLinks {
	margin-top:5px;
	float:left;
}
.header-right .widget ul.socialLinks li {
	float:left;
	margin:0 15px 0 0px;
	height:38px;
	width:38px;
	text-indent:-9999px;
}
.header-right .widget ul.socialLinks li.fb {
	background:url(images/fb.png) no-repeat left top;
}
.header-right .widget ul.socialLinks li.tw {
	background:url(images/tw.png) no-repeat left top;
}
.header-right .widget ul.socialLinks li.bl {
	background:url(images/blog.png) no-repeat left top;
}
.header-right .widget ul.socialLinks li.pi {
	background:url(images/pinterest.png) no-repeat left top;
}
.header-right .widget ul.socialLinks li.is {
	background:url(images/instagram.png) no-repeat left top;
}
.header-right .widget ul.socialLinks li a {
	display: block;
	height: 42px;
	width: 38px;
}
.student_loginButton {
	float: left;
	margin: 9px 0 0;
}
.student_loginButton a {
	background: url("https://www.utahcnacenters.com/wp-content/uploads/2014/07/logInStudent.png") no-repeat scroll 14px 13px #d31518;
	border: 1px solid #6b0c0a;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 1px 0 0 #c66260 inset;
	color: #ffffff;
	display: inline-block;
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	height: 40px;
	line-height:42px;
	text-align: center;
	text-decoration: none;
	text-indent: 16px;
	text-shadow: 1px 1px 0 #000000;
	width: 159px;/*display:block; width:125px; font-size:15px; color:#fff; text-align:center;line-height: 36px; 	 background: #970407; background: -moz-linear-gradient(top, #970407 0%, #e2191c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #970407), color-stop(100%, #e2191c)); background: -webkit-linear-gradient(top, #970407 0%, #e2191c 100%); background: -o-linear-gradient(top, #970407 0%, #e2191c 100%); background: -ms-linear-gradient(top, #970407 0%, #e2191c 100%); background: linear-gradient(to bottom, #970407 0%, #e2191c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970407', endColorstr='#e2191c', GradientType=0 );*/
}
.student_loginButton a:hover {
	background: url("https://www.utahcnacenters.com/wp-content/uploads/2014/07/logInStudent.png") no-repeat scroll 14px 13px #a2070a;
} /*.student_loginButton a:hover{background: #3d7ab8;	background: -moz-linear-gradient(top, #3d7ab8 0%, #002c5d 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d7ab8), color-stop(100%, #002c5d));	background: -webkit-linear-gradient(top, #3d7ab8 0%, #002c5d 100%);	background: -o-linear-gradient(top, #3d7ab8 0%, #002c5d 100%);	background: -ms-linear-gradient(top, #3d7ab8 0%, #002c5d 100%);	background: linear-gradient(to bottom, #3d7ab8 0%, #002c5d 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d7ab8', endColorstr='#002c5d', GradientType=0 );}*/
.list-blog a.alignleft {
	width:200px;
	margin:0 20px 20px 0;
}
.category-cna-training-program img.wp-post-image {
	width:200px;
	margin:0 20px 20px 0;
	float:left;
}
.widget ul.rightSide {
	margin:0;
	padding:0;
}
.widget ul.rightSide li {
	list-style:none;
	padding-left:60px;
	color:#6d6d6d;
	font-size:15px;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px solid #b3b3b3;
	margin:0;
}
.widget ul.rightSide li:last-child {
	border-bottom:none;
}
.widget ul.rightSide li span {
	font-size:18px;
	display:block;
	font-weight:600;
	color:#011047;
	line-height:1.5;
}
.widget ul.rightSide li.fb {
	background:url(images/fb.png) no-repeat left 50%;
}
.widget ul.rightSide li.tw {
	background:url(images/tw.png) no-repeat left 50%;
}
.widget ul.rightSide li.bl {
	background:url(images/blog.png) no-repeat left 50%;
}
.widget ul.rightSide li.pi {
	background:url(images/pinterest.png) no-repeat left 50%;
}
.widget ul.rightSide li.is {
	background:url(images/instagram.png) no-repeat left 50%;
}
.nav-wrap .eemail_widget {
	display: table;
	margin: 7px 0 0;
	width: 285px;
}
.nav-wrap .eemail_widget .eemail_textbox {
	float: left;
	padding:0;
}
.nav-wrap .eemail_widget .eemail_textbox_class {
	border: medium none;
	border-radius: 0;
	height: 20px;
	width: 172px;
}
.nav-wrap .eemail_widget .eemail_msg, .eemail_caption {
	color: #FF0000;
	display: none;
	padding-top: 5px;
}
.nav-wrap .eemail_widget .eemail_button {
	float: left;
	padding:0;
}
#primary #showregisteration {
	float: right;
	background: #004d7e; /* Old browsers */	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzAwNDk3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzAwMzY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMwNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004d7e), color-stop(19%, #004978), color-stop(76%, #003659), color-stop(100%, #003050)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* IE10+ */
	background: linear-gradient(to bottom, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d7e', endColorstr='#003050', GradientType=0 ); /* IE6-8 */
	color:#fff;
	border:1px solid #001522;
	border-radius:3px;
	padding:0 15px;
	font-size:13px;
	line-height:30px;
	top:0;
	right:0px;
	position:absolute;
	cursor:pointer;
}
#primary #showregisteration:hover {
	color:#fff;
	text-decoration:none;
	background: #003050; /* Old browsers */	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzAwMzY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzAwNDk3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRkN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003050), color-stop(24%, #003659), color-stop(81%, #004978), color-stop(100%, #004d7e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003050', endColorstr='#004d7e', GradientType=0 ); /* IE6-8 */
}
.priceamount {/*
	float: right;*/
	font-size: 20px;
}
.courceTable {
	width:100%;
	margin-top:0px;
}
.courceTable td {
	border: 1px solid #E1E1E1;
	font: 12px arial;
	padding: 6px 5px;
}
.courceTable th {
	background: none repeat scroll 0 0 #E0E0E0;
	border: 1px solid #E1E1E1;
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	line-height: 26px;
	padding: 7px 5px;
}
.courceTable th a {
	font-size:14px;
}
.courceTable th img {
	vertical-align: middle;
}
.courseregButtonBlue, .wpcf7-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #789be2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #789be2;
	box-shadow:inset 0px 1px 0px 0px #789be2;
	background: #004d7e; /* Old browsers */	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGQ3ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE5JSIgc3RvcC1jb2xvcj0iIzAwNDk3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzAwMzY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDMwNTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #004d7e), color-stop(19%, #004978), color-stop(76%, #003659), color-stop(100%, #003050)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* IE10+ */
	background: linear-gradient(to bottom, #004d7e 0%, #004978 19%, #003659 76%, #003050 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d7e', endColorstr='#003050', GradientType=0 ); /* IE6-8 */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #2a519e;
	display:inline-block;
	color:#ffffff!important;
	cursor:pointer;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:5px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #00101f;
	margin:0 5px; line-height:1.5
}
.courseregButtonBlue:hover, .wpcf7-submit:hover {
	background: #003050; /* Old browsers */	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iIzAwMzY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iIzAwNDk3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDRkN2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003050), color-stop(24%, #003659), color-stop(81%, #004978), color-stop(100%, #004d7e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003050 0%, #003659 24%, #004978 81%, #004d7e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003050', endColorstr='#004d7e', GradientType=0 ); /* IE6-8 */
	color:#fff;
	text-decoration:none;
}
.registerSummary {
	background-color:#F8F8F8;
	margin-bottom:10px;
	padding:0px
}
.registerSummary table {
	font-size:14px;
	text-align:center;
	width:100%
}
.registerSummary TABLE th {
	background: none repeat scroll 0 0 #B1161A;
	padding: 5px;
	color:#fff !important;
}
.registerSummary TABLE TD {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	padding: 12px;
	text-align: left !important;
	width: 44%;
	background:#fff;
}
.registerSummary H3 {
	font-size:18px;
	color:#599DD9;
	font-weight:700
}
.registerSummary TABLE TD.price {
	color:#D17171;
	font-size:18px;
	text-align:right;
	width:230px
}
.boxGray ul {
	display: table;
	margin: 0;
	width: 100%;
}
.boxGray {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px;
}
.paylist strong {
	display: block;
}
.paylist li {
	padding:0;
	margin:0;
	cursor: pointer;
	float: left;
	font-size: 11px;
	line-height: 1.2em;
	list-style-type: none;
	text-align: center;
	width: 33.3%;
}
.products {
}
.products > li {
	display: inline-block;
	list-style-type: none;
	padding: 2% 3px !important;
	text-align: center;
	vertical-align: top;
	width: 30%;
	margin-bottom:3%;
	margin-right: 2%;
	background: #f2f0f1;
	box-shadow: 0 0 5px #c6c6c6;
}
ul.products img {
	height: auto;
	margin: 0;
	max-width: 640px;
	width: 77%;
}
ul.products h3 {
	font-size: 16px;
	line-height: 17px;
	color:#444444
}
#content ul.products li.product span.price span.amount {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
ul.products .productImg {
	margin-bottom: 19px;
	max-height: 183px;
	overflow: hidden;
}
ul.products li.download_now img, .tooltip .myId img {
	max-width:70px;
}
ul.products > li p {
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.tooltip {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #666666;
	border-radius: 5px;
	color: #F8F8F8;
	display: none;
	font-size: 11px;
	padding: 15px;
	width: 400px;
	overflow:auto;
}
.myId {
	width: 100%;
}
.myId > img {
	float: left;
	margin-right: 5px;
	padding-bottom: 30px;
}
.tooltip .discrition {
	color: #000000;
	float: right;
	font: 12px arial;	/* position: absolute;*/
	right: 0;
	width: 75%;
}
.messageBox {
	background: none repeat scroll 0 0 #F0F0F0;
	clear: both;
	font-size: 13px;
	margin-bottom: 0 !important;
	padding: 5px;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
	width:100%;
	display:table;
}
.registerform P, .paychoice p {
	margin-bottom: 10px !important;
}
span.wpcf7-form-control-wrap {
	position: relative;
}
.registerbox {
	font-family: arial;
	font-size: 14px;
	line-height: 1.5em;
}
.registerform INPUT[type="text"], .registerform select, .captcha input[type="text"], .paychoice INPUT[type="text"], .paychoice select {
	border: 1px solid #CCCCCC;
	box-shadow: 1px 1px 1px #DDDDDD inset;
    padding: 5px 2%;
    height:25px;
	width: 96%;
}
.registerform .floatLeft {
	float: left;
	width: 234px;
}

#main .container{ width:auto; padding: 0;  }
#main .container .row{ margin-left: -1.0rem;  }
#regforms select{ height:38px; }
#regforms .Enrollment-form{ margin-top: 50px; }
#regforms .Enrollment-form INPUT[type="text"],
#regforms .Enrollment-form select{width: auto;}
#regforms .Enrollment-form.en_form .form_top .red_first_name1{ width:25%}
#regforms .Enrollment-form.en_form .form_top .red_middle_name1{ width:15%}
#regforms .Enrollment-form.en_form .form_top .red_last_name1{ width:32%}
#regforms .Enrollment-form.en_form .form_top .red_street_address,
#regforms .Enrollment-form.en_form .red_mobile_phone{ width:30%}
#regforms .Enrollment-form.en_form .red_city{width:16%}
#regforms .Enrollment-form.en_form .red_state{ width:15%}
#regforms .Enrollment-form.en_form .red_zip_code{ width:14%}
#regforms .Enrollment-form.en_form .red_social_security{width:15%}
#regforms .Enrollment-form.en_form .red_dob_month{width:11%}
#regforms .Enrollment-form.en_form .red_question1{width:17%	}
#regforms .Enrollment-form.en_form .red_home_phone,
#regforms .Enrollment-form.en_form .red_email_address{ width:33%}
#regforms .Enrollment-form.en_form .red_emergency_contact_number{width:32%}
#regforms .Enrollment-form.en_form .red_contact_name_1{width:32%}
#regforms .Enrollment-form.en_form .red_question2{width:42%}
#regforms .Enrollment-form.en_form .dated_red{width:10%}
#regforms .Enrollment-form.en_form .day_red{width:20%}
#regforms .Enrollment-form.en_form .year_red{ width:10%}
#regforms .Enrollment-form.en_form .printed_red_name{width:30%}
#regforms .Enrollment-form.en_form .signature_red{width:24%}

.middle_name{ width:11%;}
.first_name{ width:22%;}
.last_name{ width:25%;}
.date_calc{ width:30%}
.printe_name{ width:40%}
.Parent_Legal_Guardian_Signature{ width:60%}
.paychoice .Inner {
	background: url("images/footerbg.png") repeat-x scroll 0 -1px #FFFFFF;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	margin-bottom: 10px;
	overflow:hidden;
	padding: 15px;
	position: relative;
}
.cardDetail.Inner {
	background: none repeat scroll 0 0 #F5F5F5;
}
.captcha input[type="text"] {
	width: auto;
}
.captureimg {
	float: left;
	margin: 0 10px 0 0;
}
.completereg {
	background: url("images/completereg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	float: right;
	height: 59px;
	text-indent: -9999px;
	width: 298px;
}
.completereg:hover {
	background: url("images/completereg.png") no-repeat scroll left -59px rgba(0, 0, 0, 0);
}
.fullprice.Inner {
	color: #D17171;
	font-size: 20px;
}
.rightmargin {
	margin-right: 20px;
}
.floatLeft {
	float: left;
}
.registerform {
	float: left;
	margin-right: 15px;
	padding: 0 13px 0 0;
	width: 312px;
}
.registerbox .paychoice {
	float: left;
	/* width: 328px; */
}
.paychoice {
	width: 100%;
}
#content .products > li p {
	margin-bottom: 10px;
	font-size:13px;
	margin-top:5px;
}
.registerbox .paychoice {
	float: left;
	/* width: 445px; */
}
.headerBar {
	background: none repeat scroll 0 0 #B1161A;
	color: #FFFFFF !important;
	padding: 5px;
}
.registerbox {
	background: url("images/longfade.png") repeat-x scroll left top rgba(0, 0, 0, 0);
	border: 1px solid #DDDDDD;
	padding: 9px;
}
.registerform {/*	border-right: 1px dotted #DDDDDD;*/
	float: left;
	margin-right: 15px;
	padding: 0 13px 0 0;
	width: 502px;
}
.paychoice {
	width: 100%;
}
.paychoice h3.headerBar {
	margin-bottom: 0;
}
.paychoice H3, .register h3.headerBar {
	font-size: 15px;
	font-weight: 700;
}
.paychoice h3 {
	margin-bottom: 10px;
	margin-top: 5px !important;
}
.greybox H3 {
	font-size:14px;
	font-weight:700;
	margin:10px 0 3px
}
.greybox LI {
	padding-bottom:5px
}
.emplist DIV {
	-moz-border-radius:5px;
	background:no-repeat #F8F8F8 URL(images/redarrow.gif) 11px 11px;
	border:solid 1px #DDD;
	border-radius:5px;
	margin-bottom:5px!important;
	padding:10px 11px 11px 30px !important
}
.emplist A {
	color:#555;
	display:block;
	font-size:12px!important;
	font-weight:400!important;
	line-height:16px!important
}
.emplist A SPAN {
	color:#366!important;
	font-size:15px!important;
	font-weight:700;
	line-height:18px!important
}
.empbox {
	background:no-repeat #FFF URL(images/empbg.jpg) 20px 25px;
	border:solid 1px #CCC;
	font-size:12px;
	margin-bottom:20px
}
.empbox OL {
	font-weight:700
}
.empbox OL LI {
	font-weight:400;
	padding-bottom:10px
}
.ccform {
	border-top:solid 1px #DDD;
	height:135px;
	margin:8px -15px -15px;
	padding:20px;
	position:relative
}
.purchase_accepted_cards {
	float:right;
	margin:16px 10px 0 0
}
.cvvhelp {
	-moz-border-radius:8px;
	-moz-box-shadow:4px 4px 4px #DDD;
	-webkit-border-radius:8px;
	-webkit-box-shadow:4px 4px 4px #DDD;
	background-color:#FFF;
	border:solid 1px #CCC;
	border-radius:8px;
	bottom:10px;
	box-shadow:4px 4px 4px #DDD;
	display:none;
	height:203px;
	padding:15px;
	position:absolute;
	right:-40px;
	width:219px;
	z-index:99
}
.resourcesHeader {
	height:20px;
	padding:20px 10px
}
.resourcesHeader H1 {
	font-size:24px;
	line-height:1.2em
}
A.postthumb {
	border:solid 1px #263872;
	display:block;
	float:left;
	margin-right:20px;
	padding:1px
}
A.postthumb:hover {
	border-color:#5b769C
}
.courseregButtonBlue:active, .wpcf7-submit:active {
	position:relative;
	top:1px;
}
.courceTable h2 {
	font-size:13px;
	margin-bottom:5px;
	font-weight:bold;
}
.courceTable .price {
	font-family: georgia;
	font-size: 17px;
	font-weight: normal;
}
.courceTable tr:hover {
	background:#f9f9f9;
}
.coursebox.popup {
	width: 680px;
	display:none;
}
.coursebox {
	border: 1px solid #DDDDDD;
	box-shadow: 3px 5px 5px #EEEEEE;
	clear: both;
	margin: 20px 5px 10px 0;
	overflow: hidden;
	padding: 20px;
	position: relative;
}
.locationlist {
	display:none;
}
.page-template-single-classe-php .locationlist {
	display:block;
}
.coursebox h2 {
	font-size: 22px;
	margin-bottom: 10px;
}
.coursebody {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.6em;
}
.fancybox-inner .imageBox {
	float: left;
	margin-right: 15px;
	width: 183px;
}
.fancybox-inner .leftSecDis {
	float: right;
	width: 447px;
}
.courseprice {
	margin-top: 20px;
	width: 200px;
}
.shortDis {
	margin-bottom: 15px;
}
.specification {
	list-style-type: disc;
	margin-right: -5px;
	margin-top: -10px;
}
.specification li {
	border-bottom: 1px solid #DADADA;
	font-size: 12px;
	margin-bottom: 3px;
	padding: 2px;
}
.coursebox h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
}
.courseAction {
	bottom: 15px;
	font-size: 20px;
	position: absolute;
	right: 10px;
	width: 240px;
}
.imageBox {
	float: left;
	margin-right: 15px;
	width: 115px;
}
.tooltip .discrition {
	color: #000000;
	float: right;
	font: 12px arial;
	position: absolute;
	right: 0;
	width: 75%;
}
.discrition p {
	font-size: 13px;
	margin-bottom: 8px !important;
}
.discrition h3 {
	font-size: 13px;
}
.discrition li {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	list-style-type: none;
	margin-left: 5px;
	padding: 5px;
}
.con-left-col {
	float:left;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
}
.con-right-col {
	float:right;
	width:50%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:10px;
}
.con-left-col {
	font-size:13px;
	line-height:1.4;
}
.con-left-col .widget_text {
	margin-bottom:20px;
}
h3 {
	font-size:21px;
	font-weight:600;
	margin:0 0 10px;
}
.greybox {
	background:#f9f9f9;
	border:1px solid #E1E1E1;
	padding:15px;
	margin-bottom:15px;
}
.con-right-col .textwidget {
	line-height:1.5;
}
.gomap aside {
	border:1px solid #E1E1E1;
}
.gomap {
	overflow:hidden;
}
body.page-template-contact-php .wpcf7 input[type="text"], body.page-template-contact-php .wpcf7 input[type="email"], body.page-template-contact-php .wpcf7 textarea {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin-bottom:10px;
}
body.page-template-contact-php .wpcf7 input[type="submit"] {
	background:#00304F;
	color:#fff;
	border:none;
	box-shadow:none;
	width:80px;
	font-size:13px;
}
body.page-template-contact-php .wpcf7 input[type="submit"]:hover {
	background:#00416a;
	color:#fff;
}
.eemail_widget h3.widget-title {
	display:none;
}
.pages-wrap {
	display:table;
	width:100%;
	margin-bottom:30px;
}
.four-box-wrap .f-box {
	border: 1px solid #C2C2C2;
	float: left;
	margin-bottom: 18px;
	margin-right: 10px;
	width: 324px;
}
.four-box-wrap .f-box img.wp-post-image {
	border-radius: 0;
	min-height: 163px;
	width: 324px;
}
.four-box-wrap .f-box h2 {
	font-weight:normal;
	font-size:18px;
	margin:-2px 0 0 0;
	padding:10px 10px 10px;
	background:#2c4269;
	color:#fff;
}
.four-box-wrap .f-box a p, .four-box-wrap .f-box a:hover p {
	margin-bottom:10px;
	color:#444;
}
.four-box-wrap .f-box .read-more a {
	background: none repeat scroll 0 0 #B70200;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	width: 75px;
}
.four-box-wrap .f-box:last-child {
	margin-right:0;
}
.four-box-wrap {
	width:100%;
	display:table;
	margin-bottom:10px;
}
.f-box {
	background:#f1f1f1;
}
.contant-Wrap {
	padding:10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}/*h2	{ background:#172d51; margin:0; color:#fff; font-size:19px; font-weight:200; line-height:38px; padding:0 10px;}*/
.widget_bxslider-widget {
	width:100%;
	float:left;
	background:#fff;
	padding: 5px 0;
}
.widget_bxslider-widget ul li {
	float: left!important;
	margin-left: 14px!important;
	position: relative!important;
}
ul.sub-menu li.current-menu-item a {
	background:#8f0b0c;
	color:#fff;
}/* =Media queries-------------------------------------------------------------- *//* Does the same thing as <meta name="viewport" content="width=device-width">, * but in the future W3C standard way. -ms- prefix is required for IE10+ to * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor * the meta tag. See http://core.trac.wordpress.org/ticket/25888. */
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
.author-avatar {
float: left;
margin-top: 8px;
margin-top: 0.571428571rem;
}
.author-description {
float: right;
width: 80%;
}
.site {
margin: 0 auto;
width:1024px;
padding:10px;/*overflow: hidden;*/
}
.site-content {
float: left;/*		width: 65.104166667%;*/
}
body.template-front-page .site-content, body.attachment .site-content, body.full-width .site-content {
width: 100%;
}
.widget-area {
float: right;
width: 26.041666667%;
}
.site-header h1, 
.site-header h2 {
text-align: left;
}
.site-header .logo_sec {
font-size: 26px;
font-size: 1.857142857rem;
line-height: 1.846153846;
margin-bottom: 0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
float:left;
display: inline-block !important;
text-align: left;
}
.main-navigation ul {
margin: 0;
text-indent: 0;
}
.main-navigation li a, .main-navigation li {
display: inline-block;
text-decoration: none;
}
.main-navigation li a {
border-bottom: 0;
padding:0 20px;
color: #fff;
font-size:16px;
line-height:45px;
white-space: nowrap;
}
.main-navigation li:hover > a {
color: #970407;
}
.main-navigation li a:hover {
color: #970407;
}
.main-navigation li {
position: relative;
float:left;
}
.main-navigation li ul {
display: none;
margin: 0;
padding: 0;
position: absolute;
top: 100%;
z-index: 110;
}
.main-navigation li ul ul {
top: 0;
left: 100%;
}
.main-navigation ul li:hover > ul {
border-left: 0;
display: none;
}
.main-navigation li ul li a {
background: #C40602;
border-bottom: 1px solid #8f0b0c;
display: block;
font-size: 12px !important;
line-height: 30px !important;
padding: 5px 10px !important;
width: 200px;
white-space: normal;
}
.main-navigation li ul li a:hover {
background: #8f0b0c;
color: #fff;
}
.main-navigation li.current-menu-item > a {
}
.main-navigation li.current-menu-ancestor > a {
color: #fff;
font-weight:normal;
background: #970407;
background: -moz-linear-gradient(top, #970407 0%, #e2191c 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #970407), color-stop(100%, #e2191c));
background: -webkit-linear-gradient(top, #970407 0%, #e2191c 100%);
background: -o-linear-gradient(top, #970407 0%, #e2191c 100%);
background: -ms-linear-gradient(top, #970407 0%, #e2191c 100%);
background: linear-gradient(to bottom, #970407 0%, #e2191c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970407', endColorstr='#e2191c', GradientType=0 );
}
.main-navigation li.current_page_item ul.sub-menu li a {
color: #fff;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #e0191b;
font-weight: bold;
}
.menu-toggle {
display: none;
}
.entry-header .entry-title {
font-size: 22px;
color:#C40602;
font-size: 1.571428571rem;
}
#respond form input[type="text"] {
width: 46.333333333%;
}
#respond form textarea.blog-textarea {
width: 79.666666667%;
}
.template-front-page .site-content, .template-front-page article {
overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
float: left;
width: 47.916666667%;
}
.entry-page-image {
float: right;
margin-bottom: 0;
width: 47.916666667%;
}
.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
float: left;
width: 51.875%;
margin-bottom: 24px;
margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
clear: right;
}
.template-front-page .widget-area .widget:nth-child(even), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
float: right;
width: 39.0625%;
margin: 0 0 24px;
margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget, .template-front-page.two-sidebars .widget:nth-child(even) {
float: none;
width: auto;
}
.commentlist .children {
margin-left: 48px;
margin-left: 3.428571429rem;
}
}/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
body .site {
padding:15px 10px;
margin-top:0px;
}
body.home .site {
padding:15px 0px;
margin-top:0px;
}
body.custom-background-empty {
background-color: #fff;
}
body.custom-background-empty .site, body.custom-background-white .site {
padding: 0;
margin-top: 0;
margin-bottom: 0;
box-shadow: none;
}
}/* =Print----------------------------------------------- */
@media print {
body {
	background: none !important;
	color: #000;
	font-size: 10pt;
}
footer a[rel=bookmark]:link:after, footer a[rel=bookmark]:visited:after {
	content: " [" attr(href) "] "; /* Show URLs */
}
a {
	text-decoration: none;
}
.entry-content img, .comment-content img, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}
.site {
	clear: both !important;
	display: block !important;
	float: none !important;
	max-width: 100%;
	position: relative !important;
}
.site-header {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	text-align: left;
}
.site-header h1 {
	font-size: 21pt;
	line-height: 1;
	text-align: left;
}
.site-header h2 {
	color: #000;
	font-size: 10pt;
	text-align: left;
}
.site-header h1 a, .site-header h2 a {
	color: #000;
}
.author-avatar, #colophon, #respond, .commentlist .comment-edit-link, .commentlist .reply, .entry-header .comments-link, .entry-meta .edit-link a, .page-link, .site-content nav, .widget-area, img.header-image, .main-navigation {
	display: none;
}
.wrapper {
	border-top: none;
	box-shadow: none;
}
.site-content {
	margin: 0;
	width: auto;
}
.singular .entry-header .entry-meta {
	position: static;
}
.singular .site-content, .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular .comments-title {
	margin: 0;
	width: 100%;
}
.entry-header .entry-title, .entry-title, .singular .entry-title {
	font-size: 21pt;
}
footer.entry-meta, footer.entry-meta a {
	color: #444;
	font-size: 10pt;
}
.author-description {
	float: none;
	width: auto;
}/* Comments */
.commentlist > li.comment {
	background: none;
	position: relative;
	width: auto;
}
.commentlist .avatar {
	height: 39px;
	left: 2.2em;
	top: 2.2em;
	width: 39px;
}
.comments-area article header cite, .comments-area article header time {
	margin-left: 50px;
	margin-left: 3.57142857rem;
}
}
.woocommerce ul.products li.product {
	background: none repeat scroll 0 0 #F2F0F1;
	box-shadow: 0 0 5px #C6C6C6;
	display: block;
	min-height: 282px;
	padding: 5px 5px 10px !important;
	width: 28%!important;
	margin: 0 20px 20px 0!important;
}
.woocommerce ul.products li.product:hover {
	background: none repeat scroll 0 0 #E8E8E8;
	box-shadow: 0 0 5px #A6A6A6;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	box-shadow: 0 1px 1px 0 rgba(1, 1, 1, 0.1)!important;
	height: 112px!important;
}
.woocommerce ul.products li.product a h3 {
	font-weight: normal;
	line-height: 22px;
	min-height: 40px;
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.woocommerce ul.products li.product a span.price {
	color: #85AD74;
	display: block;
	font-weight: 400;
	margin-bottom: 0.5em;
}
.woocommerce ul.products li.product a.add_to_cart_button {
	background: #035386; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4JSIgc3RvcC1jb2xvcj0iIzAzNTM4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMWU1Nzk5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmI0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #035386 8%, #1e5799 8%, #002b46 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #035386), color-stop(8%, #1e5799), color-stop(100%, #002b46)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #035386 8%, #1e5799 8%, #002b46 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #035386 8%, #1e5799 8%, #002b46 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #035386 8%, #1e5799 8%, #002b46 100%); /* IE10+ */
	background: linear-gradient(to bottom, #035386 8%, #1e5799 8%, #002b46 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035386', endColorstr='#002b46', GradientType=0 ); /* IE6-8 */
	border: medium none;
	box-shadow: none;
	color: #FFFFFF;
	text-shadow: none;
}
.woocommerce ul.products li.product a.add_to_cart_button:hover {
	background: #002b46; /* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmI0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzAzNTM4NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #002b46 0%, #035386 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #002b46), color-stop(93%, #035386)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002b46 0%, #035386 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002b46 0%, #035386 93%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002b46 0%, #035386 93%); /* IE10+ */
	background: linear-gradient(to bottom, #002b46 0%, #035386 93%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b46', endColorstr='#035386', GradientType=0 ); /* IE6-8 */
}
ul#locationSection {
	list-style:none;
	margin:0;
	padding:0;
}
ul#locationSection li {
	border: 1px solid #DDDDDD;
	box-shadow: 3px 5px 5px #EEEEEE;
	float: left;
	margin: 0 23px 20px 0;
	min-height: 115px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	width: 43%;
}
ul#locationSection li:hover {
	background: none repeat scroll 0 0 #599DD9;
	color: #FFFFFF;
	text-decoration: none;
}
ul#locationSection li.location {
	width:100%;
	overflow:hidden;
}
ul#locationSection li.location .loc_thumb {
	float:left;
	width:40%;
	margin-right:10%;
}
ul#locationSection li.location .loc_thumb img.wp-post-image {
	width:100%;
}
ul#locationSection li.location .loc_des {
	width:40%;
	float:right;
}
ul#locationSection li:nth-child(2n) {
}
#loc-4831 tbody {
	border: 1px solid #dddddd;
}
tr.mainHeading td {
	background: none repeat scroll 0 0 #173557;
	color: #FFFFFF;
	font-size: 16px;
	padding: 8px 7px;
}
tr.mainDes td {
	background: none repeat scroll 0 0 #E0E0E0;
	color: #000000 !important;
	font-size: 13px;
	padding: 4px 6px;
}
td.fistTd {
	border: 1px solid #E1E1E1;
	font: 12px arial;
	padding: 6px 5px;
}
td.secondTd {
	border: 1px solid #E1E1E1;
	font: 12px arial;
	padding: 6px 5px;
}
td.thirdTd {
	border: 1px solid #E1E1E1;
	font: 12px arial;
	padding: 6px 5px;
}
.classlist {
	float: right;/*
	margin-top: -12px;*/
}
.loc_thumb {
	float: left;
	width: 30%;
}
.loc_des {
	float: left;
	padding-top: 15px;
	width: 70%;
}
#tableList td {
	border:1px solid #E1E1E1; padding: 6px 5px;
}
.four-box-wrap .f-box.noMargin {
	margin-right:0px !important
}
.contact-add a {
	color:#fff;
}
.single-ch_courses .locationlist {
	display:block;
}
.page-template-classe-by-location-php .locationlist {
	display:none;
}
.page-template-classes-location-php .locationlist {
	display:block;
}
ul#tableList h2 {
	font-size: 17px;
	line-height: 22px;
}
div.loc_des h2 {
	font-size: 20px;
}

h1.h1 {
	font-size: 23px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 21px;
	padding: 1px 0 15px;
	color: #b70201;
	font-weight: 600;
}
#content > h2 {
	font-size: 23px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 21px;
	padding: 1px 0 15px;
}
.page-template-blog-php .site-content article {
	-moz-hyphens: auto;
	border-bottom: 1px solid #ccc;
	margin-bottom: 22px;
	padding-bottom: 21px;
	word-wrap: break-word;
}
.page-template-blog-php #content > h1 {
	border-bottom: 1px solid #ccc;
	font-size: 29px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	color:#c40602;
}
.page-template-blog-php #content h2 {
	font-size: 30px;
	margin-bottom:15px;
}
.tagcloud a {
	background: none repeat scroll 0 0 #e1e1e1;
	border-radius: 5px;
	color: #333 !important;
	display: inline-block;
	padding: 2px 15px;
}
.add_to_cart_button {
	background: none repeat scroll 0 0 #c40602;
	clear: both;
	color: #fff;
	display: inline-block !important;
	padding: 1px 15px;
}
.type-product > a {
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 19px;
}
.topSoicalIcon h3 {
	display: none;
}
.topSoicalIcon {
	float:right;
	clear:both;
	margin: 0 !important;
}
.topSoicalIcon ul li {
	display: inline;
	margin-left: 7px;
	margin-top:7px;
	margin-bottom:0;
}
body.single-ch_courses .topSoicalIcon ul li {
	float: left;
	margin-top:7px;
	margin-left: 12px;
}
@font-face {
font-family: 'FranklinGothic-MediumCond';
src:	url('fonts/FranklinGothicMC.eot');
src:   url('fonts/FranklinGothicMC.eot?#iefix') format('embedded-opentype'), url('fonts/FranklinGothicMC.woff') format('woff'), url('fonts/FranklinGothicMC.ttf') format('truetype'), url('fonts/FranklinGothicMC.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.bannerbottom {
	clear:both;
	margin:0;
	padding:0;
	background:url(images/veteranBannernew.png) center top no-repeat;
	height:127px;
	max-height:127px;
	overflow:hidden;
}
.bannerbottom .textwidget a {
	display:block;
	overflow:hidden;
	color:#FFFFFF;
	text-decoration:none;
}
.bannerbottom .textwidget .banner-botleft {
	float:left;
	width:70%;
}
.bannerbottom .textwidget .banner-botleft h3 {
	font-size:40px;
	line-height:40px;
	color:#FFFFFF;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-family: 'FranklinGothic-MediumCond';
}
.bannerbottom .textwidget .banner-botleft h5 {
	font-size:33px;
	line-height:33px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	font-family: 'FranklinGothic-MediumCond';
	margin-top:5px;
}
.bannerbottom .textwidget .banner-botright {
	float:right;
	width:30%;
}
.bannerbottom .textwidget .banner-botright h3 {
	font-size:40px;
	line-height:40px;
	color:#FFFFFF;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	font-weight:normal;
	font-family: 'FranklinGothic-MediumCond';
}
.bannerbottom .textwidget .banner-botright h5 {
	font-size:33px;
	line-height:33px;
	color:#FFFFFF;
	text-align:center;
	font-weight:normal;
	font-family: 'FranklinGothic-MediumCond';
	margin-top:5px;
}
.stepsfornext {
	margin:0;
	padding:30px 0;
	clear:both;
}
.stepsfornext ul.stepslist {
	margin:0;
	padding:0;
	display:block;
	float:left;
}
.stepsfornext ul.stepslist li {
	display:block;
	float:left;
	margin:0 0 0 -13px;
	padding:0px 0px;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}
.stepsfornext ul.stepslist li .backpart {
	padding-left:20px;
	background:url('images/normalback_bg.png') no-repeat left center;
	float:left;
}
.stepsfornext ul.stepslist li .backfrnt {
	padding-right:20px;
	background:url('images/normalfrnt_bg.png') no-repeat right center;
	float:left;
}
.stepsfornext ul.stepslist li .textwithiconpart {
	float:left;
	margin:0;
	padding:10px 8px;
	background-color:#00304F;
}
.stepsfornext ul.stepslist li .numericclass {
	float:left;
	margin:0;
	padding:0;
	display:block;
	width:25px;
	height:25px;
	font-size:13px;
	line-height:25px;
	color:#FFF;
	text-align:center;
	background-color:#465560;
	border-radius:20px;
	font-weight:bold;
}
.stepsfornext ul.stepslist li .steptext {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	display:block;
	font-size:13px;
	line-height:25px;
	color:#FFF;
	font-weight:bold;
}
.stepsfornext ul.stepslist li:first-child {
	margin-left:0;
}
.stepsfornext ul.stepslist li.active .backpart {
	background:url('images/activeback_bg.png') no-repeat left center;
}
.stepsfornext ul.stepslist li.active .backfrnt {
	background:url('images/activefrnt_bg.png') no-repeat right center;
}
.stepsfornext ul.stepslist li.active .textwithiconpart {
	background-color:#c40602;
}
.stepsfornext ul.stepslist li.active .numericclass {
	color:#c40602;
	text-align:center;
	background-color:#FFF;
}
.fullwidthregisterpage .producttable {
	width:100%;
	margin-bottom:20px;
}
.fullwidthregisterpage .producttable tr th {
	padding:10px 10px;
	background-color:#b70200;
	color:#FFF;
	color:#FFF;
	font-weight:bold;
	border:1px solid #c40602;
}
.fullwidthregisterpage .producttable tr th.qua {
	width:115px;
}
.fullwidthregisterpage .producttable tr th.pricetablehead {
	width:80px;
}
.fullwidthregisterpage .producttable tr th.clickfor {
	width:150px;
}
.fullwidthregisterpage .producttable tr th.descrip {
	width:390px;
}
.fullwidthregisterpage .producttable tr td {
	border:1px solid #CCC;
	padding:10px 10px;
	vertical-align:middle;
}
.fullwidthregisterpage .producttable tr td a.productlink {
	display:block;
	margin-bottom:10px;
}
.fullwidthregisterpage .producttable tr td.productimage {
	text-align:center;
}
.fullwidthregisterpage .producttable .selectSize {
	display:block;
	margin:0;
	padding:0; /*float:left;*/
}
.fullwidthregisterpage .producttable .selectSize select {
	border:1px solid #cccccc;
	border-radius:3px;
	width:55px;
	height:33px;
}
.fullwidthregisterpage .producttable .addtocartbtn {
	display:block;
	margin:0 0px 0 0;
	padding:0;
}
.fullwidthregisterpage .producttable .addtocartbtn a.button {
	display:block;
	margin:0;
	padding:8px 10px;
	width:auto;
	background-color:#00304f;
	font-size:14px;
}
.fullwidthregisterpage .producttable .addtocartbtn a.button:hover {
	background-color:#b70200;
	color:#FFF;
}
.fullwidthregisterpage .producttable .productimg img {
	max-height:60px;
	width:auto;
}
.fullwidthregisterpage .producttable .product-msg {
	float:left;
	margin:0 5px 5px 0;
}
.fullwidthregisterpage .producttable .remove_cart_button {
	float:left;
	display:block;
	width:auto;
	background-color: rgba(0, 0, 0, 0);
	font-size:0;
	width:13px;
	height:13px;
	padding:0;
	background:url(images/croosicon.png) center center no-repeat;
}
.page-id-8237 .innerbannersection {
	border-bottom:none;
	margin-top: 124px;
}
.hide-cart {
	display:none !important;
}
#message a.proceedbtn {
	background-color: #b70200;
	border-radius: 2px;
	color: #ffffff;
	display: block;
	float: right;
	font-weight: bold;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 7px 20px;
	text-transform: uppercase;
}
.leftinfo {
	float: left;
	width: 49%;
}
.register .leftinfo .registerSummary h3 {
	font-size: 14px;
	font-weight: normal;
}
.register .rightinfo {
	float: right;
	width: 49%;
}
#regforms .registerbox {
	float:none;
	width:auto;
}
.floatLeft input[type="submit"] {
	width:300px;
}
.paypal_ccard input, .floatLeft input {
	width:auto;
}
.register .leftinfo .wrapper h1 {
	font-size: 20px;
}
.cart {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	color: #333333;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0;
	width: 100%;
}
.register .leftinfo table.cart p.proTittle {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0;
	width: 160px;
}
table.cart td {
	line-height: 35px;
	padding: 2px 10px 0;
	vertical-align: middle;
}
.cart .button {
	float:right
}
.button:hover, .card_total input[type="button"]:hover {
	background: #388de8 none repeat scroll 0 0;
}
.Inner-student_info h1 {
	font-size: 20px;
	padding:10px 0;
	text-transform:uppercase
}
.student_info {
	padding:20px 10px;
	float:left
}
.student_info input, .student_info textarea, .student_info select {
	padding:5px 10px;
	width:100%;
	display:block;
	box-sizing:border-box;
	box-shadow: 1px 1px 1px #dddddd inset;
	border: 1px solid #cccccc;
}
.student_info p {
	margin-bottom:10px;
}
.student_info form p {
	width:46%;
	float:left;
	margin:0 5px
}
.one-col input {
	width:50%
}
#ship_form_div {
	display:none;
}
#ship_form {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.registerbox #user_registrationFrom .registerform {
	width:100%;
	margin:0;
	padding:0;
}
.registerbox .registerform p.column {
	width:48%;
	float:left;
	min-height:55px;
}
.registerbox .registerform p.column .wpcf7-form-control-wrap select.wpcf7-select {
	width:100%;
}
.registerbox .registerform p.column:nth-child(2n) {
margin-left:4%;
}
.registerbox .registerform p.rowline {
	clear:both;
}
.registerbox .registerform p.rowline .wpcf7-form-control-wrap {
	width:100%;
}
.registerbox .registerform p.rowline .wpcf7-form-control-wrap textarea.red_phone {
	width:100%;
	margin:0;
	box-sizing:border-box;
}
#user_registrationFrom p.billinginfor {
	clear:both;
	margin-bottom:20px;
}
#ship_form_div.cardDetail.student_info {
	clear:both;
	width:100%;
	box-sizing: border-box;
}
div.cardDetail p.cartdetailcolum {
	width:48%;
	float:left;
	min-height:55px;
}
div.cardDetail p.cartdetailcolum:nth-child(2n) {
margin-left:4%;
}
body.logged-in.admin-bar > .innerbannersection {
	margin-top:197px;
}
body.logged-in.admin-bar > .banner {
	margin-top:123px;
}
.wpcf7-form select {
	border: 1px solid #cccccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 0.428571rem;
	width: 100%;
}
.page-id-143 div.wpcf7 {
	width: 44%;
}
.activity_list_div div h2.widget-title, .activity_list_div div div.widget_sp_image-description {
	display: none;
}
.activity_list_div {
	width: 1024px;
	margin: 0 auto;
	text-align: center;
}
.activity_list_div:after{ content:""; clear:both; margin:0; padding:0; display:block;}
.activity_list_div .widget-container {
	width:50%;
	float:left;
}
.activity_list_div .widget-container a{ display:block; padding:0 5px;}
.activity_list_div .widget-container a img{ width:100%;}



.gap_bdr {
    clear: both;
    height: 2px;
    background: #efefef;
    margin: 0px 0 20px;
}
#tableList{ margin-bottom:20px}


/* Popup Login */

.popuplogin-form { font-size:14px; }
.popuplogin-form form { margin:0; }
.remodal h2 { color: #000; font-size: 25px; line-height: 30px; margin: 0 0 15px; }
.popuplogin-form label { line-height:20px; margin:0 0 5px; }
.popuplogin-form label,
.popuplogin-form label + span { display:block; text-align:left; }
.popuplogin-form p { margin: 0 0 20px; }
.popuplogin-form input[type="checkbox"] { margin:5px; }
.popuplogin-form input.input { display: block; height: 40px !important; line-height: 40px !important; padding: 0 10px; width: 100%; 
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-khtml-box-sizing: border-box;

box-shadow: 0 0;
-moz-box-shadow: 0 0;
-webkit-box-shadow: 0 0;
-o-box-shadow: 0 0;
-ms-box-shadow: 0 0;
-khtml-box-shadow: 0 0;
}

.popuplogin-form .login-submit { overflow:hidden; margin:0; }
.popuplogin-form .login-submit input.button-primary { background:#2a519e; border:0; color: #ffffff; cursor: pointer; display: inline-block; float:left; font:bold 16px/1.5 Arial, Helvetica, sans-serif; margin:0; padding: 5px 24px; text-decoration: none; text-shadow: 1px 1px 0 #00101f; 

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
-khtml-border-radius: 5px;


box-shadow: 0 1px 0 0 #789be2 inset; 
-moz-box-shadow: 0 1px 0 0 #789be2 inset; 
-webkit-box-shadow: 0 1px 0 0 #789be2 inset; 
-o-box-shadow: 0 1px 0 0 #789be2 inset; 
-ms-box-shadow: 0 1px 0 0 #789be2 inset; 
-khtml-box-shadow: 0 1px 0 0 #789be2 inset; 
} 
.popuplogin-form .login-submit input.button-primary:hover { background:#2a5ab8; color:#fff; } 

.popuplogin-form .login-submit a { float:right; }
.popuplogin-form .errorlogin { background:#ff0000; color: #fff; font-weight: bold; line-height: 17px; padding: 7px; text-align: left; }


/* Popup Login */





/* Shop Box */

.shopbox { text-align:center}
.shopbox .boxes { margin:0 0 20px 2%; width:31%; display:inline-block; vertical-align:top;

box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-khtml-box-sizing: border-box; text-align:left
}
.shopbox .boxes:nth-child(3n+1) { margin-left:0; }
.shopbox .boxes a { border: 1px solid #c40602; color: #c40602; display: block; font-size: 18px; line-height: 30px;
 min-height: 65px; padding: 20px 20px 20px 100px; position: relative;
transition:0.5s;
-moz-transition:0.5s;
-webkit-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
-khtml-transition:0.5s;
}
.shopbox .boxes a:hover { background:#c40602; color:#fff; text-decoration:none; }
.shopbox .boxes a::before { background:url(images/gear_shop_icon.png) no-repeat 0 0; content: ""; height: 75px; left: 15px; position: absolute; top: 15px; width: 75px;
transition:0.5s;
-moz-transition:0.5s;
-webkit-transition:0.5s;
-o-transition:0.5s;
-ms-transition:0.5s;
-khtml-transition:0.5s;

 } 
.shopbox .box1 a::before { background-position:2px 0; }
.shopbox .box2 a::before { background-position:0 -75px; }
.shopbox .box3 a::before { background-position:0 -161px; }
.shopbox .box4 a::before { background-position:-7px -384px; }
.shopbox .box5 a::before { background-position:-5px -268px; }

.shopbox .box1 a:hover::before { background-position:-80px 0; }
.shopbox .box2 a:hover::before { background-position:-84px -75px; }
.shopbox .box3 a:hover::before { background-position:-83px -161px; }
.shopbox .box4 a:hover::before { background-position:-107px -384px; }
.shopbox .box5 a:hover::before { background-position:-106px -268px; }

.shopbox .box1 a span,
.shopbox .box2 a span,
.shopbox .box4 a span,
.shopbox .box5 a span { padding:15px 0 0; display:block;  }

/* Shop Box */

.page-template-studentarea .remodal {padding: 25px; max-width:608px}
.remodal form p{ text-align:left}
.remodal form p label{ width:100%;margin: 0 0px 5px 0;}
.remodal form p span.wpcf7-form-control-wrap{width: 100%;}

.remodal .wpcf7-form select,
.remodal .wpcf7-form input,
.remodal .wpcf7-form textarea{ width:100%;box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-khtml-box-sizing: border-box;
height: 40px;}
.remodal input[type=submit]{ width:auto}
.remodal select{webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(images/dropdn-grey.png);background-position:95% center;background-repeat:no-repeat;padding-left:7px}
div.wpcf7-response-output{margin:1.5em 0em;position:relative;padding:5px 10px !important;position:relative}
div.wpcf7-validation-errors,div.wpcf7-mail-sent-ng{background:#f00;color:#fff;border-color:#f00}
div.wpcf7-mail-sent-ok{border:2px solid #398f14;background:#398f14;color:#fff}
.wpcf7 img.wpcf7-captchac{float:right;height:auto;margin:7px 0 0;vertical-align:bottom;width:85px}
input.wpcf7-not-valid,select.wpcf7-not-valid,textarea.wpcf7-not-valid,.contact_info input.wpcf7-not-valid,.contact_info select.wpcf7-not-valid,.contact_info textarea.wpcf7-not-valid{border:1px solid #f00 !important}
span.wpcf7-not-valid-tip{display:none}


a.button.covid {
    background: #ffffff;
    color: #b1161a;
    padding: 8px;
	display: inline;
	border-radius: 30px;
}
@media only screen and (max-width: 960px){
div#tpbr_box {
    max-width: 80%;
    display: inline;
}
	button#responsive-menu-button {
    top: 15% !important;
}
}
@media only screen and (max-width: 767px){
	.soliloquy-container .soliloquy-image {
    height: 200px !important;
}
}