/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
body {
    color: #6e6e6e;
}

li {
    color: #6e6e6e !important;
    font-size: 18px;
    line-height: 1.5em;
}

#comments-listing .comment-body p, .blog-post li, .blog-post p {
    color: #6e6e6e !important;
}



.banner-ip-main h1 {
    color: #ffffff;
}
  .banner-ip-main h2 {
    margin-bottom: 0px;
    padding:10px 0px 5px 0px;
    font-size: 50px;
    color: #ffffff;
}
blockquote {
    border-left: none !important;
    margin: 20px 20px 10px 40px;
    padding-bottom: 30px;
    display: inline-block !important;
    color: #6e6e6e !important;
    font-size: 18px !important;
    line-height: 1.625em !important;
    padding-left: 20px;
}

blockquote cite {
    font-size: 16px !important;
    line-height: 1.3em !important;
    text-align: right;
    font-style: italic;
    display:block;
    margin-top:10px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 50px;
    height: 0;
    left: -25px;
    position: relative;
    top: 0px;
    color: #ccc;
}

/************ TOP NAV BAR **************/
.top_nav_bar ul {
    list-style: none;
    margin:0px;
    padding:0px;

}
.top_nav_bar ul li {
    display: inline-block;
    margin: 0;
    text-align: left;
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-bottom: 0px;
}
.top_nav_bar ul li a {
    color: #414042;
    display: block;
    font-size: 16px;
    letter-spacing: 0px;
    padding: 20px 15px;
    position: relative;
    font-weight: 400;
}

.top_nav_bar ul li a:hover {
    color: #007bb9;
}

.top_nav_bar ul li a svg path{
    fill: #414042;
    padding-right:5px;
}

.top_nav_bar ul li a:hover svg path{
    fill: #007bb9;
}

.pnumber {
    font-size: 18px;
    font-weight: 600;
    padding-right:15px;
    display:inline-block;
}


/* TOP BAR SEARCH **************/
.top-bar-search {background-color: #000;}



/* HOMEPAGE HERO BANNER **************/
.container-fluid #home-banner {
    padding-left: 0px;
    padding-right: 0px;
}
#home-banner h2 {
    font-size:50px;
}
#home-banner .c-cta-con {
    margin: 5px 5px 5px 0px !important;
}

/* BREADCRUMBS MENU **************/
.hs-breadcrumb-menu-item, ul.hs-breadcrumb-menu li.hs-breadcrumb-menu-item, li.hs-breadcrumb-menu-item.first-crumb {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-left:-10px;
}

ul.hs-breadcrumb-menu {
    margin-top: 10px !important;
}

ul.hs-breadcrumb-menu li {
 margin-bottom: 0px !important;
}

span.hs-breadcrumb-menu-divider:before {
    content: '›';
    padding-left: 10px;
    padding-right: 10px !important;
}




/* SIDEBAR ACCORDION MENU **************/

ul#hhs-acc-menu.hhs-accordion {
    border: solid 1px #ccc;
    padding: 10px 30px 10px 30px; 
}
ul#hhs-acc-menu.hhs-accordion li {
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    line-height: 20px;
    font-weight: 600;
}

ul#hhs-acc-menu.hhs-accordion a.accordion-title {
    font-size: 18px;
    color: #007bb9;
    padding-left: 0px !important;
    padding: 15px 25px 15px 0;
}

ul#hhs-acc-menu.hhs-accordion a.accordion-title:hover {
    background-color:#fff;
}

ul#hhs-acc-menu.hhs-accordion a.accordion-title h4 {
    color: #007bb9;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
}
ul#hhs-acc-menu.hhs-accordion a.accordion-title:hover h4 {
    color: #000;
}

ul#hhs-acc-menu.hhs-accordion .hhs-accordion-content.menu-opt {
    padding: 0 0 0 30px !important;
}

ul#hhs-acc-menu .hhs-accordion-content.menu-opt .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
    color: #000;
}

ul#hhs-acc-menu.hhs-accordion .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 1em !important;
    padding-left: 20px !important;
}








ul#hhs-acc-menu.hhs-accordion li ul.active-branch li, ul#hhs-acc-menu.hhs-accordion li ul li {
    padding-left:20px;
}



ul#hhs-acc-menu.hhs-accordion li ul li a:before {
    margin-left: 0px;
    border-right:solid 4px #007bb9;
    border-bottom:solid 4px #007bb9;
    border-radius:3px;
  	content: " ";
		height: 8px;
		position: absolute;
		left: 5px;
		top: 8px;
		transform: rotate(-45deg);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 8px;
}



ul#hhs-acc-menu.hhs-accordion .hhs-accordion-content.menu-opt li ul.hs-menu-children-wrapper li  {
    padding: 0 0 0 5px !important;
}

