html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:400}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

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

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

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


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

/* ## Typographical Elements
--------------------------------333------------- */
body {
	background-color: #f5f5f5;
	color: #000;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 350;
	line-height: 1.5;
	margin: 0;
}

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

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

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

a {
	color: #2D8CFF;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px; line-height: 36px;
}

h2 {
	font-size: 24px; line-height: 26px;
}

h3 {
	font-size: 16px; line-height: 24px;
}

h4 {
	font-size: 12px; line-height: 24px;
}

h5 {
	font-size: 12px; line-height: 24px;
}

h6 {
	font-size: 12px; line-height: 24px;
}

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

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	clear: both;
	padding-top: 7px;
}

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

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

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

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

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

/* ### Content */

.content {
	float: right;
	width: 890px;
}

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

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

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

/* ### Primary Sidebar */

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

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


/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

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

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 28px;
        font-weight:400;
}

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


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

.widget-title {
	font-size: 16px;
	font-weight: normal;
	color:#fff;
	border-bottom: solid 2px black;
	margin-bottom: 20px;
	padding:10px;
	background-color:#702a1d;
	border: 3px solid #702a1d;
	border-radius: 3px;
}

/*--------background: url(https://acls-algorithms.com/wp-content/uploads/2015/04/bg-red.png) repeat left;---#B40F10-------*/


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

#nav_menu-3.widget.widget_nav_menu .widget-title {
	color: #fff;
	font-size:16px;
	font-weight:normal;
	background-color: #8a1717;
	padding: 10px;
}

.widget.widget_nav_menu .widget-title {
	color: #fff;
	font-size:16px;
	font-weight:normal;
	background-color: #702a1d;
	padding: 10px;
}

.widget.widget_search .widget-title {
	color: #fff;
	font-size:16px;
	font-weight:normal;
	background-color:  #702a1d;
	padding: 10px;
}


.widget.widget_nav_menu a {
	color: #333;
}

.widget.widget_nav_menu a:hover{
	color: red;
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

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

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

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

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


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

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

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

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

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

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

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

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

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

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

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	margin-left: auto;
	margin-top:20px;
	margin-right: auto;
	background-color: #ffffff;
	min-height: 200px;
	background: url(https://acls-algorithms.com/wp-content/uploads/2015/04/acls-alg-header-genesis.jpg) no-repeat center;
}   ----------- */

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

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

.title-area {
	float: left;
	padding: 0px 0px;
	width: 400px;
}

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	color:#fff
}

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

.site-title a {
	color:#fff;
}

/*----jtj--The code below can be placed in class below----*/

.header-image .site-title > a {
	background: url(https://acls-algorithms.com/wp-content/uploads/2015/04/acls-alg-header-genesis.jpg) no-repeat left;
	float: left;
	min-height: 180px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
	padding-top:5px;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 10px 20px;
	border-right:solid 0px #fff;
	border-top:solid 0px #fff;
	border-bottom:solid 0px #fff;
}

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

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

.genesis-nav-menu .sub-menu a {
	background-color: #32373C;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

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

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #fff;
	font-weight: bold;
	
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-weight: bold;
	background-color:#eee
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
	font-weight: bold;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
	background-color:#fff;
	background: url(https://acls-algorithms.com/wp-content/uploads/2015/04/bg-red.png) repeat left;
	font-weight: bold;
}


.nav-primary .genesis-nav-menu a{
	background-color:#efefef;
	color: #464647;
}

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

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


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

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

.entry {
	margin-bottom: 20px;
	padding: 20px 20px 20px 20px;
}


.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-top: -15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.entry-content ol > li {
	list-style-type:unset;
	padding:5px;
	margin-left:30px;
}

.entry-content ul > li {
	list-style-type: unset;
	margin-left:30px;
	padding:5px;
}

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

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

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

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

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

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

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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

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

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

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

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 14px;
	font-weight:bold;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 15px;
	padding: 8px;
}


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

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

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


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}




/*----------------------------Beginning of Jeff's edits--------------------------------------*/


/* Color Buttons
------------------------------------------------------------ */
 
.button-blue,
.button-gray,
.button-red,
.button-yellow {
    color: #fff;
    padding: 5px 10px;
}
 
.button-blue:hover,
.button-gray:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}

.button-blue {
    background-color: #6068E1;
    border: 5px solid #6068E1;
    border-radius:3px;
}
 
.button-blue:hover {
    background-color: #767DDF;
    border: 5px solid #767DDF;
}
 
.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-red {
    background-color: #FCDE85;
    border: 0px solid #914638;
    border-radius:50px;
    font-size: 14px; font-weight: 700; color: #242F57; text-transform: uppercase; padding: 12px 30px;
}
 
.button-red:hover {
    background-color: #FAC21E;
    border: 0px solid #c78787;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}

/*this styles the membership resubscribe options widget*/

#ad-hoc-1 .textwidget p {
	text-align:center;
}

#ad-hoc-1 .textwidget{
padding:10px;
border-top:3px solid black;
background-color: #EFEFEF;
text-align:center;
}

#text-4 {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#ad-hoc-1 .textwidget p {
	margin-top:-20px;
	margin-bottom:-5px;
}

/*-----------This ID styles the member login-in widget on the member login-page---------------*/
#ad-hoc-2 {
width:300px;
padding:10px;
border:3px ridge #f00824;
}

#wlmember_loginwidget{
padding: 10px;
}

#wishlistwidget-1 {
border:none;
background-color:transparent;
}



/*--------------this styles the main membership options widget-------------------*/

#ad-hoc-3 .textwidget p {
	text-align:center;
}

#ad-hoc-3 .textwidget{
padding:10px;
border-top:3px solid black;
background-color: #EFEFEF;
text-align:center;
}

#text-6 {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#ad-hoc-3 .textwidget a {
	color:black;
}

#ad-hoc-3 .textwidget a:hover {
	color:red;
}

#ad-hoc-3 .textwidget p {
	margin-top:-20px;
	margin-bottom:-5px;
}

#ad-hoc-3 .textwidget h3 a {
	color:blue;
}

#ad-hoc-3 .textwidget h3 a:hover {
	color:red;
}


h1 {
     font-size:28px;
     font-weight:400px;
     background-color:#E0DFDD;
     padding-left: 7px;
     padding-right: 7px;
}


/*this adds a 20px space around anything*/
.element-space-20px {
	padding-bottom: 20px;
	padding-top:20px;
}

/*this adds a 20px space around anything*/
.add-twenty-px {
	padding-bottom:20px;
}

/*this creates a red box around whatever*/
.box {
border: 2px solid red; 
padding: 5px;
text-align:center;
border-radius:3px;
}


/*this centers text within an element*/
.center {
text-align:center;
}


/*this creates and styles a dash box and it's contents*/
.dash-box {
border: 1px dashed black;
margin-bottom:10px;
background-color:#e4e1c4;
text-align:left;
padding: 10px;
}

/*this creates and styles a dash box and it's contents + a light blue background*/
.blue-dash-box {
border: 1px dashed black;
margin-bottom:10px;
background-color:#D0D1FE;
text-align:left;
padding: 10px;
}

/*this creates and styles a dash box and it's contents + light red background*/
.red-dash-box {
border: 1px dashed black;
margin-bottom:10px;
background-color:#FEC0C8;
text-align:left;
padding: 10px;
}

/*this creates and styles a dash box and it's contents + light green background*/
.green-dash-box {
border: 1px dashed black;
margin-bottom:10px;
background-color:#b3ffb3;
text-align:left;
padding: 10px;
}

/*this styles an image added to a post which uses the "ibox" class*/

img.ibox {
	border: 2px solid #38391d;
	margin: 15px;
} 

/*this styles an image border to black without changed it's position*/
.blackbox {
     border: 1px solid black;
}

/*this with right align and add padding to an image*/
img.normal {
       padding: 5px;
       align: right;
}

/*this creates 2 columns using two separate div's.  These two div's are placed inside one div.*/

.column {
	float:left;
	width: 200px; border:1px solid #E7F5FE; border-radius: 8px; 
	height:340px;
	margin: 10px;
	text-align:center;	
}
.column h5{ font-size: 13px; font-weight: 700; padding: 10px;  margin-bottom:15px; border-bottom: 1px solid #E7F5FE;}
.cls-subpage .entry-content .column p{font-size: 14px !important; }
.cls-subpage .entry-content .column p a{color: #702A1D;}
.cls-subpage .entry-content .column p a:hover{color: #000000;}
.benefits {
list-style:square;
}


/*this creates a hover effect of background color change to gray when an anchor is hovered over*/
a.medium-serif-text:hover {
background-color:#bdc0e6;
}

/*Created slightly larger text*/
.medium-serif-text{
font-family:serif;
font-size: 140%;
text-align:left;
}


/*---------------------Text Only Modifications----------------------------------*/
span.red-letter {
	color:red;
	font-size:150%;
}

/*this makes a test that is slightly larger and with serif to give pop*/
.large-serif {
font-family: georgia, serif;
font-size: 120%;
}

.large-text {
font-size: 120%;
}


/*this makes small writing as a notation of full public use*/
.small-black {
color: black;
font-size: 50%;
} 

.small-text {
font-size: 50%;
padding-left:5px;
} 

.medium-text {
font-size: 70%;
}

.big-text {
font-size:120%;
background-color:#bdc0e6;
font-family:serif;
}

/*this class makes any anchor within it red*/
a.red-text {
color:#f30a15;
}
.red-text {
color:#f30a15;
}

/*this class makes any anchor blue*/
a.blue-text {
color:#2835d9;
}
.blue-text {
color:#2835d9;
}

.large-serif-text{
font-family:serif;
font-size: 180%;
}

/*this creates a hover effect of background color change to gray when an anchor is hovered over*/
a.large-serif-text:hover {
background-color:#bdc0e6;
}

/*When you add this class to any element, it will make the element appear partially transparent when hovered over.*/
.image-hover-affect:hover {
opacity:0.4;
}

/*created blank space on the stroke algorithm page*/
.blank-space {
padding-bottom:1000px;
}


/*----------------------End of Text Only Styling--------------------------------------------------*/


/*this styles the background color of an element light blue*/
.background-color {
background-color:#E0DFDD;
padding-left: 7px;
padding-right: 7px;
}

.background-color-light-blue {
background-color:#E4EBED;
padding-left: 7px;
padding-right: 7px;
}

/*---------this styles the background color of an element light gray-----------*/
.bgc-light-gray {
	background-color:#D6D6D4;
	padding:10px;
	border:solid 4px black;
}


/*This class puts a yellow highlight on any element*/
.highlight-background {
background-color:#FFFF00;
}

/*This class puts a green highlight on any element*/
.green-highlight-background {
background-color:#06BA13;
}

/*---------this styles the background color of an element light blue-----------*/
.lt-blue-background {
background-color:#A7A9FA;
}


/*-------------------Styles Paypal Options Page------------------------*/
#paypal-options {
border: 2px solid #000000;
margin: 20px 0px 20px 0px;
line-height: 100%;
padding:5px 20px 5px 10px;
background-color:transparent;
}

.paypal-style {
font-size: 140%;
font-family: serif;
padding:10px;
line-height:120%;
}

img.paypal-seal {
float:left;
margin:10px 20px 10px 0px;
}



/*--------------------Security Seal Widget----------------------------*/

#text-9.dbx-box.suf-widget.widget_text {
width:130px;
text-align: center;
margin-left:50px;
}



/*-------------modifies the padding in the Join Today widget---------------*/
#text-24 .widget-title.widgettitle {
	margin-bottom: 10px;
	font-size: 150%;
}

