/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. 
Author:   Robin Hislop
Template: Divi
*/

@import url("../Divi/style.css");

/* ---------- OVERIDES ---------- */

@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
    font-family: 'antropos_freefont';
    src: url('antrf___-webfont.eot');
    src: url('antrf___-webfont.eot#iefix') format('embedded-opentype'),
         url('antrf___-webfont.woff') format('woff2'),
         url('antrf___-webfont.woff') format('woff'),
         url('antrf___-webfont.ttf') format('truetype'),
         url('antrf___-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/**
 * Disable all deprecation warnings. Defaults to `false`. Set with a `!global` flag.
 *
 * @type Bool
 */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'antropos_freefont';
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: /* 1.75em; */2em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  /* font-family: Georgia; */
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  /* font-family: Georgia; */
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.hero {
  background: url("../../../thoughtbot/refills/master/source/images/mountains.png"), -webkit-linear-gradient(10deg, #37c071, #3770c0), no-repeat #3770c0 scroll;
  background: url("../../../thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #37c071, #3770c0), no-repeat #3770c0 scroll;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 4em; }
  .hero .hero-logo img {
    height: 3em;
    margin-bottom: 2.5em; }
  .hero .hero-inner {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 3em;
    margin: auto;
    text-align: center;
    color: white; }
    .hero .hero-inner:after {
      content: "";
      display: table;
      clear: both; }
    .hero .hero-inner:after {
      content: "";
      display: table;
      clear: both; }
    .hero .hero-inner button {
      border: 1px solid #dbdbdb;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e3e3e3);
      background-image: linear-gradient(white, #e3e3e3);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box;
      border: 1px solid #dfd8d8;
      border-radius: 3px;
      box-shadow: inset 0 1px 0 0 white;
      color: #333333;
      display: inline-block;
      font-size: inherit;
      font-weight: bold;
      background-color: white;
      background-image: -webkit-linear-gradient(white, #e5e0e0);
      background-image: linear-gradient(white, #e5e0e0);
      padding: 7px 18px;
      text-decoration: none;
      text-shadow: 0 1px 0 white;
      background-clip: padding-box;
      font-size: 1em;
      outline: none; }
      .hero .hero-inner button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #dbdbdb);
        background-image: linear-gradient(#f2f2f2, #dbdbdb); }
      .hero .hero-inner button:active:not(:disabled), .hero .hero-inner button:focus:not(:disabled) {
        border: 1px solid #dbdbdb;
        box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4; }
      .hero .hero-inner button:hover:not(:disabled) {
        box-shadow: inset 0 1px 0 0 white;
        cursor: pointer;
        background-color: #f2f2f2;
        background-image: -webkit-linear-gradient(#f2f2f2, #ded8d8);
        background-image: linear-gradient(#f2f2f2, #ded8d8); }
      .hero .hero-inner button:active:not(:disabled), .hero .hero-inner button:focus:not(:disabled) {
        border: 1px solid #dfd8d8;
        box-shadow: inset 0 0 8px 4px #d7d1d1, inset 0 0 8px 4px #d7d1d1; }
      .hero .hero-inner button:disabled {
        opacity: 0.5;
        cursor: not-allowed; }
    .hero .hero-inner .hero-copy {
      text-align: center; }
      .hero .hero-inner .hero-copy h1 {
        font-size: 1.6em;
        margin-bottom: .5em; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy h1 {
            font-size: 1.8em; } }
      .hero .hero-inner .hero-copy p {
        /* font-family: Georgia, Cambria, "Times New Roman", Times, serif; */
        margin: auto;
        margin-bottom: 3em;
        font-weight: 200;
        line-height: 1.4em;
        color: #FFF; }
        @media screen and (min-width: 53.75em) {
          .hero .hero-inner .hero-copy p {
            font-size: 1.1em;
            max-width: 40%; } }

.bullets {
  height: 100%;
  min-height: 100%;
  overflow: auto;
  margin-bottom: 1.5; }
  @media screen and (min-width: 53.75em) {
    .bullets .two-col-bullet {
      float: left;
      display: block;
      margin-right: 0.86418%;
      width: 49.56791%; }
      .bullets .two-col-bullet:last-child {
        margin-right: 0; }
      .bullets .two-col-bullet:nth-child(2n) {
        margin-right: 0; }
      .bullets .two-col-bullet:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 53.75em) {
    .bullets .three-col-bullet {
      float: left;
      display: block;
      margin-right: 0.86418%;
      width: 32.75721%; }
      .bullets .three-col-bullet:last-child {
        margin-right: 0; }
      .bullets .three-col-bullet:nth-child(3n) {
        margin-right: 0; }
      .bullets .three-col-bullet:nth-child(3n+1) {
        clear: left; } }
  .bullets .four-col-bullet {
    background-color: #FFF; }
    @media screen and (min-width: 53.75em) {
      .bullets .four-col-bullet {
        float: left;
        display: block;
        margin-right: 0.86418%;
        width: 24.35187%; }
        .bullets .four-col-bullet:last-child {
          margin-right: 0; }
        .bullets .four-col-bullet:nth-child(4n) {
          margin-right: 0; }
        .bullets .four-col-bullet:nth-child(4n+1) {
          clear: left; } }
  .bullets .bullet-icon {
    float: left;
    background: #477DCA;
    padding: 0.875em;
    border-radius: 50%;
    width: 3.5em;
    height: 3.5em; }
  .bullets .bullet-icon-1 {
    background: #477DCA; }
  .bullets .bullet-icon-2 {
    background: #47caaa; }
  .bullets .bullet-icon-3 {
    background: #a9ca47; }
  .bullets .bullet-icon-4 {
    background: #47a9ca; }
  .bullets .bullet-content {
    margin-left: 4.9em;
    margin-bottom: 2em; }
  .bullets h2 {
    font-size: 1.4em;
    padding-top: 0.5em;
    margin-bottom: 0.58333em;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: inline-block; }

.panel {
  margin: 1.2em 0 0 0;
  /* padding: .6em 0 0 0; */
  /* min-height: 55vh; */
  height: 48vh; }
  .panel:after {
    content: "";
    display: table;
    clear: both; }

.last {
  margin: 1.2em 0; }

.ourSchool {
  background-image: url(https://unsplash.com/photos/vuWB5mGu5wE/download);
  background-size: cover; }

.childsJourney {
  background-image: url(https://unsplash.com/photos/nDqA4d5NL0k/download);
  background-size: cover; }

.photo {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 41.16256%;
  height: 100%;
  min-height: 100%; }
  .photo:last-child {
    margin-right: 0; }

img {
  display: table-cell;
  vertical-align: top;
  /*height: 100%;*/ }

.info {
  float: left;
  display: block;
  margin-right: 0.86418%;
  /*width: 15.94652%;*/
  width: 40%;
  padding: .5em .7em;
  height: 100%;
  min-height: 100%; }
  .info:last-child {
    margin-right: 0; }
  .info h2 {
    text-align: right;
    color: #FFF;
    border: none; }

.details {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 41.16256%;
  background-color: white;
  padding: .5em .7em;
  height: 100%;
  min-height: 100%; }
  .details:last-child {
    margin-right: 0; }

.news {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 24.35187%;
  background-color: white;
  padding: .5em .7em;
  height: 100%;
  min-height: 100%; }
  .news:last-child {
    margin-right: 0; }

.feed_post {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 32.75721%;
  background-color: white;
  padding: .5em .7em;
  height: 100%;
  min-height: 100%; }
  .feed_post:last-child {
    margin-right: 0; }

.map {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 32.75721%;
  height: 100%;
  min-height: 100%;
  background-image: url(img/Untitled-1.png);
  background-size: cover; }
  .map:last-child {
    margin-right: 0; }

.ofstead {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 24.35187%;
  background-color: white;
  padding: .5em .7em;
  height: 100%;
  min-height: 100%; }
  .ofstead:last-child {
    margin-right: 0; }

.contact {
  float: left;
  display: block;
  margin-right: 0.86418%;
  width: 41.16256%;
  background-color: #e2a952;
  padding: .5em .7em;
  color: #FFF;
  height: 100%;
  min-height: 100%; }
  .contact:last-child {
    margin-right: 0; }
  .contact p {
    color: #FFF; }
  .contact h2 {
    border-bottom: 1px solid #FFF;
    color: #FFF; }

p, .et_pb_toggle_content, .et_pb_text {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #49494b;
  font-family: 'Georgia'; }

.light-grey {
  color: #bebebe;
  font-family: 'Georgia';
  font-weight: bold;
  display: inline-block;
  padding-bottom: .4em; }

h1 {
	font-family: 'antropos_freefont';
	/*color: #FFF;*/
	font-size: 2.8em !important;
	font-style: normal;
}

h2, h3 {
  /*
border-bottom: 1px solid #49494b;
  margin-bottom: .5em;
*/
  font-family: 'antropos_freefont';
  font-style: normal;
  line-height: 1em;
   }

.yellow {
  background-color: rgba(255, 167, 0, 0.66); }

.green {
  background-color: rgba(104, 173, 161, 0.75); }

body {
  margin: 0;
  background-color: #e7e9e3;
  /* font-family: 'Georgia'; */ }

.main-contain {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .main-contain:after {
    content: "";
    display: table;
    clear: both; }

/*
.et_pb_row {
	min-height: 10em;
}
.et_pb_column {
	height: 100%;
}
.et_pb_post h2 {
	margin-top: 0px;
}
*/

.panel_left {
	background-color: rgba(255, 167, 0, 0.66);
}

.panel_right {
	background-color: rgba(104, 173, 161, 0.75);
}

.empad {
	padding: 1em;
}

.et_pb_text h2 {
	color: #FFF;
}
.et_pb_fullwidth_header_subhead {
	color: #fff;
}

.et_pb_contact_left p {
	padding-bottom: 0;
}
li.current-menu-item {
	font-weight: bold;
}
li.current-menu-item ul.sub-menu {
	font-weight: normal;
}
.nav li li ul {
	left: 180px;
}
#et_top_search {
	width: 180px;
}
#top-menu li {
	padding-right: 8px;
}
#logo {
	vertical-align: middle;
}
.site-title {
	font-family: 'antropos_freefont';
	font-style: normal;
	line-height: 2em;
	padding-left: 16px;
	color: #333;
}
/* Home page events widget */
.et_pb_text ul.ecs-event-list {
	list-style-type: none;
	padding: 0;
}
.et_pb_text li.ecs-event {
	font-family: 'Open Sans', Arial, sans-serif;
	font-style: normal;
	color: #666;
	margin-bottom: 42px;
}
.et_pb_text p.ecs-excerpt {
	font-family: 'Open Sans', Arial, sans-serif;
	font-style: normal;
	color: #666;
	font-size: 16px;
}
.et_pb_text .duration {
	font-size: 16px;
	font-weight: bold;
}
.et_pb_text .ecs-event img {
	text-align: left;
}
/* Sidebar events widget */
.et_pb_text h5 {
  font-size: 1.25em; 
  font-style: normal;
}
.et_pb_text h4.entry-title {
  font-size: 1.25em; 
}
/* Forms styles */
.gform_wrapper {
	font-style: normal;
	padding: 20px;
	background: #D6E4EC;
}
.home .gform_wrapper, .page-id-35 .gform_wrapper {
	background: #eee;
	margin-top: 0px;
}
.home .gform_wrapper input[type="submit"], .page-id-35 .gform_wrapper input[type="submit"] {
	background-color: #68ada1;
}
.gform_body {
	font-size: 0.8em;
}
h2.gsection_title {
	color: #78a5c0;
}
.gfield_html p {
	font-style: normal;
	font-size: small;
}
/* Hide "no results" message on blog widget */
.et_pb_blog_grid .no-results {
	display: none;
}