@import url('https://rsms.me/inter/inter-ui.css');

body {
	font-family: 'Inter UI', sans-serif !important;
	background-color: #4F8AFF;
}

.solutions {
	display: block;
	margin: 20px;
	padding: 15px 25px;
	text-align: left;
	background: rgba(59,201,138,0.14);
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
		   -o-border-radius: 3px;
					border-radius: 3px;
	font-size: 18px;
	color: #2C3A54;
}

.solutions strong {
	font-size: 12px;
	color: rgba(44, 58, 84, 0.55);
	display: block;
	font-weight: bold;
	margin-bottom: 0px;
}

.notice {
	color: #333;
	margin: 1em 0;
	padding: 16px 25px 16px 20px;
	background: rgba(255,76,76,0.15);
	-webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
		   -o-border-radius: 3px;
					border-radius: 3px;
	font-size: 14px;
	color: #2C3A54;
	line-height: 21px;
}

body.custom-background {
	background-image: none;
}

.entry-title {
	font-weight: 500;
}

.entry-content h2 span {
	text-decoration: none !important;
}

#container {
  -webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
		   -o-border-radius: 5px;
					border-radius: 5px;
}

#banner {
	float: none;
	text-align: center;
	background: #587EC7;
}

#menu-primary .menu-container {
	background-color: #2C3A54;
}

#menu-primary-items > li > a {
	background-color: #2C3A54;
}

#menu-primary-items > li > a:hover {
	background-color: #2C3A54;
}

.menu-container ul {
	text-align: center;
}

.menu-search > .wrap {
	float: none;
}

.menu-container li {
	float: none;
	display: inline-block;
	text-align: center;
}

.menu-container li a {
	padding: 1.5rem 0.4rem;
	font-size: 12px;
}

.custom-logo-link:hover {
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	    -ms-opacity: 1;
	     -o-opacity: 1;
	        opacity: 1;
}

#header {
	-webkit-border-radius: 5px 5px 0 0;
	 -khtml-border-radius: 5px 5px 0 0;
	   -moz-border-radius: 5px 5px 0 0;
	    -ms-border-radius: 5px 5px 0 0;
		   -o-border-radius: 5px 5px 0 0;
					border-radius: 5px 5px 0 0;
}

#branding {
	float: none;
}

p {
	color: #8797B3;
}

h3 span {
	text-decoration: none !important;
}

h3 span strong {
	color: #ADB5C2;
	font-size: 16px;
	
}

.custom-logo-link {
	text-align: center;
	display: block;
}

img.custom-logo {
	margin: 0 auto !important;
	display: block;
}

.lcp_catlist, ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.lcp_catlist li, ul h4 li, ul li h3 {
	display: block;
	background: #FFFFFF;
	border: 1px solid #CDD9EF;
	border-radius: 3px;
	font-size: 15px;
	color: #587EC7;
	line-height: 23px;
	padding: 10px 15px;
	margin-top: 10px;
}

ul h4 li, ul li h3 {
	margin-top: -13.5px;
}

footer#footer nav {
	padding: 20px;
}

.sidebar {
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
		   -o-border-radius: 5px;
					border-radius: 5px;
	background: #FFFFFF;
	border: 1px solid #E3E8F0;
}

.sidebar .widget {
	border: none;
}

.sidebar .widget-title {
	background: #FFFFFF;
	border: none;
	border-bottom: 1px solid #E3E8F0;
	border-left: 1px solid #E3E8F0;
	border-right: 1px solid #E3E8F0;
}

footer#footer .menu-container {
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
		   -o-border-radius: 5px;
					border-radius: 5px;
	color: #FFFFFF;
	background-color: #2C3A54;
	text-align: center;
}

#menu-footer .menu-container li {
	float: none;
}

.menu-container li a {
	background: none;
	color: #FFFFFF !important;
}

.widget_search .search-field {
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
		   -o-border-radius: 5px;
					border-radius: 5px;
	color: #8D96A9;
	background-color: #EFF4FF;
	border: 1px solid #E3E8F0;
	padding: 10px 20px;
	background-position: 140px;
}

.entry-content .alignleft, .entry-content .alignright {
	max-width: 100%;
}

p {
	clear: both;
  overflow: auto;
}

.post-5128 img {
	height: 100%;
	width: auto;
	max-height: 200px;
  max-width: 160px;
}

div > div > h3 > strong {
		display: block;
    max-width: 500px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid gainsboro;
    border-radius: 3px;
}

@media (max-width: 422px) {
	.post-5128 img {
		max-height: 150px;
  	max-width: 119px;
	}
}

.return-to-main-page
{
	text-align: center;
	box-sizing: border-box;
	padding: 15px 10px;
}
.return-to-main-page a
{
	box-sizing: border-box;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #51658a;
	text-transform: uppercase;
	background: #51658a;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
}
.return-to-main-page a:hover
{
	text-decoration: none;
}
.go-to-answer
{
	display: block;
	text-align: center;
}
.go-to-answer a
{
	box-sizing: border-box;
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #51658a;
	text-transform: uppercase;
	background: #51658a;
	color: #fff;
	font-weight: bold;
	border-radius: 3px;
	text-decoration: none;
}
.issue-img
{
	display: block !important;
	height: auto !important;
}
.green {
    width: 55px;
    padding: 10px;
    color: white;
    display: inline-flex;
    background: #6aaa64;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
    vertical-align: middle;
    box-sizing: border-box;
    text-transform: uppercase;
    user-select: none;
}