@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
/*
Theme Name: kfa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: kfa
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 kfa is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Inputs and buttons
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Inputs and buttons
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	/*KFA*/
	background: #4b5e76;
	padding: 10px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li {
	float: left;
	position: relative;
	/*KFA*/
	margin: 0 2px;
}
.main-navigation ul li a {
	display: block;
	text-decoration: none;
	/*KFA*/
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	font: bold 19px/1 'Roboto Condensed',sans-serif;
}
.main-navigation ul li a:hover, .main-navigation ul li.current_page_item a, .main-navigation ul li.current-menu-item a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #243750;
}
.main-navigation ul ul {
	position: absolute;
	left: 0;
	z-index: 99999;
	display: none;
	float: left;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	/*KFA*/
	top: 0;
	margin-top: 39px;
	padding-top: 10px;
	background: #4b5e76;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.main-navigation ul ul li { margin: 0; }
.main-navigation ul li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; }
.main-navigation .current_page_item a, .main-navigation .current-menu-item a {}

.footer-navigation ul {
	margin: 30px 10px 20px;
	padding: 0;
	list-style: none;
}
.footer-navigation ul li {
	border-right: 1px solid #c6c7c6;
	float: left;
}
.footer-navigation ul li:last-child { border: 0; }
.footer-navigation ul li a {
	font: normal 19px/1 'Roboto Condensed',sans-serif;
	display: block;
	padding: 0 23px;
	text-decoration: none;
	color: #333;
}
.footer-navigation ul li a:hover, .footer-navigation ul li.current_page_item {
	color: #86ad52;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.menu:before,
.menu:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.menu:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
h1.entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
/*.hentry {
	margin: 0 0 1.5em;
}*/
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* KFA Main */
body {
	background-color: #f7fcee;
}
#page {
	margin: 0 auto;
	width: 1020px;
}
.site-branding a {
	display: block;
	overflow: hidden;
	margin: 30px 0 34px;
	width: 318px; 
	height: 42px;
	/* background: transparent url(/sites/all/themes/kidsfirstaid/images/logo.png) 0 0 no-repeat scroll; */
	background: transparent url(/sites/all/themes/kidsfirstaid/images/logo-2.png) 0 0 no-repeat scroll;
	text-indent: -999px;
    max-width: 100%;
    background-size: contain;
}
.site-content {
	padding: 20px;
	border: 1px solid #bababa;
	background-color: #fff;
}

/* Choking Video page-id-24 */
body.page-id-24 #menu-main-menu .menu-item { visibility: hidden; }
body.page-id-24 #menu-main-menu #menu-item-53 { visibility: visible !important; }
body.page-id-24 #colophon{ display: none !important; }
body.page-id-24 #content{ padding-bottom: 30px; }

#choking-video .left-content, #choking-video .right-content { float: left; }
#choking-video .top-content .right-content {
	padding: 0 14px;
	width:366px; height:478px;
}
#choking-video .top-content .right-content h1 {
	margin: 12px 0 10px;
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	font-family: 'Roboto Condensed',sans-serif;
}
#choking-video .top-content .right-content p {
	color: #592a00;
	font-size: 14px;
}
#choking-video .top-content .right-content ul { margin-left: 10px; }
#choking-video .top-content .right-content li {
	padding-bottom: 10px;
	padding-left: 28px;
	background-position: left 4px;
	color: #592a00;
	font-size: 14px;
	line-height: 1.5; 
}
#choking-video .top-content .right-content .content-image {
	margin-right: 12px;
	margin-bottom: 0;
	text-align: center;
}
#choking-video .top-content .right-content .content-image em {
	color: #fff;
	font-size: 12px;
}
#choking-video .sub-content {  margin-bottom:20px; }
#choking-video .sub-content .left-content {
	margin-right: 20px;
	width: 611px;
	height: 280px;
	background: #8dc34b url(images/choking-sub-left.jpg) no-repeat top right;
}
#choking-video .sub-content .left-content .text-container {
	padding: 30px 30px 0;
	width: 340px;
}
#choking-video .sub-content .left-content h2 {
	margin-bottom: 12px;
	color: #3f7300;
	font-size: 28px;
	font-family: 'Roboto Condensed',sans-serif;
	line-height: 1.2;
}
#choking-video .sub-content .left-content p {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}
#choking-video .sub-content .right-content {
	padding: 16px 25px;
	width:346px;
	height:280px;
	border: 1px solid #ccd2d7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#choking-video .sub-content .right-content h2 {
	margin-bottom: 8px;
	color: #3f7300;
	font-size: 28px;
	font-family: 'Roboto Condensed',sans-serif;
	line-height: 1.2;
}
#choking-video .sub-content .right-content h3 {
	overflow: hidden;
	margin-bottom: 12px;
	width: 184px;
	height: 28px;
	background: url(images/ben-fisher-scriptfont.png) no-repeat;
	text-indent: -999px;
}
#choking-video .sub-content .right-content ul {
	margin-left: 0;
	width: 240px;
}
#choking-video .sub-content .right-content ul li {
	padding-bottom: 6px;
	padding-left: 40px;
	color: #333;
	font-size: 15px;
}
#choking-video .testimonial {
	position: relative;
	float: left;
	width: 480px;
}
#choking-video .testimonial:first-child {
	margin-right: 17px;
}
#choking-video .testimonial:after {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: block;
	margin-left: 40px;
	width: 51px;
	height: 29px;
	background: url('images/testimonial-arrow.png') no-repeat;
	content: '';
}
#choking-video .testimonial-inner {
	padding: 25px;
	border: 1px solid #ccd2d7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 3px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 2px 3px 2px rgba(0,0,0,0.07);
	box-shadow: 2px 3px 2px rgba(0,0,0,0.07);
}
#choking-video .testimonial-inner p {
	color:#3a3a3a;
	font-size: 15px;
}
#choking-video .testimonial-inner p:last-child {
	margin-bottom: 0;
}
#choking-video .testimonial-author {
	margin-top: 10px;
	margin-left: 110px;
	font-weight: bold;
}

