/**************************
* CWW Base
**/
/* Montserrat Alternates */
@font-face {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/MontserratAlternates-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MontserratAlternates-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/MontserratAlternates-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MontserratAlternates-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat Alternates";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/MontserratAlternates-Italic.ttf") format("truetype");
}
/* Open Sans Variable Font */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 700; /* Range of weights available */
  src: url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300 700; /* Range of weights available */
  src: url("../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}
/* Philosopher */
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Philosopher-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Philosopher";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Philosopher-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Philosopher-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Philosopher";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Philosopher-BoldItalic.ttf") format("truetype");
}
body {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 14px;
  font-weight: 300;
  background: #f8f9fa;
}
@media only screen and (min-width: 780px) {
  body {
    font-size: 16px;
  }
}

em {
  font-style: italic;
}

body, a {
  color: rgb(0, 46, 79);
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

div#main {
  margin: 0 auto;
}

.row {
  max-width: 1230px;
  padding: 0 20px;
  border: 0 solid;
  margin: 0 auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 750px) {
  .row {
    padding: 0 30px;
  }
}

div.col1, div.col2, div.col3 {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 750px) {
  .mobile {
    /*display: none !important;*/
  }
}

div#page-wrap {
  /*padding-top: 180px;*/
  /*width: calc(100% - 30px);*/
  width: 100%;
  padding-top: 38px;
}
@media only screen and (min-width: 750px) {
  div#page-wrap {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1100px) {
  div#page-wrap {
    padding-top: 170px;
  }
}

h1, h2, h3, h4 {
  font-family: "Philosopher", sans-serif;
}

h1 {
  font-size: 34px;
  line-height: 38px;
}
@media only screen and (min-width: 780px) {
  h1 {
    font-size: 36px;
  }
}

img {
  height: auto;
}

