﻿
/* CSS Responsive Landing Page */
/* PO */

/* HTML5 display-role reset for older browsers */
* {
	margin: auto;
	padding: 0;
	border: 0 none;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	text-align: center;
	font-family: 'Lato', sans-serif; 
	font-weight: normal; 
	font-size: 100%; 
	max-width: 1920px;/* NEW NEW NEW */
	margin: 0 auto;/* NEW NEW NEW */
	color: #777;
}
p {
	margin-bottom: 15px;
}
figure img {
	width: 100%;
}

/* Old Styles */
figure img.desk {
    /* float: left; */
    width: 100%; /* 45% */
    margin: 0 0 .5em 1em;
    clear: right;
    display: block;
}
figure img.device {
    display: none;
}


/* * * * * * * * * * * * * * * * * * * * PLAIN A LINK * * * * * * * * * * * * * * * * * * * */
a {
	color:#b4282e;
	font-weight: 400;
}
a:link, a:visited {
	color:#b4282e;
	text-decoration: none;
}
a:hover, a:active {
	color: #b4282e;
	text-decoration-line:underline;
}
header a:link, header a:visited /* NEW NEW NEW */
footer a:link, footer a:visited {
	color:#b4282e;
	text-decoration: none;
}
header a:hover, header a:active /* NEW NEW NEW */
footer a:hover, footer a:active {
	color: #b4282e;
	text-decoration-line: none;
}



/* * * * * * * * * * * * * * * * * * * * MAIN WRAPPERS - COLOR BANDS * * * * * * * * * * * * * * * * * * * */

header,
footer, 
.wrapper-nav, 
.wrapper-white {
	text-align: center;
	display: block;
	position: relative;
	z-index: 0;
}
header {
	background-color: #022342;
	z-index: 10;
	width: 100%;
	padding: 20px 0 3em; /* NEW NEW NEW */
}
footer {
	border-top: 10px solid #00aaa8; /* NEW NEW NEW */
	background-color: #022342;
	z-index: 10;
	width: 100%;
	padding: 3em 0 4em 0;/* NEW NEW NEW */
}

.wrapper-white {
	background-color: #ffffff;
	min-height: 8em;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
}
.wrapper-white .content-white {
	text-align: left; 
	margin: 2% 5% 5% 5%;
	font-size: 20px;
}

/* * * * * * * * * * * * * * * * * * * * INSIDE HEADER * * * * * * * * * * * * * * * * * * * */
.logo {
	text-align: center;
	margin: 1em 35%; 
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo a {
	text-decoration: none;
}
/* * * * * * * * * * * * * * * * * * * * MAIN MENU * * * * * * * * * * * * * * * * * */
.menu {
	text-align: center;
	/* margin: 0 20%; disabled 2019-10-28-UH */
	display: inline;
	border: 0;
}
.menu a {
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	border: 0;
	width: 100%;
	display: inline;
	text-indent: 0;
}
.menu a:link,
.menu a:visited  {
	text-decoration: none;
	color: #ffffff;
}
.menu a:hover,
.menu a:active  {
	text-decoration: none;
	color: #cc0000;
}
nav {
	text-align: center;
	margin: 0 20%;
	display: none;
	border: 0;
}
nav a {
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	border: 0;
	width: 100%;
	display: inline;
	text-indent: 0;
}
nav a:link,
nav a:visited  {
	text-decoration: none;
	color: #ffffff;
}
nav a:hover,
nav a:active  {
	text-decoration: none;
	color: #cc0000;
}
#nav-toggle, .nav-toggle, .nav-toggle-label {
	display: none;
}

/* * * * * * * * * * * * * * * * * * * * JOIN * * * * * * * * * * * * * * * * * * */ 
.joinin {
	position: absolute;
	top: 30px;
	right: 10%;
	vertical-align: top;
	width: 10em;
	max-width: 10em;
	padding: 0 2em 1em 0;
	z-index:500;
}
.joinin a {
	font-weight: 300;
	font-size: 1.8em;
	text-decoration: none;
}
a.join {
	color: #cc0000;
}
a.login {
	color: #ffffff;
}

.joinin a.join:link,
.joinin a.join:visited  {
	text-decoration: none;
	color: #cc0000;
}
.joinin a.join:hover,
.joinin a.join:active  {
	text-decoration: underline;
	color: #cc0000;
}
.joinin a.login:link,
.joinin a.login:visited  {
	text-decoration: none;
	color: #ffffff;
}
.joinin a.login:hover,
.joinin a.login:active   {
	text-decoration: underline;
	color: #ffffff;
}

