/* additional reset with normalize. */
h1,h2,h3,h4,
ul{ margin: 0; padding: 0; font-size: 1em; font-weight: 400;}
li{ list-style-type: none; }
b, strong {  font-weight: 600;}
p {margin-bottom:0.5em; margin-top:0.5em; line-height: 1.5; font-size: 16px;}

.sr,
label.sr{
	display: block;
	width: 10em;
	overflow: hidden;
	position: absolute;
	top: auto;
	left: -999em;
}
#countmsg {
	font-size:80%
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}

.gov{
	position: relative;
	display: block;
	width: 97%;
	max-width: 830px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;

}
.gov-inner{
	position: relative;
	display: block;
	width: 85%;
	max-width: 625px;
	margin: auto;
	padding: 0;
	box-sizing: border-box;
}

@media (min-width: 600px){
.gov{ width: 90%;}
}

.cf {
  overflow: auto;
  zoom: 1;
}
hr{display: block; border:0 none; color: #fff; height: 1; width: 100%; clear both; position: relative;}
.mainhr{padding-bottom: 20px;}
/* ------------------------------  */
/***
 * THIS SITE IS 
 *    8b    d8  dP"Yb  88""Yb 88 88     888888         888888 88 88""Yb .dP"Y8 888888 
 *    88b  d88 dP   Yb 88__dP 88 88     88__           88__   88 88__dP `Ybo."   88   
 *    88YbdP88 Yb   dP 88""Yb 88 88  .o 88""           88""   88 88"Yb  o.`Y8b   88   
 *    88 YY 88  YbodP  88oodP 88 88ood8 888888         88     88 88  Yb 8bodP'   88   
 */

body{ 
	position: relative;
	color: #363636;
	background-color: #e5e9ef; 
	font-family: 'Proxima Nova', 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 	87.5%; /* makes the base font 14px */
}

@media (min-width: 600px){
	body{
		font-size: 112.5%; /* makes the base font 18px*/
	}
}

.purple{color: rgb(104, 38, 102); }
.dark-blue {color: rgb(0, 40, 85);}
.blue {color:#498eb9;}

h1{ font-size: 1.667em; /* 23px mobile ---- 30px desktop */ 
	position: relative;
	background-color: #ffffff;
	padding-bottom: 75%;
}
h1 img{
	position: absolute;
	top: 0;
	left: 0;
}
h2{ font-size: 26px; font-family: "Proxima Nova"; position: relative; padding-bottom: 0.5em; font-weight: 600; display: block}

h3{ font-size: 16px; font-weight: 600; }
h4{ font-weight: 600; }

a {text-decoration:none;}
a:link, a:visited{ color: #00b3e2; }
a:hover, a:focus, a:active{ color: #00b3e2; }

#site-container{
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.block-content{ padding-bottom: 2em; }

ul.block-socialIcons{text-align: center;}
.block-socialIcons li{
	display: inline-block;
	max-width: 98px;
	min-width: 36px;
	margin: 0.5em 1%;
}

.block-error{
    position: relative;
    width: 75%;
    display: block;
    padding: 1em 1em;
    border: 1px solid #900;
    color: #fff;
    background-color: #900;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    border-radius: 3px;
}

/***
 *    88  88 888888    db    8888b.  888888 88""Yb 
 *    88  88 88__     dPYb    8I  Yb 88__   88__dP 
 *    888888 88""    dP__Yb   8I  dY 88""   88"Yb  
 *    88  88 888888 dP""""Yb 8888Y"  888888 88  Yb 
 */
header, 
#header{
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 3%;
	z-index: 2;
}
#header img{
	padding-top:17px;
}

@media all and (min-width: 768px) {
	header, 
	#header{
		padding-bottom: 0;		height: 88px;}
}

/***
 *    888888  dP"Yb   dP"Yb  888888 888888 88""Yb 
 *    88__   dP   Yb dP   Yb   88   88__   88__dP 
 *    88""   Yb   dP Yb   dP   88   88""   88"Yb  
 *    88      YbodP   YbodP    88   888888 88  Yb 
 */
footer,
#footer{ background-color: #00549b; color: #fff; z-index: 1;}
.inner-footer{ padding: 2.500em 2.2%}
#footer .logo{ display: block;}
#footer .logo img{ display: block; margin: auto; }

.block-footer{
	position: relative;
	display: block;
}
.block-footer-address{
	text-align: center;
	font-size: 12px;
	line-height: 1.333;
}

#footer a:link, #footer a:visited{ color: #fff; }
#footer a[href^="tel:"]:link{text-decoration: none;}
#footer a:hover, #footer a:focus, #footer a:active{ color: #4fa3c7; }


@media all and (min-width: 768px) {
	#footer .logo{ float: left; }
	.block-footer{
		position: relative;
	}
	.block-footer-address{
		margin: 0;
	}
	 ul.block-footer-social{text-align: right;}
	.block-footer-social li{
		float: right;	
	}
}



/***
 *    888888  dP"Yb  88""Yb 8b    d8 
 *    88__   dP   Yb 88__dP 88b  d88 
 *    88""   Yb   dP 88"Yb  88YbdP88 
 *    88      YbodP  88  Yb 88 YY 88 
 */
form{
	position: relative;
	display: block;
}
form p.block-form-item {
	position: relative;
	display: block;
	padding-left: 0%;
	padding-right: 3.5%;
	box-sizing: border-box;
}
.popup form p.block-form-item{
	padding-left: 0;
}
label{
	position: relative;
	display: block;
	clear: both;
	box-sizing: border-box;
	font-size:14px;
}


.block-form-item label{white-space: nowrap;}

input[type=text], textarea{
	position: relative;
	display: block;
	width: 100%;
	background-color: #f9fbff;
	border: 1px solid #498eb9;
	padding-left: 0em;
	padding-right: 0em;
	font-size: 1.000em;

}
.yourmessage.block-form-item {width: auto;}
.birthday input{
	display: inline-block;
	width: 3em;
	text-align: center;
}

@media (min-width: 600px){
	input[type=text]{ font-size: 1em; }
	form p.block-form-item {
		display: inline-block;
		width: 44%;
		float: left;
	}
	p.firstname,
	p.streetaddress,
	p.country,p.phonenumber{ clear: both; }
	form p.block-form-item.country,
	form p.block-form-item.state,
	form p.block-form-item.zip-postalcode{ width: 29%; }
	.yourmessage.block-form-item {width: 88%;}
}

.dropdown{
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1em;
	padding: 0.25em 0;
	padding-left: 3.5%;
	box-sizing: border-box;

	border: 1px solid #c0c0c0;
	border-color: #ebebeb #c0c0c0 #c0c0c0 #ebebeb;
	border-radius: 3px;
	margin-right: 33px;
}
.dropdown h4{ font-size: 1em; cursor: pointer; }


.arrow{
    position: absolute;
    right: 8px;
    top: 0.5em;
    display: block;
    width: 22px;
    height: 13px;
    margin-left: 1em;

	-webkit-transition: transform 0.3s translateZ(0) scale(1.0, 1.0); /* Safari */
	transition: transform 0.3s translateZ(0) scale(1.0, 1.0);

/*	-webkit-backface-visibility: hidden;*/


}

.turnArrow{
	 transform: rotate(-180deg) ;
  -webkit-transform: rotate(-180deg) ;
  -ms-transform: rotate(-180deg) ;
}
.dropdown ul.block-dropdown {
	display: none;
	padding-top: 0.5em;
	box-sizing: border-box;
}
.dropdown li {
  padding: 0.25em 1.5em;
  position: relative;
}

.dropdown-item {
  position: absolute;
  top: 0.6em;
  left: 2px;
}

.block-dropdown label{
	clear: none;
	display: inline-block;
	margin-right: 0.3ex;

}

.block-dropdown img{
	position: relative;
	top: 0.3em;
	display: inline-block;
}

a.makeagifttoday {
	background-color: rgb(117, 187, 29);
	border-bottom: 3px solid rgb(195, 213, 0);
	font-size: 20px;
	color: rgb(255, 255, 255);
	line-height: 0.923;
	text-align: center;
	text-transform:uppercase;
	text-decoration:none;
	padding:0.5em 1em;
}
@media (min-width: 600px){
	.dropdown{
		border: 0 none;
		margin-right: 0;
	}
	.dropdown h4{ font-size: 1em;}
	.arrow{
		position: relative;
		right: auto;
		top:  auto;
		display: inline-block;
	}

	.block-dropdown label{
		/*font-size: 1em;*/
	}
	a.makeagifttoday {font-size: 26px;}
}

.btn{
	position: relative;
	display: block;
	background-color: rgb(0, 179, 226);
	color: rgb(247, 250, 255);
	border: 0px none;
	padding: 0.7em 1.6em;
	margin: 1em 0 1.5em 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

hr.aftersubmit{
	border-top: 2px solid rgb(104, 38, 102);
	border-bottom:none;
	border-right:none;
	border-left:none;
	width: 125px;
	display:inline-block;
}

.alignment
{
	margin:40px auto;
	display:table;
}
.followus {
	text-align:center;
	font-size: 18px;
	color: rgb(0, 40, 85);
	font-weight: 600;
	line-height: 1.111;
}

/***
 *    88""Yb  dP"Yb  88""Yb          88   88 88""Yb 
 *    88__dP dP   Yb 88__dP ________ 88   88 88__dP 
 *    88"""  Yb   dP 88"""  """""""" Y8   8P 88"""  
 *    88      YbodP  88              `YbodP' 88     
 */
/*popup*/
.popup{
	/*display: none;*/
	position: absolute;
	z-index: 10;
	max-width: 340px;
	width: 100%;
	top: 0;
	bottom: 0;
	background-color: #fff;
}
#popup-overlay{
	/*display: none;*/
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: #dedede;
	background-color: rgba(0,0,0,0.45);
}
.btn-close-x{
	position: absolute;
    right: 5px;
    top: -8px;
	font-size: 36px;
	font-weight: 700;
	color: #00539b;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.btn-close-x:hover{
	cursor: pointer;
	color: #4fa3c7;
}

.btn-skipthis{
	margin-top:0.3em;
	clear: both;
	float: right;
	color: #4fa3c7;
	text-decoration: underline;
}
.btn-skipthis:hover{
	color: #00539b;
	cursor: pointer;
}


.popup-inner{
	position: relative;
	display: block;
	padding: 2.25em 1em 1em 1em;
	max-width: 340px;
	width: auto;
}

.popup h2{
	position: relative;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 400;
}

.popup .btn{
	display: block;
	padding: 0.25em 0; 
	margin: 1.25em 0 0 0;
	width: 100%;
}

@media (min-width: 321px){
	.popup{
		width: 340px;
		margin-left: -170px;
		left: 50%;
		top: 75px;
		bottom: auto;
	}
	.popup form p.block-form-item {
		display: block;
		/*padding-left: 3.5%;*/
		width: 100%;
		float: none;
	}
}


/***
 *    888888  dP"Yb   dP"Yb  88     888888 88 88""Yb 
 *      88   dP   Yb dP   Yb 88       88   88 88__dP 
 *      88   Yb   dP Yb   dP 88  .o   88   88 88"""  
 *      88    YbodP   YbodP  88ood8   88   88 88     
 *  help from https://osvaldas.info/elegant-css-and-jquery-tooltip-responsive-mobile-friendly
 */
#tooltip
{
    text-align: center;
    color: #fff;
    background: #00539b;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 3px;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #00539b;

        content: '';
        position: absolute;
        left: 50%;
        bottom: -12px;
        margin-left: -5px;
    }
 
        #tooltip.top:after
        {
            border-bottom-color: transparent;
            border-top: 5px solid #00539b;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left:15px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right:15px;
            left: auto;
            margin: 0;
        }