ul#hhs-acc-menu.hhs-accordion li ul li ul li a:before {
    margin-left: 0px;
    border-right:solid 4px #007bb9;
    border-bottom:solid 4px #007bb9;
    border-radius:3px;
  	content: " ";
		height: 8px;
		position: absolute;
		left: 7px;
		top: 8px;
		transform: rotate(-45deg);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		width: 8px;
}









ul#hhs-acc-menu.hhs-accordion li a.accordion-title:before {
    content: none !important;
}

ul#hhs-acc-menu.hhs-accordion a.accordion-title:after {
    border-right: 1px solid rgba(0, 140, 223, 1);
    border-bottom: 1px solid rgba(0, 140, 223, 1);
}

ul#hhs-acc-menu.hhs-accordion li:last-child {
    border-bottom: none !important;
}


/* SIDEBAR CTA BOX **************/

.sidebar_cta_box {margin-top:30px;
text-align:center;
color: #fff;
}
.sidebar_cta_box h1 {
  font-size: 36px;
  color:#fff;
  }
.sidebar_cta_box h2 {
  font-size: 36px;
  color:#fff;
  }
.sidebar_cta_box .c-cta-con a.cta-secondary {
  padding: 15px 20px;
}


/*State/Provincial Programs*/
  .state-bar {
  border-top: solid 1px #cccccc;
  padding-top: 0px;
  padding-bottom: 0px;
  }
  .state-bar p {
  margin-bottom: 0px;
  }

/* SIDEBAR CONTACT BOX **************/
.sidebar-contact-box {
border: solid 1px #cccccc;
  overflow: hidden;
}


/* CONTACT FORM RECAPTHCA FIELD **************/
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display:inline-block !important;
  margin-bottom: 25px !important;
}
body form.hs-form fieldset {
    margin-bottom: 3px !important;
}
.hs-error-msgs label {
    color: #f2545b;
    font-size: 16px;
    padding: 10px;
}
.hs-error-msgs {
    background-color: rgba(218, 1, 1, .05) !important;
   border-top: solid 1px #da0101 !important;
}
li.hs-form-radio{
  margin-bottom:0px !important;
}


/* SIDEBAR RECENT POSTS WIDGET **************/  
#hs_cos_wrapper_widget_1709158761785 ol, #hs_cos_wrapper_widget_1709158761785 ul {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    list-style: none;
    list-style-image: none;
    margin-left: 0px;
    padding-left: 0px;
}

 #hs_cos_wrapper_widget_1709158761785 ul li {
    padding-left: 20px;
   position:relative;
}
#hs_cos_wrapper_widget_1709158761785 ul li a {
    color: #007bb9;
  max-width: none;
    padding: 0 !important;
    white-space: normal;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
}
#hs_cos_wrapper_widget_1709158761785 ul li a:before {
    margin-left: 0px;
    border-right: solid 4px #007bb9;
    border-bottom: solid 4px #007bb9;
    border-radius: 3px;
    content: " ";
    height: 8px;
    position: absolute;
    left: 5px;
    top: 8px;
    transform: rotate(-45deg);
    width: 8px;
}




/***************** STYLES FROM GLOBAL HEADER CSS WITH NEW EDIT CSS **********************/

.y-nav-primary {
	text-transform: capitalize; 
	color:#fff;
  font-size:20px;
  background:#efefef;
  border-bottom:solid 7px #f7a600;
}	
		
.y-wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0px 30px;
}
.nav-searchbar {
    display: inline-flex;
    float: right;
    vertical-align: middle;
    align-items: center;
    margin: 15px 0px 0px 0px;
}
.nav-searchbar .hs-search-field.is-open .hs-search-field__bar {
    width: 20vw;
    max-width: 20vw;
    left: 0;
    position: relative;
    float: right;
}
.hhs-header-logo.y-logo {
	  float: left;
	  margin: 0;
    max-width: 278px;
    padding: 0;}
	
.hhs-nav-grid__extras.y-hdr-top-nav: {
	  float: right;
    text-align: right;
    width: 800px;
}


.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin: 0px 0px !important;
}

	
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {   
   /* padding: 12px 18px; */
    margin: 0px;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover {   
    background-color: #f7a600;
}



  
 .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	  max-width: none !important;
	  vertical-align: bottom;
    padding: 20px 20px;
    position: relative;
    color:#666666 !important;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover {   
    color: #ffffff!important;
}

.hhs-top-bar .mega-menu .hs-menu-wrapper > ul > li > ul:before {
	content: '';  
}



