@charset 'UTF-8';
/*
 * Author: GetPhound
 * Author URI:  https://getphound.com/
 */

body {
 	font-family: 'Nunito Sans', sans-serif;
 	font-size: 16px;
 	line-height: 1.6;
     /*background-color: #ffffff; */
	 background-image: url('background.png');
	 background-repeat: no-repeat;
	background-attachment: fixed; 
	background-size: cover;
	color: black;
  }

legend {
	color:black;
	
}
header::before {
	content: " ";
	display: table;
}

header::after {
	clear: both;
	content: " ";
	display: table;
 }

a,
a:hover {
   -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease; 
}

.site-title {
	overflow: hidden;
    clip: rect(0, 0, 0, 0);
    position: absolute !important;
    width: 1px;
    width: 0.1rem;
    height: 1px;
    height: 0.1rem;
    border: 0;
/*    background-color: #ffffff; */
}

.header-right {
	text-align: right;
}

.site-inner {
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 20px;
}

.site-inner-sugg {
	max-width: 1024px;
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px black solid;
}

header {
	margin-bottom: 25px;
	margin-top: 0px;
}

section {
	margin-bottom: 40px;
}

.indent-left {
	margin-left: 3.5%;
	
}
.one-half,
.one-third,
.one-quarter {
	float: left;
	margin-left: 2%;
}
.one-thirdhalf {
	float: left;
	margin: auto;
}

.one-half {
	width: 48.25%;
}
.one-quarter {
	width: 22%;
}

.one-third {
	width: 31%;
	margin-bottom: 40px;
}
.one-thirdhalf {
	width: 19%;
	text-align: center;
		padding-bottom: 10px;
}
.two-third {
	width: 62%;
	margin-bottom: 40px;
}

.first {
	clear: both;
	margin-left: 0;
}

.last {
	clear: right;
}
/*
h3 {
	margin: 0 0 5px;
	font-size: 22px;
}
*/

h2 {
	margin: 0 0 5px;
	font-size: 22px;
}

p {
	margin: 0 0 20px;
}

.one-third small {
	font-size: 80%;
}
.one-thirdhalf small {
	font-size: 80%;
}

.one-third a:hover {
	color: #000;
	text-decoration: none;
}

.one-third p.no-bottom-margin {
	margin-bottom: 0;
}

.one-third .button {
	padding: 6px 15px;
	/*background-color: #74b455;*/
	/*background-color: #50793b;*/
	background-color: #0097BA;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	border: solid 2px rgba(0,0,0,.15);
	text-shadow: 0 0 2px rgba(0,0,0,.35);
    box-shadow: 0px 3px 10px rgba(0,0,0,.3);
    display: inline-block;
}

.first .button {
	padding: 6px 15px;
	/*background-color: #74b455;*/
	/*background-color: #50793b;*/
	background-color: #0097BA
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	border: solid 2px rgba(0,0,0,.15);
	text-shadow: 0 0 2px rgba(0,0,0,.35);
    box-shadow: 0px 3px 10px rgba(0,0,0,.3);
    display: inline-block;
}

.one-third .button:hover {
	border-color: transparent;
	background-color: #000;
	box-shadow: none;
	color: #fff;
}

.first .button:hover {
	border-color: transparent;
	background-color: #000;
	box-shadow: none;
	color: #fff;
}


.subbutton {
	padding: 6px 15px;
	/*background-color: #74b455;*/
	/*background-color: #50793b;*/
	background-color: #0097BA;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	border: solid 2px rgba(0,0,0,.15);
	text-shadow: 0 0 2px rgba(0,0,0,.35);
    box-shadow: 0px 3px 10px rgba(0,0,0,.3);
    display: inline-block;
}

.subbutton:hover {
	border-color: transparent;
	background-color: #000;
	box-shadow: none;
	color: #fff;
}



@media all and (max-width: 1200px) {
	.site-inner {
		max-width: 100%;

	}

	h3 {
		font-size: 20px;
	}
}


