/*===== Variables =====*/
/* Theme Colors */
/* Media Query widths */
/* Social Media Brand Colors */
/*===== Mixins =====*/
/***** Silent Classes *****/
h1, .editor-post-title textarea {
  font-size: 1.3125em;
  /* 21px / 16px */
  line-height: 1.143;
  /* 24px */
}

h2 {
  font-size: 1.125em;
  /* 18px / 16px */
  line-height: 1.333;
  /* 24px */
}

.wp-caption-text,
.gallery-caption, input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea, input[type="submit"] {
  font-size: 0.75em;
  /* 12px / 16px */
  line-height: 1.5;
  /* 18px */
}

/*===== Basic Styles =====*/
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  font-size: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  background: #F0F0F0;
  color: #333333;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.overflow-container {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 100%;
}

.main {
  background: #FAFAFA;
  margin: 0 auto;
  padding: 1.875em 8.3334%;
  min-height: 100vh;
}

.loop-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

p {
  margin: 1.5em 0;
}

a {
  text-decoration: none;
  border-bottom: solid 1px #A5D3ED;
  color: #333333;
  transition: border-color 0.2s;
}
a:link {
  color: #333333;
}
a:visited {
  border-color: #E6E6E6;
  color: #333333;
}
a:hover, a:active, a:focus {
  border-color: #333333;
  color: #333333;
}

.post-byline a,
.post-content a,
.menu-primary a,
.site-footer a,
.pagination a,
.post-categories a,
.further-reading a,
.comment a,
.widget a,
.comment-pagination a {
  position: relative;
}
.post-byline a:after,
.post-content a:after,
.menu-primary a:after,
.site-footer a:after,
.pagination a:after,
.post-categories a:after,
.further-reading a:after,
.comment a:after,
.widget a:after,
.comment-pagination a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
  height: 1px;
  background: #333333;
  transition: right 0.2s ease-in-out;
}
.post-byline a:hover, .post-byline a:active, .post-byline a:focus,
.post-content a:hover,
.post-content a:active,
.post-content a:focus,
.menu-primary a:hover,
.menu-primary a:active,
.menu-primary a:focus,
.site-footer a:hover,
.site-footer a:active,
.site-footer a:focus,
.pagination a:hover,
.pagination a:active,
.pagination a:focus,
.post-categories a:hover,
.post-categories a:active,
.post-categories a:focus,
.further-reading a:hover,
.further-reading a:active,
.further-reading a:focus,
.comment a:hover,
.comment a:active,
.comment a:focus,
.widget a:hover,
.widget a:active,
.widget a:focus,
.comment-pagination a:hover,
.comment-pagination a:active,
.comment-pagination a:focus {
  border-color: #A5D3ED;
  outline: none;
}
.post-byline a:hover:after, .post-byline a:active:after, .post-byline a:focus:after,
.post-content a:hover:after,
.post-content a:active:after,
.post-content a:focus:after,
.menu-primary a:hover:after,
.menu-primary a:active:after,
.menu-primary a:focus:after,
.site-footer a:hover:after,
.site-footer a:active:after,
.site-footer a:focus:after,
.pagination a:hover:after,
.pagination a:active:after,
.pagination a:focus:after,
.post-categories a:hover:after,
.post-categories a:active:after,
.post-categories a:focus:after,
.further-reading a:hover:after,
.further-reading a:active:after,
.further-reading a:focus:after,
.comment a:hover:after,
.comment a:active:after,
.comment a:focus:after,
.widget a:hover:after,
.widget a:active:after,
.widget a:focus:after,
.comment-pagination a:hover:after,
.comment-pagination a:active:after,
.comment-pagination a:focus:after {
  right: 0;
}
.post-byline a:visited:hover, .post-byline a:visited:active, .post-byline a:visited:focus,
.post-content a:visited:hover,
.post-content a:visited:active,
.post-content a:visited:focus,
.menu-primary a:visited:hover,
.menu-primary a:visited:active,
.menu-primary a:visited:focus,
.site-footer a:visited:hover,
.site-footer a:visited:active,
.site-footer a:visited:focus,
.pagination a:visited:hover,
.pagination a:visited:active,
.pagination a:visited:focus,
.post-categories a:visited:hover,
.post-categories a:visited:active,
.post-categories a:visited:focus,
.further-reading a:visited:hover,
.further-reading a:visited:active,
.further-reading a:visited:focus,
.comment a:visited:hover,
.comment a:visited:active,
.comment a:visited:focus,
.widget a:visited:hover,
.widget a:visited:active,
.widget a:visited:focus,
.comment-pagination a:visited:hover,
.comment-pagination a:visited:active,
.comment-pagination a:visited:focus {
  border-color: #E6E6E6;
}