/************************************
* FORM ELEMENTS
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #0d3e6c;
}

select, input[type=text], input[type=email], input[type=tel], input[type=number], textarea {
  padding: 6px 10px;
  color: #0d3e6c;
  background-color: #f7f8f9;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: "Montserrat Alternates", sans-serif;
}

input[type=text], input[type=email], input[type=tel], input[type=number] {
  height: 32px;
}

a.button, input[type=submit], button {
  background: #e0e7f1;
  padding: 10px 16px;
  display: inline-block;
  border: 1px solid #c8d3e9;
  border-radius: 6px;
  font-weight: 600;
  margin: 30px 0 0 0;
  transition: all 0.25s ease-in-out;
  color: #002e4f;
  font-size: 18px;
  cursor: pointer;
}
a.button:hover, input[type=submit]:hover, button:hover {
  background-color: #eff2f4;
}

/****
* Video embed
*/
div.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
div.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header#header-main {
  padding: 10px 0 10px 0;
  width: 100%;
  transition: all 0.25s ease-in-out;
  z-index: 10;
  background: rgba(248, 249, 250, 0.95);
  /* nav#main */
}
@media only screen and (min-width: 1200px) {
  header#header-main {
    position: fixed;
  }
}
header#header-main.fixed {
  padding: 10px 0 10px 0;
}
@media only screen and (min-width: 1100px) {
  header#header-main.fixed a#logo img {
    width: 120px !important;
  }
}
@media only screen and (min-width: 1100px) {
  header#header-main {
    padding: 30px 0 40px 0;
    /*width: calc(100% - 30px);*/
  }
}
header#header-main a#logo img {
  width: 100px;
  float: right;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  header#header-main a#logo img {
    float: left;
  }
}
@media only screen and (min-width: 1100px) {
  header#header-main a#logo img {
    width: 200px;
  }
}
header#header-main nav#main {
  float: right;
  display: none;
}
@media only screen and (min-width: 1200px) {
  header#header-main nav#main {
    display: block;
  }
}
header#header-main nav#main > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  padding: 16px 0;
  font-size: 16px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  color: rgb(76, 121, 164);
  /* Outer LI */
  /* Outer LI */
  /* Outer LI */
  /* Outer LI */
  /* Inner UL */
}
@media only screen and (min-width: 780px) {
  header#header-main nav#main > ul > li {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 1100px) {
  header#header-main nav#main > ul > li {
    font-size: 18px;
    margin: 0 14px;
  }
}
header#header-main nav#main > ul > li.home a {
  display: block;
  height: 20px;
  width: 20px;
  opacity: 0.3;
  transition: all 0.25s ease-in-out;
}
header#header-main nav#main > ul > li.home a img {
  width: 100%;
  vertical-align: text-top;
}
header#header-main nav#main > ul > li::after {
  opacity: 0;
  content: " ";
  display: block;
  visibility: visible;
  margin: 0;
  border: 0;
  height: 10px;
  margin-top: 10px;
  background: -moz-linear-gradient(top, rgb(81, 125, 191) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(81, 125, 191) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(81, 125, 191) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#517dbf", endColorstr="#00ffffff",GradientType=0 ); /* IE6-9 */
  transition: all 0.25s ease-in-out;
}
header#header-main nav#main > ul > li.active, header#header-main nav#main > ul > li:hover {
  color: #002e4f;
}
header#header-main nav#main > ul > li.active::after, header#header-main nav#main > ul > li:hover::after {
  opacity: 1;
}
header#header-main nav#main > ul > li.active.home a, header#header-main nav#main > ul > li:hover.home a {
  opacity: 1;
}
header#header-main nav#main > ul > li:hover {
  /* Inner UL */
}
header#header-main nav#main > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
header#header-main nav#main > ul > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 30px 0 0 0;
  padding: 0;
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  background-color: #eef1f3;
  list-style-type: none;
  /* Inner LIs */
}
header#header-main nav#main > ul > li ul li a {
  padding: 10px 15px;
  display: block;
  transition: all 0.25s ease-in-out;
  font-size: 17px;
  border-bottom: 1px solid #f7f8f9;
}
header#header-main nav#main > ul > li ul li a:hover, header#header-main nav#main > ul > li ul li a.active {
  background-color: #e0e7f1;
}
header#header-main nav#mobile {
  position: absolute;
  /* div#menutoggle*/
}
header#header-main nav#mobile div#menuToggle {
  display: block;
  position: relative;
  top: 10px;
  -webkit-user-select: none;
  user-select: none;
  z-index: 10;
  /* Burger Menu */
  /* Burger Menu Lines */
  /* Slideout Menu */
  /* Outer UL */
}
@media (min-width: 1200px) {
  header#header-main nav#mobile div#menuToggle {
    display: none;
  }
}
header#header-main nav#mobile div#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
header#header-main nav#mobile div#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #0d3e6c;
}
header#header-main nav#mobile div#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header#header-main nav#mobile div#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
header#header-main nav#mobile div#menuToggle input:checked ~ ul#menu {
  transform: scale(1, 1);
  opacity: 1;
}
header#header-main nav#mobile div#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #0d3e6c;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
header#header-main nav#mobile div#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
header#header-main nav#mobile div#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header#header-main nav#mobile div#menuToggle ul#menu {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -20px;
  padding: 110px 20px 50px 20px;
  background-color: #eef1f3;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  /* Outer LI */
}
header#header-main nav#mobile div#menuToggle ul#menu li {
  list-style-type: none;
  font-size: 18px;
  /* Inner UL */
}
header#header-main nav#mobile div#menuToggle ul#menu li.home {
  display: none;
}
header#header-main nav#mobile div#menuToggle ul#menu li a {
  border-bottom: 1px solid #ffffff;
  display: block;
  padding: 5px 0;
}
header#header-main nav#mobile div#menuToggle ul#menu li a.active {
  /*border-bottom: 2px solid;*/
  color: #4c79a4;
}
header#header-main nav#mobile div#menuToggle ul#menu li ul {
  margin: 10px 0 10px 10px;
  /* Inner LI */
}
header#header-main nav#mobile div#menuToggle ul#menu li ul li {
  padding: 0;
  list-style: none;
  font-weight: normal;
}

div#page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -305px;
}

div#page-wrap:after {
  height: 305px;
  content: "";
  display: block;
}

div#footer-logo {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 40px;
  width: 100%;
  width: calc(100% - 60px);
  max-width: 100%;
  margin: 0;
  background: #f8f9fa;
}
@media only screen and (min-width: 750px) {
  div#footer-logo {
    padding-top: 40px;
  }
}
div#footer-logo img {
  width: 100px;
}

