h1, h2, h3, h4, h5, h6 {
	/* font-family: "Bree Serif", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	color: #475c98
}
body
{
	background: Azure; /* rgb(250, 250, 250);  */ /*Lavender;*/
	margin-top: 6px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 { font-size:28px; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:18px; }

p
{
	font-size: 1.0em;
	line-height: 1.4em;
	color: #586e75;
	padding: 0 2%
}

.container
{
	background: AliceBlue;
}

#branding
{
	color: white;
	background-color: #FF0000; /*#dc143c;*/
	background-repeat: no-repeat;
	display: block;
}

#branding img
{
	max-width: 475px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Large desktop */
@media (min-width: 1200px) {
	/*.container { background: pink; }
    body { background-color: pink;}
    */}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	/*.container, body {background: green;}
    body { background-color: green;}    }
    */}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	/*.container {background: blue;}
    body { background-color: blue;}
    */}

/* Landscape phones and down */
@media (max-width: 480px) {
	/*.container {background: black;}
    body { background-color: black;}
    */}


.main
{
	background: white;
}

#subscribe > main
{
	background-color: #FFE4C2;
}

.main>article
{
	margin: 0
}

.sidebar
{
	background-color:AliceBlue;
}

.sidebar>aside
{
	padding-right: 5%
}

aside h2
{
	font-size: 1.8em;
	color: #d33682;
	border-bottom: 1px dotted #475c98
}

@media(max-width:767px) {
	.container
	{
		-webkit-border-radius: 20px 0 0 0;
		-moz-border-radius: 20px 0 0 0;
		border-radius: 20px 0 0 0
	}

	#branding
	{
		display: none;
	}

	.sidebar>aside
	{
		padding-left: 5%
	}
}

.accordion-heading
{
	background: #475c98
}
.accordion-heading a
{
	color: white
}

textarea
{
	resize: none;
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
	color: rgba(119, 119, 119, 1);
}
#custom-bootstrap-menu.navbar-default {
	font-size: 14px;
	background-color: rgba(255, 255, 255, 1);
	border-width: 1px;
	border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(133, 13, 13, 1);
	background: -webkit-linear-gradient(top, rgba(240, 67, 67, 1) 0%, rgba(133, 13, 13, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 67, 67, 1) 0%, rgba(133, 13, 13, 1) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
	color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 0, 0, 1);
	background: -webkit-linear-gradient(top, rgba(212, 78, 78, 1) 0%, rgba(255, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(212, 78, 78, 1) 0%, rgba(255, 0, 0, 1) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
	border-color: #ff0000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
	background-color: #ff0000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
	background-color: #ff0000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

.navbar {
	margin-bottom: 0px;
}

.navbar, ul.nav.navbar-nav > li > a
{
	font-family: "Lucida Grande","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;

	/*margin-bottom: 5px;*/
	padding-left: 15px;
	padding-right: 15px;;
	/*	padding-bottom: 12px;
    */	border: 1px solid LightGrey; /*#3C3C3C;*/
	border-top-width: 0px;
	border-radius: 0px;
	border-bottom-width: 0px;
	/*	min-height: 18px;
        max-height: 40px;
    */	border-right: 1px;
}


.icon-archive
{
	background-image: url("/graphics/archive.png");
	background-position: center center;
	height: 24px;
	line-height: 24px;
	width: 24px;
}

#theSearch
{
	display: none;
}

input[type='radio'], label{
	vertical-align: baseline;
}

fieldset legend
{
	margin: 0;
	padding: 0;
	margin-top:2px; padding-top:2px;
	margin-bottom:10px;
	color:LightBlue;
}


#dropdownsubscribewrap {
	background-color: #f2eedf;
	width: 400px;
	height: auto;
	margin: 0px;
	border: 0px;
	color: black;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#dropdownsubscribewrap legend {
	font-size:14px;
	color: MidnightBlue;
	background-color: #FFE4C2;
}

#dropdownsubscribewrap well {
}

#dropdownsubscribewrap legend.well_help {
	font-size: 11px;
	background-color: white;
	margin: 5px;
	padding: 5px;
	border-radius: 6px;
}

#dropdownsubscribe form {
	background-color: white;
	color: black;
}

