@charset "UTF-8";
/* CSS Document */

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}

body {
	margin: 0;
	background: #7C9FA1 url(/graphics/sitebkg.jpg) repeat 0 -200px;
}

body,td,th,p,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

#logo {
 float: left; 
 width: 400px;
}

#logo img {
	width: 390px;
}

a, a:link, a:visited, a:active {
	color: #0D3462;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #00acd9;
	text-decoration: none;
}

li {
	margin-bottom: 4px;
}

img {
	border: none;
}

#topcontact {
	float: right;
	display: inline-block;
	width: 350px;
	font-size: 1.4em; 
	font-weight: bold; 
	line-height: normal;
	text-align: right;
	margin-top: 20px;
}

#ask {
	color: #660066; 
	padding-top: 6px;
}

#evo {
	float: right;
	padding-right: 10px;
	margin-top: -90px;
	margin-right: -160px;
}

#topnav {
	background-color: #0D3462;
	display: block;
}

#infotext {
	color: #606;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
  padding: 0 60px 20px 20px;
}

#hometext {
	margin-left: 340px; 
  margin-top: 40px;
}

#showhide {
	display: none;
}

form {
	padding: 0 0 6px 0;
}

/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

.chromestyle {
	margin-left: 15px;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
width: 100%;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	padding: 0 15px;
}

.chromestyle ul li a:hover, .chromestyle ul li a:active {
	color: #FAA61A;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: fixed;
	font-weight: normal;
	line-height: 20px;
	z-index:100;
	visibility: hidden;
	background-color: #0D3462;
	margin-top: -2px;
	padding-bottom: 2px;
	margin-left: -10px;
}

.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	width: auto;
	font-weight: bold;
	font-size: 14px;
	display: block;
	text-indent: 6px;
	border-top: 0;
	padding: 6px 20px 6px 14px ;
	text-decoration: none;
	text-align: left;
	color: #FFF;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #FAA61A;
	color: #0D3462;
}

/* ----------------------------*/
/* This is where the Navigation CSS Ends */
/* ----------------------------*/

#hometitle {
	display: none;
}

#man {
	 background: url(../graphics/home-man.png) no-repeat top left; 
	 background-color: transparent!important; 
	 overflow: visible; 
	 height: 350px;
	 margin-top: -30px;
  border-bottom: #0099BC solid 20px;
  margin-bottom: 24px;
}

#man-two {
	 display: none;
}

#index-mid {
	background: url(../graphics/index-right.png) no-repeat;
	text-align: center;
	padding-top: 20px;
  height: 360px;
  width: 330px;
  margin-top: -14px;
  float: left;
}

#index-left {
	background: url(../graphics/index-right.png) no-repeat;
	text-align: center;
	padding-top: 10px;
  height: 370px;
  width: 330px;
  margin-top: -14px;
  float: left;
}

#index-right {
	background: url(../graphics/index-right.png) no-repeat;
	text-align: center;
	padding-top: 10px;
  height: 370px;
  width: 330px;
  margin-top: -14px;
  float: left;
}

#index-left a:link, #index-left a:visited, #index-left a:active {
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 20px 0;
}

#index-left a:hover {
	background: url(../graphics/index-lover.png) no-repeat center;
	}
	
#index-right a:link, #index-right a:visited, #index-right a:active {
	display: block;
	height: 56px;
	line-height: 56px;
	margin: 3px 0;
	background: url(../graphics/index-but.png) no-repeat center;
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
}

#index-right a:hover {
	background: url(../graphics/index-but-over.png) no-repeat center;
	color: #0D3462;
	}

#index-mid a:link, #index-mid a:visited, #index-mid a:active {
	display: block;
}

.error {
	color: #F00;
	font-size: 9px;
}

#showcase {
	height: 146px;
	background: url(../graphics/showcase.jpg) top repeat-x;
}

#bottom {
	background: #0099BC; 
	height: 20px;
  margin-top: 0;
}


#credentials {
	display: block;
	height: 50px;
	color: #FFF;
	font-size: 12px;
	line-height: normal;
  border-top: 20px solid #0099BC;
  padding: 20px 10px 0 10px;
}