.menu-primary a:after {
  background: #A5D3ED;
}

h1, .editor-post-title textarea, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5;
}

ul,
ol {
  font-size: 1em;
  padding: 0;
  margin: 1.5em;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 0 1.5em;
}

ul ul,
ol ol,
ul ol,
ol ul,
li li {
  font-size: 1em;
}

/* Markup styles */
pre {
  word-wrap: break-word;
  background: #F0F0F0;
  white-space: pre-wrap;
  padding: 0.75em;
}

code {
  background: #F0F0F0;
  padding: 0 0.375em;
}

blockquote {
  margin: 1.5em 1.5em 1.5em 0;
  padding-left: 1.5em;
  border-left: solid 3px #E6E6E6;
}
blockquote cite {
  display: block;
  text-align: right;
}

hr {
  margin: 1.5em 0;
}

/* Table styles */
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.5em 0;
}

td,
th {
  padding: 0.75em;
  border: solid 1px #E6E6E6;
}

/* Images */
.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  text-align: center;
  margin: 1.5em auto;
  display: block;
}

.alignnone {
  margin: 1.5em 0;
}

img,
.alignright,
.alignleft,
.aligncenter,
.alignnone,
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-caption-text,
.gallery-caption {
  margin: 0 0 1.8450184502em;
  color: #666666;
}

/* Form styles */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
textarea {
  font-weight: 300;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  padding: 8px 12px;
  max-width: 27.75em;
  background: #FAFAFA;
  color: #333333;
  border: solid 1px #E6E6E6;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: all 0.1s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: white;
  border-color: #B3B3B3;
  outline: none;
}

textarea {
  max-width: 41.625em;
  overflow: auto;
  /* to hide scrollbar in IE */
}

input[type="submit"] {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  padding: 8px 16px;
  min-width: 7.5em;
  color: #333333;
  border: solid 1px #A5D3ED;
  background: none;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: all 0.1s ease-in-out;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  outline: none;
  border-color: #333333;
}

input[type="search"] {
  padding-right: 0.375em;
  /* so safari 'x' doesn't get cut off */
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* ie image border fix */
a img {
  border: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: none;
    /* none for no scaling */
  }
}
.screen-reader-text {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.skip-content {
  position: absolute;
  top: -100%;
  width: 100%;
  left: 0;
  display: block;
  text-align: center;
  color: white !important;
  z-index: 99;
  padding: 1.5em;
  background: #333333;
  transition: top 0.2s ease-in-out;
}
.skip-content:focus {
  top: 0;
  outline: none;
}

.admin-bar .skip-content:focus {
  top: 32px;
}

.max-width {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}

@media all and (min-width: 37.5em) {
  body {
    padding: 0.75em;
  }
}
@media all and (min-width: 50em) {
  body {
    padding: 1.5em;
  }

  h1, .editor-post-title textarea {
    font-size: 1.75em;
    /* 28px / 16px */
    line-height: 1.357;
    /* 38px */
  }

  h2 {
    font-size: 1.3125em;
    /* 21px / 16px */
    line-height: 1.143;
    /* 24px */
  }

  h3 {
    font-size: 1.125em;
    /* 18px / 16px */
    line-height: 1.333;
    /* 24px */
  }
}
@media all and (min-width: 56.25em) {
  body {
    padding: 0;
  }

  .main {
    float: right;
    width: 69.445%;
    margin-left: 30.5558%;
  }
}
@media all and (min-width: 62.5em) {
  .main {
    margin: 0.75em 0.75em 0 0;
  }
}
@media all and (min-width: 68.75em) {
  .main {
    margin: 1.5em 1.5em 0 0;
    padding: 3em 8.3334%;
  }
}
.mce-content-body.wp-editor {
  margin: 0 auto;
  padding: 0 24px !important;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased !important;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  max-width: 755px;
}

body {
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
}

.wp-block {
  max-width: 733px;
}

.editor-post-title textarea {
  color: #333333;
  outline: none;
  padding: 19px;
  font-family: "Open Sans", sans-serif;
}

.wp-block[data-align="wide"],
.wp-block[data-align="full"] {
  max-width: none;
}

.wp-block-quote.is-large {
  padding-left: 0;
  border-left: none;
}

.wp-block-embed {
  margin: 1.5em 0;
}

.has-small-font-size {
  font-size: 12px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 21px;
}

.has-extra-large-font-size {
  font-size: 28px;
}