/* Utility */
ul.unstyled {
	padding-left: 0;
	list-style: none;
}
.pull-left { float: left; }
.pull-right { float: right; }
.grey-gradient {
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#f4f4f4 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4',GradientType=0 );
}
.orange-gradient {
	background: #fcce4d url(/sites/all/themes/kidsfirstaid/images/free-video-optin-bg.png) 0 0 repeat-x scroll;
}
.graphical-checks { margin-left: 0; }
.graphical-checks li {
	list-style: none;
	background: url(/sites/all/themes/kidsfirstaid/images/check-bullet.png) no-repeat;
	padding-left: 35px;
	font-size: 22px;
	background-position: top left;
}
.graphical-icons li {
    background: url(images/graphical-icons.png) no-repeat top left;
}

.graphical-icons .icon-check-circle{ background-position: 0 0; }
.graphical-icons .icon-chopper{ background-position: 0 -73px; }
.graphical-icons .icon-family{ background-position: 0 -146px; }
.graphical-icons .icon-graduate{ background-position: 0 -219px; }
.graphical-icons .icon-medic{ background-position: 0 -292px; }


/*--------------------------------------------------------------*/
/*   NEW ULTILITY   */
/*--------------------------------------------------------------*/
/* .one-half {
    width: 50%;
    float: left;
}
.one-third {
    width: 30%;
    float: left;
}
.two-thirds {
    width: 70%;
    float: left;
} */
.five-sixths,
.four-sixths,
.four-fifths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.three-fourths,
.three-sixths,
.three-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.two-fifths {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.one-fifth {
	width: 17.94872%;
	width: 17.34872%;
}
.two-fifths {
	width: 38.71795%;
}
.three-fifths {
	width: 58.71795%;
}
.four-fifths {
	width: 75.8974352%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	margin-left: 0;
}
.wrap-inverse .five-sixths,
.wrap-inverse .four-sixths,
.wrap-inverse .four-fifths,
.wrap-inverse .one-fourth,
.wrap-inverse .one-half,
.wrap-inverse .one-sixth,
.wrap-inverse .one-third,
.wrap-inverse .one-fifth,
.wrap-inverse .three-fourths,
.wrap-inverse .three-sixths,
.wrap-inverse .three-fifths,
.wrap-inverse .two-fourths,
.wrap-inverse .two-sixths,
.wrap-inverse .two-thirds,
.wrap-inverse .two-fifths {
	float: right;
}

.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pad30 { padding: 30px; }
.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padTB12 {
    padding-top: 12px;
    padding-bottom: 12px;
}
.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padTB50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padLR10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padLR20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padLR40 {
    padding-left: 40px;
    padding-right: 40px;
}
.padLR60 {
    padding-left: 60px;
    padding-right: 60px;
}
.pad10 { padding: 10px;}
.pad20 { padding: 20px;}
.pad40 { padding: 40px;}
.pad50 { padding: 50px;}
.padT10 { padding-top: 10px;}
.padT20 { padding-top: 20px;}
.padT30 { padding-top: 30px;}
.padT40 { padding-top: 40px;}
.padT60 { padding-top: 60px;}
.padB10 { padding-bottom: 10px;}
.padB20 { padding-bottom: 20px;}
.padB30 { padding-bottom: 30px;}
.padB40 { padding-bottom: 40px;}
.padB60 { padding-bottom: 60px;}
.padL10 { padding-left: 10px;}
.padL20 { padding-left: 20px;}
.padL30 { padding-left: 30px;}
.padR10 { padding-right: 10px;}
.padR20 { padding-right: 20px;}
.padR30 { padding-right: 30px;}
.marT100n { margin-top: -100px;}
.marT150n { margin-top: -150px;}
.marB10 { margin-bottom: 10px;}
.full-width .marB15,
.marB15 { margin-bottom: 10px;}
.marB20 { margin-bottom: 20px;}
.marB30 { margin-bottom: 30px;}
.marB40 { margin-bottom: 40px;}
.marT15 { margin-top: 10px;}
.marT20 { margin-top: 20px;}
.marT30 { margin-top: 30px;}
.marT40 { margin-top: 40px;}
.noPadding { padding: 0px;}
.noMarging { margin: 0px;}
.noDecoration { text-decoration: none;}
.noStyle li,
.noStyle { list-style-type: none;}
.overflowHidden { overflow: hidden;}
.block { display: block; }
.inlineBlock { display: inline-block; }
.uppercase { text-transform: uppercase;}
.fontWeightB, .strong, .bold { font-weight: bold;}
.fontWeightL { font-weight: 300;}
.fontS14 { font-size: 14px;}
.fontS16 { font-size: 16px;}
.fontS18 { font-size: 18px;}
.fontS20 { font-size: 20px;}
.fontS22 { font-size: 22px;}
.fontS24 { font-size: 24px;}
.fontS26 { font-size: 26px;}
.fontS28 { font-size: 28px;}
.fontS30 { font-size: 30px;}
.fontS34 { font-size: 34px;}
.fontS36 { font-size: 36px;}
.fontS40 { font-size: 40px;}
.fontS50 { font-size: 50px;}
.fontS60 { font-size: 58px;}
.fontS70 { font-size: 66px;}
.vAlign {
    display: table;
}
.vAlignInner {
    display: table-cell;
    vertical-align: middle;
}
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }
.text-normal { font-weight: normal }
.strong, .bold { font-weight: bold; }
.semiStrong, .semiBold { font-weight: 500; }