#text-24.widget.widget_text .textwidget a {
	color:#3b5998;
}

#text-24.widget.widget_text .textwidget a:hover {
	color:#ff0000;
}
	
/*-------------end of modifies the padding in the Join Today widget---------------*/


/*-------------Modified the height of the facebook widget container in nav bar-----------*/
#text-25 {
	height:220px;
}


/*---------------modify the width of the container for security seals----------------*/
#text-26 {
	width:140px;
}




/* Footer Widgets for Sample Theme v1.9.2 ----------- */

.footer-widgets {
  border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

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

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

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


.fld.button {
	color:#ffffff;
}

/* CSS for Blog ----------- */

.recent-articles-blog {border: 1px solid green;}


.dash-bdr {
border: 2px dashed #999999;
padding: 5px;}


/*this styles a list with the id "list-styler" */
ol#list-styler li { 
     list-style-type:lower-alpha;
     padding:5px;
}

/*-------------------Begin-ad-hoc-widget #8 PALS NAV Menu----------------------------*/

/*this ID ads a border in the membership options widget*/
#ad-hoc-8 .textwidget{
padding:10px;
border-top:3px solid black;
}

#ad-hoc-8 .textwidget p {
line-height:100%;
}

#ad-hoc-8 .textwidget a {
font-size:100%;
}

/*----------------This modifies ad-hoc widget #8 PALS Nav Menu----------------------*/

#menu-pediatric-advanced-life-support ul li{
list-style-type: none;
font-family: georgia, serif;
border: 3px solid #3330a3;
padding: 2px;
margin: 20px 20px 20px 20px;
text-align:center;
}

#menu-pediatric-advanced-life-support ul li:hover{
border:3px solid #7f0309;
margin:20px 20px 20px 20px;
background-color:#b5afb0;
}

#text-27 {
padding:5px;
text-align:left;
line-height:40px;
}

#text-27 h3 {
text-align:center;
}


/*------------This ends modifies to pals nav menu ---------------*/


/*this creates a blue box around whatever*/
.nav-box {
color:black;
border: 3px solid #3330a3;
padding: 10px;
text-align:center;
border-radius:3px;
}



/*this created a change in the blue box to a this red box to add dynamic to a page*/
p.nav-box:hover {
color:red;
border:3px solid #3330a3;
padding:10px;
text-align:center;
border-radius:3px;
}




/*this creates a blue box around whatever*/
.serifbox {
border: 0px solid #3330a3;
padding:12px 30px 11px;
margin: 10px 10px 10px 0px;
text-align:center;
border-radius:50px;
background-color: #FCDE85; color: #242F57;
display: inline-block; font-weight: 700; text-transform: uppercase; font-size: 14px;
}


/*this created a change in the blue box to a this red box to add dynamic to a page*/
.serifbox:hover, h4.serifbox:hover {
border:0px solid #7f0309;
background-color:#FAC21E;
color: #242F57;
}


/*--------------beginning of home page styling---------------------*/
.heading-one {
font-family:'Lato', sans-serif;
color:#fff;
text-align:left;
font-size:150%;
font-weight:250;
padding:55px 20px;
background:url(https://acls-algorithms.com/wp-content/uploads/2016/12/home-page-background-top.jpg);
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}


.heading-one h2 {
	font-family:'Lato', sans-serif;
	color:#fff;
	font-weight:600;
	font-size:180%;
	max-width:790px;
	margin:auto;
	text-align:left;
}

.heading-one p {
	font-family:'Lato', sans-serif;
	font-weight:300;
	padding: -5px 30px;
	max-width:790px;
	margin:auto;
}

.heading-four .button {
	background-color: #3EAADE;
	border: 3px solid #3EAADE;
	color: #fff;
	cursor: pointer;
	font-size: 20.8px;
	font-weight: bold;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	margin-top:-20px;
	margin-bottom:60px;
	border-radius: 3px;
}

.heading-four .button:hover{
	background-color:transparent;
	color:#3EAADE;
}

.heading-two {
font-size:120%;
color:#fff;
padding:40px 0px 40px 0px;
font-weight:300;
text-align:center;
border:3px inset #F1F1F1;
background-color:#fff;
}

.heading-three {
font-size:150%;
font-weight:300;
color:#fff;
text-align:center;
style:black;
padding:40px 20px 40px 20px;
background:url(https://acls-algorithms.com/wp-content/uploads/2016/12/home-page-background-2.jpg);
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}

.heading-three h2 {
	color:#fff;
	font-weight:700;
	font-size:200%;
	style:black;
	max-width:790px;
	margin:auto;
}

.heading-three p {
	font-family:'Lato', sans-serif;
	font-weight:300;
	style:normal;
	max-width:790px;
	margin:auto;
}

.heading-three .button {
	background-color: #3EAADE;
	border: 3px solid #3EAADE;
	color: #fff;
	cursor: pointer;
	font-size: 20.8px;
	font-weight: bold;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 3px;
	margin-top: 60px;
	margin-bottom:60px;

}

.heading-three .button:hover{
	background-color: transparent;
	color:#3EAADE;
}

.heading-four {
font-size:150%;
color:#000;
font-weight:300;
style:black;
text-align:center;
padding:40px 20px 40px 20px;
}

.heading-four h2 {
	font-size:220%;
	color:#000;
}

.heading-five {
font-family:'Lato', sans-serif;
font-size:150%;
font-weight:300;
color:#fff;
style:black;
text-align:center;
padding:40px 20px 40px 20px;
background:url(https://acls-algorithms.com/wp-content/uploads/2016/12/home-page-background-3.jpg);
background-repeat:no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}

.heading-five h2 {
	font-size:220%;
	color:#fff;
	max-width:790px;
	margin:auto;
}

.heading-five p {
	max-width:790px;
	margin:auto;
}

.heading-five .button {
	background-color: #fff;
	border: 3px solid #fff;
	color: #000;
	cursor: pointer;
	font-size: 20.8px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 10px 10px 10px;
	width: auto;
	margin: 15px 10px 0px 0px;
	text-transform: capitalize;
}

.heading-five .button:hover{
	background-color: transparent;
	color:#fff;
}

.heading-six {
font-family:'Lato', sans-serif;
font-size:120%;
font-weight:300;
padding:40px 10px;
text-align:left;
background-color:#fff;
margin: auto;
max-width: 790px;
}

.heading-six h2 {
	color:#000;
	font-weight:700;
	font-size:170%;
	style:black;
}

.heading-six h3 {
	color:#000;
	font-weight:700;
	font-size:120%;
	style:black;
}

.heading-six p {
	font-family:'Lato', sans-serif;
	font-weight:300;
	style:normal;
}

.heading-six .button {
	background-color: #3EAADE;
	border: 3px solid #3EAADE;
	color: #fff;
	cursor: pointer;
	font-size: 20.8px;
	font-weight: bold;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom:60px;

}

.heading-six .button:hover{
	background-color: transparent;
	color:#3EAADE;
}

/*---------------end of home page styling---------------*/
/*--------------menu above header styling for logged in and logged out---------.widget-area -----------------*/
.header-widget-area {
	align:left;
	width:100%;
}

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

#menu-admin-menu a {
	color: #fff;
	display: block;
	padding: 10px 20px;
}

#menu-admin-menu a:hover {
	color:red;
}

#menu-admin-menu-logged-in a {
	color:#fff;
	display:block;
	padding:10px 20px;
}

#menu-admin-menu-logged-in a:hover {
	color:red;
}


/*-------------------------------------------This deletes author and date info-----------------------------------------*/
.entry-meta {
	display:none;
}


#text-29 {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#text-29 a {
	color:black;
}
#text-29 a:hover {
	color:red;
}

#text-29 blue-text a {
color:#2835d9;
}

#text-29 .blue-text {
color:#2835d9;
}

.bigHr {
    color: gray;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-left: 0px;
    margin: 20px;
    height: 10px;
}

/*---------------resubscribe widget--------------*/
#text-31 {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#text-31 a {
	color:black;
}
#text-31 a:hover {
	color:red;
}

/*---------------------Infusionsoft Subscribe Widget---------------------------*/

#text-36.amr_widget {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#text-36 a {
	color:black;
    
}
#text-36 a:hover {
	color:red;
}

#text-36 blue-text a {
color:#2835d9;
}

#text-36 .blue-text {
color:#2835d9;
}

/*---------------------Infusionsoft Subscribe Widget---------------------------*/

#text-33 {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#text-33 a {
	color:black;
}
#text-33 a:hover {
	color:red;
}

#text-33 blue-text a {
color:#2835d9;
}

#text-33 .blue-text {
color:#2835d9;
}

/*---------------------Infusionsoft PALS Subscribe Widget---------------------------*/

#text-37.amr_widget {
padding:20px;
text-align:center;
background-color: #EFEFEF;
border:1px dashed #000000;
}

#text-37 a {
	color:black;
}
#text-37 a:hover {
	color:red;
}

#text-37 blue-text a {
color:#2835d9;
}

#text-37 .blue-text {
color:#2835d9;
}

/*------This created a image ease in when hovering over an image--------*/


