@import url( fonts.css );

body {
	background-color: #ffffff;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a {
	color: #7bb128;
	text-decoration: none;
}

a:hover {
	color: #7bb128;
	text-decoration: none;
}

img {
	border: 0;
}

.row.no-padding {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	color: #252525;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
}

h1 {
	color: #22a4dd;
	font-size: 20pt;
}

h2 {
	color: #22a4dd;
	font-size: 20pt;
}

h3 {
	color: #22a4dd;
	font-size: 15pt;
}

h4 {
	color: #22a4dd;
	font-size: 14pt;
}

h5 {
	color: #22a4dd;
	font-size: 20pt;
}

h1 a, h2 a, h3 a, h4 a {
	color: inherit;
	text-decoration: none;
}

div.blank-container {
	text-align: left;
}

div.blank-container p {
	padding-left: 10px;
}

body#events #ob_left,
body#events #ob_right {
	display: none !important;
}



/*--- MAIN WRAPPER ---*/

.wrapper {
	margin: 0px auto;
	padding: 0 20px;
	position: relative;
	text-align: left;
	max-width: 1531px;
}

.wrapper.header {
	max-width: 1268px;
}

.wrapper.small {
	max-width: 1012px;
	text-align: center;
}

.wrapper.slideshow {
	max-width: 1530px;
	text-align: center;
}

/*--- HEADER ---*/

#header {
	background-color:  #94c941;
	height: 135px;
	border-bottom: 4px solid #000000;
}

/*--- NAVIGATION ---*/

#logo {
	float: left;
	width: 480px;
	padding: 25px 0;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#fontAdjuster {
	display: inline-block;
	font-size: 12pt;
	font-weight: bold;
	margin-right: 10px;
	z-index: 100;
}

span.adjuster {
	cursor: pointer;
}

#smallAdjuster {
	font-size: 10pt;
}

#mediumAdjuster {
	font-size: 12pt;
}

#largeAdjuster {
	font-size: 15pt;
}

#navigation {
	height: 44px;
	text-align: right;
	margin-left: 200px;
}

#top-buttons {
	text-align: right;
}

#top-buttons a.btn {
	margin: 15px 3px;
	/*background-color: #94c941;*/
	/*border: 3px solid #7bb128;*/
	/*color: #252525;*/
	/*cursor: pointer;*/
	/*display: inline-block;*/
	/*font-weight: bold;*/
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 10pt;
	/*letter-spacing: 2px;*/
	/*margin: 15px 0;*/
	padding: 10px 15px;
}

/* Root = Horizontal, Secondary = Vertical */
ul#menu {
  border: 0px none;
  display: inline-block;
  height: 44px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 999;
}

ul#menu li {
  display: block;
  float: left; /*For Gecko*/
  height: 44px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: relative;	
	text-align: center;	
}

ul#menu ul {
  background-color: #000000;
  display: none;
  left: 0;
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 200px;
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  font: 1px/0px serif;
  visibility: hidden;
}

ul#menu ul li {
  background-image: none;
	background-color: #94C941;
  border: none;
  color: #000000;
  display: block !important;
  display: inline; /*For IE*/
  float: left; /*For IE 7 lack of compliance*/
  height: auto;
  padding: 0px;
  width: 200px;
}

ul#menu ul li a {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	text-transform: uppercase;
}

/* Root Menu */
ul#menu a {
  color: #000000;
  display: block;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
  font-size: 13pt;
  height: 44px;
  line-height: 44px;
  padding: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
}

ul#menu ul a {
	letter-spacing: normal;
	text-transform: none;
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
	color: #000000;
}

/* 2nd Menu */
ul#menu li:hover li a,
ul#menu li.iehover li a {
  color: #000000;
  float: none;
	font-size: 90%;
	height: auto;
	line-height: 1.0em;
  padding: 15px 22px;
  text-decoration: none;
}

/* 2nd Menu Hover Persistence */
ul#menu li:hover li:hover, ul#menu li.iehover li.iehover {
	background-color: #000000;
}

ul#menu li:hover li a:hover,
ul#menu li:hover li:hover a,
ul#menu li.iehover li a:hover,
ul#menu li.iehover li.iehover a {
	color: #FFFFFF;
}

