/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
}

body, .main {
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
}

.main {
  position: relative;
  background-color: transparent;
}

.blogpost--video figure {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 0;
}

.blogpost--video figure img {
  margin-top: -56.25%;
}

.blogpost--video figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

:root {
  --mainblue: #00497B;
  --darkblue: #263640;
  --teal: #00A89E;
  
  /* MOBILE NAV */
  --color-main-bg: #24262d;
  --path-fill-1: #263640;
  --path-fill-2: #00497B;
  --path-fill-3: #008184;
  --color-title: #FFF;
  --color-menu: #FFF;
  --color-menu-hover: #fff;
  --font-size-menu: 4vmax;
  --font-weight-menu: 400;
  --button-bg: #fff;
  --button-circle: #ada4a4;
  --button-line: #00497B;

  /* MODAL */
  --white: #fff;
  --black: rgba(0, 0, 0, 0.8);
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

iframe {
  width: 100%;
}

video {
  width: 100%;
  height: auto;
  max-height: 100%;
}


/* ROUND CORNERS */
.blogpreview--image,
.index--module-webelieve,
.index--goal-image,
.index--quote,
.module-webelieve,
.blogpreview-featured,
.module--goal,
.module--goal-backgroundimage,
.module--goal-gradient,
.about--commissionandstaff-image,
.header-image-asset img,
.accordion-box,
.accordion,
.freeform select,
.freeform textarea,
img {
  border-radius: 7px;
}


/* BODY LAYOUT */
.page--bodycopy, .blogpost--bodycopy, .blogpost--callout, .page--button {
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto 50px;
}

.header-image-wrapper {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.page--image, .blogpost--image, .blogpost--video {
  max-width: 1024px;
  margin: 0 auto 50px;
}

  @media (min-width: 768px)  {
    .page--bodycopy, 
    .blogpost--bodycopy,
    .header-image-wrapper,
    .page--image, 
    .blogpost--image,
    .blogpost--video,
    .page--button {margin-bottom: 75px;}
  }
  @media (min-width: 1024px)  {
    .page--bodycopy, 
    .blogpost--bodycopy,
    .header-image-wrapper,
    .page--image, 
    .blogpost--image,
    .blogpost--video,
    .page--button {margin-bottom: 100px;}
  }
/*  @media (min-width: 1244px)  {
    .page--bodycopy, 
    .blogpost--bodycopy,
    .header-image-wrapper,
    .page--image, 
    .blogpost--image,
    .blogpost--video {margin-bottom: 100px;}
  }*/


  .page--image p, .blogpost--image p, .blogpost--video p {
    padding-top: 10px;
    font-size: 13px;
  }


.page--body-darkblue {
  background-color: var(--darkblue);
  padding-bottom: 150px;
}




/* 404 PAGE */
.fourohfour--returntohome {}

  /* IMAGE BLOCK */
  .fourohfour--returntohome {
    position: relative;
    background-image: url('');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 40px;
    overflow: hidden;
  }
  @media (min-width: 768px) { .fourohfour--returntohome {padding: 200px 50px;}}

  .fourohfour--returntohome-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #263640;
    z-index: 1;
    opacity: 50%;
  }

  .fourohfour--returntohome-copy {
    position: relative;
    z-index: 2;
  }

  .fourohfour--returntohome h4, .fourohfour--returntohome p {
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
    color: #FFF;
  }

  .fourohfour--returntohome h4 {
    font-size: 30px;
    line-height: 42px;
    max-width: 710px;
  }

  .fourohfour--returntohome p {
    margin-top: 30px;
    font-size: 18px;
  }
  /* IMAGE BLOCK */
/* 404 PAGE */