.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a {
  display:flex;
  align-items:center;
  padding: 20px 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a svg {
  margin-left:8px !important;
  width: 12px;
}


.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:hover a svg {
fill: rgba(255, 255, 255, 1);
}



.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
 position: relative; 
  border-right: solid 1px #cccccc;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:first-child.hs-menu-depth-1 {
  border-left: solid 1px #cccccc;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover:after {
 width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active-branch:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 0;
    height: 2px;
    /*transition: width 220ms ease-in;*/
}
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active:after,
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active-branch:after{
 width: 100%;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-menu-depth-1:after {
 height: 0; 
}



.hhs-menu-toggle {
	padding-left: 1em;
	display: flex;
	z-index: 1001;
}

.hhs-side-menu .hhs-menu-toggle {
  text-align: right;
  float: right;
  margin-right: 15px;
}

.hhs-side-menu.is-open .hhs-menu-toggle {
  display: block;
}

.hhs-side-menu .hhs-menu-toggle button {
  position: relative;
}

.hamburger-icon {
	width: 1.6em;
	height: 1em;
	position: relative;
	display: block;
	margin: auto;
}
.hamburger-icon .line {
	display: block;
	background: #666;
	width: 1.6em;
	height: 3px;
	position: absolute;
	left: 0;
	border-radius: 0.025em;
	transition: all 0.4s;
	border-radius: 1em;
}
.hamburger-icon .line.line-1 {
	top: 0;
}
.hamburger-icon .line.line-2 {
	top: 50%;
}
.hamburger-icon .line.line-3 {
	top: 100%;
}


.hamburger-icon.active .line-1 {
	transform: translateY(0.75em) translateX(0) rotate(45deg);
}
.hamburger-icon.active .line-2 {
	opacity: 0;
}
.hamburger-icon.active .line-3 {
	transform: translateY(-0.25em) translateX(0) rotate(-45deg);
}

.hhs-side-menu__mobile-controls {
	padding-right: 1em;
  margin-bottom: 0em;
  float: left;
}

.hhs-nav-grid {
	display: flex;
	align-items: center;
  padding:25px 35px;
}

.hhs-nav-grid__extras {
	display: flex;
  margin-left:auto;
}



.hs-search-field {
	position: relative;
	width: 1px;
}

.hs-search-field__bar {
	left: 0;
	max-width: 0;
	overflow: hidden;
	transition: all 0.125s ease-in-out;
  height: 100%;
}

.hs-search-field__bar form {
 height: 100%; 
}

.hs-search-field.is-open .hs-search-field__bar {
	width: 40vw;
	max-width: 40vw;
	left: -40vw;
  position: absolute;
}

.hhs-top-bar .hs-search-field__bar .hs-search-field__input {
	border: 0;
	border: 1px solid #ccc;
	position: relative;
	z-index: 1000;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 4px 8px !important;
  height: 100%;
}

.top-bar-search {
	border: 0;
	background: none;
	padding: 0.33em;
	display: inline-block;
	margin-top: 0px;
	cursor: pointer;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.top-bar-search i span {
 display: none; 
}

.hhs-side-menu .top-bar-search {
  position: absolute;
  top: 2px;
  right: 52px;
}

.hhs-side-menu__controls .hhs-lang-switch .globe_class:before,
.hhs-side-menu .fas {
 font-size: 20px; 
}

.hhs-menu-button {
	border: 0;
	background: none;
	display: inline-block;
	cursor: pointer;
}


@media (max-width: 575px) {
  .hhs-menu-button {
    vertical-align: super;
  }
}

.sc-site-header__menu .hs-menu-children-wrapper {
	padding: 0em 0 !important;
}

.sc-site-header__menu .hs-menu-item.hs-menu-depth-2 {
	width: 100%;
}



.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 10px 0px;
} /* drop down menu drop down background color */



.hhs-lang-switch .lang_list_class li a {
 padding: 10px; 
}


.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
 visibility: hidden;
  opacity: 0;
}




.hhs-side-menu .hhs-lang-switch .globe_class:before {
	color: #000; 
}

.hhs-side-menu {
	position: fixed;
	max-height: 100vh; 
	top: 0;
	bottom: 0;
	background-color: #fff;
	padding-top: 1em;
	z-index: 100001;
	overflow-y: auto;
	right: -100%;
	transition: all 0.5s ease-in-out;
}

.page-editor .hhs-side-menu {
	height: 0px; 
}

.hhs-side-menu.is-open {
	right: 0;
}

.body-wrapper.nav-is-open  {
	overflow-y: hidden;
}

.body-wrapper::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
	transition: all 0.33s ease-in-out;
}

.body-wrapper.nav-is-open::after {
	left: 0;
	opacity: 1;
}

.hhs-side-menu__ctas {
	padding: 1.88em 2em 0em;
}