/* 3rd Menu */
ul#menu li:hover li:hover li a,
ul#menu li.iehover li.iehover li a {
  background: #94C941;
  color: #000000;
}

/* 3rd Menu Hover Persistence */
ul#menu li:hover li:hover li a:hover,
ul#menu li:hover li:hover li:hover a,
ul#menu li.iehover li.iehover li a:hover,
ul#menu li.iehover li.iehover li.iehover a {
  background: #000000;
  color: #FFF;
}

/* 4th Menu */
ul#menu li:hover li:hover li:hover li a,
ul#menu li.iehover li.iehover li.iehover li a {
  background: #94C941;
  color: #000000;
}

/* 4th Menu Hover */
ul#menu li:hover li:hover li:hover li a:hover,
ul#menu li.iehover li.iehover li.iehover li a:hover {
  background: #000000;
  color: #FFF;
}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#menu li:hover ul ul,
ul#menu li:hover ul ul ul,
ul#menu li.iehover ul ul,
ul#menu li.iehover ul ul ul {
  display: none;
}

ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
}

/*--- CONTENT ---*/

#contentContainer {
	min-height: 300px;
}

div.section-container {
	padding: 50px 0;
}

div#course-calendar-container.section-container,
div#featured-course-container.section-container {
	padding: 20px 0;
}

div.section-title.inside h1 {
	font-size: 45pt;
	margin: 0;
}

#key-feature-container {
	background-color: #22a4dd;
}

div.key-feature-description img {
	max-width: 100%;
	vertical-align: bottom;
}

div.key-feature-icon {
	min-height: 110px;
	text-align: center;
}

div.key-feature-title h2{
	color: #252525;
}

#content {
	background-color: #FFFFFF;
	min-height: 300px;
	padding: 25px;
}

#content-container img {
	max-width: 100%;
	height: auto!important;
}

div.client-logo {
	display: inline-block;
	margin: 8px;
}

div.contact-info h2 {
	text-align: left;
}

span.download-title {
	margin-left: 10px;
}

div.training-download {
	text-align: left;
}

div.download-link {
	max-width: 50%;
	margin: 10px auto;
	text-align: center;
}
/*--- FEATURED COURSES ---*/


#featured-course-container {
	background-color: #ffffff;
	margin: 0 10px;
}

.featured-course,
.featured-course-list {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 1em;
}

.featured-course-title-container {
	padding: 15px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.featured-course.title {
	font-size: 15pt;
	letter-spacing: 10px;
	padding: 20px 0;
}

.featured-course-list.title {
	font-size: 15pt;
	color: #000000;
	padding: 5px 0;
}

.featured-course.subtitle,
.featured-course-list.subtitle {
	font-size: 30pt;
	font-weight: lighter;
}

.featured-course-list.subtitle h2 {
	text-align: left;
	margin: 0;
}

#course-container .featured-course-list.subtitle h2:before {
	content: "";
	display: block;
	height: 0px;
	min-width: 100%;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 0px 0px 0px;
	border-style: solid none none;
	border-color: #EEE;
}

.featured-course.subtitle span {
	font-size: 20pt;
	padding: 0;
}

.featured-course-button {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.featured-course-list-button {
	float: right;
	padding-left: 10px;
}

.featured-course-list-button .btn {
	margin: 0;
}

.featured-course-container {
	background-image: url( ../images/featured-course-background-firefighter.jpg );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 0.8;
	color: #000000;
	padding: 0px 10px;
	margin: 10px 0;
}

.featured-course-list-container {
	color: #000000;
	padding: 0px 10px;
	margin: 10px 0;
	text-align: left;
}

.featured-course-table-container {
	background-color: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}


/*--- FEATURED BLOG ---*/

#featured-blog-container {
	background-color: #efefef;
}

.featured-blog {
	color: #262626;
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 1em;
}

.featured-blog.title {
	font-size: 15pt;
	letter-spacing: 10px;
	padding: 10px 0;
}

.featured-blog.subtitle {
	font-size: 35pt;
	font-weight: lighter;
}

.featured-blog.description {
	padding: 30px 0;
	text-transform: none;
}

/*--- COURSE LIST ---*/


#course-list-container {
	background-image: url( ../images/homepage-banner-background.jpg );
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #ffffff;
}