.dropdown-menu, #dropdownsearchwrap {
	padding: 0px 0px;
}

#social {
	background: 0px;
	background-color: #f2eedf;
	border: 5px;
	position: relative;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

#linkedin, #facebook {
	display: inline;
	padding: 5px;
	border: 0px 1px 0px 1px;
	background-color: #f2eedf;
}

#notfacebook {
	width: 300px !important;
	height: 100px !important;
	background-color: green;
}

#dropdownsearchwrap {
	background-color: #f2eedf;
	width: 400px;
	height: auto;
	margin: 0px;
	border: 0px;
	color: black;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ubiquiti_search {
	padding: 0px 0px;
}

#usp_searchplugin {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f2eedf;
	height: auto; /* 219px; */
}

#ubiquiti_block {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	top: 0px;
	left: 0px;
	position: relative;
}

#usp_searchfield {
	margin-left: 0px;
	width: 230px;
}

#usp_searchbutton {
	margin-left: 10px;
}

#ubiquiti_ww_logo {
	background-image:url(/graphics/ubiquiti_search.png);
	display:block;
	height:44px;
	width:310px;
}

#ubiquiti_logo {
	background-image:url(/graphics/ubiquiti_new.png);
	display:block;
	height:135px;
	width:310px;
}

#usp_suggestionspanel {
	text-align: left;
	border: 1px solid gray;
	visibility: hidden;
	position: absolute;
	background-color: white;
	font-size: 14px;
	left: 0px;
	width: 190px;
	z-index: 999;
}

.modal-header
{
	font-size: 2em;
	font-style: italic;
	background: #dfe0e5 url('/graphics/stamp.jpg') no-repeat 15em -3em;
}


body {
	padding-top: 2px;
}

nav a {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-size: 18px;
}

nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}

.navbar-brand {
	font-size: 30px;
}



nav.navbar.shrink {
	min-height: 35px;
}

nav.shrink a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-size: 15px;
}

nav.shrink .navbar-brand {
	font-size: 25px;
}

nav.shrink .navbar-toggle {
	padding: 4px 5px;
	margin: 8px 15px 8px 0;
}

footer {
	height:50px;
	background-color:#FF0000;
	/*border-top:10px solid #EDEAE5;*/
	color:#fff;
	font-weight:bold;
	font-weight:.8em;
	width: 100%;
	/*    margin-left: -15px;
        margin-right: 30px;
    */}

.footerLeft {
	color:#fff;
	float:left;
	width:580px;
	height:50px;
	border-right:1px solid #fff;
	margin-top:.0%;
	padding-top:.5%;
}

.footerLeft ul li{
	display:inline;
	text-transform:uppercase;
	list-style:none;
	margin-right:2%;
}

.footerLeft ul li a {
	font-size:.8em;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.footerLeft ul li a:hover {
	text-decoration:underline;
}

.footerLeft img {
	float:right;
	margin:5% 2% 5% 0;
}

.social {
	width: 10%;
	height:50px;
	float:left;
	margin-top:.0%;
	padding:5px 2% 0 2%;
	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-weight:.8em;
}

.social img {
	float:left;
	margin-bottom:100px;
	margin-right:5%;
}

.copyright {
	float:left;
	margin-top:5px;
	padding:2% 2% 0 2%;
}

.menu-thing {
	height: 20px;
	margin-top: 6px;
	margin-right: 0px;
}

.inline-menu
{
	display: inline-block;
}


#linkedindropdown a, #facebookdropdown a {
	padding: 2px 2px;
	font-size: 16px;
	border-left: 0px;
}

#linkedinfooter, #facebookfooter
{
	padding: 0px 2px 0px 0px;
	font-size: 26px;
	border-left: 0px;
	color: MidnightBlue;
	background-color: white;
}

#linkedinfooter :hover, #facebookfooter :hover
{
	color: #fff;
	background-color: #005983;
}

#copyright
{
	color: black;
	display:inline;
	font-size: 10px;
	font-weight: 400;
}

#issn
{
	color: gray;
	display:inline;
	font-size: 10px;
	font-weight: 200;
	padding-left: 1em;
}

#issn a
{
	color: LightGray;
	text-decoration: none;
}

#issn a:hover
{
	color: black;
}

#contactIcon a
{
	border-left: 0px;
}