.hhs-side-menu__form {
	padding: 0em 2em 0em;
}
.hhs-side-menu__text {
	padding: 0em 2em 0em;
}

.hhs-side-menu__text.text-above {
 padding-top: 2em; 
}

.hhs-side-menu__ctas .hhs-header-cta {
	float: left;
	margin: 0 1em 0 0;
}
.hhs-side-menu__ctas .hhs-header-cta a {
 margin-bottom: 15px; 
}

.hs-menu-flow-vertical .hhs-nav-links {
	display: block;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
	padding: 0.2em 0 !important;
	max-width: 100%;
	width: 100%;
  overflow: visible;
}

.hhs-side-menu__mobile {
	padding: 1em 2.25em 0 2em;
}

.hhs-side-menu__mobile .sc-site-header__menu {
	padding-bottom: 1em;
	border-bottom: 1px solid rgba(125,125,125, 0.42);
}

.hhs-nav-links {
	margin: 0 !important;
  vertical-align: bottom;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	font-size: 0.88em;
	display: block;
	visibility: visible;
	opacity: 1;
	position: static;
	background: none;
	padding-left: 1.33em !important;
	padding-top: 0 !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	max-height: 0;
	overflow: hidden;
  opacity: 0;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
  background-color: transparent !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-open {
	max-height: 100%;
  opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.fa-caret-right::after {
	content: '\f0da';
}

.hhs-sidebar-nav-toggle {
  display: inline-block;
	border: 0;
	background: none;
	font-size: 1rem;
	padding: 0.25rem 0.66rem 0.25rem;
	line-height: 1;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hhs-sidebar-nav-toggle.is-open > * {
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.hhs-side-menu__extras {
	padding: 0.66em 2em;
}
.hhs-side-menu__extras .hs-menu-item {
	width: 100%;
}

.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	width: 100%;
	padding: 0.25em 0;
  overflow: visible;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  max-width: 300px;
  width: max-content;
  line-height: 1;
  /*-webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.05);*/
}

.hs-menu-wrapper.hs-menu-flow-horizontal .mega-menu ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  /*-webkit-box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);
  box-shadow: 0 0 0px 0px rgba(0,0,0,0.0);*/
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  line-height: 1;
  width: auto !important;
  padding: 20px 20px 20px 20px;
}

.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
 text-indent: 10px; 
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li li a {
 text-indent: 20px; 
}

.hhs-side-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
  content: '' !important;
}





@media (min-width: 510px) {

	.hhs-side-menu__mobile-controls {
		display: none;
	}
}


@media (max-width: 509px) {
	.hhs-nav-grid__extras .top-bar-search,
	.hhs-nav-grid__extras .hhs-lang-switch {
		display: none;
	}
}

.hhs-side-menu .sc-site-header__menu.hs-menu-flow-vertical {
	overflow: initial;
	height: auto;
}

.hhs-side-menu span {
	display: inline;
}

.hhs-side-menu__controls {
	position: relative; 
  width: 100%;
  z-index: 100000;
  margin: 0em 0 0 auto;
}


.hhs-side-menu__controls .hs-search-field .hs-search-field__bar {
 width: 0px;
  display: none;
}

.hhs-side-menu__controls .hs-search-field.is-open .hs-search-field__bar {
	width: 13.5em;
	max-width: 13.5em;
  top: -3px;
	left: 2em;
  display: block;
  position: absolute;
  height: 100px;
}

.hhs-side-menu__controls .hs-search-field {
	z-index: 1000; 
}

.hhs-side-menu__controls .hs-search-field input {
	padding: 8px;
  font-size: 16px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
}

.hhs-side-menu .hs-menu-wrapper.hs-menu-flow-vertical li a {
  white-space: inherit;
}

.hhs-side-menu__footer {
	padding: 2em;
	text-align: right;
}

.hhs-side-menu__footer i {
	font-size: 18px;
	padding: 5px;
}
.hhs-side-menu__footer i span {
	display: none;
}


.hhs-side-menu__footer svg {
	width: 28px;
  height: 28px;
	padding: 5px;
}


.hhs-side-menu {
	display: flex;
	flex-direction: column;
}



.hhs-top-bar div.hs_cos_wrapper_type_cta {
	display: inline; 
}



.hhs-nav {
	padding-right: 0 !important;
	padding-left: 0 !important;
}


.hhs-alt-nav .hhs-header-logo .logo-sticky,
.hhs-header-logo .logo-standard {
	display: block;
}

.hhs-alt-nav .hhs-header-logo .logo-standard,
.hhs-header-logo .logo-sticky {
	display: none;
}
.sticky-menu .hhs-header-logo .logo-standard {
	display: none;
}
.sticky-menu .hhs-header-logo .logo-sticky {
	display: block;
}

.hhs-header-logo,
.hhs-nav-opt-items {
	display: table-cell;
	vertical-align: middle;
}

.hhs-header-logo {
	position: relative;
	z-index: 10;
}

.hhs-header-menu {
	float: right !important;
}



 
 .hhs-lang-switch {
   float: right;
 }

.hhs-lang-switch span {
  display: flex;
  height: 100%;
}
 
 .hhs-lang-switch .lang_switcher_class {
   padding: 7px 10px;
   display: flex;
   align-items:center;
 }
 
 .hhs-lang-switch .globe_class {
   background-image: none !important;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   line-height: 1;
   font-weight: 900;
 }
 .hhs-lang-switch .globe_class:before {
    content: "";
    display: inline-block;
    width: 20px; 
    height: 20px; 
    background-image: url('');
    background-size: cover;
 }


.hhs-side-menu__controls .hhs-lang-switch {
	position: absolute;
	top: 5px;
	right: 100px;
}

.hhs-side-menu__controls .hhs-lang-switch .lang_switcher_class {
	padding: 0px;
	margin-top: 0;
}

 
 .hhs-lang-switch .lang_list_class {
   text-align: left;
   border: none;
   top: 35px;
   left: -10px;
   padding-top: 0px !important;
   -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);
   min-width: 100px;
   width: max-content;
 }