#course-list-container .section-title h1 {
	color: #ffffff;
}

#course-container {
	padding: 0 20px;
	text-align: center;
}

div.training-description-container h2:first-child:before {
	display: none !important;
}

div.breadcrumb-container {
	text-align: center;
	margin: 30px 0;
}

div.breadcrumb-container a {
	color: #252525;
	font-size: 12pt;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}


#course-container h2:before {
	content: "";
	display: block;
	height: 2px;
	min-width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px;
	border-style: solid none none;
	border-color: #EEE;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}

div.training-image-container {
	margin-top: 20px;
}

div.training-image-container img {
	max-width: 100%;
}

div.training-download a {
	color: inherit;
}

/*--- AFFILIATES ---*/

div.our-motto {
	color: #676767;
	letter-spacing: 10px;
	font-size: 15px;
	text-transform: uppercase;
}

div.affiliate-logo {
	display: inline-block;
}
/*--- TESTIMONIALS ---*/

div.testimonial-entry blockquote {
	text-transform: uppercase;
}

/*--- SERVICES ---*/

div.service-option-container {
	text-align: left;
	padding-left: 50px;
}

div.service-option-text p:first-child {
	margin-top: 0;
}

/*--- CHECKOUT ---*/

/* Shopping cart style */

table.shoppingCart {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 20px;
	width: 100%;
}

table.shoppingCart thead th {
	background-color: #F9F9F9;
	border-bottom: 1px solid #000;
	padding: 4px 5px;
}

table.shoppingCart tfoot td,
table.shoppingCart tbody td {
	padding: 8px 5px;
}

table.shoppingCart tbody td {
	background-color: #fff;
	border-top: 1px solid #eee;
}

table.shoppingCart tfoot td {
	background-color: #F9F9F9;
}

table.shoppingCart caption {
	text-align: left;
	padding-bottom: 3px;
}

table.shoppingCart tbody td.name img {
	vertical-align: middle;
	padding-right: 10px;
}

table.shoppingCart tbody td.thumbnail img {
	max-height: 56px;
	width: auto;
}

table.shoppingCart tfoot td.totalTitle {
	text-align: right;
	padding-right: 15px;
	line-height: 18px;
	font-weight: bold;
}

table.shoppingCart tfoot td.totalPrice {
	line-height: 45px;
}

table.shoppingCart td.delete img {
	border: none;
}

table.shoppingCart tbody td.quantity {
	text-align: center;
}

table.shoppingCart tbody td.quantity input[type=text] {
	border: 1px solid #f5f5f5;
	margin: 0px;
	padding: 1px;
	text-align: center;
	width: 40px;
}

/* form stuff */

/*div.field {
	clear: both;
	margin-bottom: 25px;
}

div.field label {
	display: block;
	float: left;
	margin: 0px;
	text-align: right;
	width: 200px;
}

div.field div.input {
	min-height: 1em;
}

div.submit {
	margin-top: 10px;
}*/

span.form-error {
	color: red;
	display: block;
	font-size: .8em;
}

fieldset {
	margin-bottom: 10px;
}

tr.review-price {
	width: 140px;
}

tr.review-quantity {
	width: 70px;
}

tr.review-unit {
	width: 70px;
}

td.cart-amount {
	text-align: right;
}

/*--- TABLE ---*/

#content-container table.table {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 10px;
}

#content-container table.table thead tr {
	background-color: #ffffff;
}

#content-container table.table tbody tr {
	background-color: #f3f3f3;
}

#content-container table.table tbody tr:nth-child(even) {
	background-color: #ffffff;
}

#content-container table.table th,
#content-container table.table td {
	/*border-radius: 5px;*/
	padding: 10px 10px;
}

#content-container table.table td a.btn {
	margin: 5px 0;
}


/*--- FOOTER ---*/

#footer-container {
	background-color: #94c941;
	padding: 20px 0;
}


#footer-container h4 {
	color: #262626;
	font-weight: bold;
	margin: 0.5em 0;
}

#footer-container a {
	color: #262626;
	text-decoration: none;
}

#footer-container p {
	font-size: 11pt;
	padding: 0;
	margin: 0;
}

.footer-newsletter-description {
	padding: 0px 0px 10px 0;
}

#footer-container p strong {
	text-transform: uppercase;
}