footer {
  /*height: 200px;*/
  background: rgb(239, 242, 244);
  padding: 40px 0 20px 0;
  font-size: 13px;
  line-height: 16px;
}
@media only screen and (min-width: 750px) {
  footer {
    text-align: left;
  }
}
@media only screen and (min-width: 780px) {
  footer {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 750px) {
  footer > div.row {
    /*padding: 0;*/
  }
}
footer div.col1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #dde3ee;
  padding-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  footer div.col1 {
    border-right: 1px solid #dde3ee;
    border-bottom: 0;
    width: calc(35% - 21px);
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 900px) {
  footer div.col1 {
    width: calc(42% - 51px);
    padding: 0 50px 0 0;
  }
}
footer div.col2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #dde3ee;
  padding-bottom: 20px;
}
@media only screen and (min-width: 750px) {
  footer div.col2 {
    text-align: left;
    border-right: 1px solid #dde3ee;
    border-bottom: 0;
    width: calc(32% - 42px);
    padding: 0 20px 0 20px;
  }
}
@media only screen and (min-width: 900px) {
  footer div.col2 {
    width: calc(32% - 102px);
    padding: 0 50px 0 50px;
  }
}
footer div.col2 ul#menu2 {
  column-count: 2;
  column-gap: 40px;
}
footer div.col3 {
  text-align: center;
}
@media only screen and (min-width: 750px) {
  footer div.col3 {
    text-align: left;
    width: calc(33% - 20px);
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 900px) {
  footer div.col3 {
    width: calc(26% - 50px);
    padding: 0 0 0 50px;
  }
}
footer div.col3 address {
  margin-bottom: 20px;
}
footer div.col3 div#copyright {
  margin-bottom: 20px;
}
footer div.footer-note {
  text-align: center;
  font-size: 12px;
}
footer a {
  transition: all ease-in-out 0.3ms;
}
footer a:hover {
  text-decoration: underline;
}

section.mwc-banner {
  color: #561700;
  background: #fbf5e5;
  text-align: center;
  padding: 20px 0 6px 0;
  margin-top: 20px;
}
section.mwc-banner .container {
  padding: 0 30px;
}
section.mwc-banner div#cww-links-wrapper a {
  text-decoration: none;
}
section.mwc-banner div#cww-links-wrapper a:hover {
  text-decoration: underline;
}
section.mwc-banner img {
  width: 90%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  max-width: 330px;
  padding-bottom: 14px;
}
@media (min-width: 550px) {
  section.mwc-banner img {
    width: 60%;
  }
}
@media (min-width: 750px) {
  section.mwc-banner img {
    width: 38%;
  }
}
section.mwc-banner p {
  display: inline-block;
  color: #175da9;
  font-size: 15px;
  margin-bottom: 0 !important;
  padding: 0 25px 12px 8px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 1000px) {
  section.mwc-banner p {
    font-size: 16px;
  }
}
section.mwc-banner a {
  justify-content: center;
  align-items: center;
  color: #561700;
}
section.mwc-banner button {
  font-weight: 600;
  font-size: 11px;
  margin: 0px 0;
  transition: all ease-in-out 0.3ms;
}
section.mwc-banner button:hover {
  background-color: #f7d27d;
}
@media (min-width: 550px) {
  section.mwc-banner button {
    font-size: 13px;
    margin: 8px 0;
  }
}
section.mwc-banner button, section.mwc-banner a.button {
  font-family: "Open Sans", sans-serif;
  padding: 2px 6px;
  background: #f5e1b2;
  border: 1px solid #e9bb4c;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  /* height: 30px; */
  transition: all 0.2s ease-in-out;
  color: #513300;
  text-decoration: none;
}