.hhs-side-menu .hhs-lang-switch .lang_list_class {
   top: 30px;
  z-index: 1000;
}
 
 .hhs-lang-switch .lang_list_class:before {
   border: none;
   width: 10px;
 }
 .hhs-lang-switch .lang_list_class:after {
   border: 5px solid transparent;
   left: 85px;
   top: -10px;
 }
 .hhs-side-menu .hhs-lang-switch .lang_list_class:after {
   left: 76px;
 }



 .hhs-lang-switch .lang_list_class li:first-child,
 .hhs-lang-switch .lang_list_class li{
   border: none !important; 
 }
 .hhs-lang-switch .lang_list_class li:first-child {
   padding-top: 10px; 
 }
 
 .hhs-lang-switch .lang_list_class li:last-child {
   padding-bottom: 10px; 
 }
 
 .hhs-lang-switch .lang_list_class li {
   padding: 0px; 
   margin-bottom: 0px;
 }
 

.hhs-lang-switch .lang_list_class li a {
  display: block;
}

.hhs-lang-switch,
.hhs-header-search,
.hhs-header-cta {
	float: right;
	margin-left: 15px;
	z-index: 1000;
	position: relative;
}

.hhs-lang-switch a,
.hhs-header-search a{
	padding: 10px 5px;
	display: block;
}

.hhs-header-search a i {
	vertical-align: bottom;
}

.hhs-lang-switch .globe_class:before {
	vertical-align: middle;
}


.hhs-header-mod .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
	width: 100%;
	display: block;
	clear: both;
  /*font-size: 18px;*/
}

.hhs-header-hat {
	position: relative;
	z-index: 1000;
}


.hhs-header-hat .col-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.hhs-header-hat .col-12 * {
 margin-bottom: 0px; 
}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	float: right;
}
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span {
	padding: 10px 0;
}





.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
	margin-right: 0px;
}

.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: none;
	overflow: visible;
}




.custom-menu-primary .hs-menu-wrapper {
	overflow: visible !important;
}

.custom-menu-primary .hs-menu-wrapper > ul{
	float: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
	font-weight: normal;
	margin-left: 0px !important;
	margin-bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
	padding: 10px 15px;
	position: relative;
	display: block;
}

.custom-menu-primary a:hover {
	color: #000000;
}


.hs-menu-children-wrapper .hs-menu-item.active,
.custom-menu-primary .hs-menu-wrapper .hs-menu-children-wrapper li.active a:hover,
.sticky-menu .hs-menu-item.active,
.sticky-menu .custom-menu-primary .hs-menu-wrapper > ul li.active a:hover{
	background-color: transparent !important;
	cursor: default !important;
}
.sticky-menu {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
}

.sticky-menu.active {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all .3s ease;
	opacity: 1;
}

.sticky-menu .widget-type-logo img {
	height: 35px !important;
	width: auto !important;
	margin: 10px 0;
}

.hhs-header.sticky-menu.active {
	padding: 5px 0px !important;
}

.custom-menu-primary.js-enabled .hamburger {
	display: none;
}