@media  (max-width: 800px) {

	.site-inner {
		padding-top: 10px;
	}

	.one-half,
	.one-third,
	.one-thirdhalf,
	.two-third	{
		float: none;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

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

	.one-third {
		margin-bottom: 60px;
	}
	.one-thirdhalf {
		margin-bottom: 2px;
		padding-bottom: 10px;
	}

	.two-third {
		margin-bottom: 60px;
	}

	.header-right {
		text-align: center;	
	}

	.title-area {
		margin-bottom: 10px;
	}
}

/* iphone XR Begin */
@media only screen 
and (max-width: 380px)  
and (orientation : portrait) {
	.responsive, .custom-logo {
		width: 60%;
	}
	.one-thirdhalf
		{
		float: left;
		width: 33%;
		text-align: center;
		margin: 0 0 0 0;
		font-size: 80%;
		padding-bottom: 10px;
	}
	.form-container {
	  /*background-color:  #D9EAFE; */
	  width: 120%;
	  margin-left: -30px;
	}
	.one-quarter{		
		width: 100%;
	}
	
}

@media only screen 
and (max-width: 812px)  
and (orientation : landscape) {
	.responsive, .custom-logo {
		width: 40%;
	}
	.one-thirdhalf
		{
		float: left;
		width: 33%;
		text-align: center;
		margin: 0 0 0 0;
		font-size: 100%;
		padding-bottom: 10px;
	}
	.form-container {
	  /*background-color:  #D9EAFE; */
	  width: 120%;
	  margin-left: -30px;
	}
		.one-quarter{		
		width: 100%;
	}
	
}
/* iPhone XR End*/

/* Samsung 7" tablet begin */
@media only screen 
and (max-width: 800px)  
and (orientation : portrait) {
	.responsive, .custom-logo {
		width: 60%;
	}
	.one-thirdhalf
		{
		float: left;
		width: 33%;
		text-align: center;
		margin: 0 0 0 0;
		font-size: 100%;
		padding-bottom: 10px;
	}
	.form-container {
	  background-color:  #D9EAFE;
	  width: 120%;
	  margin-left: -30px;
	}
		.one-quarter{		
		width: 100%;
	}
	
}

/* Samsung 7" tablet end */

/* other */
.reqd {
	/*color: red;*/
	color: #d20000;
}
/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
 .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}


/* Style the submit button */
 input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
/*  float: right; */
}
 input[type=reset] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
/*  float: right; */
}
.responsive {
  max-width: 100%;
  max-height = 10px;
} 
.custom-logo {
  max-width: 90%;
  max-height = 10px;
} 

/* The popup lang form - hidden by default */

.form-popup {
	display: none;
}

/* Add styles to the form container */
.form-container {
/*  padding: 1px; */
  background-color:  #D9EAFE;
}

.bb {
  background-color:  #66ccff;
}

.noBorder {
    border: none;
	padding: 0;
}


/* nfl stuff */
    .flex {
        flex-direction: column;
    }
    .col {
        margin: 0 auto;
        width: 80%;
    }
.uppercase {
    text-transform: uppercase;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*a:link, a:visited  {
  color: blue; 
  /*background-color: transparent; 
  text-decoration: none;
}
*/


.divsec {
  background-image: url('sec_bg.png');
	 background-repeat: no-repeat; 
/*	background-attachment: fixed;  */
/*	background-size: cover; */
background-size: 100% 100%;
  height: 200px;
  margin-bottom: 20px;
}


.divsec-sp {
  background-image: url('sec_bg.png');
	 background-repeat: no-repeat; 
	background-size: 100% 100%;
  height: 235px;
  margin-bottom: 20px;
}
.sec_i {
margin-left: 20px;	
}

.vertical-center {
  display: flex;
    justify-content: center;
/*  align-items: center;
  */
  
}
.verticalDivider {
    border-right:1px solid #0097BA; 	 
    height: 395px;
	display: inline-block;    
}
.vd {
	padding-right: 10px;
}