/************************************
* SIGN UP MODULE
*/
.sign-up input, .sign-up textarea {
  display: initial !important;
}
@media (min-width: 750px) {
  .sign-up .container {
    display: flex;
  }
}
.sign-up .one-half .row {
  padding: 0 0 10px 0;
}
@media (min-width: 1050px) {
  .sign-up .one-half br {
    display: none;
  }
}
.sign-up .one-half:last-child .row {
  float: left;
  width: 100%;
}
.sign-up .one-half:last-child input[type=email], .sign-up .one-half:last-child select {
  width: calc(50% - 4px);
}
.sign-up .one-half:last-child span.response {
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  float: left;
  width: 100%;
  display: none;
}
.sign-up .one-half:last-child .links {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.sign-up .one-half:last-child .links button {
  border-radius: 6px;
  padding: 5px 10px;
  background: #f7f8f9;
  font-weight: bold;
  color: #0d3e6c;
  border: 1px solid #c8d3e9;
}
.sign-up .one-half:last-child .links button, .sign-up .one-half:last-child .links a.fb {
  display: inline-block;
}
@media (min-width: 1100px) {
  .sign-up .one-half:last-child .links button, .sign-up .one-half:last-child .links a.fb {
    float: left;
  }
}
.sign-up .one-half:last-child .links button {
  margin: 0 10px 0 0;
}
.sign-up .one-half:last-child .links a.fb {
  background: url("img/fb.png") no-repeat;
  height: 25px;
  width: 25px;
  margin-bottom: -10px;
  background-size: 100%;
}
.sign-up h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Montserrat Alternates", sans-serif;
}
.sign-up p {
  margin-bottom: 13px;
}
.sign-up label {
  display: inline-block;
  font-weight: normal;
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .sign-up label {
    padding-bottom: 0;
  }
}
.sign-up label input {
  margin-bottom: 2px;
}

input[name=city] {
  text-indent: -9999px;
  background: #eff2f4;
  border: 0;
  height: 5px;
  position: absolute;
  left: -9999px;
}

input[name=city]:focus-visible {
  border: 0;
  outline: 0;
}

body {
  font-family: inherit;
  background: #f8f9fa;
  color: #002e4f;
}

p, h1, h2, h3, h4, h2 a {
  color: #002e4f !important;
}

div.intro-inner h2.intro-title {
  color: white !important;
}

ul li {
  color: #002e4f;
}

p a {
  color: #002e4f !important;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: inherit;
}

select, input[type=text], input[type=email], input[type=tel], textarea {
  font-family: inherit;
}

header#header-main nav#mobile div#menuToggle span {
  background: #ffffff;
}
header#header-main nav#mobile div#menuToggle ul#menu li {
  color: #002e4f;
}

header#header-main .row {
  padding: 0 14px;
}

div#intro-media {
  max-height: 1500px;
}

body.page-template-page-template_front-php div#wp-custom-header {
  min-height: 1000px;
  background-image: url(/blog/wp-content/uploads/2019/11/Irene-Graham-The-Creative-Writers-Workshop-1.jpg);
  background-size: cover;
  background-position: center;
}
body.page-template-page-template_front-php div#wp-custom-header img {
  visibility: hidden;
}

div.site-header-content {
  display: none;
}

div.site-content {
  margin-top: 170px;
}

section#intro-container {
  padding-top: 170px;
}

h2.front-page-section-title {
  display: none;
}

h2.intro-title {
  border-top: none;
}

footer ul {
  margin-left: 0;
}
footer ul li {
  list-style: none;
}
footer#colophon {
  display: none;
}
footer.entry-meta {
  background: initial;
}
footer#main {
  font-family: "Montserrat Alternates", sans-serif;
}

div.rp4wp-related-post-content a {
  text-decoration: underline;
  font-weight: bold;
}

body.archive h1.page-title, body.search h1.page-title, body.blog h1.page-title, body.error404 h1.page-title, body.error404 div.page-content p {
  color: white !important;
}

body.blog header.page-header div.archive-description, body.error404 footer {
  display: none;
}

@media only screen and (min-width: 900px) {
  footer div.col1 {
    width: calc(50% - 51px);
  }
}
div.follow-blog {
  text-align: center;
  background: #e0e7f1;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #c8d3e9;
}
div.follow-blog form {
  margin-bottom: 0;
}
div.follow-blog button {
  padding: 13px 25px;
  border: 0;
}
div.follow-blog button:hover {
  background-color: #004b81;
  border: 0;
}
div.follow-blog p, div.follow-blog input {
  margin-bottom: 20px;
}
div.follow-blog input {
  padding: 20px;
  width: 100%;
  max-width: 300px;
  border-radius: 7px;
}

body.page-template-_front footer.entry-meta-bottom {
  display: none;
}

header a, footer a {
  text-decoration: none !important;
}

/*# sourceMappingURL=style-blog.css.map */