/* * * * * * * * * * * * * * * * * * * * GOOGLE SEARCH BOX * * * * * * * * * * * * * * * * * */
.serch {
	float: left;
	vertical-align: top;
	width: 15em;
	max-width: 15em;
	margin-top: 1em;
	padding: 0 4em 0 0;
	z-index:500;
}
#searchbox {
	margin: 0 2em;
}

/********************* Back to Top - by CodyHouse.co *******************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px; /* 40px; */
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
		  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  z-index: 10;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/******************************** SOCIAL SHARE BUTTONS *************************************/
ul.share-buttons{
  list-style: none;
  padding: 0;
  text-align: right;
  margin-right: 5%;
}

ul.share-buttons li{
  display: inline;
  margin: 0% 0%;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}

/******************************** MEDIA QUERIES *************************************/
@media all and (max-width: 1400px)  {

.logo {
	margin: 1em 30%;
}
}

/******************************** MEDIA QUERIES *************************************/
@media all and (max-width: 1100px)  {

.logo {
	margin: 1em 25%;
}
.menu {
	text-align: center;
	margin: 0 10%;
	display: inline;
}
.joinin {
	position: absolute;
	top: 30px;
	right: 4%;
	vertical-align: top;
	width: 10em;
	max-width: 10em;
	padding: 0 2em 1em 0;
	z-index:500;
}
.joinin a {
	font-weight: 300;
	font-size: 1.6em;
	text-decoration: none;
}

.cd-top {
	height: 60px;
	width: 60px;
	right: 30px;
	bottom: 80px; /* 30px; */
}
}

/******************************** MEDIA QUERIES *************************************/
@media all and (max-width: 900px)  {

.joinin a {
	font-weight: 300;
	font-size: 1.5em;
	text-decoration: none;
}
}

/******************************** MEDIA QUERIES *************************************/
@media all and (max-width: 850px)  {

.logo {
	margin: 1em 25%;
}
.menu {
	text-align: center;
	margin: 0 5%;
	display: inline;
}
}

/******************************** MEDIA QUERIES *************************************/
@media all and (max-width: 800px)  {

.logo {
	margin: 1em 25%;
}
.menu {
	text-align: left;
	margin: 0 5%;
	display: inline;
}
.joinin {
	position: absolute;
	top: 40px;
	right: 10px;
	vertical-align: top;
	width: 10em;
	max-width: 10em;
	padding: 0 0 1em 0;
	z-index:500;
}
.joinin a {
	font-weight: 300;
	font-size: 1.3em;
	text-decoration: none;
}
.cd-top {
	right: 20px;
	bottom: 80px; /* 20px; */
}
}

/******************************** MEDIA QUERIES *************************************/
@media all and (max-width: 650px)  {

.logo {
	margin: 2em 15%;
}
.menu {
	display: none;
}
.menu a {
	font-size: 1.2em;
	padding: 10px;
	border-bottom: 1px solid #ffffff;
	width: 100%;
	display: none;
	text-indent: 70px;
}
.joinin {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index:500;
}
header {
	background-color: #022342;
	z-index: 10;
	width: 100%;
	padding: 20px 0 10px;
}
footer	.menu  {
	display: none;
}

header nav {
	text-align: left;
	margin: 0 0 10%;
	display: none;
	border: 0;
	border-top: 1px solid #ffffff;
}
header nav a {
	font-weight: 500;
	font-size: 1.2em;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
	border: 0;
	width: 100%;
	display: block;
	text-indent: 2em;
	border-bottom: 1px solid #ffffff;
}
header nav a:link,
header nav a:visited  {
	text-decoration: none;
	color: #ffffff;
}
header nav a:hover,
header nav a:active  {
	text-decoration: none;
	color: #cc0000;
}

#nav-toggle, .nav-toggle {
	display: none;
}
.nav-toggle:checked ~ nav {
	display: block;
}
header .nav-toggle-label span {
	color: white;
	position: absolute;
    width: 2em;
    font-size: 30px;
    margin: 0;
    padding: 0 0 0 1em;
	border: 0 none;
	top: 0;
	left: 0;
	z-index: 500;
}
header .nav-toggle-label {
	display: block;
}
.wrapper-white .content-white {
	font-size: 12px;
}
figure img.device {
    float: left;
    width: 45%;
    margin: 0 0 .5em 1em;
    clear: right;
    display: block;
}
figure img.desk {
    display: none;
}
}





