@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i');
/* -------------------------------- 

Primary style

-------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
  font-size: 16px;
  line-height: 25px;
  font-family: 'Open Sans', Arial, "sans-serif";
  background-color: #ffffff;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 500;
}
#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
}
.language {
  text-align: right;
  padding: 5px 0px 10px 0px;
  font-size: 14px;
  line-height: 24px;
  float: right;
}
.language a {
  color: #000000;
}
.language a:hover {
  color: #004a7c;
}
.hero {
  width: 100%;
  height: 450px;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}


/*hero background images*/
.mother-daughter {
  background-image: url("../images/hero-mother-daughter.jpg")
}
.hero-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hero-text-container div {
  max-width: 1300px;
  width: 100%;
  height: auto;
}
.hero-text-container h1 {
  font-family: 'Open Sans', Arial, "sans-serif";
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
}
.hero-text-container h1 span {
  font-family: 'Open Sans', Arial, "sans-serif";
  font-size: 46px;
  line-height: 48px;
  font-weight: 300;
}
.headercontainer {
  width: 100%;
  position: fixed;
  height: 80px;
  background: rgb(255, 255, 255);
  z-index: 100;
  top: 0;
}
header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
}
.logo {
  float: left;
  padding: 10px 0px 10px 0px;
}
/*hero images and page titles*/

/*hero area stuff*/
.titleArea {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 450px;
}
/*end hero area stuff*/


/*========================================
start page title styles
=========================================*/
.pagetitle {
  position: absolute;
  top: 15%;
  padding: 75px 0px 0px 100px;
}
.center {
  text-align: center
}
.left {
  text-align: left;
}
h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 56px;
  color: #002a4e;
  margin: 170px 0px 0px 40px;
}
h2 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 700;
  color: #002a4e;
  margin: 10px 0px 10px 0px;
}
h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #002a4e;
  margin: 40px 0px 0px 0px;
}
h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  margin: 0px 0px 0px 0px;
}
p {
  margin: 0px 0px 5px 0px;
}

