.site-logo {
    margin-top: 8px;
}

.inside-header {
	padding: 25px;
}

.main-navigation .main-nav ul li a {
    letter-spacing: .025em;
}

.secondary-navigation {
    padding: 25px 0 0 0;
}

.secondary-navigation .main-nav ul ul li a {
    font-size: 16px;
		font-weight: normal;
}

.navigation-branding img, .site-logo.mobile-header-logo img {
    height: 40px;
}

p a:link, p a:hover, p a:active, p a:visited {
    text-decoration: underline;
}

.elementor-posts .elementor-post__excerpt p {
	color: #333;
}

.elementor-post__title a, .elementor-post__title a:hover, .elementor-post__title a:visited {
	color: #333;
}

.elementor-post__title a:hover {
	text-decoration: underline;
}

.elementor-post__meta-data, .elementor-post__excerpt {
    font-weight: normal;
}


.elementor-carousel-image {
	border: solid #333 1px;
}

.inline-italic {
	font-style: italic;
	font-size: 80%;
}

.no-bullet {
	list-style: none;
	margin-left: 15px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border: #333 solid 1px;
	padding: 7px 20px;
	font-weight: bold;
}

button:hover, html input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], a.button:hover {
	border: #00356b solid 1px;
}


blockquote {
    border-left: 2px solid #F66733;
    padding: 0 25px;
	  margin-top: 1.6em;
    font-size: 1em;
    font-style: inherit;
	 	color: #666;
}

.main-navigation .main-nav ul li#menu-item-22772 a {
		background-color: #f66733;
		color: #fff;
}

.main-navigation .main-nav ul li#menu-item-25786 a {
		background-color: #ED2224;
		color: #fff;
		border-radius: 25px
}

.planContainer {
    padding: 25px;
    border-top: 1px solid #333;
}

.elementor iframe {
	max-height: 450px;
}

.slideout-navigation.main-navigation .main-nav ul ul li a {
    color: #ffffff;
		text-decoration: underline;
    font-size: 20px;
		padding: 10px 12px 10px 25px;
}

.slideout-navigation.main-navigation {
    background-color: #00356b;
}

.elementor-post__excerpt p:after {
content: " ...";
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #333;
    background-color: #fff;
    border-color: #666;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
    background: #fff;
    color: #00356b;
    border: 1px solid #666;
}

.secondary-navigation .main-nav ul ul li[class*="current-menu-"] > a {
	color: #333;
}

.elementor-element-feabc13 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a, .elementor-element-6eacc58b .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a {
    background-color: #f66733;
    color: #fff;
    padding: 5px 7px;
}

.elementor-element-feabc13 .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span, .elementor-element-6eacc58b .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
    color: #fff;
}

.category-vip .elementor-post__title:before {
    content: "";
    display: block;
    background: url("/wp-content/uploads/2020/03/vipicon_inlinex2.png") no-repeat;
  background-position: center center;  
	background-size: cover;
	width: 33px;
    height: 18px;
    float: left;
    margin: 3px 6px 0 0;
}

.elementor-element-911e5d3 .category-vip .elementor-post__title:before {
	width: 40px;
    height: 22px;
	margin-top: 5px;
}

.broken_link, a.broken_link {
    text-decoration: none;
}

.home .elementor.elementor-24515 {
	display: none;
}

.icon-box {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.red-dot-img {
    margin: 0 15px;
}

a.red-dot-btn:hover {
  background-color: #ED2224;
	border:#ED2224 solid 1px;
}

@media print {
/* Printer specific styles go here */
	#elementor-library-2 {
		display: none;
	}
	.secondary-navigation {
		display: none;
	}
	
}

@media (max-width: 768px) {
    /* CSS in here for mobile only */
	.secondary-navigation {
		display: none;
	}
	
	.elementor-8940 .elementor-element.elementor-element-911e5d3.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
	margin-left: 0px !important;
}
	
}
@media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
		.elementor-posts article.elementor-post {
        display: block;
    }

    .elementor-post__thumbnail__link {
        margin-bottom: 20px;
    }
}
@media (min-width: 1025px) {
    /* CSS in here for desktop only */
}

@media (max-width: 767px) {
    /* Fix left align image post grid*/
	.elementor-posts article.elementor-post {
        display: block;
    }

    .elementor-post__thumbnail__link {
        margin-bottom: 20px;
    }
}