/*------------------------This is the end of Jeff's edits----------------------*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
</style> 



/* comman style
----------------------*/
html, body{height:100%;}
body{font-family: 'Inter', sans-serif !important;margin:0;padding:0;font-size:16px;line-height:26px;color:#242f57;scroll-behavior:smooth;overflow-x:hidden;font-weight:400;}
a{text-decoration:none;color:#000; transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}
a:hover{color:#000000;text-decoration:none}
a:focus{outline:none;text-decoration:none;}
:focus{outline:none;}
h1,h2,h3,h4,h5,h6{margin:0 0 20px 0;color:#242F57;padding:0;text-transform:none;font-weight:700;background-color: transparent !important;font-family: 'Inter', sans-serif}
h1{font-size:32px; line-height: 36px; margin-left: 0 !important; margin-right: 0 !important;}
h2{font-size:24px; line-height: 26px;}
h3{font-size:16px; line-height: 24px;}
h4{font-size:12px; line-height: 24px;}
h5{font-size:12px; line-height: 24px;}
h6{font-size:12px; line-height: 24px;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none;font-size:inherit;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;}
small{display:block;margin-top:4px;}
p{margin:0 0 20px 0;line-height:26px;}
ul, ol{margin:0;}
strong, b{font-weight:600;}
button{transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}
/* comman form filed style -----------------------------*/
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="search"], input[type="submit"], input[type="password"],input[type="hidden"],
input[type="url"]{-moz-appearance:none;-webkit-appearance:none;border-radius:8px; font-size: 14px; line-height: 28px; color: #000000;
border: 1px solid #717171; border-radius: 8px; padding: 10px 15px; background-color: #ffffff; height: 48px;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="search"]:hover, input[type="submit"]:hover, input[type="password"]:hover, input[type="hidden"]:hover, input[type="url"]:hover{border-color: #222222;}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="submit"]:focus, input[type="password"]:focus, input[type="hidden"]:focus, input[type="url"]:focus{outline:none; border-color: #222222;}
textarea{-moz-appearance:none;-webkit-appearance:none;border-radius:8px; font-size: 14px; line-height: 28px; color: #000000;
border: 1px solid #717171; border-radius: 8px; padding: 10px 15px; background-color: #ffffff;}
select{-moz-appearance:none;-webkit-appearance:none;background-color:#ffffff;padding-right:25px;background-image:url(./images/select-arrow.png);background-repeat:no-repeat;background-position:right center;border-radius:8px;text-overflow:ellipsis;overflow:hidden;}
select::-ms-expand{display:none}
textarea:hover{border-color: #222222;}
textarea:focus, select:focus{outline:none; border-color: #222222;}
input:disabled, select:disabled{color:#ffffff !important;opacity:1;}
label{font-weight:400;margin-bottom:5px;font-size:14px; line-height: 28px; color: #717171;}
input[type="submit"]{background-color:#FCDE85; min-width: 152px; border-color:transparent;padding:15px 24px 14px;color:#242F57;font-weight:700;font-size:12px;line-height:15px;width:auto;cursor:pointer;border-radius:50px; text-transform: uppercase; transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}
input[type="submit"]:hover, input[type="submit"]:focus{background-color:#FAC21E;border-color:transparent; }
.form-group{margin-bottom:25px;}
.form-control{background-color: transparent; height:auto;padding:8px 12px;border:1px solid #cecece;box-shadow:none;border-radius:0px;height:auto;font-weight:400;font-size:16px;color:#333333}
.form-control:focus{box-shadow:0 2px 5px -2px rgba(0,0,0,0.15);border-color:#999999;color:#2d2d2d; background-color: transparent;}
select.form-control{padding:10px 25px 9px 12px;}
textarea.form-control{height:120px;resize:none;}

input::-webkit-input-placeholder,.form-control::-webkit-input-placeholder{opacity:1;color:#B7B7B7;}
input::-ms-input-placeholder, .form-control::-ms-input-placeholder{opacity:1;color:#B7B7B7;}
input::placeholder, .form-control::placeholder{opacity:1;color:#B7B7B7;}

/*------home-slider-end-------*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#cssmenu:after, #cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
#cssmenu #menu-button{display:none;}
#cssmenu{width:auto;line-height:1;}
#cssmenu > ul > li{float:none;display:inline-block;margin-left:35px;}
#cssmenu > ul > li:first-child{margin-left:0px;}
#cssmenu > ul > li:last-child{margin-right:0px;}
#cssmenu.align-center > ul{font-size:0;text-align:center;}
#cssmenu.align-center > ul > li{float:left;}
#cssmenu.align-center ul ul{text-align:left;}
#cssmenu.align-right > ul > li{float:right;}
#cssmenu.align-right ul ul{text-align:right;}
#cssmenu > ul > li > a{padding:12px 6px 12px 0px;font-size:16px;line-height:24px;font-weight:500;text-decoration:none;color:#ffffff;letter-spacing:0;display:inline-block;vertical-align:middle;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none; text-transform: uppercase;}
#cssmenu > ul > li:after{content:none;display:inline-block;width:1px;height:18px;background-color:#d7d7d7;margin:0 18px 0 20px;vertical-align:top;}
#cssmenu > ul > li:hover > a{color:#0070c0;}
#cssmenu > ul > li.active > a{position:relative;color:#0070c0;}
#cssmenu > ul > li:last-child:after{content:none;}
/*#cssmenu > ul > li.has-sub > a{padding-right:20px;}
*/
#cssmenu > ul > li.has-sub > a::after{position:absolute;top:12px;margin-left:8px;width:10px;height:10px;font-family:fontawesome;content:"\f0d7"; font-weight: 900; font-size: 14px; -webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease;}
#cssmenu ul ul{position:absolute;left:-9999px;z-index:9;border-radius:0px;background-color:#0070c0;text-align:left;box-shadow:0px 0px 6px rgba(0,0,0,0.2);opacity:0; margin-top: 15px; visibility: hidden;
transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s; }
#cssmenu ul ul:after{content: "\f0d8"; position: absolute; left: 20px; top:-16px; color:#0070c0;  font-family:fontawesome; font-weight: 900; font-size: 24px; }
#cssmenu ul ul ul:after{content: none;}
#cssmenu li:hover > ul{left:auto;opacity:1; margin-top: 0px; visibility: visible;}
#cssmenu.align-right li:hover > ul{right:0;}
#cssmenu > ul > li.has-sub:hover > a::after{content:"\f0d8";}
#cssmenu ul ul ul{margin-left:100%;top:0;background-color:#0070c0;}
#cssmenu.align-right ul ul ul{margin-left:0;margin-right:100%;}
#cssmenu ul ul li{height:0;-webkit-transition:height .3s ease;-moz-transition:height .3s ease;-ms-transition:height .3s ease;-o-transition:height .3s ease;transition:height .3s ease;}
#cssmenu ul ul li:last-child{border-bottom:0px dashed transparent;}
#cssmenu ul li:hover > ul > li{height:auto;}
#cssmenu ul ul li a{padding:10px 15px;font-weight:500;text-transform:none;line-height:20px;font-size:16px;width:260px;text-decoration:none;color:#ffffff;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
#cssmenu ul ul li:last-child a{border-bottom:none}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover, #cssmenu ul ul li.active a{background-color:#0e7cca;text-decoration:none;}
#cssmenu ul ul li.has-sub > a::after{position:absolute;top:13px;right:10px;width:6px;height:6px;content:"\f105";font-family:fontawesome;-webkit-transition:border-color 0.2s ease;-moz-transition:border-color 0.2s ease;-ms-transition:border-color 0.2s ease;-o-transition:border-color 0.2s ease;transition:border-color 0.2s ease; font-weight: 900;}
#cssmenu ul ul ul li a{padding:12px 15px;}
#cssmenu > ul > li.contactlinkmobile{display:none;}
 @media all and (max-width:1024px){#cssmenu{width:100%;}
 #cssmenu ul{width:100%;display:none;}
 #cssmenu.align-center > ul, #cssmenu.align-right ul ul{text-align:left;}
 #cssmenu ul li, #cssmenu ul ul li{border-bottom:1px solid rgba(255, 255, 255, 0.10);}
 #cssmenu ul ul li:last-child{border-bottom: none;}
 #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li{width:100%;height:auto;}
 #cssmenu ul li a, #cssmenu ul ul li a{width:100%;}
 #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li{float:none;display:block;}
 #cssmenu ul ul li a{padding:10px 15px;font-size:14px;color:#000000;background:none;}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover{color:#ffffff;}
 #cssmenu ul ul ul li a{padding-left:40px;}
 #cssmenu ul ul, #cssmenu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0;}
 #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after{display:none;}
 #menu-line{display:none;}
 #cssmenu #menu-button{display:inline-block;padding:0px;color:#000000;cursor:pointer;font-size:12px;position:absolute;top:-10px;right: 0px;width:25px;height:25px;z-index:1;}
 #cssmenu #menu-button::after{content:'';position:absolute;top:18px;left:0px;display:block;width:25px;height:2px;background:#ffffff;transition:all 0.5s ease-in-out 0s;border-radius:1px;}
 #cssmenu #menu-button::before{content:"";position:absolute;top:0px;left:0px;display:block;width:25px;height:11px;border-top:2px solid #ffffff;border-bottom:2px solid #ffffff;transition:all 0.5s ease-in-out 0s;border-radius:1px;}
 #cssmenu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255, 255, 255, 0.10);height:46px;width:46px;cursor:pointer;}
 #cssmenu .submenu-button::after{content:'';position:absolute;top:16px;left:22px;display:block;width:2px;height:12px;background:#ffffff;z-index:99;}
 #cssmenu .submenu-button::before{content:'';position:absolute;left:17px;top:21px;display:block;width:12px;height:2px;background:#ffffff;z-index:99;}
 #cssmenu .submenu-button.submenu-opened:after{display:none;}
}
.menu-overlay{position:fixed;height:100%;width:100%;left:0;top:0;background:#000000;opacity:0;visibility:hidden;overflow:hidden;transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}
.menu-overlay.show-overlay{opacity:0.90;visibility:visible;z-index:11;}
.mainwrapper{overflow:hidden;}
/*--------------*/
.show-overlay{width:100%;height:100%;z-index:999;top:0;left:0;position:fixed;background:rgba(0, 0, 0, 0.8);overflow:hidden;}
.overflowhidden{overflow:hidden; position:fixed;width:100%;height:100%; min-height:100%;  transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}

/*--- header ------*/
.header/*{background-color: #000000;*/ z-index: 12;}
.header .row{align-items: center;}
.hdrposabsl {position: absolute !important; left: 0; top: 0;  width: 100%; z-index: 10; background: transparent; /*padding-left: 50px; padding-right: 40px;*/}
.brandlwrap{ margin: 10px 0;}
.hdrposabsl .brandlwrap{opacity: 0; visibility: hidden;}
.brandlwrap img{max-width: 120px;}

/* sticky header
========================*/
@keyframes fadeIn {
  from { opacity: 0;  }
    to {opacity: 1;}
}
.fadeIn {  animation-name: fadeIn;}
@keyframes fadeInDown {
  from {opacity: 0; transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0);}
    to {opacity: 1; transform: none;}
}
.fadeInDown {  animation-name: fadeInDown;}
.sticking{position:fixed; background:#000000; width:100%; z-index:11;  border-bottom:none;  animation:fadeInDown 0.5s ease-in-out; -webkit-animation:fadeInDown 0.5s ease-in-out; padding: 0px 0;}  
.hdrposabsl.sticking{position:fixed !important;}
.hdrposabsl.sticking .brandlwrap{opacity: 1; visibility: visible;}

.main-navigation{display: flex; justify-content: flex-end;}

/* silck Slider 
----------------------------------------------*/
.slick-slider{position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;-webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list{position: relative; display: block;    overflow: hidden;    margin: 0;   padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track{position: relative; top: 0; left: 0; display: block;}
.slick-track:before,.slick-track:after{display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide, .rtl .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-loading .slick-list{background: #fff url('../images/ajax-loader.gif') center center no-repeat; background-size: 36px 36px; }
.slick-prev, .slick-next{font-size: 0; width: 18px; line-height: 0; position: absolute; top: 50%; display: block; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background-color: transparent; z-index:2; opacity:1;
  -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s;}
.slick-prev:hover, .slick-next:hover{ color:#000066;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover,.slick-next:focus{color: transparent; outline: none; opacity:1; }
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity: 0.5; color: #000066;}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:before,.slick-next:before{font-family: 'fontawesome'; font-size: 40px; line-height: 1;  opacity: 1; color: #ffffff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 17px; height: 31px; background-size: 100%; display: inline-block; }
.slick-prev{left: -20px;}
[dir='rtl'] .slick-prev, .rtl .slick-prev{right: 20px; left: inherit;}
.slick-prev::before{content: ""; background-image: url(./images/blck-prev-arrow.png) !important; }
[dir='rtl'] .slick-prev:before, .rtl .slick-prev:before{content: "\f105";}
.slick-next{right:-20px;}
[dir='rtl'] .slick-next, .rtl .slick-next{right: inherit; left:20px;}
.slick-next::before{content: ""; background-image: url(./images/blck-next-arrow.png) !important;} 
[dir='rtl'] .slick-next:before, .rtl .slick-next:before{content: "\f104";}


/* Dots */
.slick-slider{margin-bottom: 0px;}
.slick-dots{position: absolute; z-index:5; bottom: -25px; left: 0px; display: block; width: 100%; padding: 0; list-style: none; text-align: center;}
.slick-dots li{position: relative; display: inline-block; margin: 0 4px; width:8px; height: 8px; padding: 0; cursor: pointer; text-align: center; 
-webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s;}
.slick-dots li button{ font-size: 0; line-height: 0; display: block; cursor: pointer; color: transparent; border: 0;outline: none; background: transparent; }
.slick-dots li button:hover,.slick-dots li button:focus{outline: none;}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity: 1;}
.slick-dots li button:before{ content:""; width:8px; height:8px; background-color:#d5d5d5; position: absolute; top: 0; left: 0; text-align: center; opacity: 1;  border-radius: 100%; border:1px solid #c2cfff; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s;}
.slick-dots li.slick-active button:before{background:#0070c0; border-color:#0070c0;}

/*----- main slider ------*/
.mainbanner{position: relative;}
.slideimage{position: relative;}
.slideimage img{height: 100%; width: 100%; object-fit: cover;}
/*.slideimage::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000000; opacity: 0.6;  z-index: 1;}
*/.slidercaption{position: absolute; left: 0; top:0;width: 100%; height: 100%; display: flex; align-items: center; }
.slidercaption .sldrcptncntn{max-width: 820px; margin: 0; position: relative; z-index: 2;}
.sldrcptncntn h6{font-weight: 400; color: #ffffff; text-transform: uppercase; }
.bnrlogo{margin-bottom: 10px; }
.sldrcptncntn h2{font-size: 48px; color: #ffffff; text-transform: uppercase; line-height: 72px; position: relative; padding-top: 20px;}
.sldrcptncntn h2:before{content: ""; width: 102px; height: 7px; background-color: #0070c0; position: absolute; left: 0; top: 0;}
.sldrbtn a{display: inline-block; border-radius: 5px; background-color: #0070c0; color: #ffffff; font-size: 18px; font-weight: 500; padding: 16px 40px;}
.sldrbtn a:hover{background-color: #000000;}

.slick-current .bnrlogo{opacity: 1; visibility: visible; top: 0;}
.slick-current .sldrcptncntn h6{opacity: 1; visibility: visible; left: 0;}
.slick-current .sldrcptncntn h2{opacity: 1; left: 0;}
.slick-current .sldrbtn{opacity: 1; bottom: 0;}
/*.mainslider .slick-prev,.mainslider .slick-next{width: 60px; height: 60px; opacity: 0; }
.mainslider .slick-prev:before, .mainslider .slick-next:before{content: ""; display: inline-flex; justify-content: center; align-items: center; font-size: 18px; color: #ffffff; font-weight: 900; width: 100%; height: 100%; border:1px solid #ffffff;
background-size: auto; background-position: center; background-repeat: no-repeat;}  
.mainslider .slick-prev::before{content: ""; background-image: url(../images/prev-arrow.png); }
.mainslider .slick-next::before{content: ""; background-image: url(../images/next-arrow.png);}
.mainslider .slick-prev{left: 0px; opacity: 0; transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}
.mainslider .slick-next{right: 0px; opacity: 0;transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s; }
.mainslider .slick-prev:hover:before, .mainslider .slick-next:hover:before{border-color:#0070c0; background-color: #0070c0; color: #ffffff; opacity: 1;}
.mainbanner:hover .slick-prev{left: 40px; opacity: 1}
.mainbanner:hover .slick-next{opacity: 1;right: 40px;}
.mainslider .slick-dots{bottom: 20px;}*/

/* image alignments */
img.alignleft, .alignleft{float:left;margin-right:20px;max-width:50%;}
img.alignright, .alignright{float:right;margin-left:20px;max-width:50%;}
img.aligncenter, .aligncenter, img.alignnone, .alignnone{display:block;margin:30px auto 20px;clear:both;}
img.alignleft, .alignleft, img.alignright, .alignright{display:inline;margin-top:0;}
img.alignleft, img.aligncenter, img.alignright{margin-bottom:20px;}
/*----- image captions -------*/
.alignleft .wp-caption-text{text-align:left;}
.alignright .wp-caption-text{text-align:right;}
.aligncenter .wp-caption-text{text-align:center;}
.wp-caption-text{font-size:16px;color:#2f2f2f;line-height:24px;margin-bottom:30px;}
.content ul, .content ol{margin: 0 0 20px 0px; padding: 0 0 0 0px; position: relative;}
.content ul{list-style: none;}
.content ul li, .content ol li{margin-bottom: 12px; padding:0;}
/*.content ul li:before{content: ""; position: relative; display: inline-block; left: -15px; top: -2px; width: 7px; height: 7px; background-color: #1a1a1a; border-radius: 100%;}*/
.table{border:1px solid #dee2e6; font-size: 16px;}
.table th, .table thead th{background-color:#f0f0f0;border-bottom:none; font-weight: 600;}
.table td, .table th{padding:10px;}



/*----- main slider ------*/

.mainbannerslider .slick-prev::before, .mainbannerslider  .slick-next::before {color: #fff; font-size: 40px; line-height: 1;}
.mainbannerslider .slick-prev, .mainbannerslider .slick-next {width: 46px; height: 78px; text-align: center;  background-color: rgba(0,0,0,0.75);  }
.bannercont {position: relative; text-align: center; }
.bannercont h2 {font-size: 87px; color: #fff; margin-bottom: 25px; position: relative; opacity: 0; top: 200px; visibility: hidden; transition: all 0.9s ease-in-out 0s; -moz-transition: all 0.9s ease-in-out 0s; -webkit-transition: all 0.9s ease-in-out 0s; -o-transition: all 0.9s ease-in-out 0s;}
.slick-current .bannercont h2 {opacity:1;top:0;visibility:visible}
.bannerbtn {margin-bottom: 0px; position: relative; opacity: 0; bottom: 100px; visibility: hidden; transition: all 0.9s ease-in-out 0s; -moz-transition: all 0.9s ease-in-out 0s; -webkit-transition: all 0.9s ease-in-out 0s; -o-transition: all 0.9s ease-in-out 0s;}
.slick-current .bannerbtn {opacity:1;bottom:0;visibility:visible}
.bannerbtn a {margin-right: 20px;display: inline-block; padding: 15px 45px; background-color: #fcde85; font-size: 14px; color: #242f57; font-weight: 700; border-radius: 30px;text-transform: uppercase ;min-width: 253px; position: relative; overflow: hidden;text-decoration:none !important;}
/*.bannerbtn a:hover {background-color: transparent; border-color: #fff; color: #fff;}
.bannerbtn a:after {position: absolute; left: 0px; right: 0px; margin: auto; top: 0px; width: 0px; height: 100%; background-color: rgba(255,255,255,0.2); opacity: 0; content: ""; transition:all 0.5s ease-in-out 0s;}
.bannerbtn a:hover:after {width: 100%; opacity: 1;}*/

.mainbannerslider .slider-content{position:relative; z-index:2; background-size: cover; background-position:top center; background-repeat: no-repeat; /*height: 985px;*/ overflow: hidden;}
/*.mainbannerslider .slider-content:before {position: absolute; left: 0px;  top: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,.65); content: "";}*/
.bannertextpos { position: relative; color: #fff; text-align: center; display: flex; justify-content: center; align-items: center; height: 100%;}
/*.bannertextpos .container {max-width: 750px;}*/
.bannertitle h1 {font-weight: 900;text-transform: capitalize;font-size: 60px; color: #fff;  position: relative; opacity: 0; right: 100px; visibility: hidden; transition: all 0.9s ease-in-out 0s; -moz-transition: all 0.9s ease-in-out 0s; -webkit-transition: all 0.9s ease-in-out 0s; -o-transition: all 0.9s ease-in-out 0s;}
.bannertitle h1 span{text-transform: uppercase;}
.slick-current .bannertitle h1 {opacity:1;right:0;visibility:visible}
.bannertext {text-transform: uppercase;font-size: 18px; margin-bottom: 50px; position: relative; opacity: 0; left: 100px; visibility: hidden; transition: all 0.9s ease-in-out 0s; -moz-transition: all 0.9s ease-in-out 0s; -webkit-transition: all 0.9s ease-in-out 0s; -o-transition: all 0.9s ease-in-out 0s;}
.slick-current .bannertext {opacity:1;left:0;visibility:visible}
.mainbannerslider .slick-dots{bottom: 30px;}  
.mainbannerslider .slick-dots li{position: relative; display: inline-block; margin: 0 6px; width:76px; height: 6px; padding: 0; cursor: pointer; text-align: center; -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s;}
.mainbannerslider .slick-dots li button:before{ content:""; width:76px; height:6px; background-color:#d5d5d5; position: absolute; top: 0; left: 0; text-align: center; opacity: 1;  border-radius:0%; border:none; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  -webkit-transition: all 0.25s ease-in-out 0s; -moz-transition: all 0.25s ease-in-out 0s; -o-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s;}
.mainbannerslider .slick-dots li.slick-active button:before{background:#0b4f9d; }
a:hover{text-decoration: none !important;}


/*@font-face {
  font-family: cabrion-bold;
  src: url(../css/fonts/cabrion-bold.ttf);
}
@font-face {
  font-family: paulgrotesksoft;
  src: url(../css/fonts/paulgrotesksoft.otf);
}
@font-face {
  font-family: Grotesk-Bold;
  src: url(../css/fonts/Grotesk-Bold.ttf);
}*/

/*left pannel*/
 .widget-title, .widget.widget_nav_menu .widget-title, .widget.widget_search .widget-title{background: transparent;border: 0px;color: #242f57;margin-bottom: 0px;
	border-bottom: 1px solid #a6dcff; padding:20px 25px;font-size: 14px;}
.clspreparesec .widget-wrap{background: #e7f5fe;border-radius: 10px;}
.clssidebar #custom_html-5 .textwidget{background-color: transparent;color: #000;text-align: left;padding-bottom: 45px !important;padding: 20px 25px;}
.clssidebar .non-member-button{background: #fcde85;color: #242F57; border: 0px; padding: 15px 38px;font-weight: 600; line-height: 15px; }
.clssidebar .non-member-button:hover{background:#FAC21E;border: 0px;}
.clsafullprice{color: #242f57;font-size: 16px;font-weight: 600;margin-bottom: 30px; }
.clsafullprice strong{color: #000;font-size: 30px;font-weight: 600; margin-top: 12px; display: block;}
.clspreparesec p{color: #242f57;/*font-family: paulgrotesksoft;*/font-weight: 400; /*letter-spacing: 1px;*/}
.clspreparesec ul{padding: 14px 25px;}
.sidebar li{border-bottom: 0px;}
.widget.widget_nav_menu a{color: #242f57; }
.clssidebar .clspreparesec .menu-item a span{color: #737f9a;}
.clsviewbtn a{border: 1px solid #fcde85;text-transform: uppercase;border-radius: 50px; padding: 13px 40px; background: #fff;}
.clsviewbtn{margin-top: 20px;margin-bottom: 20px;}
.clssidebar .clsfigsec{padding: 12px 20px;}
.clssidebar .clsfigsec i{font-size: 34px; color: #000;}
.clsfigsec { color: #242f57;}
.clssidebar .menu-item {font-weight: 400;}
.widget.widget_nav_menu a:hover{color: #000;}
.sidebar.clssidebar .widget{ margin-bottom: 20px;}
.sidebar .widget{padding: 0px;}
.sidebar-primary{width: 280px;}

/*right pannel*/
/*.clsmostresources h1{padding:4px 0 11px 10px;border-bottom: 1px solid #000;background: transparent;text-transform: capitalize;color: #000;font-weight: 600;font-size: 35px;}*/
h1.entry-title{padding:4px 0 15px 0px;border-bottom: 1px solid #000;background: transparent;text-transform: capitalize;color: #000;font-weight: 700;font-size: 32px; line-height: 39px;}
h2.background-color{padding:4px 0 15px 0px;border-bottom: 1px solid #000;background: transparent;text-transform: capitalize;color: #000;font-weight: 700;font-size: 32px; line-height: 39px;}
.clsmostresources .post-3{padding-top: 0px;}
.clsmostresources .centered{font-size: 16px;text-transform: uppercase;position: relative;color: #000;left: unset;top: unset;transform: inherit;padding: 0;max-width: inherit;}
.clsmostresources .home-icon-image-container{/*width: 190px;*/text-align: left;border: 1px solid #e7f5fe;border-radius: 15px;margin-bottom: 0px;margin-top: 0px;}
.clsmostresources .home-icon-image-container img{border-radius: 6px 6px 0px 0px;height: 170px;  object-fit: cover;margin-top: 0px;}
.clsmostresources .content-column.one_fourth {max-width: 205px;margin-right: 23px;height: 360px;}
.clsmostresources .content-column.one_fourth.last_column{margin-right: 0px;}
.entry{padding: 0px;}
.content{overflow: hidden;}
.site-inner{padding-top: 50px;}
.clsmostresources .boxsectxt{margin-bottom: 15px;min-height: 50px;font-size: 12px;text-transform: uppercase;position: relative; color: #000; left: unset;top: unset; transform: inherit;padding: 0; max-width: inherit; font-weight: 600;padding-left: 20px;padding-right: 10px;}
.home-icon-image-container .boxsecbtn a{color: #242f57 !important;text-decoration: none;}
.boxsecbtn{margin-left: 16px; margin-bottom: 25px;}
.boxsecbtn a{border: 2px solid #fcde85;border-radius: 50px;text-transform: uppercase;font-size: 9px; font-weight: 600; padding: 8px 14px;display: flex;justify-content: center;align-items: center;width: 160px;}
.boxsecbtn i{color:#fcde85;padding-left: 12px;font-size: 18px; }
.background-color {padding: 4px 0 15px 0px;border-bottom: 1px solid #000; background: transparent;
    text-transform: capitalize;color: #000;font-weight: 900; font-size: 32px;margin-bottom: 30px;}

.clstrainimgtext p{font-size: 16px;padding-left: 30px;color: #242F57;}
.clsinsidecourssec{margin-bottom: 40px;background-color: #fcde85;padding-left: 40px;padding-right: 40px;border-radius: 6px;padding-top: 30px;padding-bottom: 50px;}    
.clstrainingreview{margin-bottom: 30px;}
.clscourslist li{display: flex;align-items: center;position: relative;display: block;padding-left: 50px !important; padding-bottom: 20px !important;}
.clscourslist li:before{content: "";background-image: url(./images/checkmark.png);background-repeat: no-repeat;width: 33px;height: 36px;position: absolute;left: 0px;top: 0px;}
.clscourslist ul{margin-left: 0px;margin-bottom: 0px;}
.entry-content ul > li{margin-left: 0px;font-size: 18px;color: #242F57;}
.clslefttxt p{font-size: 30px;line-height: 35px;color: #242F57;}
.clsdtlcours {padding-left: 15px;padding-right: 50px;margin-bottom: 25px;color: #242F57;font-size: 16px;font-weight: 400px;}
.clsdtlcours p{font-size: 18px;}
.clscorsbtn a{background-color: #fff; text-transform: uppercase; color: #000; font-weight: 600; font-size: 12px;color:#242F57;border-radius: 50px; padding: 15px 27px;}
.clscorsbtn{padding-left: 15px;}

.clsnavigation {top: 0; right: 0; z-index: 1;width: 100%; position: absolute;}
.clsnavigation .menu {  top: 0;  left: 0;  margin: 0; z-index: 1; width: 100%; /* background: #292929;*/  padding: 50px;  position: absolute;  transform: translateY(-100%); /* transition: transform 0.3s cubic-bezier(1, 0.5, 0, 1);*/}
.clsnavigation .menu.active { transform: translateY(0); background: #292929;}
.clsnavigation .menu li {  list-style: none;}
.clsnavigation .menu li a { color: #fff; display: block; background: none;line-height: 24px;font-size: 12px;text-align: center;  text-decoration: none;transition: background 0.2s ease-in-out;}
.clsnavigation .menu li a span { border-bottom: 1px dotted #fff;}
/*.clsnavigation .menu li a:hover, .clsnavigation .menu li a:focus, .clsnavigation .menu li a:active {background: rgba(255, 255, 255, 0.2);}*/
.menu-toggle {top: 34px;z-index: 2; left:0px; width: 22px;height: 4px; padding: 7px 0;cursor: pointer;border-radius: 50%;position: absolute;}
.menu-toggle span {height: 2px;display: block;overflow: hidden;text-indent: 100%; background: #fff; border-radius: 2px;white-space: nowrap;transition: background 0.3s ease-in-out;}
/*.menu-toggle::before, .menu-toggle::after {left: 0;content: ''; width: 22px;height: 2px;background: #fff;border-radius: 2px;position: absolute;transform-origin: center center;transition: width 0.2s ease-in-out, background 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out;}*/
.menu-toggle::before { top: 0;}
.menu-toggle::after { bottom: 0; top: 13px;}
.menu-toggle.menu-open span {  background: rgba(255, 255, 255, 0);}
.menu-toggle.menu-open::before {  top: 12px;  transform: rotate(-45deg);}
.menu-toggle.menu-open::after {bottom: 8px;transform: rotate(45deg);}
.menu-toggle.menu-open::before, .menu-toggle.menu-open::after { width: 26px;background: #fff;}
.menu-toggle.menu-open:hover span, .menu-toggle.menu-open:focus span, .menu-toggle.menu-open:active span {
  background: rgba(255, 255, 255, 0);}
 .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:active::before {
  top: 13px;left: 9px;transform: rotate(-45deg);}
 .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::after {
  left: 9px;bottom: 8px;transform: rotate(45deg);}
.menu-toggle.menu-open:hover::before, .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:active::before, .menu-toggle.menu-open:hover::after, .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::after {
  width: 26px;}
.menu-toggle:hover span, .menu-toggle:focus span, .menu-toggle:active span {background: rgba(255, 255, 255, 0);}
.menu-toggle:focus::before, .menu-toggle:active::before {top: 13px;left: 8px;transform: rotate(45deg);}
.menu-toggle:focus::after, .menu-toggle:active::after {left: 9px;bottom: 8px;transform: rotate(-45deg);}
.menu-toggle:focus::before, .menu-toggle:active::before, .menu-toggle:hover::after, .menu-toggle:focus::after, .menu-toggle:active::after {
  width: 26px;}
.clstopheadersec .container{position: relative;padding-left: 0px;padding-right: 0px;}


.mainnavwrap{display: flex;justify-content: space-between;height: 90px;align-items: center;}
.clssingupsec li{display: inline-block;margin-left: 10px;}
.clssingupsec li a{color: #fff;text-transform: uppercase;font-size: 14px; font-weight: 700; border:2px solid #fff; border-radius: 50px; padding: 10px 30px;}
.clssingupsec ul{margin-bottom: 0px;}
.mainbannerslider .slider-content:before { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,.65); content: "";}
.clsbnrbtn{ display: flex; justify-content: center; align-items: center;}
.bannerbtnsec{text-transform: uppercase;font-size: 14px;border-bottom: 2px solid #fff;font-weight: 600;}
.bannerbtnsec a{color: #fff;}
.bannerbtnsec a:hover{color: #fff;}

/**/
h2.maintitl{text-transform: uppercase;font-size: 18px;text-align: center;font-weight: 600;margin-bottom: 20px;}
.clentsld-itm{text-align: center;}
.clstrustlogo {max-width: 870px; margin: 0px auto; padding-bottom: 20px;}
.trustlogo {padding-top: 50px;}
.clstoprightsec{display: flex;  justify-content: center; align-items: center;position: relative;z-index: 100;margin-right: 40px;}
.clstopheadersec .container-fluid{padding-left: 0px;padding-right: 0px;}

/*.clstoprightsec .search-box{width: fit-content;height: fit-content;position: relative;}
.clstoprightsec .input-search{height: 50px; width: 50px;border-style: none; padding: 10px; font-size: 18px;letter-spacing: 2px; outline: none; border-radius: 25px; transition: all .5s ease-in-out;/*background-color: #22a6b3;*/  padding-right: 40px;color:#000;}
/*.clstoprightsec .input-search::placeholder{ color:rgba(255,255,255,.5);font-size: 18px; letter-spacing: 2px;font-weight: 100;}
.clstoprightsec .btn-search{border-style: none;font-size: 15px;outline: none;cursor: pointer; position: absolute; right: 0px;color:#ffffff; pointer-events: painted;  }
.clstoprightsec button{background-color: transparent !important;color: #fff !important;padding: 0px;}
.clstoprightsec input{background-color: transparent;}
.clstoprightsec .btn-search:focus ~ .input-search{ width: 300px;border-radius: 0px;background-color: transparent;border-bottom:1px solid rgba(255,255,255,.5); transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);}
.clstoprightsec .input-search:focus{ width: 300px;border-radius: 0px; background-color: transparent; border-bottom:1px solid rgba(255,255,255,.5);transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);}
*/

.clstoprightsec .search-box{width: fit-content;height: fit-content;position: relative;}
.clstoprightsec .input-search{height: 50px; width: 50px;border-style: none; padding: 10px; font-size: 18px;letter-spacing: 2px; outline: none; border-radius: 25px; transition: all .5s ease-in-out;/*background-color: #22a6b3;*/  padding-right: 40px;color:#000;}
.clstoprightsec .input-search::placeholder{ color:rgba(255,255,255,.5);font-size: 18px; letter-spacing: 2px;font-weight: 100;}
.clstoprightsec .btn-search{border-style: none;font-size: 15px;outline: none;cursor: pointer; position: absolute; right: 0px;color:#ffffff; pointer-events: painted;  }
.clstoprightsec button{background-color: transparent !important;color: #fff !important;padding: 0px;}
.clstoprightsec input {background-color: #292929;color: #fff; width: 500px; padding-right: 120px; border-radius: 50px;height: 44px;border: 2px solid #fff;}
.clstoprightsec input:hover, .clstoprightsec input:focus{border-color: #ffffff;}
.clstoprightsec .btn-search:focus ~ .input-search{ width: 300px;border-radius: 0px;background-color: transparent;border-bottom:1px solid rgba(255,255,255,.5); transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);}
.clstoprightsec .input-search:focus{ width: 300px;border-radius: 0px; background-color: transparent; border-bottom:1px solid rgba(255,255,255,.5);transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);}


.revbox{border-radius: 10px;font-weight: 400;background-color: #e7f5fe; position: relative; padding: 50px 55px 25px 55px;text-align: center;font-size: 16px;}
.bordrwht{position: absolute; left: 0; right: 0; margin: 0px auto; text-align: center; width: 45px;height: 45px; border: 2px solid #000; border-radius: 100%; text-align: center;display: flex; justify-content: center; align-items: center; top: -19px; font-size: 28px; font-weight: 600;background: #fff;}
.clsmethodrevice .background-color{margin-bottom: 80px;}
.revboxwrap{margin-bottom: 40px;}
.clsreviewdtl p{font-size: 18px;}
.clsreviewdtl strong, .clssatisdtl, .clssatisdtl a{color: #242f57;}
.clssatisfacwap .row{align-items: center;}
.clssatishelthtitle{font-size: 36px;text-transform: uppercase;text-align: center;margin-bottom: 18px; line-height: 44px; font-weight: 300; color: #000000;}
.clscomments h3{padding: 4px 0 15px 0px; border-bottom: 1px solid #000;background: transparent;text-transform: capitalize;color: #000;font-weight: 900;font-size: 35px; margin-bottom: 30px;}

.comment-list a{color: #000;}
.clsfooter {background-color: #292929;}
.clsfooter .textwidget, .clsfooter li {font-size: 12px;}

.footer-widgets li{border-bottom: 0px;line-height: 24px;font-weight: 400;margin-bottom: 0px;padding-bottom: 0px;}
h6.clsftrtitle{font-size: 18px;color: #fff;padding-bottom: 18px;font-weight: 700;}
.ftrlogosec{padding-top: 20px;}
.clsfooter .textwidget p{line-height: 24px;}
.clsfooter .textwidget{padding-bottom:30px;}
.ftrlogosec img{padding-bottom: 15px;}
.ftrlogo{padding-bottom: 30px;}
.clsfollwus li{display: inline-block;padding-right: 12px;}
.clsfollwus{padding-top: 22px;color: #fff;}
.clsfollwus strong{font-size: 24px;font-style: normal;font-weight: 700;line-height: 29px;letter-spacing: 0em;text-align: left;}
.site-footer{padding: 20px 0px;background-color: #292929;font-size: 12px;font-style: normal;font-weight: 400;line-height: 15px;letter-spacing: 0em;text-align: left;color: #fff;}
.site-footer a{color: #fff;}
.clsftrdtl{border-bottom: 1px solid #fff;padding-bottom: 40px;}
.footer-widgets{padding-bottom: 0px;}
.clsneeddtl p{font-size: 12px;line-height: 18px;}

.brandbx{background: #072530;color: #fff;padding: 50px;/*height: 100%;*/border-radius: 10px;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;}
.brand-item{padding: 0px 15px;}
.brandbx img{padding-bottom: 50px;}
.slick-prev:before, .slick-next:before{background-repeat: no-repeat;width: 53px;height: 50px;}
.qutdtl p{display: flex; align-items: center;min-height: 200px;font-size: 16px;font-style: normal;font-weight: 300;line-height: 25px;letter-spacing: 0em;text-align: left;}
.clsadmin{padding-bottom: 15px;font-size: 16px;font-style: normal;font-weight: 700;line-height: 19px;}
.clsdate{font-size: 12px;font-style: normal;font-weight: 700;line-height: 15px;}

button:hover, input:hover[type="button"], .button:hover{background-color: transparent;}
.clsauthrsec{display: flex;justify-content: center;align-items: center;}
.clskindregwrap{display: flex;justify-content: space-between;align-items: center;}
.clskindbtn a{height: 48px;width: 152px;background: #FCDE85;border-radius: 48px;font-size: 12px;font-style: normal;font-weight: 700;color: #242F57;text-transform: uppercase;line-height: 15px;padding: 12px 22px;}
.clskindregwrap{background-color: #e7f5fe;border-radius: 16px;}
.clsdtlkind{text-align: center;font-size: 18px;}
.clskindsign h6{font-size: 16px;}
/*.clskindsign img{max-width: 152px;height: 94px;}*/
.clskindsign p{font-size: 12px;}
.clssatifchealth{margin-bottom: 70px;}

.entry-comments{padding: 0px;}
.comment-time a{font-size: 12px;font-weight: 700;}
.clsmenu, .clsnavigation .menu li a{text-align: left;}
.clsmenu h6.clsftrtitle{text-transform: uppercase;}
.clsmenu .clsneeddtl{color: #fff;}

.menu-toggle{ left: 33px;}
.clsmenu{margin-top: 50px;}
.logowrap{padding-left: 100px;}
.blncrcl{border: 12px solid #fff; position: absolute;width: 75px;left: 0;top: -35px; border-radius: 50px; height: 75px;right: 0;margin: 0px auto;}

/*16-11-2021*/
.site-header .wrap{max-width: 100% !important;padding-bottom: 0px !important;}
.site-header{padding-top: 0px !important;}
.home-icon-image-container br{display: none;}
.home-icon-image-container:hover{opacity: 1 !important;}
.clsmostresources .centered{display: flex;min-height: 35px;font-size: 12px;text-transform: uppercase; position: relative; color: #000; left: unset; top: unset; transform: inherit; padding: 0; max-width: inherit; font-weight: 700; padding-left: 20px;padding-right: 10px;}
.home-icon-image-container img {border-radius: 6px 6px 0px 0px !important;height: 170px; object-fit: cover;margin-top: 0px;}
/*.clsmostresources .home-icon-image-container{height: 305px;}*/
.clsrewbox{margin-top: 50px;}

/*17-11-2021*/
.clsimgsec{text-align: center;}
.menusec{padding-top: 30px;}
.sticking .menusec{padding-top: 0px;}
.sticking .logowrap img {
    max-width: 90px;
    padding-top: 10px;
}
.site-header{background-color: transparent !important;}
.clstoprghtsec{padding-top: 20px;}
.slick-slide{height: auto;}
.clstoprightsec .btn-search{display: flex;justify-content: center;align-items: center;height: 53px;}
.search-box img{padding-left: 11px;}
.clssingupsec{padding-left: 30px;}
.clsfooter li {line-height: 26px;}
.site-footer{padding-top: 50px;padding-bottom: 0px;}
.clsneeddtl p{padding-bottom: 15px;}
.clssidebar .widget-title, .widget.widget_nav_menu .widget-title{font-weight: 700; font-size: 14px; color: #242f57; line-height: 36px; padding: 10px 25px; color: #242F57; border-bottom: 1px solid #a6dcff;}
.clsfootercpyrght{padding: 20px 0px;}
.clspreparesec ul{margin-bottom: 30px;}

.clssingupsec li a:hover{background-color: #fcde85;color: #000;}
.bannerbtnsec a:hover{color: #fcde85;}
.bannerbtn a:hover, .clssidebar .non-member-button:hover, .clscodeblusec a:hover{background-color:#FAC21E;}
.home-icon-image-container .boxsecbtn a:hover{background-color:#000;color: #fcde85 !important;}
.clsfigsec p{padding-left: 20px 25px ;}
.fa.fa-facebook:before{content: "\f09a" !important;}
.fa.fa-facebook{font-family: fontawesome !important;}
.site-container{overflow: hidden;}
.clskindregwrap{padding: 50px;}
.authimg img{border-radius: 100%;}
.clsdtlkind{ width: 525px;}
.clskindsign{padding-left: 30px;}
.clskindsign p{margin-bottom: 0px;}
.clskindsign h6{margin-bottom: 0px; padding-bottom: 10px;}
.clskindregwrap{margin-bottom: 50px;}
.clscommentsection h3{padding: 4px 0 15px 0px; border-bottom: 1px solid #000;background: transparent; text-transform: capitalize; color: #000; font-weight: 700;font-size: 35px;}
.clskindbtn{margin-top: 26px;}
.clskindbtn a:hover, .clscorsbtn a:hover{background-color: #000;color: #fff !important;}
.clssidebar .clsfigsec i:hover{color: #fcde85;}
#nav_menu-38 a:hover, #nav_menu-39 a:hover{color:#fcde85 !important; }

.clscodeblusec{padding: 20px 25px;padding-bottom: 45px;}
.clscodeblusec a{background: #fcde85; border: 0px; padding: 15px 38px; font-weight: 600 !important;color: #000;font-size: 100%; text-transform: uppercase; width: auto; border-radius: 40px;margin-top: 20px; margin-left: 0px;}
.clscodeblusec p{margin-bottom: 30px;}    
.comment-list li{border-radius: 16px;}
.clsfootercpyrght a:hover{color:#fcde85 !important}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1 !important;}
.blox-theme-default .slick-slider .slick-prev, .blox-theme-default .slick-slider .slick-prev:hover{background-color: none !important;left: 0% !importnat;}
.blox-theme-default .slick-slider:hover .slick-prev, .blox-theme-default .slick-slider:hover .slick-next{visibility: visible !important;}
.blox-theme-default .slick-slider .slick-prev{left: -72px !important;background-image: none !important;}
.blox-theme-default .slick-slider .slick-next{right: -72px !important;background-image: none !important;}
.blox-theme-default .slick-slider .slick-next:hover, .blox-theme-default .slick-slider .slick-next:focus{display: none !important;}
.blox-theme-default .slick-slider .slick-prev:hover, .blox-theme-default .slick-slider .slick-next:hover {opacity: 1 !important;}

/*18-11-2021*/
.comment-list{max-width:852px; margin: 0px auto;}
.comments-pagination.pagination, .comment-respond{max-width:1200px;margin: 0px auto;}
.brandslider {max-width: 900px !important;margin: 0px auto !important;}
.comments-pagination.pagination{margin-top: 20px;}
.comment-respond{padding-left: 0px;padding-right: 0px;}

.searchbtn {position: fixed;width: 100%;display: flex;justify-content: flex-end;top:0;padding: 1rem;}
.clstoprightsec .search {display: flex; position: absolute; right: 288px;}
.clssingupsec.gcnewclsdesktop svg {
    position: relative;
    left: -5px;
}
#toggleSearch span{font-size:14px;padding-right: 13px; text-transform: none;}
.clstoprightsec .search > button {border: 0;color: white; padding-right: 0.5em;cursor: pointer; z-index: 2; position: absolute;top: 16px;right: 26px;}
.clstoprightsec .search form {padding: 0.5em; border-radius: 0 15px 15px 0;color: #fff; position: relative;right:-509px; z-index:1;margin-bottom: 0px;}
.clstoprightsec .search form button {border-radius: 0 10px 10px 0; background-color: black;color: #fff;  border:0;cursor:pointer; position: absolute; right: 16px;}    
.site-header .search-form{width: inherit;margin-top: 0px;}
.clsfollwus h6{font-size: 18px;color: #fff;padding-bottom: 18px; font-weight: 700;text-transform: uppercase;}
.clsfollwus p{font-size: 12px;line-height: 18px;}
.headertoprghtdescsc ul{display: grid;}
.headertoprghtdescsc a{margin-top: 20px;background: #fcde85 !important; border: 0px; padding: 10px 38px; font-weight: 600; color: #000 !important; width: 160px; border-radius: 50px; font-size: 12px;text-transform: uppercase;}
.headertoprghtdescsc a:hover{background-color: #000 !important;color: #fff !important;}

.blox-theme-default .brandslider .slick-prev, .blox-theme-default .brandslider  .slick-next{visibility: visible !important;}
.blox-theme-default .brandslider .slick-next:hover, .blox-theme-default .brandslider .slick-next:focus,
.blox-theme-default .brandslider .slick-prev:hover, .blox-theme-default .brandslider .slick-prev:focus{display: inherit !important;}

/*subpage sec*/
.subpagebanner{position: relative;min-height: 350px !important; background-repeat: no-repeat;background-size: cover !important;height: unset; background-position: bottom;}
.subpagebanner:before{position: absolute;left: 0px; top: 0px;width: 100%;height: 100%;background: linear-gradient(to bottom, #2a5563 0%, #051216 100%); content: "";opacity: 0.8;}



/*==== subpage style ======*/
p{font-size: 16px !important;}
.cls-subpage .background-color{border: none; padding: 0; margin-bottom: 20px;}
.cls-subpage h1.entry-title{margin-bottom: 25px;}
.cls-subpage h2.background-color{font-size: 24px; line-height: 26px; padding: 0;}
.cls-subpage .entry-content p{font-size: 16px !important;}
.cls-subpage .custom-html-widget{background-color: transparent !important; padding:12px 15px 30px !important; text-align: left !important; color: #000000; font-weight: normal; border-radius: 5px;}
.cls-subpage .clssidebar .widgettitle{font-weight: 700; padding: 8px 20px; border: none; border-bottom: 1px solid #a6dcff; font-size: 14px; background-color: transparent; color: #242f57; line-height: 34px;}
.clssidebar .non-member-button{display: inline-block; margin-top: 0px;}
.clsfooter .custom-html-widget{color: #ffffff !important; font-size: 12px; padding: 0 0 30px !important; line-height: 18px;} 
.clskindregwrap{margin-left: -15px; margin-right: -15px;}
.clscommentsection .container{padding: 0 0px;}
.cls-subpage .clspreparesec ul{padding: 20px 20px;}

.wpProQuiz_content .wpProQuiz_questionList{background-color: #ffffff; border: 1px solid #d5d5d5; padding: 15px 15px 10px;}
.wpProQuiz_content .wpProQuiz_questionListItem{padding: 0; background-color: transparent; font-size: 16px;}
.wpProQuiz_content .wpProQuiz_questionListItem span{font-size: 18px; }
.wpProQuiz_content .wpProQuiz_questionListItem input, .wpProQuiz_questionListItem label{color: #242F57;}
.wpProQuiz_questionListItem label{font-size: 16px;}
input.wpProQuiz_button2, input.wpProQuiz_button{background-color:#FCDE85 !important; min-width: 152px; border-color:transparent;padding:15px 24px 14px;color:#242F57 !important;font-weight:700;font-size:12px !important;line-height:15px;width:auto;cursor:pointer;border-radius:50px !important;  margin-right: 0px;
	text-transform: uppercase; transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;}
input.wpProQuiz_button2:hover, input.wpProQuiz_button:hover{background-color:#FAC21E !important;border-color:transparent; }

.cls-subpage .post-863 h1.entry-title{display: inherit;}


/*==== after-registration page thank you ======*/
.clsloginemldtl{background-color:#F7FCFF; border: 1px solid #E7F5FE; border-radius: 8px; padding: 20px 40px 30px; margin-bottom: 35px;}
.clsloginemldtl .row{align-items: center;}
.clsloginemldtl-icon{ margin-right: 35px;}
.clsloginemldtl-icon img{max-width: 70px;}
.clsloginemldtl-rgt a{background-color: #FCDE85; min-width: 175px; display: inline-block; padding: 15px 28px; text-align: center; border-radius: 48px; color:#242F57; font-size: 12px; font-weight: 700; line-height: 15px; text-transform: uppercase;}
.clsloginemldtl-rgt a:hover{background-color: #FAC21E;}
.clsloginemldtl-left{line-height: 26px; font-size: 16px; color: #242F57;}

.clsaclstraingintrosc{margin-top: 40px; margin-bottom: 30px; background-color: #000000; 	border-radius: 8px; padding: 42px 46px; color: #ffffff;}
.clsaclstraingintrosc .row{align-items: center;}
.clsyutbscicon{display: block;}
.aclsmntitlelft {padding-left: 20px;}
.aclsmntitlelft h3{color: #ffffff; font-size: 24px; line-height: 32px; max-width: 200px; margin-bottom: 15px;}
.clsyutbscicon img{max-width: 40px;}
.aclsmnyutbscrght{border-radius: 8px; width: 100%; max-width: 440px; height: 245px; overflow: hidden; margin: 0 0 0 auto;}
.aclsmnyutbscrght iframe{width: 100% !important; height: 100% !important;}

.clsregistrationpgsec{margin-left: 0; margin-right: 0px; padding: 22px 25px 40px;}
.clsregistrationpgsec .clsdtlkind{width: 100%; max-width: 350px;}
.cls-subpage .clsregistrationpgsec p{font-size: 12px !important; line-height: 16px; margin-bottom: 10px;}

.clssingupsec i{display: none;}

.clsshortcontent{position: relative; padding-bottom: 10px;}
a.clsneedtphedsctellnk{padding: 0; width: auto; background-color: transparent !important; color: #ffffff !important;}
a.clsneedtphedsctellnk:hover{background-color: transparent !important;}
.mainaclsmenu .item{font-weight: 400; font-size: 14px; color: #242F57;}
.mainaclsmenu .item a{color: inherit;}
.clsshdshortdtlastlink{opacity: 0.2;}
.clsfullcontentlink{margin: 0px 0px 0; bottom:30px; position: absolute; min-width: 152px; text-align: center; left: 25px; display: inline-block; padding: 15px 24px 14px; font-size: 12px; line-height: 15px; text-transform: uppercase; font-weight: 700; color: #242F57; background-color: #ffffff; border: 1px solid #FCDE85; border-radius: 50px;}
.clsfullcontentlink:hover{background-color: #FCDE85;}
.clsshortcontentlink{margin:-30px 25px 30px; display: inline-block; padding: 15px 24px 14px;  min-width: 152px; text-align: center; font-size: 12px; line-height: 15px; text-transform: uppercase; font-weight: 700; color: #242F57; background-color: #ffffff; border: 1px solid #FCDE85; border-radius: 50px;}
.clsshortcontentlink:hover{background-color: #FCDE85;}


.searchpage .archive-description{padding: 0; margin: 0 0 10px;}
.searchpage h1.archive-title{padding:4px 0 15px 0px;border-bottom: 1px solid #000;background: transparent;text-transform: capitalize;color: #000;font-weight: 700;font-size: 32px; line-height: 39px;}



.breakroomtopicsec {overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; border: none; padding: 0px;
margin: 0px; background-color:transparent; text-align: center;}
.breakroomtopicsec a.alignleft, .breakroomtopicsec img.alignleft, .breakroomtopicsec .wp-caption.alignleft {margin:0px 15px 15px 15px; float: none;}

.security-seals-addsec {max-width: 90px; margin: auto auto 20px auto !important; text-align: center !important; line-height: normal !important;}
.security-seals-addsec img {margin-bottom: 7px !important;}
.security-seals-addsec-last {margin-bottom: 0px !important;}


/*22-11-2021*/
.clsultimategud .is-style-stripes td{font-size: 16px !important;padding-left: 0px;}
.clsultimategud .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color: transparent !important;}
.clsultimategud .collapseomatic_content{margin-left: 0px;}
.collapseomatic{background-color: #fcde85 !important;padding: 12px 35px;border-radius: 12px;color: #242F57;}
.clsultimategud .collapseomatic{background-position: 19px 14px;}
#search-5 .search-form{padding: 15px;}
.clsultimategud{margin-top: 12px;}
.clspclsmnclmnsc .column{height: 280px;} 
.clsdwnldlbrysec .background-color strong{padding: 4px 0 15px 0px; border-bottom: 1px solid #000;background: transparent;text-transform: capitalize;color: #000;font-weight: 700; font-size: 32px;line-height: 112px;}
.entry-content ul.clsscenariosc li{display: inline-block;margin-bottom: 30px;}
ul.clsscenariosc{margin-bottom: 0px !important;}
.clsblsimagebxsc {padding-top: 60px;padding-bottom: 60px;}
.clscnblscpglist ul{text-align: center !important;}
article.post-20665{margin-bottom: 0px;}
.wpProQuiz_reviewButtons input{background: #FCDE85 !important;border-radius: 50px !important;font-size: 14px !important;font-weight: 700 !important;color: #242F57; text-transform: uppercase !important; padding: 12px 30px !important;border: 0px !important;}
input.wpProQuiz_button2, input.wpProQuiz_button{border-radius: 50px !important;}

.clsnon-mnscrst .clswdghthmt21 #custom_html-21{max-width: 1200px;border: 0px;padding-left: 0px;padding-right: 0px;text-align:right;}
.clswdghthmt21 .custom-html-widget{padding-top: 30px !important;padding-left: 0px !important;padding-right: 0px !important;}
.clswdghthmt21 .clsnostitle{min-height: 55px;}
.slick-prev{left: -56px;}
.post-24482 .collapseomatic{background-position: 15px 14px;line-height: 80px;}


/*25-11-2021*/
.collapseomatic{background-position: 15px 13px;line-height: 70px;}
.clsshdshortdtlastlink{margin-bottom: 30px;}
.post-4246 strong{padding: 4px 0 8px 0px;border-bottom: 1px solid #000; background: transparent;text-transform: capitalize;color: #000;line-height: 70px;font-weight: 700;font-size: 32px;line-height: 90px;}
.post-24463  .clsnonbox{height: 100%;}
.wpforms-submit{background: #FCDE85 !important;border-radius: 50px !important; font-size: 14px !important; font-weight: 700 !important; color: #242F57; text-transform: uppercase !important;padding: 12px 30px !important;border: 0px !important;}
.wpforms-submit:hover{background: #000 !important;color: #fff !important;}
.post-10549 h4.widget-title{margin-bottom: 30px;}
.post-33 img.alignnone, .alignnone{margin: 0px !important;display: inline-block !important;}

/*26-11-2021*/
.cls-subpage .entry-content a, .clscommentsection a{color: #2D8CFF;}
.cls-subpage a:hover, .entry-content ul > li a:hover{color: #000 !important;}
#custom_html-33 .textwidget {background-color: transparent !important;text-align: left !important;padding: 12px 15px 30px !important;}
#widget_ldcoursenavigation-4 h4.widget-title.widgettitle{background-color: transparent !important;font-weight: 700;
    font-size: 14px;line-height: 36px !important;padding: 10px 25px !important;color: #242F57 !important; border-bottom: 1px solid #a6dcff !important;}

section#ldvccourseprogress-3 h4{background-color: transparent !important;font-weight: 700;font-size: 14px;line-height: 36px !important;padding: 10px 25px !important;color: #242F57 !important;border-bottom: 1px solid #a6dcff !important;}
.lds-course-progress .lds-progress-bar{background-color: transparent !important;}
#learndash_profile .list_arrow.collapse::before, .learndash_navigation_lesson_topics_list .list_arrow.collapse::before{font-family: fontawesome !important;content: "\f178" !important;}
#ldvccourseprogress-3 .lds-course-progress{padding-bottom: 20px;}
.post-2261 .entry-content ul.clsscenariosc li a{color: #000 !important;}
a.non-member-button{background: #FCDE85 !important;color: #000 !important;border-radius: 50px !important; font-size: 14px !important;font-weight: 700 !important; color: #242F57; text-transform: uppercase !important;padding: 12px 30px !important;border: 0px !important;}
a.non-member-button:hover{background: #000 !important;color: #fff !important;}
.post-282 a.non-member-button:hover{background: #000 !important;color: #fff !important;}

.clspreparesec .list_arrow.collapse.lesson_incomplete{position: relative;}
.clspreparesec .list_arrow.collapse.lesson_incomplete::before{font-family: fontawesome !important;content: "\f061" !important;}
.clspreparesec .course_navigation .learndash_navigation_lesson_topics_list .lesson {margin: 12px;}

.boxsecdrugbrdy{margin-top: 60px;}
#custom_html-18 .textwidget{background-color: transparent !important;padding: 20px 20px !important;}

.clssidebar.clswthloginsdbarwidght.clssinglesidebarpg .custom-html-widget{padding: 20px 20px;}
.comment-list a:hover{color: #000;}
.clsblocksecfrdfpgsc .site-inner{padding-top:0px;}
.acls-table-options {border: 2px solid #A6DCFF !important;border-radius: 10px !important;overflow: hidden;}
.acls-table-options li:first-child, .column h5{border-bottom: 2px solid #A6DCFF !important;background-color: #ebebeb !important;}
.column{border: 2px solid #A6DCFF;border-radius: 5px 5px 0px 0px;}
.clsmntopblocksecfrdfpg{padding-top: 50px !important;padding-bottom: 50px !important;}
.clsblocksecfrdfpgsc .post-20665 h1.entry-title{margin-bottom: 0px !important;padding-top: 40px;}
.clsmntopblocksecfrdfpg p{margin-bottom: 30px !important;}
.clssmalltxttitlebtm{font-size:28px !important;padding-top: 20px;margin-top: unset !important;line-height: 40px;}
.clsmntopblocksecfrdfpg strong{line-height: 70px;}
img.clsimgsetwdthsc{max-width: 165px;}
.clssecwidgetareasc .widget-wrap{background: #e7f5fe;border-radius: 10px;}
.clssecwidgetareasc .menu-learning-mobile-menu-container{padding: 10px 25px; font-weight: 100;}
.clssecwidgetareasc .widget li li{margin-left: 0px; padding-bottom: 20px;font-weight: 100;font-weight: normal;}
.clspreparesec ul.sub-menu li{margin-left: 0px;padding-bottom: 15px !important;}
.clspreparesec ul.sub-menu{padding-left: 0px !important;} 
#custom_html-39, #custom_html-21{max-width: 1200px !important; border: 0px !important;}
.cls-subpage #custom_html-21 .custom-html-widget{padding: 0px !important;}
.clscmnwdgtbluclr{text-align: left;}

.clsinfowidgetbksc{margin-top: 40px;}
.clsinfowidgetbksc td {padding: 24px 0 !important;}
.clsbloxblock.audioquizseries{margin-bottom: 0px !important;}
.clsbloxblock.audioquizseries form{margin-bottom: 0px; padding-bottom: 0px;}
.clsbloxblock.audioquizseries .clsnonbox{height: 100%;}
.clsbloxblock.audioquizseries .clssubtitle{min-height: 100px;}
.clsbloxblock.audioquizseries .clspricetg{text-align: center;}
.clsinfowidgetbksc #custom_html-39{border: 0px !important;}
.clssatishelthcontent{padding-bottom: 20px;}
.wpProQuiz_content .wpProQuiz_answerIncorrect {background: #ff9191 !important;font-weight: 700 !important;}
.wpProQuiz_content .wpProQuiz_questionListItem {padding: 3px !important;margin-bottom: 5px !important;background-image: none; margin-left: 0;list-style: none;border: 0;}
.clsinfowidgetbksc h4.widget-title{margin-bottom: 30px;}
.clsnostitle{min-height: 52px;}
.clsmntopeleminatepals {margin-top: 0px !important;padding-top: 50px !important;}

/*27-11-2021*/
.clssinglesidebarpg h4.widget-title.widgettitle, #widget_ldcoursenavigation-2 h4.widget-title.widgettitle{background-color: transparent !important;font-weight: 700 !important;color: #242F57 !important;border-bottom: 1px solid #a6dcff;}
.clstopheadersec .clsnavigation .menu li a:hover{color: #fcde85 !important;}
.headertoprghtdescsc.clsfollwus a:hover{color: #fff !important;}
.clsscenariosc li a{color: #000 !important;}
.comment-respond {padding: 20px;border-radius: 10px;}
.comment-respond small{margin-top: 26px;}
.comment-reply{margin-bottom: 20px;}
.clsfullcontentlink{bottom: 0px;}
#custom_html-41 .widget_text.widget-wrap{padding-bottom: 30px;}
.clssidebar #custom_html-5 .textwidget{padding-bottom: 35px !important;}
.clslefttxt p{font-size: 30px !important;}

.col-md-6.clstrininghmsecdtl{align-items: center;display: flex;}
.clstoprghtsec img{margin-bottom: 30px !important;}
.boxsecbtn a{padding: 4px 10px;}
.clstoprghtsec br{display: block;}
.learndash_navigation_lesson_topics_list a{font-weight: normal;}
.post-11722 iframe, .learndash_content iframe{margin-bottom: 30px;}
.post-11722  #lessons_list > div h4{padding: 8px 0px;}
.lds-course-progress .lds-progress-bar {background: #fff !important;height: 25px;margin-bottom: 5px;border: 1px solid #a6dcff;border-radius: 12px;margin-top: 16px;margin-bottom: 16px;}
.lds-course-progress .lds-progress-bar span{ border-radius: 12px;height: 23px;} 
.clswthloginsdbarwidght .clspreparesec .widget-wrap{padding-bottom: 30px;}
#learndash_lesson_topics_list ul > li > span.topic_item{padding: 0px !important;}
.learndash .topic-notcompleted span::before{margin: 0px !important;}
.widget_ldcoursenavigation ul span.topic_item a { padding-left: 0;}
#learndash_topic_dots-11723 #course_navigation .learndash_topic_widget_list > ul{padding-left: 0px !important;}
#widget_ldcoursenavigation-2 .learndash_navigation_lesson_topics_list .list_arrow.collapse:before, .learndash_nevigation_lesson_topics_list .list_arrow.collapse:before, .lesson_incomplete.list_arrow.expand::before{font-family: fontawesome !important;content: "\f061" !important;}
#learndash_topic_dots-11723 li, .flip.learndash_topic_widget_list li{margin-bottom: 0px !important;}
.blue-dash-box, .red-dash-box, .green-dash-box, .dash-box{text-align: left;padding: 15px !important;}
.blue-dash-box h4, .red-dash-box h4, .green-dash-box h4, .dash-box h4{font-size: 20px !important;}
.clsdiffsecpalscmdtl h4{background-color: #E0DFDD !important;padding-left: 7px !important;padding-right: 7px !important;font-weight: normal;padding: 10px !important;font-size: 20px; border-radius:15px !important;}
.clsdiffsecpalscmdtl a{color: #000 !important;}
.post-10800 span.background-color, h3.background-color{background-color: #E0DFDD !important; padding-left: 7px !important; padding-right: 7px !important;font-size: 20px !important; font-weight: normal !important;padding: 10px !important;}
.post-10800 span.background-color{line-height: 68px;}
.wpProQuiz_content .wpProQuiz_questionList{border: 2px solid #e7f5fe !important;}
.clskindbtn a, .button-red, .serifbox{color: #000 !important;}
.clskindbtn a:hover{color: #fff !important;}
#sun{margin-bottom: 20px !important;}
.post-14718 h4.widget-title, .post-11457 h4.widget-title, .post-14706 h4.widget-title, 
.post-14712 h4.widget-title, .post-21899 h4.widget-title, .post-14730 h4.widget-title, 
.post-14734 h4.widget-title, .post-15950 h4.widget-title{margin-bottom: 30px !important;}
.sidebar-secondary{width: 200px;}
.clssecwidgetareasc .menu-learning-mobile-menu-container{font-weight: normal;}
#course_list > div h4, #learndash_lesson_topics_list ul > li > span.topic_item, #lessons_list > div h4, #quiz_list > div h4{padding: 5px 0px !important;}
img.alignnone.size-medium.clsalgostrockimgtop {max-width: 250px;margin-top: 55px !important;}

.cls-subpage .wpProQuiz_question_text span.background-color{background-color: #E0DFDD !important;padding-left: 7px !important;padding-right: 7px !important; font-size: 20px !important; font-weight: normal !important; padding: 10px !important;line-height: 70px;}
.error404 .search-form-submit{ margin-top: 15px;}
.clsjafbiocnt{margin-bottom: 200px;}
.dash-box h5{font-size: 18px;}
.clstreatmentbxscdtl {max-width: 450px;padding: 20px;}
.post-8435 .wpProQuiz_content ul.wpProQuiz_sortStringList{height: auto !important;}
.post-8435 .wpProQuiz_content .wpProQuiz_questionList{border: 2px solid #ddd !important;}
ul.clsaclschooseussc li{padding-left: 30px;display: block;}
.post-15950 .clsbtmlink{padding-bottom: 70px;}
h2.clsmntintrovid, .clsvideosecdtl{margin-top: 100px;}
.clswdgtpclscommon{margin-top: 40px;}
.clswdgtpclscommon h4{background-color:  #a6dcff !important;}
.clsfollwus h6{text-transform:inherit;}

input.wpProQuiz_button.wpProQuiz_QuestionButton{ float: left !important; }


/*02-12-2021*/
.menu-toggle span, .menu-toggle.menu-open::before, .menu-toggle:focus::before, .menu-toggle:active::before{display: none;}
.menu-toggle::before{background-image: url(./images/menu.svg);content: "";left: 0;position: absolute;width:30px;height: 30px;background-color: transparent;}
.menu-toggle.menu-open::after{background-image: url(./images/close.svg);content: "";left: 0;position: absolute;width:30px;height: 30px;background-color: transparent;}
.menu-toggle.menu-open::after{transform: rotate(0deg);}
.menu-toggle.menu-open:hover::before, .menu-toggle.menu-open:focus::before, .menu-toggle.menu-open:active::before, .menu-toggle.menu-open:hover::after, .menu-toggle.menu-open:focus::after, .menu-toggle.menu-open:active::after {
  width: 30px;}
.menu-toggle::after{top: 6px;}
.menu-toggle{width: 30px;height: 30px;}
.clsfollwus h6{padding-bottom: 0px;}


/*.gcaddnewarrow {text-align: center; padding:40px 0px 10px 0px;}
.gcaddnewarrow a img{display: inline-block; background-color: #818a91; font-size: 18px; color: #fff; border-radius: 100%; width: 60px; height: 60px; line-height: 60px; -webkit-animation: bounce 4s infinite alternate linear;
-moz-animation: bounce 4s infinite alternate linear;
animation: bounce 4s infinite alternate linear;}
.gcaddnewarrow img:hover {background-color: #000; color: #fff;}*/


.gcaddnewarrow{position: absolute;bottom: 80px;left: 0;right: 0;margin: 0px auto;text-align: center;}
.gcaddnewarrow img{margin: 0px auto;}


.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}



.clssingupsec.gcnewclsmobile{display: none;}
.menusec h6.clsftrtitle a{position: relative;color: #FCDE85;}
.menusec h6.clsftrtitle a:before {background-image: url(./images/external-link.svg);content: "";right: -42px;position: absolute;width: 30px;height: 30px; background-repeat: no-repeat;top: -4px;}
.non-memberpage .subpgbnrtxt h6{color: #242F57 !important;text-transform: uppercase !important; font-size: 18px!important; text-align: center;font-weight: 600!important; margin-bottom: 0px !important;}
.non-memberpage .subpgbnrtxt{margin-top: 40px !important;}
.clsfooter .clsftrdtl p, .clsfooter .mainaclsmenu .item{font-size: 12px !important;}
.clsfooter .textwidget p { line-height: 20px;}
.non-memberpage .clstrustlogo{padding-bottom: 0px;}
.clsfooter .textwidget p, .clsfooter .clsftrdtl p, .clsfooter .mainaclsmenu .item,ul.maininfoaclsmenu.clsfootermnu {font-family: 'Inter', sans-serif !important;}

.clsfooter .textwidget p{font-size: 13px !important;}

.fa-brands {
    font-family: 'FontAwesome';
    font-size: 25px;
    font-style: normal;
}

