@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	background-color: ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;	
}

h1 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-size: 150%;
	color: #FB0307;
	letter-spacing: 1px;
	padding-top: 3%;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #005bac;
	font-size: 20px;
	padding: 5% 0 2% 0;
	
}

h3 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #585757;
	letter-spacing: 1%;
	padding: 5px 0 10px 10px;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: left;
	letter-spacing: 1%;
	padding-left: 2%;
}


p { 
	padding: 1% 2%;
	color: #626262;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
}

.text-align {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding-top: 16px;
	
	
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
}

	
#wrapper {
	margin: 0 auto;
	overflow: auto;
}

#wrapper-body {
	margin: 0 auto;
	max-width: 1120px;
	overflow: auto;
}

a {
	text-decoration: none;
	color: #4A4949;
}

a hover {
	color: #010dfd;
	text-decoration: underline;  		
}
header {
	width: 100%;
	background: #005aab;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100%;
}


.logo-sm {
	margin-top: 10px;
	margin-right: 50px;
		
}

#one-half-wrapper {
	width: 85%;
	text-align: center;
	margin-left: 15%;
}

.one-half {
	width: 38%;
	float: left;
	margin: 2% 0 3% 2%;	
	text-align: center;
}

#banner {
	width: 100%;
	margin-top: 40px;
}

.clearfix {
	clear: both;	
}

 .page-header {
	padding-bottom: 9px;
	margin: 5px 0 10px;
	border-bottom: solid 1px #eee;
  }
 .square {
	padding-bottom: 9px;
	margin: 5px 0 10px;
	border-bottom: solid 1px #eee;
  }
 .square a:hover {
	color: blue;
  }

#body-left {
	width: 65%;
	float: left;
	margin-top: 2%;
	margin-left: 2%;
	padding-bottom: 2%;
	border: solid 1px #eee;
}

#body-contact {
	width: 67%;
	float: left;
	margin-top: 3%;	
	border: solid 1px #eee;
	background: #CBF0F7;
	
}

.body-right {
	width: 29%;
	float: left;
	margin-left: 2%;
	margin-top: 2%;	
	border: solid 1px #eee;
		
}

#contact-right {
	width: 29%;
	float: left;
	margin-left: 2%;
	margin-top: 3%;	
	border: solid 1px #eee;
		
}

.one-third {
	width: 33%;
	margin: 2% 0 2% 0;
	float: left;
	text-align: center;	
}

.quick-links {
	text-align: center;
	line-height: 20px;	
}
.bigbox {
	margin: 0 auto;
	width: 94%;
}

.bigbox-bg {
	margin: 0;
}
.columnbox {
	width: 18%;
	height: auto;
	float: left;
	padding: 4% 1% 2% 1%;
}

.center-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;	
}
.button {
  background-color: #DBD8D8;	
  border: none;	
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;	
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 30px;	
}

.button a {
 color: #fff;
 text-decoration: none;	
}

.line {
	width: 100%;
	border-top: 1px solid #eee;	
	text-align: center;
}

.border {
	border: 1px solid #eee;	
}

.btn:hover {
	background: #A80D10;
	text-decoration: none;	
}

footer {
	width: 100%;
	border-top: 2px solid #eee;
	margin-top: 3%;
	background-color: #eaf9ff;

}

#wrapper-footer {
	max-width: 1120px;
	margin: 0 auto;	
}

footer h3 {
	text-align: center;
	color: #005bac;
	font-size: 16px;
	padding: 10px 0 10px 5px;
		
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: Montserrat, sans-serif;
  background: #fff;
  padding-left: 50px;
  border-bottom: 2px solid #E5E5E5;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #005bac;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #FB0307;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #005bac;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #005bac;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #005bac;
  font-weight: 400;
  background: #fff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
	
}


.but1 {

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #FEFBEF;
	font-size: 14px;
	background: #eb1c24;

	font-weight: bold;
	text-decoration: none;

}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;	
}
/*
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 90%;
  text-align:center;
 
  margin-right: 15px;
  padding-top: 20px;
  margin-bottom: 2px;
} */

.some-page-wrapper {
  margin: 0 auto;	
  width: 70%;	
  padding: 20px 0;
  text-align: center;
}
.products {
  margin: 0 auto;
  width: 70%;	
  padding: 20px;	
}
.column {
  float: left;
  width: 20%;
  padding: 10px;	
}
.products-col {
  float: left;
  width: 33.33%;
  padding: 10px;
  text-align: center;	
}

.product-column {
  display: flex;
  flex-direction: column;
  flex-basis: 90%;
  margin-right: 15px;
  padding-top: 20px;
  margin-bottom: 2px;	
}

.blue-column {
  background-color: blue;
  height: 100px;
}

.green-column {
  background-color: green;
  height: 100px;
}

@media screen and (min-width: 800px) {
  .column {
    flex: 1
  }	
}

@media screen and (max-width: 600px) {
  .products-col {
    width: 100%;
  }
  .some-page-wrapper {
  margin: 0 auto;	
  width: 100%;
  padding-left: 20px;
  }
  .bigbox-bg h3 { 	
  font-size: 20px;
   
	
}
.label {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  text-align: right;
}
.center-button {
  display: flex;
  justify-content: center;
  align-items: center; 
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 50%;
  padding: 15px;
  margin: 5px 0 5px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
input[type=text], input[type=email] {
  width: 50%;
  padding: 15px;
  margin: 5px 0 5px 0px;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}
input[type=text]:focus, input[type=email]:focus {
  background-color: #ddd;
  outline: none;	
}
.container-login {
  padding: 16px;
  text-align: center;
  margin: 14px 0 12px 0;
}
.input-group select {
  padding:10px;	
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.text-line {

  border: 2px solid #f2fcff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 10px;	
}

.multiple {
  background-color: #f2fcff;
  border: 2px solid #f2fcff;
  padding: 30px 20px;
  border-radius: 10px 10px 0 0;
}
.household {
  background-color: #FDE6E7;	
}