#enter {
	margin-top: 28px;
	display: inline-block;
	font-size: 14px;
}

#enter a {
  -moz-border-radius: 20px;
	border-radius: 20px;
  display: -moz-inline-box;
  display: inline-block;
  .display: inline;
  line-height: 40px;
  position: relative;
  text-align: center;
	text-decoration: none;
	vertical-align: text-bottom;
  -moz-box-shadow: rgba(0,0,0,1) 0px 1px;
  -webkit-box-shadow: rgba(0,0,0,1) 0px 1px;
  box-shadow: rgba(0,0,0,1) 0px 1px;
	background-color: #ED1D24;
	color: #FFF;
	padding: 0 20px;
}

#enter a:hover {
	background-color: #7F4099;
}

#title {
	line-height: 1.5em;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 14px 20px;
}

#homerant {
	float: right;
	margin: 5px 0 0 0;
}

#homerant2 {
	display: none;
}

#LG {
	float: left;
	margin: 20px 20px 10px 0;
}

#LG2 {
	display: none;
}


@media screen and (min-width: 485px) and (max-width: 767px) { 

#showhide > button {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	background: #FFF;
  -moz-border-radius: 10px;
	border-radius: 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0px 1px;
  -webkit-box-shadow: rgba(0,0,0,1) 0px 1px;
  box-shadow: rgba(0,0,0,1) 0px 1px;
}

#infotext {
	clear: both;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
}

#hometext img {
	margin-top: -50px;
}

#hometext > p {
	font-size: 1.2em!important;
	line-height: 1.3em!important;
	padding: 0 15px;
}

#showhide {
	display: block;
}

#homerant {
	display: none;
}

#homerant2 {
	display: block;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
}

#LG2 {
	display: inline-block;
	float: left; 
  margin: 0 0 0 10px;
}

#LG {
	display: none;
}

#chromemenu {
	display: none;
}

.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	font-size: 1.5em;
	line-height: 1.4em;
}

#topbox {
	height: 570px!important;
	display: block;
}

#logo {
 float: none; 
 padding-left: 20px;
 margin-top: 5px!important;
}

#logo img {
	width: 70%;
	display: block;
	float: none;
}

#topcontact {
	display: block;
	width: 100%;
	margin: 40px 10px 10px 0;
	font-size: 1.8em;
}

#ask {
	display: none;
}

#evo {
	float: left;
	margin-top: -60px;
	margin-left: 10px;
}

.evo {
	width: 90%;
}

#topnav {
	margin-top: 30px;
	padding-top: 10px;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
	display: block;
	width: 80%;
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0 1em;
}

.dropmenudiv {
	display: block;
	width: 80%!important;
	background-color: #666;
	float: right;
	position: fixed;
  top: 10%!important;
	left: 10%!important;
}

#top-new {
	background-repeat: no-repeat;
  background-size: 130% 100%;
	height: 400px;
}

#man {
	 display: none;
}
  
#man-two {
  display: block;
  margin-top: -20px;
}

#hometitle {
	display: block;
	clear: both;
	height: 60px;
	background-color: #0D3462;
	color: #FFF!important;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}

#hometitle  h1 {
	color: #FFF!important;
	line-height: 60px;
	text-shadow: none;
}


#index-left, #index-right {
	background: #C1D1D3;
	display: block;
	text-align: center;
	width: 80%;
	padding-left: 0!important;
  border: 2px #B1C3C9 solid;
  border-radius: 20px;
  margin: 0 0 10px 20px;
}
  
#index-mid {display: none;}

#index-left a:link, #index-left a:visited, #index-left a:active {
	width: 540px;
}
	
#index-right a:link, #index-right a:visited, #index-right a:active {
	width: 540px;
}

#enter {
  float: left!important;
  width: 97%!important;
}

#enter a {
  float: left!important;
  width: 95%!important;
	font-size: 1.4em;
}
		
}  

@media screen and (min-width: 360px) and (max-width: 485px) { 

#topcontact {
	display: block;
	width: 100%;
	margin: 40px 4px 0 0;
	font-size: 1.2em;
}

#evo {
	float: left;
	margin-top: -60px;
	margin-left: 10px;
}

