
#body {
	margin: 0;
	font: 15px Verdana,Geneva,sans-serif;
	color: #5a5a5a;
}

.clearfix {
	clear: both;
}

#body h1 {
	font: bold 36px Verdana,Geneva,sans-serif;
	color: #27b726;
	margin: 0px 0 25px 0;
	line-height: 0.9;
}

#body h2 {
	font: bold 16px Verdana,Geneva,sans-serif;
	color: #27b726;
	margin: 10px 0 0px 0;
	line-height: 1.4;
}

#body h3, #body h3 > a {
	font: 18px Verdana,Geneva,sans-serif;
	color: #000000;
	margin: 0px 0 0px 0;
	line-height: 1.4;
	text-decoration: none;
}

#body h4 {
	font: 18px Arial,'Helvetica',sans-serif;
	color: #525e66;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	line-height: 1;
}

#body h5 {
	font: bold 20px Verdana,Geneva,sans-serif;
	color: #ffffff;
	margin: 10px 0 10px 0;
	line-height: 1;
}

#body h6 {
	font: 15px Arial,'Helvetica',sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	line-height: 1.4;
}

p {
	margin: 5px 0 10px 0;
	line-height: 1.4;
}

p a, .ngcontent a, a.nglink {
	font-weight: bold;
	color: #0094ff;
	text-decoration: none;
}

p a:hover, .ngcontent a:hover, a.nglink:hover {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	color: #ad00e6;
	text-decoration: none;
}

#body a:focus {
	outline: none;
}

h3 a:hover {
	color: #ad00e6;
	text-decoration: none;
}

img.picture {
	display: block;
	border: 0;
}

.paragraph {
	margin-bottom: 10px;
}

.sqpnavicon {
	width: 1.1em;
	height: 1.1em;
	display: inline-block;
	vertical-align: -0.18em;
	margin-right: 0.5em;
	border: 0;
	padding: 0;
}

.sqplinkicon {
	width: 1em;
	height: 1.1em;
	display: inline-block;
	vertical-align: -0.2em;
	margin-right: 0.2em;
	border: 0;
	padding: 0;
}

#nav .main-menu.nav > li > a,
#nav .main-menu.nav > li > a:hover,
#nav .main-menu.nav > li > a:focus,
#nav .navbar-search input[type="search"],
#nav .navbar-search input[type="search"]:active,
#nav .search-item a {
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  }

@media (max-width: 767px) {
  #nav .main-menu.nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  #nav.navbar-default button.navbar-toggle {
    color: #ffffff;
    border-color: #ffffff;
  }
  #nav.navbar-default button.navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
}

@media ( min-width:768px ) {
  #nav .main-menu.nav > .dropdown > div:before {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
  }
}

.sqrlinkpreview {
    position: absolute;
    width: 320px;
    background-color: #464646;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    z-index: 1900;
    pointer-events: none;
    
}

.sqrlinkpreviewbottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color:  transparent transparent #464646 transparent;
}

.sqrlinkpreviewtop::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color:  #464646 transparent transparent transparent;
}


.sqrlinkpreview>p:first-child {
    margin-top: 0;
}

.sqrlinkpreview>p:last-child {
    margin-bottom: 0;
}