div.footer-symetric {
	color: #cae4a0;
	font-size: 10pt;
	text-transform: uppercase;
	padding: 10px 0;
}

div.footer-item-container.contact {
	padding: 0 20px;
}

div.top-button {
	display: inline-block;
}

div.social-logos {
	text-align: center;
}

div.social-logo {
	display: inline-block;
	margin: 15px 3px;
	max-width: 47px;
}

div.social-logo.footer {
	margin: 0px;
}


div.social-logo.contact {
	display: inline-block;
	margin: 5px 5px;
	max-width: 65px;
}

div.social-logo img {
	max-width: 100%;
	width: 43px;
}


/*--- OTHER ---*/

div.msg-error, 
div.msg-success, 
div.msg-warning, 
div.msg-information,
div.msg-question {
	background-repeat: no-repeat;
	height: auto !important;
	height: 40px;
	margin-bottom: 10px;
	min-height: 40px;
	padding-top: 17px;
	padding-left: 57px;
	padding-bottom: 10px;
	text-align: left;
}


span.form-error {
	color: #FF0000;
}

div.msg-error {
	background-image: url( '../images/message-error-bg.jpg' );
	background-color: #FFC4C4;
	border: 1px solid #BB0000;
	color: #A10000;
}

div.msg-error a {
	color: #A10000;
	text-decoration: underline;
}

div.msg-error a:hover {
	text-decoration: none;
}

div.msg-success {
	background-image: url( '../images/message-success-bg.jpg' );
	background-color: #CAFA9F;
	border: 1px solid #6CAA07;
	color: #437100;
}

div.msg-success a {
	color: #437100;
	text-decoration: underline;
}

div.msg-success a:hover {
	text-decoration: none;
}

div.msg-warning {
	background-image: url( '../images/message-warning-bg.jpg' );
	background-color: #FFEB8C;
	border: 1px solid #A68943;
	color: #B25000;
}

div.msg-warning a {
	color: #B25000;
	text-decoration: underline;
}

div.msg-warning a:hover {
	text-decoration: none;
}

div.msg-information {
	background-image: url( '../images/message-info-bg.jpg' );
}

div.msg-question {
	background-image: url( '../images/message-question-bg.jpg' );
}

div.msg-information,
div.msg-question {
	background-color: #CAE4FF;
	border: 1px solid #2477d9;
	color: #004D99;
}

div.msg-information a,
div.msg-question a {
	text-decoration: underline;
	color: #004D99;
}

div.msg-information a:hover,
div.msg-question a:hover {
	text-decoration: none;
}

span.input-error {
	color: #C20000;
	display: block;
	margin: 5px;
}

.clear {
	clear: both;
}

/* form styles */

.site_button {
	background-color: #f6f5f3;
	border: 1px solid #000;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 25pt;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 1em;
	margin: 10px 0px;
	padding: 12px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

.site_button:hover {
	background-color: #ECEBE9;
}

a.btn {
	text-decoration: none;
}

.btn {
	background-color: #94c941;
	border: 3px solid #7bb128;
	color: #252525;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 90%;
	letter-spacing: 1px;
	margin: 15px 0;
	padding: 8px 26px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.btn.alternate {
	border: 3px solid #1793c9;
	background-color: #22a4dd;
	color: #252525;
}

.btn:hover {
	background-color: #252525;
	border-color: #1e280d;
	color: #ffffff;
}

.btn.alternate:hover {
	background-color: #252525;
	border-color: #1e280d;
	color: #ffffff;
}

.btn.alternate.two {
	background-color: #252525;
	border-color: #1e280d;
	color: #ffffff;
}

.btn.alternate.two:hover {
	border: 3px solid #1793c9;
	background-color: #22a4dd;
	color: #252525;
}

.btn.small {
	font-size: 10pt;
	padding: 8px 15px;
}

#corporate-map {
	background-image: url('https://maps.googleapis.com/maps/api/staticmap?center=6566+Ellis+Road,+Cambridge,+On,+CANADA&zoom=15&scale=false&size=400x400&maptype=roadmap&format=png&visual_refresh=true&style=saturation:-100%7Cgamma: 0.52');
	height: 400px;
	max-width: 100%;
}

#corporate-map img.map-marker {
	position: absolute;
	left: 21%;
	top: 33%;
	max-width: 100%;
	width: 200px;

}

