@import url(http://fonts.googleapis.com/css?family=Asap:400,700,700italic,400italic);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 62.5%;
  font-family: Arial, sans-serif;
}
/* General Styles */
h1,
h2,
h3,
h4,
h5,
h6,
.intro-banner p {
  font-family: 'Asap', sans-serif;
  font-weight: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
}
h2 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 45px;
  line-height: 4.5rem;
}
h3 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 40px;
  line-height: 4rem;
}
h4 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 35px;
  line-height: 3.5rem;
}
h5 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}
h6 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #ef4036;
}
.main-content a {
  color: #ef4036;
}
.main-content a:hover {
  color: #000000;
}
.wp-caption-text {
  font-style: italic;
}
/* Specific styles */
#header li {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.3px;
  font-family: 'Asap', sans-serif;
}
#header .mobile-menu li li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
#header.small li {
  font-size: 17px;
  font-size: 1.7rem;
}
#slideshow-banner h2 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 45px;
  line-height: 4.5rem;
}
.intro-banner h2,
.intro-banner p {
  font-size: 25px;
  font-size: 2.5rem;
}
.intro-banner p {
  line-height: 40px;
  line-height: 4rem;
}
.profile-box h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #ffffff;
}
.profile-box p,
.profile-box .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
.profile-box .date {
  font-family: Arial, sans-serif;
}
.profile-box--diary h5 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
.profile-box--color p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: 'Asap', sans-serif;
}
.profile-box--signup h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  line-height: 3.8rem;
  margin: 0 0 10px;
}
.profile-box--signup p {
  margin: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media (min-width: 315px) and (max-width: 420px), (min-width: 735px) and (max-width: 840px), (min-width: 1155px) {
  .profile-box--signup h3 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 50px;
    line-height: 5rem;
    margin: 0 0 20px;
  }
  .profile-box--signup p {
    margin: 20px 0;
  }
}
.table-container th {
  font-size: 20px;
  font-size: 2rem;
}
.table-container th,
.table-container a,
.table-container tr td:last-of-type {
  font-family: 'Asap', sans-serif;
  font-weight: normal;
}
.table-container tr td:last-of-type a {
  text-decoration: underline;
}
#footer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
#footer h5 {
  font-size: 22px;
  font-size: 2.2rem;
}
/* Misc */
#header ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}
#header :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
#header ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
#header :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}
.clearfix:before,
.clearfix:after,
#header:before,
#header:after,
.profile-boxes:before,
.profile-boxes:after {
  content: " ";
  display: table;
}
.clearfix:after,
#header:after,
.profile-boxes:after {
  clear: both;
}
.text-box {
  padding: 10px 12px;
  border: none;
  color: #000000;
}
.button {
  background: #505050;
  padding: 8px 12px;
  margin: 20px 0;
  outline: none;
  border: none;
  color: white;
  letter-spacing: 1.5px;
}
.button:hover {
  background: #2a2a2a;
}
.button:hover:active {
  background: #505050;
}
body {
  background-color: #f7f7f7;
  padding-top: 114px;
}
#loading-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f7f7f7;
  z-index: 999;
}
.no-js #loading-overlay {
  display: none;
}
.wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  background-color: #ffffff;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1260px;
  z-index: 999;
  background-color: #ffffff;
}
#header img {
  max-height: 999px;
  max-width: 80px;
  width: auto;
  position: relative;
  float: left;
  padding: 20px;
  z-index: 9;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#header .header-stuff {
  position: absolute;
  top: 0;
  right: 0;
}
#header .header-stuff .sprite {
  display: inline-block;
  margin: 20px 20px 0 0;
  position: relative;
  vertical-align: top;
  z-index: 9;
  -webkit-transition: margin 250ms ease-in-out;
  -moz-transition: margin 250ms ease-in-out;
  -ms-transition: margin 250ms ease-in-out;
  -o-transition: margin 250ms ease-in-out;
  transition: margin 250ms ease-in-out;
}
#header .header-stuff form input {
  background: #505050;
  color: black;
}
#header .header-stuff form input:focus {
  background: #e9e9e9;
}
#header nav.main-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#header nav.main-menu ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
#header nav.main-menu ul li {
  display: inline-block;
  padding: 20px 10px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#header nav.main-menu ul li > a {
  color: #ef4036;
}
#header nav.main-menu ul li:hover > a,
#header nav.main-menu ul li.current-menu-item > a,
#header nav.main-menu ul li.current-menu-ancestor > a {
  color: #000000;
}
#header nav.main-menu ul .sub-menu-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
#header nav.main-menu ul .sub-menu-wrap .space {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
#header nav.main-menu ul .sub-menu {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: #2a2a2a;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#header nav.main-menu ul .sub-menu li {
  padding-top: 0;
  padding-bottom: 0;
}
#header nav.main-menu ul .sub-menu li:hover > a,
#header nav.main-menu ul .sub-menu li.current-menu-item > a,
#header nav.main-menu ul .sub-menu li.current-menu-ancestor > a {
  color: #f1592a;
}
#header nav.main-menu ul .sub-menu a {
  color: white;
}
#header nav.main-menu ul li:hover .sub-menu {
  max-height: 100px;
  padding: 20px 0;
}
#header nav.main-menu ul li:hover .space {
  height: 20px;
}
#header nav.main-menu #menu-main-menu {
  padding: 0 110px;
  white-space: nowrap;
}
#header nav.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 100%;
  overflow: hidden;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0;
  z-index: 999;
}
#header nav.mobile-menu ul {
  display: inline-block;
  width: 98%;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
}
#header nav.mobile-menu ul li {
  margin: 10px 0;
  text-align: center;
}
#header nav.mobile-menu ul li .sub-menu-wrap {
  display: none;
}
#header nav.mobile-menu ul li.menu-item-86 .sub-menu-wrap {
  display: block;
}
#header nav.mobile-menu:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
#header .menu-icon {
  display: none;
  height: 17px;
  width: 25px;
  padding: 3px;
  position: relative;
  margin: 22px 20px 0 0;
  overflow: hidden;
  z-index: 1000;
  text-indent: -999px;
  background-image: url('../img/menu.png');
  background-size: 26px 87px;
  background-repeat: no-repeat;
  background-position: 2px -65px;
  cursor: pointer;
  -webkit-transition: margin 250ms ease-in-out;
  -moz-transition: margin 250ms ease-in-out;
  -ms-transition: margin 250ms ease-in-out;
  -o-transition: margin 250ms ease-in-out;
  transition: margin 250ms ease-in-out;
}
#header .menu-icon:hover {
  background-position: 2px -43px;
}
#header .menu-icon.active {
  background-position: 2px 0px;
}
#header .menu-icon.active:hover {
  background-position: 2px -21px;
}
#header #searchform {
  position: absolute;
  right: 124px;
  top: 18px;
  -webkit-transition: top 250ms ease-in-out;
  -moz-transition: top 250ms ease-in-out;
  -ms-transition: top 250ms ease-in-out;
  -o-transition: top 250ms ease-in-out;
  transition: top 250ms ease-in-out;
  padding-left: 40px;
  background: white;
}
#header #searchform label span {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header #searchform input {
  width: auto;
  max-width: 0px;
  outline: none;
  border: none;
  padding: 5px 0;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid black;
  -webkit-transition: max-width 250ms ease-in-out, margin 250ms ease-in-out;
  -moz-transition: max-width 250ms ease-in-out, margin 250ms ease-in-out;
  -ms-transition: max-width 250ms ease-in-out, margin 250ms ease-in-out;
  -o-transition: max-width 250ms ease-in-out, margin 250ms ease-in-out;
  transition: max-width 250ms ease-in-out, margin 250ms ease-in-out;
}
#header #searchform input:focus,
#header #searchform input.open {
  max-width: 150px;
  margin-left: 20px;
}
#header.small img {
  max-height: 40px;
  padding: 10px 20px;
}
#header.small .header-stuff .sprite {
  margin-top: 15px;
}
#header.small .header-stuff .menu-icon {
  margin-top: 16px;
}
#header.small #searchform {
  top: 13px;
}
#header.small nav.main-menu #menu-main-menu {
  padding: 0 120px 0 80px;
}
.touch #header nav.main-menu {
  display: none;
}
.touch #header nav.mobile-menu {
  display: block;
}
.touch #header .menu-icon {
  display: inline-block;
}
@media (max-width: 955px) {
  #header nav.main-menu {
    display: none;
  }
  #header nav.mobile-menu {
    display: block;
  }
  #header .menu-icon {
    display: inline-block;
  }
  #header #searchform {
    display: none;
  }
}
.admin-bar #header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px;
  }
}
.page-id-217 #header #menu-item-82 > a {
  color: black;
}
.page-id-163 #header #menu-item-197 a,
.page-id-217 #header #menu-item-233 > a {
  color: white;
}
.page-id-163 #header #menu-item-85 > a {
  color: #ef4036;
}
.page-template-diary-php .table-container {
  margin-bottom: 60px;
}
/*#menu-item-219{
	position: absolute;
	right: 0;
	bottom: 0;
}
#header.small #menu-item-219{
	right: 120px;
}*/
#slideshow-banner {
  position: relative;
  overflow: hidden;
  height: 420px;
}
#slideshow-banner div {
  width: 100%;
  height: 100%;
  padding: 1px 0;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
}
#slideshow-banner div:first-of-type {
  left: 0;
}
#slideshow-banner span {
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center left;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#slideshow-banner span#next-btn {
  background-image: url('../img/rarr.png');
  background-position: center right;
  right: 0;
}
#slideshow-banner span#prev-btn {
  background-image: url('../img/larr.png');
}
#slideshow-banner:hover span {
  opacity: 1;
}
#slideshow-banner img {
  width: 100%;
}
@media (max-width: 420px) {
  #slideshow-banner img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -500px;
  }
}
#slideshow-banner h2 {
  margin: 20px;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
}
.banner-image {
  width: 100%;
  /*
	box-sizing: border-box;
	padding: 10px;
	*/
}
@media (max-width: 420px) {
  .banner-image {
    display: none;
  }
}
.intro-banner {
  padding: 40px;
  background-color: #000000;
  /*background-image: url('../../img/diagonal-lines.png');*/
}
.intro-banner > p:first-of-type {
  margin-top: 0;
}
.intro-banner > :last-child {
  margin-bottom: 0;
}
.intro-banner h2 {
  color: white;
  margin: 0;
}
.intro-banner p {
  color: #fcb040;
}
.main-content {
  padding: 40px 160px;
}
@media (max-width: 840px) {
  .main-content {
    padding: 20px 40px;
  }
}
@media (max-width: 420px) {
  .main-content {
    padding: 10px 20px;
  }
}
.main-content h3 {
  font-size: 23px;
  font-size: 2.3rem;
}
.main-content h2,
.main-content h3 {
  color: #f1592a;
  margin-bottom: 10px;
}
.main-content .date {
  margin-bottom: 10px;
  font-weight: bold;
}
.main-content img,
.main-content .wp-caption {
  max-width: 100%;
  height: auto;
}
.main-content img.aligncenter,
.main-content .wp-caption.aligncenter {
  display: block;
  margin: 0 auto;
}
.main-content img.alignleft,
.main-content .wp-caption.alignleft {
  float: left;
  padding-right: 40px;
}
.main-content img.alignright,
.main-content .wp-caption.alignright {
  float: right;
  padding-left: 40px;
}
.main-content iframe {
  width: 100%;
  height: auto;
  min-height: 500px;
}
@media (max-width: 840px) {
  .main-content iframe {
    min-height: 300px;
  }
}
@media (max-width: 420px) {
  .main-content iframe {
    min-height: 150px;
  }
}
.main-content > :first-child {
  margin-top: 0;
}
.main-content > :last-child {
  margin-bottom: 0;
}
.main-content .back-link {
  float: right;
  padding: 15px 0;
  font-weight: bold;
}
.profile-boxes .profile-box {
  border-bottom: 2px solid white;
}
@media (min-width: 840px) {
  .profile-boxes a:nth-child(3n-1) .profile-box,
  .profile-boxes .profile-box:nth-child(3n-1) {
    max-width: 430px;
    width: 34%;
  }
  .profile-boxes a:nth-child(3n-1) .profile-box:after,
  .profile-boxes .profile-box:nth-child(3n-1):after,
  .profile-boxes a:nth-child(3n-1) .profile-box:before,
  .profile-boxes .profile-box:nth-child(3n-1):before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: white;
  }
  .profile-boxes a:nth-child(3n-1) .profile-box:before,
  .profile-boxes .profile-box:nth-child(3n-1):before {
    left: 0;
  }
  .profile-boxes a:nth-child(3n-1) .profile-box:after,
  .profile-boxes .profile-box:nth-child(3n-1):after {
    right: 0;
  }
  .profile-boxes a:nth-child(3n-1) .profile-box--color,
  .profile-boxes .profile-box--color:nth-child(3n-1) {
    background-size: 89% 88%;
  }
}
@media (min-width: 420px) and (max-width: 840px) {
  .profile-boxes a:nth-child(2n) .profile-box:after,
  .profile-boxes .profile-box:nth-child(2n):after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: white;
  }
}
#slideshow-banner + .profile-boxes {
  margin: 20px 0;
}
.profile-box {
  position: relative;
  width: 33%;
  height: 420px;
  max-width: 420px;
  margin: 0;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 840px) {
  .profile-box {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .profile-box {
    width: 100%;
  }
}
.profile-box .call-to-action {
  display: inline-block;
  margin: 20px;
  padding: 13px 15px;
  background: white;
  color: #000000;
  letter-spacing: 3px;
}
.profile-box .date {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.profile-box--post .content,
.profile-box--custom .content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 40px 20px 20px;
  color: #ffffff;
  background-color: #909090;
  background-color: rgba(0, 0, 0, 0.35);
}
.profile-box--post .content h3,
.profile-box--custom .content h3 {
  margin: 0;
  letter-spacing: 1.2px;
}
.profile-box--post .content p,
.profile-box--custom .content p {
  position: relative;
  padding-top: 10px;
  margin: 0;
}
.profile-box--diary {
  color: white;
}
.profile-box--diary h3 {
  height: 30px;
  padding: 20px;
  margin: 0;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(left, #000000 0%, #303030 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000000), color-stop(100%, #303030));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000000 0%, #303030 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #000000 0%, #303030 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #000000 0%, #303030 100%);
  /* IE10+ */
  background: linear-gradient(to right, #000000 0%, #303030 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#303030', GradientType=1);
  /* IE6-9 */
}
.profile-box--diary .content {
  padding: 0 20px;
  height: 82%;
  height: calc(100% - 70px);
  background: #000000;
  overflow-y: scroll;
  scrollbar-base-color: #000000;
  scrollbar-face-color: #ffffff;
}
.profile-box--diary .content > :first-child {
  margin-top: 20px;
}
.profile-box--diary .content > :last-child {
  margin-bottom: 20px;
}
.profile-box--diary .content::-webkit-scrollbar {
  width: 18px;
  background: #000000;
}
.profile-box--diary .content::-webkit-scrollbar-thumb {
  background: #ef4036;
  border: 2px solid black;
}
.profile-box--diary h5 {
  margin: 10px 0;
  color: #fcb040;
}
.profile-box--diary a {
  display: block;
  color: white;
}
.profile-box--diary a:hover h5 {
  color: #f1592a;
}
.profile-box--diary a:after {
  content: '--------';
  display: block;
  line-height: 1px;
  margin-bottom: 13px;
  color: white;
}
.profile-box--diary a:last-child:after {
  display: none;
}
.profile-box--diary p {
  margin: 10px 0;
}
.profile-box--color .content {
  background: transparent;
  padding: 0;
}
.profile-box--color .content h3 {
  margin-bottom: 10px;
}
.profile-box--signup {
  text-align: center;
  color: white;
}
.profile-box--signup .content {
  width: 97%;
  display: inline-block;
  vertical-align: middle;
}
.profile-box--signup .content:before {
  content: '';
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  border-radius: 100%;
  background-color: black;
}
.profile-box--signup h3,
.profile-box--signup p,
.profile-box--signup input {
  position: relative;
}
.profile-box--signup h3 {
  color: #fcb040;
}
.profile-box--signup p {
  padding: 0 40px;
}
.profile-box--signup a {
  color: #ef4036;
}
.profile-box--signup a:hover {
  color: #ed2a1e;
}
.profile-box--signup a:hover:active {
  color: #e01d12;
}
.profile-box--signup .button {
  margin: 0;
  background-color: #ef4036;
}
.profile-box--signup .button:hover {
  background-color: #ed2a1e;
}
.profile-box--signup .button:hover:active {
  background-color: #e01d12;
}
.profile-box--signup .text-box {
  width: 75%;
  text-align: center;
}
.profile-box--signup:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
@media (min-width: 420px) {
  .no-touch .profile-box--post p,
  .no-touch .profile-box--custom p {
    top: 20px;
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }
  .no-touch .profile-box--post:hover p,
  .no-touch .profile-box--custom:hover p {
    top: 0;
    opacity: 1;
    padding-top: 10px;
    max-height: 400px;
  }
  .no-touch .profile-box--post.profile-box--color p,
  .no-touch .profile-box--custom.profile-box--color p {
    top: 0;
    max-height: none;
    opacity: 1;
    padding-top: 0;
  }
}
.table-container {
  position: relative;
  width: 100%;
}
.table-container table {
  min-width: 100%;
}
.table-container th,
.table-container td {
  padding: 20px;
  text-align: left;
}
.table-container thead tr {
  background-color: #2a2a2a;
}
.table-container thead tr th {
  height: 60px;
  padding: 0 20px;
  color: #fcb040;
  /*&:first-child:before{
				content: ' ';
				height: 60px;
				position: absolute;
				top: 0;
				right: 0;
				left: 0;
				background-image: url('../../img/diagonal-lines.png');
			}*/
}
.table-container td:first-child a {
  color: #ef4036;
}
.table-container td:first-child a:hover {
  color: #000000;
}
.table-container tr {
  background: #ffffff;
}
.table-container tr:nth-child(2n) {
  background: #e9e9e9;
}
.table-container tr td:first-child,
.table-container tr th:first-child {
  padding-left: 80px;
}
.table-container tr td:last-child,
.table-container tr th:last-child {
  padding-right: 40px;
}
@media (max-width: 420px) {
  .table-container tr,
  .table-container td {
    display: block;
  }
  .table-container tr {
    padding: 20px;
  }
  .table-container td {
    padding: 0;
  }
  .table-container thead {
    display: none;
  }
}
#footer {
  padding-bottom: 40px;
  clear: both;
  background: #909090;
  color: #ffffff;
}
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
  display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
  display: block;
}
.footer-content {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 33%;
  padding: 40px;
  vertical-align: top;
}
@media (max-width: 840px) {
  .footer-content {
    width: 100%;
  }
}
.footer-content .logo {
  display: block;
  margin-bottom: 40px;
}
.footer-content div {
  position: absolute;
  top: 40px;
  left: 160px;
  padding-right: 40px;
}
.footer-content p {
  white-space: normal;
  margin: 20px 0;
}
.footer-content h5 {
  margin: 0 0 20px;
}
.footer-content div p:first-child,
.footer-content p + p {
  margin-top: 0;
}
.footer-content .text-box {
  width: 70%;
}
.footer-content .button {
  margin-top: 0;
}
.footer-content.social-media {
  text-align: right;
  padding-top: 48px;
}
.footer-content.social-media a {
  display: inline-block;
  width: 49%;
  min-width: 100px;
  margin: 0 0 20px;
  color: #ffffff;
  text-align: center;
}
.footer-content.social-media a:hover {
  color: #505050;
}
.footer-content.social-media a:hover .sprite--facebook {
  background-position: -309px 0px;
}
.footer-content.social-media a:hover .sprite--instagram {
  background-position: -439px 0px;
}
.footer-content.social-media a:hover .sprite--twitter {
  background-position: -312px -117px;
}
.footer-content.social-media a:hover .sprite--youtube {
  background-position: -415px -117px;
}
.footer-content.social-media a .sprite {
  margin: 0 auto 10px;
}
#hla-footer-logo {
  width: 46px;
  margin: 3px 0 70px;
}
#sp-logo {
  width: 56px;
}
.sprite {
  display: block;
  height: 55px;
  width: 55px;
  background-image: url('../img/hla-sprites.png');
  background-repeat: no-repeat;
}
.sprite--hla {
  height: 75px;
  width: 59px;
  background-position: 0px -49px;
}
.sprite--facebook {
  background-position: -105px 0px;
}
.sprite--facebook:hover {
  background-position: -309px 0px;
}
.sprite--instagram {
  background-position: -235px 0px;
}
.sprite--instagram:hover {
  background-position: -439px 0px;
}
.sprite--twitter {
  background-position: -107px -117px;
}
.sprite--twitter:hover {
  background-position: -311px -117px;
}
.sprite--youtube {
  width: 100px;
  background-position: -212px -117px;
}
.sprite--youtube:hover {
  background-position: -415px -117px;
}
.sprite--facebook-black {
  height: 30px;
  width: 30px;
  background-position: -594px -11px;
}
.sprite--facebook-black:hover {
  background-position: -594px -72px;
}
.sprite--twitter-black {
  height: 30px;
  width: 30px;
  background-position: -531px -11px;
}
.sprite--twitter-black:hover {
  background-position: -530px -72px;
}
.sprite--search-icon {
  height: 30px;
  width: 30px;
  background-image: none;
}
.sprite--search-icon:before {
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  border: 3px solid black;
}
.sprite--search-icon:after {
  content: '';
  display: block;
  width: 4px;
  height: 16px;
  position: absolute;
  top: 17px;
  left: 14px;
  background: black;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.infinite-loader .spinner {
  top: 10px !important;
  left: 0 !important;
  margin: 10px auto;
}
.infinite-loader .spinner:before,
.infinite-loader .spinner:after {
  content: " ";
  display: table;
}
.infinite-loader .spinner:after {
  clear: both;
}
.ssba {
  margin: 20px 0;
}
.ssba img {
  margin: 0;
}
.ssba div > :first-child img {
  padding-left: 0;
}
.contact-form {
  width: 64%;
  margin: 20px;
  float: right;
}
.contact-form .notification {
  margin: 8px 0;
  padding: 5px;
  border: 1px solid black;
  border-radius: 3px;
}
.contact-form .notification.error {
  color: #ef4036;
  border-color: #ef4036;
}
.contact-form .notification.success {
  color: #008000;
  border-color: #008000;
}
.contact-form .notification:last-of-type {
  margin-bottom: 20px;
}
.contact-form .text-box {
  box-sizing: border-box;
  width: 48%;
  margin-bottom: 20px;
  float: left;
  background-color: #e9e9e9;
}
.contact-form .text-box:nth-of-type(even) {
  margin-left: 4%;
}
.contact-form textarea.text-box {
  width: 100%;
  max-width: 100%;
}
.contact-form .button {
  float: right;
  margin-top: 0;
}
.contact-form > :first-child,
.contact-form + * {
  margin-top: 0;
}
@media (max-width: 420px) {
  .contact-form {
    width: 100%;
  }
  .contact-form .text-box {
    width: 100%;
    margin-left: 0;
  }
}
.search-container {
  padding-bottom: 20px;
}
.search-header {
  padding: 0 160px;
}
@media (max-width: 840px) {
  .search-header {
    padding: 0 40px;
  }
}
@media (max-width: 420px) {
  .search-header {
    padding: 0 20px;
  }
}
.search-result {
  padding: 20px 160px;
}
@media (max-width: 840px) {
  .search-result {
    padding: 20px 40px;
  }
}
@media (max-width: 420px) {
  .search-result {
    padding: 10px 20px;
  }
}
.search-result h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.search-category {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.search-category a {
  color: black;
}
.screen-reader-text.hidden {
  position: absolute;
  left: 10000px;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #909090;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909090;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #909090;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #909090;
}
/*# sourceMappingURL=http://highlightarts.org/wp-content/themes/highlightarts/css/maps/profile-styles.map */