@charset "utf-8";
/* CSS Document */

/* ==================================
			global styles
================================== */
#outside-wrapper *,
#outside-wrapper *::before,
#outside-wrapper *::after {
  box-sizing: border-box;
}


body { padding-right: 0 !important }

.tile {border-radius: 5px; width: 100%; box-shadow: 0 5px 5px #cfcfd0;}


p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 1.5rem;
  font-weight: normal;
  word-wrap: break-word;
  color: #696a6c;
}
#container-fluid h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px!important;
  line-height: 25px!important;
  font-weight: normal;
  color: #696a6c;
}
#container-fluid h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px!important;
  line-height: 16px;
  font-weight:bold;
  color: #696a6c;	
}

#container-fluid h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 16px;
  font-weight:bold;
  text-align: left;
  color: #4D555B;	
}	
	
 #container-fluid h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 17px!important;
  line-height: 17px;
  font-weight:normal;
  text-align: center;
  color: #696a6c;
}

 
/* Special Rules for Tablets */
@media only screen and (min-width: 481px) {
#mobile {display:none}
	
	
.container-fluid h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 18px;
  font-weight:bolder;
  color: #febe10;
  text-align: center;
}	
	

.button {
	background-color: #4D555B;
    color: #FFFFFF;
    padding: 1% 2%;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	margin-top: 10px;
	
}

.button:hover {
    background-color: #FFF; /* white */
    color: #4D555B;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	cursor: pointer;
}	

.button2 {
	background-color: #4D555B;
    color: #FFFFFF;
    padding: 1% 2%;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	margin-top: 10px;
	margin-left: 10px;
	
	
}

.button2:hover {
    background-color: #FFF; /* white */
    color: #4D555B;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	cursor: pointer;
}

.container-fluid h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  line-height: 11px;
  font-weight:medium;
  text-align: center;
}
	
	
}


/* Special Rules for Desktops */
@media only screen and (min-width: 1024px) {
#mobile {display:none}

body {background: white; /* For browsers that do not support gradients */
background: white; /* Standard syntax (must be last) */	}
	
.dtop-spacer {
margin-top: 25px!important;
}
	

.linebk { 

    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.5px;
	border-top: 0.5px solid black;
	
}	

.button {
	background-color: #4D555B;
    color: #FFFFFF;
    padding: 1% 2%;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	margin-top: 10px;
	
	
}

.button:hover {
    background-color: #FFF; /* white */
    color: #4D555B;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	cursor: pointer;
}


.button2 {
	background-color: #4D555B;
    color: #FFFFFF;
    padding: 1% 2%;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	margin-top: 10px;
	margin-left: 10px;
	
	
}

.button2:hover {
    background-color: #FFF; /* white */
    color: #4D555B;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	cursor: pointer;
	
}

.container-fluid h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight:normal;
  color: #696a6c;
  text-align: center;
}

.container-fluid h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight:medium;
  text-align: center;
}
	

}


/* Special Rules for Mobile */
	
@media only screen and (max-width: 480px) {
#mobile {display:block; max-width:100%;}
#desktop {display:none}
	
html{
	
	width: 100%!important;
	height: 100%;
	
}	
	
.wide
{
    width: 95%!important;
	margin-left:auto!important;
	margin-right: auto!important;
	text-align: left;
}
	

	

body {background: white; /* For browsers that do not support gradients */
    background: white; /* Standard syntax (must be last) */	}
	
.prodtile {width: 100%; margin-bottom: 5%;
}
	
.tile {width: 100%; margin-bottom: 5%; box-shadow: 0 5px 5px #cfcfd0;
}	

.headbar {width: 100%!important; height: 80px; padding-top: 10px;}	
.headbar h1 {margin-left: 0px!important; font-weight: 600!important;}
.modimg {width: 100%!important; float: center;	
}
.modimg2 {width: 90%; float: center; margin-left: 0%;}
.modimg3 {width: 100%; float: left; margin-left: 0%; padding-bottom: 0px; padding-top: 30px;}
	
.left {width: 100%!important; min-height: 400px; float: left; margin-left: 0; margin-bottom: 2%;}
.right {width: 100%!important; min-height: 400px; float: left; margin-left: 0; margin-bottom: 2%;}	




	
.mobile-margin { margin-top: 100px; }	
p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 1.5rem;
  color: #727878;
  word-wrap: break-word;
}
#container-fluid h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px!important;
  line-height: 25px!important;
  font-weight: lighter;
color: #1c4389;
}
.container-fluid h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 18px;
  font-weight:bolder;
  color: #696a6c;
  text-align: center;
}