#st-catharines-map {
	background-image: url('https://maps.googleapis.com/maps/api/staticmap?center=52+Scott+St+West,+St.Catharines,+On,+CANADA&zoom=15&scale=false&size=400x400&maptype=roadmap&format=png&visual_refresh=true&style=saturation:-100%7Cgamma: 0.52');
	height: 400px;
	max-width: 100%;
}

#st-catharines-map img.map-marker {
	position: absolute;
	left: 30%;
	top: 32%;
	max-width: 100%;
	width: 200px;
}

#event-search select,
select.form,
input[type=text].form,
textarea.form,
form.notify select,
form.notify input[type=text],
form.notify input[type=email],
form.notify input[type=password],
form.notify textarea {
	background: #ffffff; /* Old browsers */
	border: 1px solid #603813;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #00264c;
	display: inline-block;
	font-family: 'Open Sans', Helvetica, sans-serif;
	font-size: 10pt;
	margin: 2px 0px;
	max-width: 400px;
	padding: 13px 15px;
	width: 100%;
}

#event-search .btn,
#event-search select {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

#event-search select {
	max-width: 200px;
}

select {
	-webkit-appearance: none;
}

form.notify label {
	display: block;
	color: #000;
	font-size: 13pt;
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 5px 0;
}

form#notify label.error {
	color: red;
	display: block;
}

#mc-embedded-subscribe {
	margin: 0 !important;
}

#mc_embed_signup form {
	padding: 0 0 20px 0 !important;
}

#mc_embed_signup .mc-field-group .asterisk {
	top: 27px !important;
}

#mc_embed_signup .mc-field-group input {
	padding: 13px 15px !important;
}

#mc_embed_signup input.btn {
	border: 3px solid #1793c9 !important;
}

#mc_embed_signup input.btn:hover {
	border: 3px solid #1e280d !important;
}

 /* form */


div.field {
	clear: both;
	margin-bottom: 25px;
}

div.field label {
	display: block;
	float: left;
	margin: 0px;
	text-align: right;
	width: 200px;
}

div.field div.input {
	margin-left: 220px;
	min-height: 1em;
	/*width: 100%;*/
}

div.field div.input.training-card img {
	max-height: 300px;
	width: auto!important;
}

div.submit {
	margin-top: 10px;
}

span.form-error {
	color: red;
	display: block;
	font-size: .8em;
}

fieldset {
	margin-bottom: 10px;
}

iframe {
	max-width: 100%;
}

#login-form {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

/*my account and login*/

#login-form {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

#login-form div.field div.input {
	margin-left: 0;
	min-height: 0;
}

#login-form div.field label {
	display: block;
	float: none!important;
	margin: 0px;
	text-align: left;
	width: auto;
}

div#myaccount-menu {
	text-align: center;
	padding: 40px 0 40px;
}


div#myaccount-menu dl {
	border: 0;
	display: inline-block;
	margin: 0px auto;
	padding: 0;
}

div#myaccount-menu dd {
	border: 0;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

div#myaccount-menu dd:last-child {
	margin-right: 0;
}

div#myaccount-menu dd .btn {
	background: transparent;
	border-color: transparent;
	color: #000000;
	display: block;
	font-size: 80%;
	line-height: 1.1em;
	margin: 0;
	padding: 9px 15px;
}

div#myaccount-menu dd .btn:hover,
div#myaccount-menu dd .btn.active {
	background-color: #252525;
	border-color: #1e280d;
	color: #ffffff;
}

div.billing-info div.field {
	clear: none;
}

div.user-widget-signin {
	display: inline-block;
}

.user-pf-mobile {
	display: none!important;
}

.user-pf-mobile div.user-widget-signin {
	background-color: #000000;
	display: block;
}

.user-pf-mobile div.top-button {
	display: block;
}

.user-pf-mobile div.top-button .btn {
	margin: 0;
	border: 0;
}

.user-pf-mobile div.top-button .btn:hover {
	margin: 0;
	border: 0;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}

legend {
	color: #22a4dd;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 20pt;
	letter-spacing: 0px;
	text-transform: uppercase;
	/*text-align: left;*/
	margin-bottom: 20px;
}