.evo {
	width: 80%;
}

#showhide > button {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	background: #FFF;
  -moz-border-radius: 10px;
	border-radius: 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0px 1px;
  -webkit-box-shadow: rgba(0,0,0,1) 0px 1px;
  box-shadow: rgba(0,0,0,1) 0px 1px;
}

#infotext {
	clear: both;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
}

#topbox {
	height: 600px!important;
	display: block;
}

#logo img {
	width: 90%;
	display: block;
	float: none;
}

#homerant {
	display: none;
}

#homerant2 {
	display: block;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
}

#LG2 {
	display: inline-block;
	float: left; 
  margin: 0 0 0 10px;
}

#LG {
	display: none;
}

#ask {
	display: none;
}

#topnav {
	margin-top: 30px;
	padding-top: 10px;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
	display: block;
	width: 85%;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0;
}

.dropmenudiv {
	display: block;
	width: 80%!important;
	background-color: #666;
	float: right;
	position: fixed;
  top: 25%!important;
	left: 10%!important;
}

#showhide {
	display: block;
}

#chromemenu {
	display: none;
}

.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	font-size: 1.6em;
	line-height: 1.7em;
}

#hometext img {
	margin-top: -40px;
}

#hometext > p {
	font-size: 1.2em!important;
	line-height: 1.3em!important;
	padding: 0 15px;
}


#top-new {
	background-repeat: no-repeat;
  background-size: 130% 100%;
	height: 400px;
}

#man {
	 display: none;
}
  
#man-two {
  display: block;
  margin-top: -20px;
}

#hometitle {
	display: block;
	clear: both;
	height: 60px;
	background-color: #0D3462;
	color: #FFF!important;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}

#hometitle  h1 {
	color: #FFF!important;
	line-height: 60px;
	text-shadow: none;
}

#index-left, #index-right {
	background: #C1D1D3;
	display: block;
	text-align: center;
	width: 80%;
	padding-left: 0!important;
  border: 2px #B1C3C9 solid;
  border-radius: 20px;
  margin: 0 0 10px 20px;
}
  
#index-mid {display: none;}

#index-left a:link, #index-left a:visited, #index-left a:active {
	width: 420px;
}
	
#index-right a:link, #index-right a:visited, #index-right a:active {
	width: 420px;
}


#enter {
  float: left!important;
  width: 93%!important;
}

#enter a {
  float: left!important;
  width: 94%!important;
	font-size: 1.4em;
}
	
} 


@media only screen and (max-width: 359px) { 

#topcontact {
	display: block;
	width: 100%;
	margin: 40px 4px 0 0;
	font-size: 1.2em;
}

#evo {
	float: left;
	margin-top: -40px;
	margin-left: -20px;
}

.evo {
	width: 70%;
}

#showhide > button {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
	background: #FFF;
  -moz-border-radius: 10px;
	border-radius: 10px;
  -moz-box-shadow: rgba(0,0,0,1) 0px 1px;
  -webkit-box-shadow: rgba(0,0,0,1) 0px 1px;
  box-shadow: rgba(0,0,0,1) 0px 1px;
}

#infotext {
	clear: both;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.5em;
}

#topbox {
	height: 600px!important;
	display: block;
}

#logo img {
	width: 90%;
	display: block;
	float: none;
}

#ask {
	display: none;
}

#topnav {
	margin-top: 30px;
	padding-top: 10px;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
	display: block;
	width: 85%;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 0;
}

.dropmenudiv {
	display: block;
	width: 80%!important;
	background-color: #666;
	float: right;
	position: fixed;
  top: 25%!important;
	left: 10%!important;
}

#showhide {
	display: block;
}

#chromemenu {
	display: none;
}

.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active {
	font-size: 1.6em;
	line-height: 1.7em;
}

#homerant {
	display: none;
}

#homerant2 {
	display: block;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
}

#LG2 {
	display: inline-block;
	float: left; 
  margin: 0 0 0 10px;
}

#LG {
	display: none;
}

#hometext img {
	margin-top: -40px;
}

#hometext > p {
	font-size: 1.2em!important;
	line-height: 1.3em!important;
	padding: 0 15px;
}


