/*----------------------------------------------------------------
Main Styles
----------------------------------------------------------------*/


/**
Body/Reset
**/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #46626d;
	color: #bbbbbb;
}


.container {
	width: 978px;
	margin: 0 auto;
	background: #292929;
	padding-top: 30px;
}


/**
Text
**/
.text-white {
	color: #FFF;
}
.text-blue {
	color: #529BBD;
}
strong.blue {
	font-size: 1.2em;
	color: #529BBD;
}
p:last-child {
	margin-bottom: 0;
}

.text-center {
	text-align: center;
}

a[href^="mailto"] {
	color: red;
}

ol, ul {
	list-style-position: outside;
    margin-left: 20px;
}


/**
Header
**/
header {
	background: #000;
	padding: 10px;
}
header .tagline {
	font-size: 22px;
	line-height: 27px;
	color: #B2BB1C;
	text-align: center;
	letter-spacing: 0;
	margin: 0;
}
header .license {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 0px;
	margin: 0;
	text-align: center;
}

header .header-logos {
	max-width: 115px;
	margin-right: 15px;
	float: right;
}
header .header-logos.push-up {
	margin-top: -30px;
}
header .header-logos.push-down {
	margin-top: 7px;
}



/**
Navigation
**/
nav {
    padding: 10px;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	display: inline-block;
	list-style-type: none;
}
nav ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

/*Main nav */
.main-navigation ul li {
	margin-right: 12px;
}
.main-navigation ul li a {
	font-size: 17px;
	font-weight: bold;
	background: url(images/nav-drop.jpg) no-repeat left top;
	padding-left: 30px;
	line-height: 40px;
	height: 40px;
	background-size: 25px;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current a {
	color: #529BBD;
}

/*Footer nav */
.footer-nav {
	text-align: center;
}
.footer-nav ul li {
	border-right: 1px solid #FFF;
	line-height: 1;
	margin: 0;
}
.footer-nav ul li a {
	font-weight: bold;
	font-size: 16px;
	padding: 0 15px;
	color: #eee;
}
.footer-nav ul li a:hover {
	color: #FFF;
}


/**
Content
**/
.content {
	background: #212121;	
}
.content .columns {
	padding: 10px 0 0 10px;
}
.content .columns > p:first-of-type {
	/*margin-top: 1em;*/
}

.mwelo {
	background: #0075b9;
    color: #FFF;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    padding: 8px 10px;
    line-height: 1.3;
}
.mwelo small {
	font-weight: normal;
}



/**
Quote
**/
.quote {
	padding: 15px;
	text-align: center;
}
.quote h3 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #B2BB1C;
	margin: 0;
}



/**
Footer Top
**/
.footer-top {
	background: #000;
	padding: 20px;
}
.footer-top .logo {
	max-width: 200px;
	margin: 0 5px 5px;
}



/**
Footer
**/
footer {
	padding: 10px;
}



/**
Tables
**/
td.padding-0,
#product_table td.padding-0 {
	padding: 0;
}

/*Products*/
#product_table td {
	padding-bottom: 25px;
}

/*Gallery*/
#gallery_table a {
	display: block;
}
#gallery_table a img {
    border: 4px solid #bbbbbb;
}
#gallery_table a:hover img {
	border-color: #FFF;
}


/* Wifi Controllers */
.banner.wifi-controllers {
	background: url(images/wifi-banner-032019.jpg) no-repeat center;
	background-size: cover;
	height: 480px;
	position: relative;
}
.banner.wifi-controllers h3 {
	color: #FFF;
	max-width: 51.2%;
    padding: 25px 20px;
    margin: 0;
    font-size: 24px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 95px;
}

/* Homepage */
.home-rachio {
	padding-right: 6%;
    margin-bottom: 2%;
    text-align: center;
}
.home-rachio img {
	max-width: 75% !important;
}