/* =============================================================== */
/* Overwrite Foundation/Normalize defaults
================================================================ */
body { font-family: 'Lato', sans-serif; font-weight: 400; font-size: 15px; background: #e1eef9; }
h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; font-weight: 400; }
p, li { font-size: 14px; }
/*
a, a:visited { color: #00a4c8; }
a:hover, a:focus { color: #00a4c8; }
*/
strong { font-weight: 700; }
img { width: 100%; } /* IE9 fix for SVG images */
ul, ol, dl { font-family: 'Lato', sans-serif; margin-left: 2.5rem; }
button, .button, a.button { 
  background: #00a4c8; 
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transform: translateZ(0);
  transition: background 0.3s ease-out, box-shadow 0.3s cubic-bezier(.25,.8,.25,1), transform 0.3s ease-out;
}
button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus { 
  color: #FFFFFF;
  background: #1D3261; 
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translateY(-8px);
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.row { max-width: 95%; }
.row.full-width { max-width: 100%; }

.flex-video.widescreen { padding-bottom: 51.25%; }

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
	.row { max-width: 80rem; }
} 

.group-logo { width: 270px; position: absolute; top: 50px; left: 50%; margin-left: -135px; }

.logo-boxes { margin-top: 30px; }
.logo-box { background: #FFFFFF; padding: 20px 20px 30px 20px; margin-bottom: 30px; text-align: center; }
.logo-box img { display: block; margin: 0 auto 30px auto; height: 55px; width: auto; }
.text-box { margin-bottom: 30px; }
.text-box p { line-height: 1.3; margin-bottom: 0; }
h2 { color: #005abb; font-weight: 300; font-size: 26px; letter-spacing: 2px; }

/* min-width 520px, larger-mobile screens */
@media only screen and (min-width: 520px) {
  .group-logo { width: 400px; top: 90px; margin-left: -200px; }
}

/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
  .group-logo { width: 400px; top: 90px; margin-left: -200px; }
  .tagline { display: block; top: 130px; }
  .tagline1 { font-size: 16px; }
  .tagline2 { font-size: 12px; }
  .logo-boxes { margin-top: -40px; }
  .logo-box img { height: 60px; margin-bottom: 20px; }
} 

/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
  .group-logo { width: 630px; margin-left: -315px; }
  .logo-boxes { margin-top: -265px; }
} 

/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 90.063em) {
  .logo-boxes { margin-top: -390px; }
  .logo-box img { height: 65px; width: auto; margin-bottom: 30px; }
} 

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { } 