html, body {
	font-family: "Inter", Helvetica, Arial, sans-serif;
	color: #444;
	line-height: 1.4;
}

#logo {
	width: 181px;
	height: 60px;
	display: block;
	background: url("/content/images/template/logo.svg") no-repeat left center;
	background-size: auto 50px
}

.container {
	max-width: 1100px;
}

a {
	color: #2d6aae;
	display: inline-flex;
	align-items: center;
	gap: 15px;
}

a.button {
	display:inline-flex;
	align-items: center;
	gap: 15px;
}

b {
	font-weight: bold;
}

.navbar-nav {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.rd-navbar-fixed .navbar-nav {
	display: block;
	padding: 0 10px;
}

.rd-navbar-fixed .nav-link {
	color: rgb(136, 136, 136);
	display: inline-block;		
}

a:hover {
	color: #44a2ab;

}

.navbar-nav .active > a {
	color: #44a2ab;
}

.navbar-nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 60%;
}

.navbar-nav .dropdown-menu .dropdown-menu {
	display: none;
}

.navbar-nav .nav-item:hover > .dropdown-menu {
	display: block;
	
}

.navbar-nav .nav-item .dropdown-menu li {
	position: relative;
}
/*
.nav-item .dropdown-menu li:hover > .dropdown-menu {
	display: block;
	left: 100%;
	top: 0;
}
*/

.dropdown-menu .dropdown-toggle:after {
	display: none;
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-right: 0;
	vertical-align: 0;
}

.dropdown-item {
	font-weight: 300;
}

.navbar-nav a:hover {
	color: #2ed3ae;
}


.latest-blog .time, .latest-blog footer, .latest-blog .blogTag {
	display: none;
}

.clear {
	clear: both;
}

.product .pricing-table-wrap:hover {
	transition: all .3s ease-in-out;
	transform: scale(1.1);
	cursor: pointer;
}

@media (min-width: 1200px) {
	h1 { 
		font-size: 40px; 
	}
}

.section-xs:first-of-type, .section-sm:first-of-type, .section-md:first-of-type, .section-lg:first-of-type {
	padding-top: 10px;
}

.quotebox {
	font-size: 20px;
}

.bg-blue {
	background:#5899c9;
	color:#fff
}

.bg-blue h2 {
	color: #fff;
}

section h2 {
	text-align: center;
	font-size: 40px;
}

.section-lg {
	padding: 30px 0 !important;
}

ul.bulletList li {
	padding: 5px 0 5px 20px;
	list-style-type:none;
	background-image: url("/content/images/sce/bullet.svg");
	background-size: auto 8px;
	background-repeat: no-repeat;
	background-position: 0 15px;		
}

ul.whiteBulletList li {
	padding: 5px 0 5px 20px;
	list-style-type:disc;
	margin-left: 25px;
	line-height: 27px;
	display: list-item;
}

.button-orange {
	color: #fff;
	background: #f68540;
	border-color: #f68540;
}

.button-orange:hover {
	background: #fff;
}

#ui-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
}


#ui-to-top::before {
	content: '\e941' !important;
}

#footer .leftSide, #footer .rightSide {
	width: 50%;
}

#footer .centerContent > table {
	width: 1000px;
}

#footer .mobileFooterContent {
	display: none;
}


#footer .footerDivider {
	background: #0c6ab1;
	height: 48px;
	color: #fff;
	font-weight: 600;
}


#footer .footerLink {
	margin-top: 12px;
}

#footer .footerLink li {
	line-height: 1.1rem;
}

#footer .footerLink li a {
	font-size: 0.8rem;
	font-weight: 600;
	color: #0c6ab1;
}

#footer .centerContent {
	padding: 0;
}

#footer .centerContent td.firstColumn {
	padding-left: 10px;
}

#footer .centerContent td.lastColumn {
	padding-right: 10px;
}

#footer .copyright {
	font-weight: 600;
	color: #7ca8d9;
	padding-right: 10px;
	margin-top: 50px;
}

#footer .copyright1 {
	font-size: 0.75rem;
	line-height: .85rem;
}

#footer .copyright2 {
	font-size: 0.75rem;
	line-height: 0.8rem;
}

.icon {
	background: url("images/template/icons.svg") no-repeat;
}

.size50 {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.twitterIconImage {
	background-position: 0 0;
}

.twitterIconImage:hover {
	background-position: -50px 0;
}

.facebookIconImage { 
	background-position: -100px 0;
}

.facebookIconImage:hover { 
	background-position: -150px 0;
}

.linkedinIconImage {
	background-position: -200px 0;
}

.linkedinIconImage:hover {
	background-position: -250px 0;
}

table th, table td {
	padding: 0.8em;
	border: 0;
}

#footer .footerDivider td {
	padding: 0;
}

section h2 {
	font-size:30px;
}


.rd-navbar-fixed .navbar-nav li a.dropdown {
	        display: inline-block;
		margin-left: 10px;
	        width: 0;
	        height: 0;
	        border-left: solid 5px transparent;
        	border-right: solid 5px transparent;
        	border-top: solid 8px #ccc;
        	padding: 0;

}

.rd-navbar-fixed .dropdown-toggle::after {
		display: none;
	}

.rd-navbar-fixed .navbar-nav .dropdown-menu {
		position: relative;
}

.rd-navbar-fixed .nav-item {
		position: relative;
	}

.rd-navbar-fixed .rd-navbar-panel {
	height: 65px;
}


@media (max-width: 800px) {
	.container {
		max-width: 100%;
	}

	.navbar-nav {
		display: block;
		padding: 0 10px;
	}

	.nav-item {
		position: relative;
	}

	.navbar-nav .dropdown-menu {
		position: relative;
	}
	

	.nav-link {
		color: rgb(136, 136, 136);
		display: inline-block;
		
	}

	.dropdown-toggle::after {
		display: none;
	}

	#footer .desktopFooterContent, #footer .leftSide, #footer .rightSide {
		display: none;
	}

	#footer .centerContent {
		width: 100%;
	}

	#footer .mobileFooterContent {
		display: block;
		padding: 0 10px;
		position: relative;
		min-height: 48px;
		text-align: center;
	}

	#footer .mobileFooterContent .footerDivider {
		position: absolute;
		left: 0;
		right: 0;
	}

	#footer .footerLink li {
		display: inline-block;
	}

	#footer .footerLink li:after {
        	content: "";
        	width: 1px;
        	height: 14px;
        	background: #4089c2;
        	float: right;
     	   	margin: 2px 1px 0 5px;
    	}

	#footer .footerLink {
        	margin-bottom: 10px;
    	}

	#footer .copyright {
	        padding: 10px 0 0 0;
    	}

	header .navbar-nav li a.dropdown {
	        display: inline-block;
		margin-left: 10px;
	        width: 0;
	        height: 0;
	        border-left: solid 5px transparent;
        	border-right: solid 5px transparent;
        	border-top: solid 8px #ccc;
        	padding: 0;
    	}

	#footer ul {
		display: none;
	}

	.row > [class*='col-'] {
		margin-bottom: 15px;
	}

	.inline-row {
		flex-direction: column;
	}
}



.button {
	border-radius: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

#footer {
	background: #2c3a73;
	color: #fff;
}

#footer ul li {
	margin-bottom: 10px;
}

#footer li a {
	color: #fff;
}