.maxWidth1000 {
	max-width: 1000px;
	margin: 5px auto;
}
.maxWidth950 {
    max-width: 950px;
    margin: 5px auto;
}
.maxWidth900 {
    max-width: 900px;
    margin: 5px auto;
}
.maxWidth800 {
	max-width: 800px;
	margin: 5px auto;
}
.maxWidth750 {
	max-width: 750px;
}
.maxWidth650 {
	max-width: 650px;
	width: 100%;
}
.maxWidth400 {
	max-width: 400px;
	width: 100%;
}
.maxWidth400 {
	max-width: 400px;
	width: 100%;
}
.maxWidth250 {
	max-width: 250px;
	width: 100%;
}
.wrap.maxWidth1000,
.wrap.maxWidth950,
.wrap.maxWidth900,
.wrap.maxWidth800,
.maxWidth750,
.maxWidth250 {
	margin: 0px auto;
}

/*   FONT COLOR   */
.textOrange { color: #faa61b;}
.textBlue { color: #023857; }
.text-white { color: #ffffff; }
.text-orange { color: #ff7800; }
.text-dBlue { color: #354253; }
.text-green { color: #86ad52; }
.text-red { color: #e12626; }

/*   BACKGROUND COLOR   */
.yellowBG { background-color: #ffc000; }
.orangeBG { background-color: #ff7800; }
.greenBG { background-color: #5bb153; }
.blueBG { background-color: #0079B8; }
.lGreenBG { background-color: #f7fcee; }
.dBlueBG { background-color: #22344a; }
.orangeBG { background-color: #f5950e; }

/*   BUTTONS   */
.greenBtn, .btn-green {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    height: auto;
    padding: 15px 19px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #577831;
    border-radius: 4px;
    background: #86ad52;
    background:    -moz-linear-gradient(top,  #86ad52 0%, #739d42 100%);
    background: -webkit-linear-gradient(top,  #86ad52 0%,#739d42 100%);
    background:         linear-gradient(to bottom,  #86ad52 0%,#739d42 100%);
    text-shadow: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ad52', endColorstr='#739d42',GradientType=0 );
}
input.orangeBtn {
	box-shadow: none;
}
input.orangeBtn,
.orangeBtn, .btn-orange {
    font-weight: bold;
    display: inline-block;
    padding: 15px 19px;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #d26400;
    border-radius: 4px;
    background: #ff8400;
    background:    -moz-linear-gradient(top,  #ff8400 0%, #ff7100 100%);
    background: -webkit-linear-gradient(top,  #ff8400 0%,#ff7100 100%);
    background:         linear-gradient(to bottom,  #ff8400 0%,#ff7100 100%);
    text-shadow: 0 -1px #d26400;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff7100',GradientType=0 );
}


.greenBtn:hover, .btn-green:hover,
.orangeBtn:hover, .btn-orange:hover {
    background-color: #e56c00;
    color: #ffffff;
    opacity: 0.8;
}
.greenBtn:visited, .btn-green:visited,
.orangeBtn:visited, .btn-orange:visited,
.greenBtn:focus, .btn-green:focus,
.orangeBtn:focus, .btn-orange:focus {
	color: #ffffff;
}

/*   BACKGROUND ICONS   */
.icon-affiliate-program {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-affiliate-program.png);
}
.icon-free-training-module {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-free-training-module.png);
}
.icon-online-bonuses {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-online-bonuses.png);
}
.icon-online-course {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-online-course.png);
}
.icon-medKit {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-med-kit.png);
}
.icon-chatBubble {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-chat-bubble.png);
}
.icon-laptop {
    background-image: url(http://www.kidsfirstaid.com.au/files/customerhub/icon-laptop.png);
}

.johnsonbox {
	padding: 5px;
}
.johnsonbox.white {
	background-color: #ffffff;
	border: 2px solid #b4bcc4;
}
.johnsonbox.white.medium {
	padding: 10px;
}
.johnsonbox.white.small {
	padding: 0px;
	border: 1px solid #cfe8a1;
	margin-bottom: 10px;
    /* font-size: 0px; */
}
.johnsonbox.white.small img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.johnsonbox.white.small p {
	display: inline-block;
	font-size: 24px;
	margin-bottom: 0px;
	padding: 25px;
	vertical-align: middle;
	font-weight: bold;
}
.johnsonbox.green-o.large {
	padding: 70px 75px;
	background-color: #ffffff;
	border: 6px solid #e0f1c1;
	margin-bottom: 25px;
}
.johnsonbox.centeredImg {
	border: 2px solid #f5f5f5;
	display: table;
	height: 195px;
    width: 100%;
	padding: 5px 10px;
	margin-bottom: 30px;
}
.johnsonbox.centeredImg > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.borderL {
	border-left: 2px solid #f5f5f5;
}

.checkList {
    padding-left: 50px;
    margin: 10px 0px;
}
.checkList li {
    list-style-type: none;
    font-family: calibri, sans-serif, arial;
    padding-bottom: 8px;
}
.checkList li:before { 
    content: '\f058';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -25px;
    margin-right: 5px;
    color: #86ad52;
}
.checkList.large {
    padding-left: 55px;
}
.checkList.large li {
    padding-bottom: 20px;
}
.checkList.large li:before {
    font-size: 30px;
    margin-left: -36px;
    margin-right: 10px;
}


/*--------------------------------------------------------------*/
/*  ALL FOR ( WP-NEW TEMPLATE )   */
/*--------------------------------------------------------------*/
.breadcrumbs {
	background-color: #e6eff5;
	padding: 18px 45px;
	color: #3f4040;
	font-size: 14px;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
}
.page-template-page-wp-new .site-content {
	border-top: none;
}
.page-template-page-wp-new #page {
	width: 100%;
	max-width: 1020px;
}
.page-template-page-wp-new header {
	position: relative;
}
.topRightBar {
	position: absolute;
	top: 22px;
	right: 0px;
}
.page-template-page-wp-new a:visited,
.page-template-page-wp-new a:active,
.page-template-page-wp-new a {
    -webkit-transition: opacity .3s ease;
       -moz-transition: opacity .3s ease;
        -ms-transition: opacity .3s ease;
            transition: opacity .3s ease;
}
.page-template-page-wp-new a:hover {
    opacity: 0.8;
}
.page-template-page-wp-new {
    font-family: 'Roboto Condensed', sans-serif;
}
.page-template-page-wp-new p {
    font-family: calibri, arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 14px;
}

.page-template-page-wp-new .typ h2 {
	font-size: 30px;
	font-weight: bold;
}
.page-template-page-wp-new .typ h3 {
	font-size: 20px;
	font-weight: bold;
}


.course .item {
    margin-bottom: 10px;
    background-color: #f6f9fb;
}
.course .icon {
    float: left;
    width: 30%;
    min-height: 290px;
    background-color: #e6eff5;
    background-repeat: no-repeat;
    background-position: center;
}
.course .text {
    font-size: 20px;
    line-height: 1.4;
    float: left;
    width: 68%;
    max-width: 610px;
    padding: 25px 35px;
}
.course .text .header {
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
    color: #4b5e76;
}
.course .text > .vAlign {
    height: 165px;
    padding-bottom: 5px;
}
.course a.button {
    font-weight: bold;
    display: block;
    max-width: 196px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #d26400;
    border-radius: 4px;
    background: #ff8400;
    background:    -moz-linear-gradient(top,  #ff8400 0%, #ff7100 100%);
    background: -webkit-linear-gradient(top,  #ff8400 0%,#ff7100 100%);
    background:         linear-gradient(to bottom,  #ff8400 0%,#ff7100 100%);
    box-shadow: 0 0 10px #ccc;
    text-shadow: 0 -1px #d26400;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff7100',GradientType=0 );
}
.course a.button:hover {
    background-color: #e56c00;
}


/*--------------------------------------------------------------*/
/*   Lessons Page   */
/*--------------------------------------------------------------*/
.course.lessonMainHeader .text .header {
    font-size: 30px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
    color: #86ad52;
}
.course.lessonMainHeader .item {
    background-color: transparent;
}
.course.lessonMainHeader .icon {
	min-height: 255px;
    background-color: transparent;
}
.lessonMain {
}
.lessonMain h2 {
    font-size: 30px; 
    color: #023857;
}
.lessonMain .subcourse .item {
    margin-bottom: 10px;
}
.lessonMain .header {
    color: #ffffff;
    background-color: #4b5e76;
}
/* .lessonMain .item.active .header .icon2 {
    background-image: url(https://d2414ctkrnfoj6.cloudfront.net/propertydevelopmentsystem.com.au/wp-content/uploads/2015/09/21052822/icon-minus.png);
} */
.lessonMain .header .text {
    font-size: 26px;
    font-weight: bold;
    float: left;
    padding: 24px 25px;
}
.lessonMain .lessons {
    margin-bottom: 2px;
    list-style-type: none;
}
.lessonMain .lessons .icon {
    float: left;
    width: 30%;
    padding: 32px 5px;
    text-align: center;
    background-color: #212121;
}
.lessonMain .lessons .text {
    font-size: 20px;
    float: left;
    width: 70%;
    padding: 15px;
    background-color: #ffffff;
    font-family: arial, sans-serif;
}
.lessonMain .lessons .text > .vAlign {
    height: 102px;
    height: 107px;
}
.lessonMain .lessons .button {
    font-size: 20px;
    width: 26.5%;
    width: 100%;
    padding: 15px 20px;
    background-color: #e6e6e6;
}
.lessonMain .lessons .button a {
	float: right;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #d26400;
    border-radius: 4px;
    background: #ff8400;
    background:    -moz-linear-gradient(top,  #ff8400 0%, #ff7100 100%);
    background: -webkit-linear-gradient(top,  #ff8400 0%,#ff7100 100%);
    background:         linear-gradient(to bottom,  #ff8400 0%,#ff7100 100%);
    text-shadow: 0 -1px #d26400;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff7100',GradientType=0 );
}
.lessonMain .lessons .button a:hover {
    background-color: #e56c00;
}
.lessonMain .lessons .button .two-thirds {
	padding: 12px 0px;
}
.lessonMain .item .lessons {
    /*overflow: hidden;
    height: 0;*/
    -webkit-transition: height .3s ease;
            transition: height .3s ease;
}
.lessonMain .item.active .lessons {
    height: auto;
}


.blueBoxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 0px;
}
.blueBoxes .item {
    float: left;
    width: 32%;
    margin-left: 10px;
}
.blueBoxes .item:first-of-type {
    margin-left: 0;
}
.blueBoxes .head {
    padding: 28px 5px;
    text-align: center;
    background-color: #435165;
}
.blueBoxes .subHeader {
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 20px;
    font-weight: bold;
    display: block;
    color: #faa61a;
}
.blueBoxes .header {
    font-family: 'Roboto Condensed', sans-serif, arial;
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}
.blueBoxes .body {
    min-height: 280px;
    position: relative;
    background-color: #4b5e76;
    background-position: bottom;
    background-size: cover;
}
.blueBoxes .buttonWrapper {
    position: absolute;
    bottom: 20px;
    padding: 20px;
    width: 100%;
}
.blueBoxes .buttonWrapper a.button {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #d26400;
    border-radius: 4px;
    background: #ff8400;
    background:    -moz-linear-gradient(top,  #ff8400 0%, #ff7100 100%);
    background: -webkit-linear-gradient(top,  #ff8400 0%,#ff7100 100%);
    background:         linear-gradient(to bottom,  #ff8400 0%,#ff7100 100%);
    text-shadow: 0 -1px #d26400;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff7100',GradientType=0 );
}
.blueBoxes .body a.button:hover {
    background-color: #e56c00;
}


/*--------------------------------------------------------------*/
/*   Lesson Page - Single Page   */
/*--------------------------------------------------------------*/
.lessonHeader {
    padding: 24px 25px;
}
.lessonHeader .text {
    font-size: 20px;
}
.lessonHeader h1 {
    font-size: 30px;
    font-weight: bold;
    color: #86ad52;
}

.lesson .header {
    color: #ffffff;
    background-color: #4b5e76;
    margin-bottom: 10px;
}
.lesson .header .text {
    font-size: 26px;
    font-weight: bold;
    float: left;
    padding: 24px 25px;
    padding-bottom: 10px;
}
.lesson .social {
    font-size: 20px;
    font-weight: bold;
    width: 26.5%;
    width: 100%;
    padding: 20px;
    background-color: #f6f9fb;
}
.lesson .social img {
	vertical-align: middle;
}
.lesson .social .one-half:first-of-type {
	padding: 10px 15px;
}
.lesson .social .one-half:last-of-type .icons {
	float: right;
}
.lesson .social .one-half:last-of-type a {
	padding: 0px 4px;
}
.lesson .resource {
	background-color: #e6eff5;
	padding: 20px;
	text-align: center;
}
.lesson .resource .orangeBtn {
	width: 31%;
	max-width: 250px;
	font-size: 20px;
	padding: 13px 20px;
	margin-bottom: 4px;
}
.lesson .resource .orangeBtn:nth-child(2) {
	margin: 0px 10px;
	margin-bottom: 4px;
}


.post-password-form {
	padding: 40px 0px;
}
.post-password-form label {
	padding-top: 15px;
	margin-bottom: 8px;
	display: block;
}
.post-password-form input[type=password] {
	display: block;
	width: 100%;
	max-width: 470px;
	margin-bottom: 10px;
    height: 35px;	
}
.post-password-form h2 {
	font-size: 36px;
	font-weight: bold;
}

.footer-navigation ul li {
	margin-bottom: 4px;
}


/* FIX */
.lesson .one-half .text {
	padding: 30px;
}
.lesson .item {
	margin-bottom: 10px;
}

/* SALES page */
.full-width.page-template-page-wp-new {
	font-size: 30px;
	font-size: 24px;
}
.full-width.page-template-page-wp-new #page {
    max-width: none;
}
.full-width .topRightBar {
	position: relative;
	top: auto;
	right: auto;
}
.full-width .topRightBar > div {
	position: absolute;
    top: 22px;
    right: 0px;
}
.full-width .topRightBar > div:before,
.full-width .topRightBar > div:after {
	content: '';
	clear: both;
	display: table;
}
.full-width .topRightBar,
.full-width .site-branding,
.full-width .menu-main-menu-container,
.full-width .wrap,
.full-width .footer-navigation {
	max-width: 1170px;
	margin: 0px auto;
}
.full-width .site-branding {
	float: left;
}
.full-width .breadcrumbs {
	display: none;
}
.full-width .site-content {
	padding: 0px;
}
.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4 {
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -1px;
}
.full-width h1,
.full-width h2 {
	margin-bottom: 30px;
}
.full-width h3,
.full-width h4,
.full-width p {
	margin-bottom: 25px;
}


.bgSplashSales {
	background: url(/blog/wp-content/uploads/2016/04/sales-1.png) center center no-repeat;
	background-size: cover;
}
.bgGreenCross {
	background: url(/blog/wp-content/uploads/2016/04/sales-bg1.png) top center no-repeat;
	background-color: #f7fcee;
}
.bgBlueCross {
	background: url(/blog/wp-content/uploads/2016/04/sales-bg2.png) top center no-repeat;
	background-color: #ebf4f9;
}
.bgOrangeCross {
	background: url(/blog/wp-content/uploads/2016/04/sales-bg3.png) top center no-repeat;
	background-color: #f7941e;
}
.splashCourseHeader {
	background: url(/blog/wp-content/uploads/2016/04/sales-10.png) center center no-repeat;
	background-size: cover;
	height: 550px;
	text-align: center;
}
.splashCourseHeader img {
	margin-bottom: -595px;
}
.listIcons {
	margin: 0px;
}
.listIcons li {
	list-style-type: none;
	display: block;
	margin: 30px 0px;
}
.listIcons img,
.listIcons p {
	vertical-align: middle;
	display: inline-block;
}
.listIcons img {
	padding-right: 20px;
	max-width: 81px;
	width: 25%;
	height: auto;
}
.listIcons p {
	width: 74%;
	font-size: 24px;
	margin: 0px;
}
.redHeaderIcon .header {
	width: 100%;
	height: 120px;
	background-color: #e12626;
	color: #ffffff;
	position: relative;
}
.redHeaderIcon .header img {
	position: absolute;
    top: 35px;
    left: 30px;
}
.redHeaderIcon .header h3 {
	position: absolute;
	width: 52%;
	left: 45%;
	padding: 24px 0px;
	margin: 0px;
}
.redHeaderIcon .body {
	background-color: #ffffff;
	padding: 60px 0px;
	padding: 30px 0px;
}
.redHeaderIcon .body img {
	margin-left: -10px;
}
.lesson2 {

}
.lesson2 .videoWrapper .header {
    color: #ffffff;
    background-color: #4b5e76;
}
.lesson2 .videoWrapper .header .text {
    font-size: 26px;
    font-weight: bold;
    float: left;
    padding: 17px 25px;
}
.lesson2 .videoWrapper {
    background-color: #f6f9fb;
}
.lesson2 .videoWrapper .video {
    float: left;
    width: 35%;
    position: relative;
}
/* .lesson2 .videoWrapper .video .videoInner {
    position: relative;
    padding-top: 30px;
}
.lesson2 .videoWrapper .video .playIcon {
    position: absolute;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 1;
} */
.lesson2 .videoWrapper .video img {
    max-width: 100%;
}
.lesson2 .videoWrapper .text {
    padding: 26px 30px;
    font-size: 20px;
    float: left;
    width: 60%;
}
.iconBox {
	padding: 35px;
	text-align: center;
	background-color: #ffffff;
	border: 2px solid #cfe8a1;
	margin-bottom: 15px;
}
.btn-green-new {
	background: #5fa600;
	background: -moz-linear-gradient(top,  #5fa600 0%, #448c00 100%);
	background: -webkit-linear-gradient(top,  #5fa600 0%,#448c00 100%);
	background: linear-gradient(to bottom,  #5fa600 0%,#448c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fa600', endColorstr='#448c00',GradientType=0 );
	padding: 22px 25px;
	border-radius: 10px;
	border: 1px solid #2b5300;
	display: inline-block;
	position: relative;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none
}
.btn-green-new:focus, .btn-green-new:active, .btn-green-new:visited {
    color: #ffffff;
}
.btn-green-new:hover { 
    color: #ffffff;
	background: #5fa600;
}
.btn-green-new img {
	vertical-align: middle;
	vertical-align: text-bottom;
}
.btn-green-new:before {
	content: '';
	background: url(/blog/wp-content/themes/wordpress-drupal-wrap/images/sales-btn-img.png);
	height: 8px;
	width: 113px;
	position: absolute;
	top: 38px;
	left: -113px;
}
.btn-green-new:after {
	content: '';
	background: url(/blog/wp-content/themes/wordpress-drupal-wrap/images/sales-btn-img.png);
	height: 8px;
	width: 113px;
	position: absolute;
	top: 38px;
	right: -113px;
}
.full-width .testimonial {
    background: url("/sites/all/themes/kidsfirstaid/images/full-heading-bg.png") repeat-x scroll 0 100% transparent;
    padding: 0px 0px 35px;
    margin: 0;
    color: #666;
}
.full-width .testimonial h2 {
    color: #539700;
    font-weight: bold;
    background: transparent url('/sites/all/themes/kidsfirstaid/images/testimonial.png') 0 5px no-repeat scroll;
    padding: 4px 0 0 60px;
}
hr.ora {
    border: none;
    height: 10px;
    background: url("/sites/all/themes/kidsfirstaid/images/full-heading-bg.png") repeat-x scroll 0 0 transparent;
}
.certificateBox {
    background: url("/blog/wp-content/uploads/2016/04/sales-bg4.png") repeat;
    background-color: #ffffff;
    border: 30px solid #1a2b40;
    padding: 20px;
    box-shadow: 13px 13px 30px rgba(90,95,75,0.3);
    margin-bottom: 40px;
}
.certificateBoxInner {
    padding: 6px;
    border: 4px solid #1a2b40;
}
.certificateBoxInner .content {
    background: url("/blog/wp-content/uploads/2016/04/sales-bg4.png") repeat;
    background-color: rgba(250,250,250,0.2);
    border: 2px solid rgba(20,20,20,0.4);
    padding: 50px 60px;
}
.sealUpperLeft {
	position: relative;
}
.sealUpperLeft:before {
	position: absolute;
	content: '';
	background: url(/blog/wp-content/uploads/2016/04/sales-43.png);
	height: 195px;
	width: 199px;
	top: -50px;
	left: -50px;
}
.headerRight {
	float: right;
	text-align: right;
	padding: 17px 0px;
}
.headerRight p {
	margin: 0px;
}
.headerRight a,
.headerRight a:active,
.headerRight a:visited {
	color: #000000;
	text-decoration: none;
}
.headerRight a:hover {
	color: #444444;
	text-decoration: underline;
}
.full-width .footer-navigation ul {
	text-align: center;
}
.full-width .footer-navigation ul li {
	float: none;
	display: inline-block;
}

.page-node-13 #block-block-2 {
	display: none;
}

@media (max-width: 1023px){
	.full-width img {
		max-width: 100%;
	}
}
@media (max-width: 767px){

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.one-fifth,
	.three-fourths,
	.three-sixths,
	.three-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.two-fifths,
	.wrap-inverse .five-sixths,
	.wrap-inverse .four-sixths,
	.wrap-inverse .four-fifths,
	.wrap-inverse .one-fourth,
	.wrap-inverse .one-half,
	.wrap-inverse .one-sixth,
	.wrap-inverse .one-third,
	.wrap-inverse .one-fifth,
	.wrap-inverse .three-fourths,
	.wrap-inverse .three-sixths,
	.wrap-inverse .three-fifths,
	.wrap-inverse .two-fourths,
	.wrap-inverse .two-sixths,
	.wrap-inverse .two-thirds,
	.wrap-inverse .two-fifths {
		float: none;
		width: auto;
		margin: 0;
	}
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.one-fifth,
	.three-fourths,
	.three-sixths,
	.three-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.two-fifths,
	.full-width .wrap {
		padding-left: 7px;
		padding-right: 7px;
	}
	.fontS22 { font-size: 20px;}
	.fontS24 { font-size: 20px;}
	.fontS28 { font-size: 22px;}
	.fontS30 { font-size: 24px;}
	.fontS34 { font-size: 26px;}
	.fontS36 { font-size: 28px;}
	.fontS40 { font-size: 30px;}
	.fontS50 { font-size: 35px;}
	.fontS60 { font-size: 38px;}
	.fontS70 { font-size: 40px;}
	.pad20 { padding: 10px; }
	.pad30 { padding: 15px; }
	.padTB20 {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.padTB40 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.padTB50 {
	    padding-top: 25px;
	    padding-bottom: 25px;
	}
	.padLR20 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.padLR40 {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.padLR60 {
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.pad20 { padding: 10px;}
	.pad40 { padding: 20px;}
	.pad50 { padding: 25px;}
	.padT20 { padding-top: 10px;}
	.padT30 { padding-top: 15px;}
	.padT40 { padding-top: 20px;}
	.padT60 { padding-top: 30px;}
	.padB20 { padding-bottom: 10px;}
	.padB30 { padding-bottom: 15px;}
	.padB40 { padding-bottom: 20px;}
	.padB60 { padding-bottom: 30px;}
	.padL20 { padding-left: 10px;}
	.padL30 { padding-left: 15px;}
	.padR10 { padding-right: 10px;}
	.padR20 { padding-right: 10px;}
	.padR30 { padding-right: 15px;}
	.marT100n,
	.marT150n { margin-top: 0px;}
	.marB20 { margin-bottom: 10px;}
	.marB30 { margin-bottom: 15px;}
	.marB40 { margin-bottom: 20px;}
	.marT20 { margin-top: 10px;}
	.marT30 { margin-top: 15px;}
	.marT40 { margin-top: 20px;}
	.full-width .imgOn767MaxWidth80 { max-width: 80%;}
	.full-width .imgOn767MaxWidth60 { max-width: 60%;}
	.centerOn767 { text-align: center;}
	.noBrOn767 br {
		display: none;
	}

	.full-width.page-template-page-wp-new {
		font-size: 20px;
	}

	.btn-green-new:before,
	.btn-green-new:after {
		content: none;
	}
	.lesson2 .videoWrapper .video {
		display: none;
	}
	.lesson2 .videoWrapper .text {
		float: none;
		width: 100%;
	    padding: 15px 20px;
	}
	.sealUpperLeft {
		position: relative;
	}
	.sealUpperLeft:before {
		position: relative;
		display: block;
		margin: 5px auto;
		top: auto;
		left: auto;
	}.full-width 
	.johnsonbox.green-o.large {
	    padding: 20px 25px;
	}
	.johnsonbox.centeredImg {
		height: auto;
	    width: 100%;
		padding: 12px;
		margin-bottom: 15px;
	}
	.splashCourseHeader {
	    height: 200px;
	}
	.splashCourseHeader img {
	    margin-bottom: 0px;
	}
	.certificateBox {
	    border: 10px solid #1a2b40;
	    padding: 10px;
	    box-shadow: 5px 5px 20px rgba(90,95,75,0.3);
	    margin-bottom: 25px;
	}
	.certificateBoxInner .content {
	    padding: 15px 20px;
	}
	.johnsonbox.white.small {
		text-align: center;
		padding: 10px;
	}
	.johnsonbox.white.small img,
	.johnsonbox.white.small p {
	    display: block;
	}
	.johnsonbox.white.small img {
		margin: 0px auto;
	}
	.johnsonbox.white.small p {
	    padding: 0px;
	    padding-top: 10px;
	}
	.iconBox {
		padding: 12px;
	}
	.redHeaderIcon .header {
		padding: 12px;
		height: auto;
		text-align: center;
	}
	.redHeaderIcon .header img,
	.redHeaderIcon .header h3 {
		position: relative;
		top: auto;
		left: auto;
	}
	.redHeaderIcon .header h3 {
		width: 100%;
	}


	.footer-navigation ul li {
		width: 33.2%;
	}
	.full-width .footer-navigation ul li {
		border: 0px;
	}
	.menu-toggle {
		color: #ffffff;
	}
	.menu-toggle, .main-navigation.toggled .nav-menu,
	.main-navigation ul.active {
		display: block;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation ul.active li {
		width: 100%;
	}
	.toogle-menu-wrap {
		position: absolute;
		right: 10px;
		/* top: 0; */
	    top: 100px;
        /* bottom: 70px; */
	}
	.full-width .toogle-menu-wrap {
	    top: 225px;
	}
	.kfa-toggle-menu {
		display: block;
		background: #4b5e76;
		padding: 5px;
		width: 40px;
		border: 1px solid #000;
		border-radius: 5px;
		text-decoration: none;
		text-align: center;
	}
	.kfa-toggle-menu span {
		display: block;
		height: 3px;
		background: #fff;
		margin: 3px;
		border-radius: 2px;
	}
	.topRightBar {
	    position: relative;
	    top: -10px;
	    right: auto;
	    margin-bottom: 10px;
	}
	.topRightBar .greenBtn {
	    padding: 10px 19px;
	}
	.topRightBar .orangeBtn {
	    padding: 12px 19px;
	}


	.lesson .item .one-half {
		float: none;
		width: 100%;
	} 
	.lesson .one-half .text {
		padding: 20px;
	}
	.lesson .resource .orangeBtn {
		width: 100%;
		max-width: none;
	}
	.lesson .resource .orangeBtn,
	.lesson .resource .orangeBtn:nth-child(2) {
		margin: 0px;
		margin-bottom: 4px;
	}
	.post-password-form {
		padding: 20px 0px;
	}
	.lessonMainHeader .icon {
		display: none;
	}
	.lessonMainHeader .text {
		width: 100%;
		padding: 20px 15px;
	}
	.blueBoxes {
		display: block;
	}
	.blueBoxes .item {
		width: 100%;
		float: none;
		margin: 0px;
		margin-bottom: 10px;
	}
	.blueBoxes .body {
		background-image: none;
		min-height: auto;
	}
	.blueBoxes .buttonWrapper {
	    position: relative;
    	bottom: auto;
	}
}
@media (max-width: 450px){
	.footer-navigation ul li {
		width: 49.5%;
	}
	.footer-navigation ul li:nth-child(2n+2) {
		border: 0px;
	}
}
@media (max-width: 360px){
	.one-half, .one-third, .two-thirds {
		width: 100%;
	}
	.lesson .resource .orangeBtn {
		max-width: none;
	}
}
#menu-item-31{
background: #FF8C00!important; ;
 border-radius: 7px;}