@media (max-width: 922px){
	.sticky-menu.active {
		position: static !important;
	}
	.sticky-menu .widget-type-cta {
		display: none;
	}
	.sticky-menu .widget-type-logo img {
		margin: 0;
	}
	.sticky-menu .page-center {
		padding: 0 10px !important;
	}
	.hhs-nav {
		position: relative;
	}
	.hhs-nav-opt-items {
		padding-right: 40px;
	}
	.custom-menu-primary.js-enabled {
		float: none;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}
	.custom-menu-primary.js-enabled .hamburger {
		display: inline-block;
	}
	.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		padding: 0px 15px;
	}
	.hhs-header-logo {
		position: relative;
		z-index: 1000;
	}
	.custom-menu-primary.js-enabled .hs-menu-wrapper > ul > li{
		margin-left: 0px !important;
	}
	.hamburger {
		padding-top: 10px; 
	}
}

@media (max-width: 575px){

	nav {
		transition: height 0.5s ease-in-out;
	}
	.hhs-header-mod .hhs-nav {
		padding-top: 25px; 
	}
	.custom-menu-primary.js-enabled {
		top: 20px; 
	}
	.hhs-hat-menu {
		position: relative;
	}
	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
		text-align: center !important;
		padding: 0 !important;
	}
	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li li a {
		padding: 2px 10px !important;
	}
	.hhs-hat-menu .hhs-header-search a {
		padding: 5px 0px 5px 10px;
	}

	.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
	.hhs-hat-menu > ul {
		width: 100% !important;
		margin: 0px auto !important;
		float: none !important;
    text-align: center;
	}
  
  .hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
   display: inline-block;
    text-align: center;
    padding: 0 5px;
  }
  .hhs-hat-menu .hs-menu-children-wrapper:before {
   text-align: left; 
  }
.banner-ip-main h1, .banner-ip-main h2 {
    margin-bottom: 0px;
    padding:0px 0px 5px 0px;
    font-size: 30px;
    color: #ffffff;
}
  h1.blog-post__title {
    font-size: 40px;
}
}

/***************** END OF STYLES FROM GLOBAL HEADER CSS **********************/



.blog-post__body blockquote::before {
    left: 0px;
}

/*fixing blog header and post title */

h1.blog-post__title {
    color: #000;
  font-family: PT Serif !important;
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
.banner-ip-main h2 {
    color: #ffffff;
    font-family: PT Serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-post {
    color: #6e6e6e;
}

/*** YAZ'S EDIT ****/

@media (max-width: 922px){
  
h1 {
    font-size: 38px;
}
.banner-ip-main h1, .banner-ip-main h2 {
    margin-bottom: 0px;
    padding:0px 0px 5px 0px;
    font-size: 30px;
    color: #ffffff;
}
h1.blog-post__title {
    font-size: 40px;
}
blockquote, blockquote p {
    padding-left: 10px;
}

blockquote cite, blockquote p cite {
  line-height: 1.2em !important;
}

.blog-post__body blockquote::before {
    left: -10px;
}
.y-nav-primary, .top_nav_bar {
	display: none;
}
.hamburger-icon .line {
    background: rgba(0, 0, 0, 1.0) !important;
}
#home-banner h1 {
    font-size:30px;
}
#home-banner h2 {
    font-size:30px;
}
 ul#hhs-acc-menu.hhs-accordion {
  border: solid 1px #ccc;
  padding: 10px 20px 10px 20px; 
}
  
  .hhs-accordion a.accordion-title:after {
  right:5px !important;
    top:22px !important;
  }
ul#hhs-acc-menu.hhs-accordion .hhs-accordion-content.menu-opt {
    padding: 0 0 0 15px !important;
}
  
.hhs-horz-spacer {
  height:auto !important;
}
  


ul#hhs-acc-menu.hhs-accordion li a:before {
    float: left;
    line-height: 1.5em;
}
 ul#hhs-acc-menu.hhs-accordion .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    margin: 10px 0px !important;
   line-height: 0.9em;
}
  
.sidebar_cta_box h1 {
  font-size: 30px;
  color:#fff;
  }
  .sidebar_cta_box h2 {
  font-size: 30px;
  color:#fff;
  }


@media (max-width: 575px){
  
h1 {
    font-size: 34px;
}
	
.y-nav-primary, .top_nav_bar {
	display: none;
}
#home-banner h1 {
    font-size:26px;
}
#home-banner h2 {
    font-size:26px;
}
  .sidebar_cta_box h1 {
  font-size: 32px;
  color:#fff;
  }
   .sidebar_cta_box h2 {
  font-size: 32px;
  color:#fff;
  }
 .hhs-horz-spacer {
  height:auto !important;
}
  
 /* hide state map on mobile */
  .state-bar img {
  display:none;
   
  }
  

  
 }
  
  }


/* HAMBURGER MENU CUSTOM STYLING */