.container-fluid h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight:normal;
  color: #696a6c;
  text-align: left!important;
}


.container-fluid h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight:medium;
  text-align: center;
}

.button {
	background-color: #4D555B;
    color: #FFFFFF;
    padding: 1% 2%;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	margin-top: 10px;
	
	
}

.button:hover {
    background-color: #FFF; /* white */
    color: #4D555B;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	cursor: pointer;
}
	
	
.button2 {
	background-color: #4D555B;
    color: #FFFFFF;
    padding: 1% 2%;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	cursor: pointer;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	margin-top: 10px;
	margin-left: 0px;
	
	
}

.button2:hover {
    background-color: #FFF; /* white */
    color: #4D555B;
	border: 1px;
	border-style: solid;
	border-color: #4D555B;
	cursor: pointer;
}
	
.mob-spacer {
height: 20px!important;
}
	
.dtop-spacer {
height: 20px!important;
}	
	
	.mobarrow {
		min-height: 85px;
	}
	
.mobbreak {
		height: 20px;
	}
	
.mobimg {height:50% !important;width:50%!important;margin-left: 25%;margin-right: auto;}
	

.modal-dialog2
{

width: 80%;
margin-left: auto;
margin-right: auto;
}	
	

	
.linebk { 

    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0.5px;
	border-top: 0.5px solid black;
	
}
	

	
}









html {
    background: white; /* For browsers that do not support gradients */
    
	width: 100%!important;
	height: 100%;
    text-align: center;	  
}

	.wide
{
    width: 1100px;
	margin-left:auto!important;
	margin-right: auto!important;
	text-align: left;
}

#wrapper {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: #6d6e71;
}



}

hr {
  height: .1rem;
  background-color: #e6e7e8;
  margin: 1rem 0;
}



p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 1.5rem;
  color: #727878;
  word-wrap: break-word;
}
#container-fluid h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 25px!important;
  line-height: 25px!important;
  font-weight: lighter;
color: #1c4389;
}
.container-fluid h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 18px;
  font-weight:bolder;
  color: #696a6c;
  text-align: center;
}

.container-fluid h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight:normal;
  color: #696a6c;
  text-align: center;
}


.container-fluid h5 {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight:medium;
  text-align: center;
}





a {color: #337ab7;}



	

.headbar {width: 98%; height: 80px; padding-top: 10px;}	
.headbar h1 {margin-left: -40px; font-weight: 600!important; font-size: 23px;}
.modimg {width: 30%; float: left;}
.modimg2 {width: 80%; float: center; margin-left: 0%;}
.modimg3 {width: 100%; float: left; margin-left: 0%; margin-right: 0px; padding-bottom: 0px;}

.left {width: 45%; min-height: 300px; float: left; margin-left: 1%; order: 1;}
.right {width: 45%; min-height: 300px; float: left; margin-left: 5%; order: 2;}




/* Special Rules for Mobile */
@media only screen and (max-width: 480px) {
#mobile {display:block; max-width:100%;}
#desktop {display:none}
br {display: none;}
}
 
/* Special Rules for Tablets */
@media only screen and (min-width: 481px) {
#mobile {display:none}
}
 
/* Special Rules for Desktops */
@media only screen and (min-width: 1024px) {
#mobile {display:none}

}



.clearfix {
  zoom: 1;
  display: block;
}

.clearfix:after {
  content: '\\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}



 a:visited, a:link, a:active
{
    text-decoration: none;
	cursor: pointer;
	font-weight: medium;
	
} 

a:hover  {
	cursor: pointer;
	text-decoration: none !important;
	color: aqua;

}




.modtitle {
	
	padding-top: 30px;
	
}

.modtitle2 {
	
	padding-top: 60px;
}

.modtitle3 {
	
	padding-top: 0px;
}


@media screen and (max-device-width: 1024px) {
#container img {
	width: 100%;
}
}



ul {
	
	text-align: left;
	margin-left: -25px;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
	



#header {
  
  width: 100%;

}

#headinner  {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1%;

	
}


#inner  {
	width: 1170px;
	margin-left:auto;
	margin-right: auto;	
	
}

.headerspace {
	width: 50%;


.product {
	background-color: #f3f3f4;
	background-size: 80%;
	height: 100%;	
	
}

.product h2, .product li {margin-left: 40px;}

.container .product img {text-align: left;}





#footer {
  height: 140px;
  width: 100%;
  position:relative;
  bottom: 0px;
}


#copyright {
  min-width:100%;
  height: 140px;
  margin: 70px auto auto auto;
  text-align:center;
  font-family: 'Helvetica', sans-serif;
  color:#000; font-size:1.2rem;
}




#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}



	
