:root {
	--accent:#0A4BA0;
}

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
    margin:0;
    padding:0;
	color:#444;
}

fieldset,img{
    border:0;
}

html{
	height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
	
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:var(--accent);
    text-decoration:none;
	font-weight:bold;
}

a:hover{
    background: var(--accent);
	color: #fff;
}

/* header elements */
h1, h2, h3, h4, h5, h6{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
}

h1{
    font-size:36px;
    color: var(--accent);
}

h2{
    font-size:23px;
	color: var(--accent);
}

h3{
    font-size:18px;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}

/* page setup */
body{
    background:var(--accent);
    font-family:Arial, Helvetica, sans-serif;
    line-height:140%;
    font-size:13px;
}

/* wrapper setup */
div.rapidxwpr{
	background: #FFF;
    margin:auto;
    width:75%;
}

/* header */
div#header{
	background: var(--accent);
    position:relative;
    height:280px;
    padding: 10px;
    margin:0px 0px 15px 0px;
}

div#header h1 {
	background: url(../../data/uploads/background.png) 50% no-repeat;
	color: #fff;
	text-align:center;
	padding: 90px 0px;
}


/* logo */
span#logo, img#logo{
    position:absolute;
    top:20px;
    left:0px;
    width:80px;
    height:80px;
    border:0;
}

/* main body setup */
div#middle{
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
    padding:20px;
}

/* right column */
div#right{
    width:20%;
    padding:35px 18px;
	height: 100vh;
    float:right;
	border: 1px solid var(--accent);
}

div#right h2 {
    background: var(--accent);
    color: #FFF;
    padding: 5px;
}

div#right h3 {
    color: var(--accent);
    padding: 5px;
	margin-top: 25px;
	font-size:110%;
	text-transform: uppercase;
}

.blog_search_input {
	border: 1px solid #747474;
	border-radius: 8px;
	padding: 10px;
	margin: 5px;
	width: 55%;
}

.blog_search_input:focus {
	border: 2px solid var(--accent);
}

.blog_search_button {
	background-color: var(--accent); /* Green */
  	border: none;
  	color: white;
  	padding: 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 14px;
	width: auto;
}

div#right a:hover {
	text-decoration:underline;
	color: var(--accent);
	background: #fff;
}

div#right ul {
    padding-left: 20px;
	margin-bottom: 40px;
}

div#right p {
    padding-left: 5px;
}

* html div#right{
    padding:0px 0px 0px 15px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;
    Font-size: 110%;
	padding: 10px;
	min-height: 12vh;
}

div#content ul {
	list-style-type:disc;
	margin-left:25px;
}

/* footer */
div#footer{
    width:auto;
    padding:25px 0px 20px 0px;
	clear:both;
    color:#747474;
}

div#footer ul {
	margin: 5px 20px;
	list-style-type: none;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}

/* topmenu */
div#topmenu{
    position:absolute;
    top:273px;
    right:0px;
    height:30px;
    padding: 0 15px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}

div#topmenu li{
    float:left;
    padding: 0 5px;
    display:block;
    margin:0 0 0 6px;
}

div#topmenu li a{
    float:left;
    display:block;
    position:relative;
    background: var(--accent);
    height:27px;
    padding:0 0 0 0;
    overflow:hidden;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:16px;
    font-weight:bold;
    line-height:27px;
}

div#topmenu li a span{
    display:block;
    padding:0 15px 0 15px;
}

div#topmenu li a.current, div#topmenu li a:hover{
    background: #fff;
    padding: 0 5px;
    text-decoration:none;
    color: var(--accent);
}

div#topmenu li .current span, div#topmenu li a:hover span{
    background: #fff;
    Color: #fff;
}

/* main image */
div.main-image{
    margin:0 0 20px 0;
	width: 90%;
}

div.main-image img {
	width: 55%;
	margin: auto;
	display:block;
}

/* welcome */
div.welcome{
    background:url(./images/green-hosting.jpg) 100% 0 no-repeat;
    padding:0 220px 10px 0;
    margin:0 0 10px 0;
}

div.welcome h1, div.welcome h2{
    font-weight:normal;
    text-transform:uppercase;
    margin:0;
}

div.welcome h1 span, div.welcome h2 span{
    color:#3d821c;
}

/* benefits box */
div.benefits{
    background:url(./images/benefits-top.jpg) 0 0 no-repeat;
    padding:15px 0 0 0;
}

div.benefits-bg{
    background:url(./images/benefits-bg.jpg) 0 100% no-repeat;
    padding:0 13px 15px 13px;
}

div.benefits h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.benefits ul{
    list-style:none;
    margin:5px 10px;
}

div.benefits ul li{
    background:url(./images/icon-leaf.png) 7px 50% no-repeat;
    padding:10px 0 8px 33px;
    border-bottom:#d4d3d3 1px solid;
}

div.benefits ul li a{
    font-size:17px;
    color:#282828;
}

/* signup */
a.signup{
    background:url(./images/signup-bg.png) 0 0 no-repeat;
    color:#FFF;
    width:55px;
    display:block;
    padding:0px 10px;
    line-height:16px;
    height:18px;
    margin:10px 0 0 0;
    float:right;
}

/* features box */
div.box{
    background:url(./images/box-top.jpg) 0 0 no-repeat;
    padding:10px 0 0 0;
}

div.box-bg{
    background:url(./images/box-bg.jpg) 0 100% no-repeat;
    padding:0 10px 10px 10px;
}

/* features */
ul.features{
    list-style:none;
}

ul.features li{
    float:left;
    width:240px;
    margin:10px 15px;
    height:60px;
}

* html ul.features li{
    margin:10px 10px;
}

ul.features li img.features-icon{
    float:left;
    width:50px;
}

ul.features li div.details{
    float:right;
    width:180px;
}

ul.features li div.details h4{
    margin:0;
}

/* footermenu */
ul.footermenu{
    list-style:none;
    margin:10px;
}

ul.footermenu li{
    float:left;
    margin:0 0 0 15px;
}

ul.footermenu a{
    font-size:12px;
    color:#747474;
    text-transform:uppercase;
}

/* credits */
div.credits{
	width: 95%;
    margin: 25px auto;
	display: block;
	text-align:center;
	color:#747474;
}

div.credits a{
    font-size:12px;
    color:#747474;
}

div.product {
	width: 80%;
  	height: auto;
	margin: auto;
  	display: flex;
  	align-items: center;
  	justify-content: left;
  	float:left;
	background: #DDD;
	color: #747474;
	padding:15px;
}

div.productcont {
	display: flex;
  	align-items: center;
  	justify-content: center;
	margin: 15px auto;
}

div.product h2 {
	color: var(--accent);
}

div.product img {
	height: 100px;
	width: 100px;
}

div.homepreviewcol {
	width: 50%;
  	height: auto;
	margin: auto;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	float:center;
	padding:15px;
}

div.homepreview {
	display: flex;
  	align-items: center;
  	justify-content: center;
	margin: 35px auto;
	background:#FFF;
}

div.homepreview h2 {
	font-family:serif;
	font-weight:normal;
	font-style:italic;
	font-size: 185%;
	text-align:center;	
}

div.homepreview p {
	font-weigth:normal;
	font-size: 120%;
	text-align:center;	
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0px;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