.hs-menu-wrapper.hs-menu-flow-vertical > ul li  {
    color: #000000;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    line-height: 2em;
    margin-bottom: 0px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a  {
    width: auto;
    color: #007bb9;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
}

.hhs-sidebar-nav-toggle svg {
    fill: #007bb9;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-2 > a {
    width: auto;
    color: #007bb9;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 600;
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    line-height: 2em;
    margin-bottom: 0px;
}
.hhs-side-menu__extras .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    width: auto;
    color: #007bb9;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-weight: 600;
}

.hhs-side-menu__text h4 {
    color: #000000;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    font-weight: 600;
}
.hhs-side-menu__text h4 svg {
    fill: #000000;
}
.hhs-side-menu__footer a {
    margin: 0 10px;
}

.hhs-side-menu__footer svg {
    fill: #007bb9;
}



/* BLOG POST PAGE */

#blog-cta-box {
background-color: #0068a6;
margin-top: 30px;
text-align: center;
color: #fff;
padding:30px;
margin-right:0px;
margin-left:0px;
margin-bottom:30px;
}
#blog-cta-box h2 {
font-size: 36px;
color: #fff;
font-weight:400;
}

#blog-cta-box .c-content-con {
  margin:20px auto 0px auto;
}

.post-page-full .blog-header-full {
    margin-bottom: 10px;
}


.hs-blog-social-share {
border-bottom: none !important;
}

.blog-index__tag-heading {
    text-transform: capitalize;
}
h3.blog-index__tag-heading {
    text-transform: capitalize;
  font-size: 30px;
  color: #000000;
}
.hhs-blog-grid-cards .blog-index__post-tag {
    text-transform: capitalize;
}

.blog-post__tag-link{
  color: #007bb9;
}
.blog-post__tag-link:hover{
  color: #ffffff;
}

/* blog listing page pagination */

.blog-pagination {
    margin: 2rem auto 1.3rem auto !important;
}


.blog-pagination__link--active {
  border: 2px solid #dedede !important;
  background-color: #dedede !important;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: rgba(0, 140, 223, 1.0) !important;
  margin: 0 10px;
  width:9px !important;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid rgba(0, 140, 223, 1.0) !important;
  background-color: rgba(0, 140, 223, 1.0) !important;
  color: #ffffff;
}
.blog-pagination__prev-link:hover,
.blog-pagination__next-link:hover,
.blog-pagination__prev-link:focus,
.blog-pagination__next-link:focus{
  color:rgba(0, 140, 223, 1.0) !important;
}


/* Additional Styles For TestGenius */

.home-banners a {
color: #ffffff;
}
.home-banners a:hover {
color: #ffffff;
  text-decoration: underline;
}
/* for br */
.home-banners .home-banner-text {
display:none;
}
@media (max-width: 575px){
.home-banners .home-banner-text {
display:inline;
}
}

.iconlist-flex-list{
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

ul.iconlist-flex-list {
    text-align: left;
    margin: 20px 0px !important;
    padding-bottom: 0px;
    padding-left: 0px;
  }

.iconlist-flex-list li {
  display: flex;
  align-items: flex-start;
  padding: 4px 0px;
}

.iconlist-flex-list li span {
  margin-right: 9px; /* Adjust spacing between icon and text */
   fill: #ff9900;
}

.list-multicolumn .container, 
.list-multicolumn .container .row, 
.list-multicolumn .container .row .col-lg-6, 
.list-multicolumn .container .row .col-sm-12{
padding:0px;
}
#crowded.list-multicolumn .container .row .col-sm-12 {
padding-right:0px !important;
padding-left:0px;
}

#crowded.list-multicolumn .container .row .col-lg-6 {
padding-right:30px !important;
padding-left:0px;
}




/* SIDEBAR MENU CUSTOM STYLING */

.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical {
  position: relative;
}

.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 0px;
}

.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li  {
    color: #6e6e6e;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    padding: 12px 0px;
  position: relative;
}
.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li:last-child {
    border-bottom: none;
}

.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a  {
    width: auto;
    color: #007bb9;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400 !important;
    text-wrap: wrap;
  line-height:22px;
  overflow:hidden;
}
.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:hover {
    color: #ff9900;
}
.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-2 > a {
    color: #007bb9;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 400 !important;
}
.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:after {
    border-right: 1px solid rgba(0, 140, 223, 1);
    border-bottom: 1px solid rgba(0, 140, 223, 1);
}
.row-fluid .widget-type-custom_widget .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a:after {
    content: " ";
    height: 12px;
    position: absolute;
    right: 5px;
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 12px;
}
ul.check {
    list-style: none;
    padding: 0;
}
ul.check li {
    position: relative;
    padding-left: 26px;
    color: #666666;
    line-height: 32px;
}
ul.check li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    font-size: 18px;
    color: #ff9900;
    content: "\f00c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
ul.arrows {
    list-style: none;
    padding: 0;
}
ul.arrows li {
    position: relative;
    padding-left: 26px;
    color: #666666;
    line-height: 32px;
}
ul.arrows li:before {
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    font-size: 18px;
    color: #007bb9;
    content: "\f105";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}
.hhs-accordion-1 a.accordion-title {
    color: #666666;
    background-color: #efefef;
    border-color: #f9f8f4;
    margin-bottom: 15px;
  border-radius:6px;
}
#hs_cos_wrapper_widget_1712776181882 .c1 .hhs-accordion-1 a.accordion-title:after {
    border-right: 1px solid #007bb9 !important;
    border-bottom: 1px solid #007BB9 !important;
}
#hs_cos_wrapper_widget_1712776181882 .hhs-rich-text.c1 a.accordion-title h4 {
    font-size: 20px;
    color: #007bb9;
    font-weight: 600;
}
#hs_cos_wrapper_widget_1712776181882 .c1 .hhs-divider {
    display: none;
}
ul.iconmenu {
    margin-left: 0px;
    -webkit-padding-start: 0px;
    display: block;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 15px;
}
ul.iconmenu > li {
    list-style: none;
    display: block;
    margin: 0px;
    text-align: left;
    width: auto;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 18px;
}
ul.iconmenu > li i.fa, ul.iconmenu > li i.far, ul.iconmenu > li i.fas {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #f7a600;
    width: 25px;
    text-align: center;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}


/* benefits page icon menu */

ul.iconmenu.noborder {
    margin-left: 0px;
    -webkit-padding-start: 0px;
    display: block;
	border-radius: 0px;
	border: none;
	padding: 0px;
}
ul.iconmenu.noborder > li {
    list-style: none;
    display: flex;
    margin: 0px;
    text-align: left;
    width: auto;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 18px;
}
ul.iconmenu.noborder > li i.fa,
ul.iconmenu.noborder > li i.far,
ul.iconmenu.noborder > li i.fas {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 0px !important;
    margin-right: 30px;
    color: #ccc;
    text-align: center;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	display: inline-flex;
	float:left;
}
ul.iconmenu.noborder > li p {
    display: inline-flex !important;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin: 0px 0 20px 0;
}





.fa-award:before {
    content: "\f559";
}
.fa-download:before {
    content: "\f019";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-clock:before {
    content: "\f017";
}
.fa-long-arrow-alt-up:before {
    content: "\f30c";
}
.tg-text-box .c-col {
padding-right:0px !important;
padding-left:0px !important;
}

.border-for-boxes {
border:solid 1px #cccccc;
  border-radius:5px;
  }
.inner-main-boxes .c-col-inner {
border-top:solid 5px #007bb9 !important;
}
#inner-main-boxes-login h2{
font-size:26px !important;
}

	/* industry partners box  */

.industry-partners .partnerlogo {
    padding: 20px 20px 20px 20px;
    margin: 40px 0px 0px 0px;
    height: auto;
    text-align: center;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6e6e;
    font-weight: 400;
}
 .industry-partners a {
    color: #007bb9;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
 .industry-partners img {
    vertical-align: middle;
}
 .industry-partners a small {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #efefef;
    border-radius: 4px;
    padding: 5px;
		font-size: 85%;
}
 .industry-partners .pspecialty {
    display: block;
    margin: 10px 0px;
    text-transform: capitalize;
    width: 100%;
   text-align:center;
}

.industry-partners .pspecialty p {
    margin-bottom: 0;
}


.industry-partners .pspecialty p span {
    text-align: center !important;
    font-style: italic;
    min-height: 60px;
    margin-bottom: 20px;
    display: block;
  padding: 0;
    margin: 0;
    line-height:1.1;
}

.inner-box-contact {
border: solid 1px #cccccc;
  border-radius:5px;
  display:block;
  margin-bottom: 30px;
}


.webinar-list-item i {
    color: #6e6e6e;
}
.webinar-list-item .container, .webinar-list-item .c-col, .webinar-list-item .row {
    padding-left: 0px;
    padding-right: 0px;
}
.pull-right {
    float: right !important;
}
.pull-right  .fa-long-arrow-alt-up {
    color: #007bb9;
}
#hs_cos_wrapper_module_1713206292689 h3 {
    padding: 20px 0px !important;
}
#hs_cos_wrapper_module_1713206292689 li {
    margin-bottom: 1px;
}

/*accordion faqs styling */

.faqs-style .container {
padding-left: 0px !important;
  padding-right: 0px !important;
}