strong {
  font-weight: 700;
  color: #002a4e;
}
em {
  font-style: italic;
}
sub, sup {
  font-size: 65%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-weight: 400;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
hr {
  border-top: 1px solid #afafaf;
  margin: 20px 0px 20px 0px;
}
.nowrap {
  white-space: nowrap;
}

.blue {
  color: #007cbf;
}
.darkblue {
  color: #002A4E;
}
.white {
  color: #ffffff;
}
.black {
  color: black;
}
/*==================================left===
End page title styles
==========================================*/


/*========================================
Start main content area
=========================================*/
section.content {
  width: 100%;
  max-width: 950px;
  margin: 0px auto 0 auto;
  padding: 20px 0px 0px 0px;
  overflow: auto;
}

section.flexContainer {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 10px 0px 10px 0px;
}

.marginAfter {
  margin: 0px 0px 20px 0px;
}

.dude {
  width: 35%;
  padding: 0px 0px 0px 0px;
}

.dudeBullets {
  width: 65%;
}

.callout {
  width: 40%;
  align-content: center;
  margin: 0 auto;
}

hr {
	border: 0;     
	height: 0;     
	border-top: 1px solid rgba(0, 0, 0, 0.1);     
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 40px 0px 40px 0px;
}

.bulletsConditions {
	column-count: 3;
	column-gap: 50px;
	padding: 10px 0px 30px 0px;
}

/*{border: solid black 1px !important;
}*/

ul.bullets {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0px 0px 10px 20px;
  list-style: none;
}

ul.bullets li {
  margin: 0px 0px 0px 0px;
}

ul.bullets li::before {
  content: "\2022";
  color: #007cbf;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}

.box {
	background-color: #ecf7fd;
	padding: 20px;
}
.boxIcon {
	width: 50px;
}
.boxCopy {
	width: 315px;
}

section.onecolumn ul ul {
  list-style-position: outside;
  margin: 0px 0px 15px 20px;
  list-style: none;
}
section.onecolumn ul ul li::before {
  content: "\25E6";
  color: #007cbf;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
section.onecolumn ul ul ul {
  list-style-position: outside;
  margin: 0px 0px 15px 20px;
  list-style: none;
}
section.onecolumn ul ul ul li::before {
  content: "\25AA";
  color: #007cbf;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
section.onecolumn ol ol, ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin: 0px 0px 15px 20px;
}
section.onecolumn ul.dashed {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px 0px 0px 20px;
  list-style: none;
}
section.onecolumn ul.dashed > li {
  text-indent: -5px;
}
section.onecolumn ul.dashed > li:before {
  content: "-";
  text-indent: 5px;
}

.textlink:link, .textlink:visited {
  color: #007cbf;
}
.textlink:hover {
  color: #585757;
  text-decoration: none;
}
a {
  color: red;
}
a.textlinkblue:link {
  color: #0f6dbe;
}
a.textlinkblue:visited {
  color: #0f6dbe;
}
a.textlinkblue:hover {
  color: #000000;
}
a.textlinkblue:active {
  color: #0f6dbe;
}
.fpo {
  color: #ff00fc;
}
.leftCol {
  width: 48%;
  margin: 0px 30px 0px 0px;
  float: left;
}
.rightCol {
  width: 48%;
  float: left;
  vertical-align: top;
  margin: 0px 0px 0px 0px;
}
/*end main content area*/


footer {
  width: 100%;
  background-color: #002a4e;
  position: relative;
  top: 100px;
  padding: 35px 25px 25px 25px
}
section.footerContent {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  text-align: center;
}
section.footerContent h6 {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 15px 0
}
section.footerContent p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 10px 0
}
section.footerContent p.tagline {
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  margin: 0 0 10px 0
}
footer a:link, footer a:visited {
  color: #fff
}
footer a:hover {
  color: #fff;
  text-decoration: none
}
footer a.web:link, footer a.web:visited {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none
}
hr.one {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 10px 0 10px 0
}
hr.two {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 10px 0 15px 0
}
footer h6 a:link {
  color: #fff;
  font-weight: 700;
  text-decoration: none
}
footer h6 a:visited {
  color: #fff
}
a.footerlink:link {
  color: #fff;
  font-weight: 700
}
a.footerlink:visited {
  color: #fff
}
a.footerlink:hover {
  color: #fff;
  text-decoration: none
}
a.footerlink:active {
  color: #fff
}


/*===================================================
MOBILE
====================================================*/
@media screen and (max-width:1300px) {
  header {
    padding: 5px 25px 10px 25px;
  }
  h1 {
    font-size: 70px;
    line-height: 75px;
  }
  footer {
    padding: 25px 25px 25px 25px;
  }
}

@media screen and (max-width:970px) {
  .hero {
    background-position: 0%;
  }
	section.content {
	padding: 20px 30px 20px 30px;
  }	
}

@media screen and (max-width:880px) {
  .hero {
    background-position: 0%;
  }
  section.flexContainer {
	display: block;
  }
  div.dude {
	padding: 0px 0px 10px 0px;
  }
  .dudeBullets {
	width: 100%;
  }
  section.callout, .boxCopy, .boxIcon {
	width: 100%;
	margin: 0 auto;
	text-align: center;
  }
  .boxCopy h4 {
	text-align: center;
  }
  br.hide {
    display: none;
  }
}

@media screen and (max-width:800px) {
  .hero {
    background-position: 0%;
  }
  h1.darkblue {
    font-size: 40px;
    line-height: 45px;
  }
  .bulletsConditions {
	column-count: 2;
	padding: 10px 0px 30px 0px;
  }
}
  
@media screen and (max-width:768px) {

}
@media screen and (max-width:720px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
	margin: 180px 0px 0px 40px;
  }
}
@media screen and (max-width:650px) {
  .hero {
    background-position: 45%;
  }
  h1.darkblue {
    font-size: 32px;
    line-height: 37px;
	margin: 230px 0px 0px 40px;
  }
 .language {
    font-size: 12px;
    line-height: 14px;
  }
  .logo {
    position: absolute;
    top: 8px;
  }
  .logo img {
    width: 225px;
    height: auto;
  }
  .row {
    max-width: 100%;
  }
  div.icon {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
  }
}
@media screen and (max-width:600px) {
  .bulletsConditions {
	column-count: 1;
	padding: 10px 0px 30px 0px;
  }
	.wrap ul.wrap-nav > li {
    width: 100%;
    padding: 40px 0 0px 0;
  }
  .wrap ul.wrap-nav ul li {
    padding: 0px 0px 0px 0px;
  }
  .wrap ul.wrap-nav > li.spaceAdjust {
    width: 100%;
    padding: 0px 0 0px 0;
  }
  .wrap ul.wrap-nav {
    padding: 30px 0px 0px 0px;
  }
  .wrap ul.wrap-nav .spaceAdjust {
    padding: 0px 0px 0px 0px;
  }
  nav ul {
    opacity: 0;
    visibility: hidden;
  }
  /*.social {
    color: #c1c1c1;
    font-size: 25px;
    padding: 15px 0;
}
.social-icon {
    width: 100%;
    height: 50px;
    background: #fff;
    color: #333;
    display: block;
    margin: 5px 0;
}*/
}
@media screen and (max-width:550px) {
  .hero {
    width: 100%;
    height: 550px;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mother-daughter {
    background-image: url("../images/hero-mother-daughter-550.jpg")
  }
  h1.darkblue {
    font-size: 38px;
    line-height: 43px;
	margin: 0px 0px 0px 40px;
  }
  h1 span {
    font-size: 50px;
    line-height: 55px;
  }
  div.hero-text-container {
    align-content: center;
  }
  .logo img {
    width: 180px;
  }
}
@media screen and (max-width:400px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h1 span {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width:370px) {
  .logo img {
    width: 140px;
  }
  h1 {
    font-size: 28px;
    line-height: 33px;
  }
  h1 span {
    font-size: 32px;
    line-height: 36px;
  }
  .language {
    font-size: 10px;
    line-height: 14px;
  }
  h2 {
    font-size: 18px;
    line-height: 24px;
  }
}