#top-new {
	background-repeat: no-repeat;
  background-size: 130% 100%;
	height: 400px;
}

#man {
	 display: none;
}
  
#man-two {
  display: block;
  margin-top: -20px;
}

#hometitle {
	display: block;
	clear: both;
	height: 60px;
	background-color: #0D3462;
	color: #FFF!important;
	line-height: 60px;
	text-align: center;
	margin-bottom: 20px;
}

#hometitle  h1 {
	color: #FFF!important;
	line-height: 60px;
	text-shadow: none;
}

#index-left, #index-right {
	background: #C1D1D3;
	display: block;
	text-align: center;
	width: 80%;
	padding-left: 0!important;
  border: 2px #B1C3C9 solid;
  border-radius: 20px;
  margin: 0 0 10px 20px;
}

#index-mid {display: none;}

#index-left a:link, #index-left a:visited, #index-left a:active {
	width: 320px;
}
	
#index-right a:link, #index-right a:visited, #index-right a:active {
	width: 320px;
}

#enter {
  float: left!important;
  width: 93%!important;
}

#enter a {
  float: left!important;
  width: 93%!important;
	font-size: 1.4em;
}
	
} 


/* Tables
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.Rtable-cell, .Rtable-cell--foot, .Rtable-cell--small, .Rtable-cell--large {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px white;
  background: #FFF;
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}

.Rtable-cell > a > img {
  width: 100%;
}

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 35%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 18%;
}
.Rtable-cell--foot {
  width: 75%;
}
.Rtable-cell--small {
  width: 8%;
}
.Rtable-cell--large {
  width: 40%;
}

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable-cell, .Rtable-cell--foot, .Rtable-cell--small, .Rtable-cell--large {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: #e2e6e9;
}

/* Cell styles
================================== */
.Rtable-cell--dark {
  background-color: slategrey;
  border-color: #5a6673;
  color: white;
}
.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: white;
}
.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9;
}
.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764;
}
.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}
.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: white;
}
.Rtable-cell--head {
  background-color: #0D3462;
  border-color: #e2e6e9;
  color: white;
}
.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: white;
}

#titleline2, #accessories {
	display: none;
}

/* Responsive
==================================== */
@media all and (max-width: 767px) {

.Rtable--collapse {
    display: block;
  }

.Rtable--collapse > .Rtable-cell, .Rtable--collapse > .Rtable-cell--foot, .Rtable--collapse > .Rtable-cell--small, .Rtable--collapse > .Rtable-cell--large {
    width: 100% !important;
  }

.Rtable--collapse > .Rtable-cell--foot, .Rtable--collapse > .Rtable-cell--large {
    margin-bottom: 1em;
  }
	
#titleline {
		display: none;
	}
	
#titleline2 {
	display: block;
}

 #accessories {
	 display: inline;
 }
	
.Rtable-cell > a > img {
  width: 60%;
}
	
}

@breakpoint: 767px;

/* Responsive
==================================== */
@media all and (max-width: @breakpoint) {

.Rtable--collapse  {
    display: block;
    > .Rtable-cell { width: 100% !important; }
    > .Rtable-cell--foot { margin-bottom: 1em; }
		
  }
}

// Non-Flex modernizer fallback

.no-flexbox .Rtable {
  display: block;
  > .Rtable-cell { width: 100%; }
  > .Rtable-cell--foot { margin-bottom: 1em; }
}

/* Accordion
==================================== */
.accordion {
		margin-top: 10px;
    background-color: #FAA61A;
    color: #000;
    cursor: pointer;
    padding: 10px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
		font-weight: bold;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.acc-panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.acc-panel > #title {
	margin-top: 20px;
	line-height: 2em;
	font-size: 1.4em;
	font-weight: bold;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 24px;
		font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    color: #FFF;
}

#acc-img {
	float: right;
	margin-top: -7%;
	width: 30%;
}

.acc-panel > ul li {
	list-style: disc; 
	list-style-position: inside;
	margin-left: 5%;
}

@media only screen and (max-width: 767px) { 

#acc-img {
	float: none;
	display: block;
	margin-top: 0; 
	width: 100%;
	text-align: center;
}

}











