@charset "UTF-8";
/*

Theme Name: AALL
Author: CRE8IVE
Author URI: http://www.cre8ive.com.au/
Description: Theme for the AALL website.
Version: 1.0

*/
@import url("https://use.typekit.net/vth8csf.css");
/*
		font-family: 
		font-weights (as per the design): 
			medium / default (500);
			semi-bold (600);
			bold (700);
*/
/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

html {
  color: black;
  background: white;
}

body,
button,
input,
select,
textarea {
  font-family: "acumin-pro", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote cite,
blockquote small {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
  content: "— ";
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

blockquote > :last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
}

pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}

abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}

mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

big {
  font-size: 125%;
}

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

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #d1d1d1;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}

ul,
ol {
  margin: 0 0 1rem 1.25em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: "acumin-pro", sans-serif;
}

:-moz-placeholder {
  color: #686868;
  font-family: "acumin-pro", sans-serif;
}

::-moz-placeholder {
  color: #686868;
  font-family: "acumin-pro", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: "acumin-pro", sans-serif;
}

input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  border-radius: 0px;
  color: white;
  background: black;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea {
  border-radius: 0;
  border: none;
  color: black;
  padding: 8px 12px;
  width: 100%;
}

.post-password-form {
  margin-bottom: 1.75em;
}

.post-password-form label {
  color: #686868;
  display: block;
  font-family: "acumin-pro", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
  margin-bottom: 1.75em;
  text-transform: uppercase;
}

.post-password-form input[type=password] {
  margin-top: 0.4375em;
}

.post-password-form > :last-child {
  margin-bottom: 0;
}

.search-form {
  position: relative;
}

input[type=search].search-field {
  border-radius: 2px 0 0 2px;
  width: -webkit-calc(100% - 42px);
  width: calc(100% - 42px);
}

.search-submit:before {
  content: "\f400";
  font-size: 24px;
  left: 2px;
  line-height: 42px;
  position: relative;
  width: 40px;
}

.search-submit {
  border-radius: 0 2px 2px 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

a {
  color: #007acc;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #686868;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

body.mobile-menu-displayed {
  overflow: hidden;
}

a {
  color: #3c8de6;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #1867bd;
}
a:visited {
  color: #8946a6;
}
a:visited:hover, a:visited:focus {
  color: #5d2f70;
}

.offscreen {
  position: absolute;
  top: -10000px;
  left: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

#logo {
  display: block;
  width: 152px;
  height: 213px;
  font-size: 0;
  margin-bottom: 4.375rem;
  background-image: url(assets/images/AALL-logo-inverted.svg);
  background-repeat: no-repeat;
}
.home #logo {
  background-image: url(assets/images/AALL-logo.svg);
}
@media (max-width: 768px) {
  #logo {
    position: relative;
    z-index: 15;
    width: 124px;
    height: 42px;
    margin-bottom: 0;
    background-image: url(assets/images/AALL-logo-inline-inverted.svg);
    background-size: contain;
  }
  .home #logo {
    background-image: url(assets/images/AALL-logo-inline-inverted.svg);
  }
}

#page {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100vh;
}

#masthead {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 360px;
  padding-left: 2.75rem;
  padding-right: 2rem;
}
#masthead > div.masthead-start {
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: 2.25rem;
  padding-right: 2rem;
  background-color: #112841;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  #masthead > div.masthead-start {
    background-color: transparent;
  }
}
#masthead .site-description {
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff931e;
  background: rgba(255, 255, 255, 0.95);
}
#masthead .site-description > span {
  display: block;
  margin-bottom: 25px;
  max-width: 192px;
  padding: 0.625rem 0 0;
  border-top: 2px solid #ff931e;
}
#masthead p {
  margin: 0;
}
.home #masthead {
  width: 300px;
}
.home #masthead > div {
  padding-bottom: 0;
  background-color: transparent;
}
@media (max-width: 768px) {
  #masthead {
    position: relative;
    z-index: 30;
    top: auto;
    right: auto;
    width: auto;
    padding: 0;
  }
  #masthead > div.masthead-start {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #masthead > div.masthead-start .login-formHome,
#masthead > div.masthead-start .site-description {
    flex: 0 0 100%;
  }
  #masthead > div.masthead-start .site-description {
    padding-left: 0;
  }
  #masthead > div .fixed-mobile {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    background-color: #112841;
  }
  #masthead > div .fixed-mobile > div {
    flex: 1;
    padding-left: 2rem;
  }
  #masthead > div.masthead-end {
    margin-top: 10px;
  }
  #masthead > div.masthead-end .contact-link {
    position: absolute;
    top: 90px;
    right: 0;
  }
  #masthead .site-description {
    padding: 0 24px;
  }
  .home #masthead {
    width: auto;
  }
  .home #masthead > div {
    display: flex;
    flex-direction: row;
  }
  .home #masthead > div.masthead-start {
    flex: 1;
  }
  .home #masthead > div.masthead-end {
    display: flex;
    flex: 1;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .home #masthead > div.masthead-end .contact-link {
    margin: 28px 24px 0;
  }
}

body:not(.home) #masthead .masthead-start {
  position: relative;
}
@media screen and (max-width: 768px) {
  body:not(.home) #masthead .masthead-start {
    margin-bottom: 0;
    position: fixed;
  }
}
body:not(.home) #masthead .masthead-start .site-description {
  position: absolute;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  body:not(.home) #masthead .masthead-start .site-description {
    display: none;
  }
}
body:not(.home) .masthead-end {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  body:not(.home) .masthead-end {
    margin-top: 0;
  }
}

body.home #logo {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  body.home #masthead .masthead-start {
    padding-top: 90px;
  }
}

#content {
  margin-left: 376px;
  padding-top: 46px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 5.125rem;
}
.home #content {
  margin-left: 300px;
}
@media (max-width: 768px) {
  #content {
    margin: 70px 0 0;
    padding: 0 24px;
  }
  .home #content {
    margin: 0;
  }
}

#user_utils {
  position: absolute;
  z-index: 20;
  display: flex;
  top: 0;
  right: 0;
  background: #ff931e;
  color: white;
  padding: 0.625rem;
}
#user_utils a {
  display: block;
  color: inherit;
  padding: 0 0.5rem;
  text-decoration: none;
}
#user_utils a:hover, #user_utils a:focus {
  text-decoration: underline;
}

h1.entry-title {
  margin-bottom: 1.875rem;
  line-height: 1.15;
  font-size: 2.8125rem;
  color: #ff931e;
}
h1.entry-title a {
  color: inherit;
}
h1.entry-title a:hover, h1.entry-title a:focus {
  text-decoration: underline;
}
@media (max-width: 768px) {
  h1.entry-title {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}

figure {
  display: block;
  margin: 0 0 1.25rem;
  padding: 0;
}
figure > img {
  display: block;
}
figure figcaption {
  margin: 1.25rem 0 0;
  font-size: 0.9em;
  color: #404040;
  font-style: italic;
}
figure figcaption p {
  margin: 0;
}

.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}
.member-link, #primary_nav > div > ul > li:first-child > a {
  display: block;
  position: relative;
  padding: 0.25rem 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  color: #112841;
  background: white;
  /*
  	&:before {
  		content: '';
  		position: absolute;
  		z-index: 1;
  		left: 0;
  		top: 0;
  		bottom: 0;
  		right: 100%;
  		background-color: $orange;
  		transition: right 0.35s;
  	}
  */
}
.member-link:hover, #primary_nav > div > ul > li:first-child > a:hover, .member-link:focus, #primary_nav > div > ul > li:first-child > a:focus {
  text-decoration: none;
  color: black;
  /*
  		&:before {
  			right: 0;
  		}
  */
}

.contact-link {
  display: inline-block;
  display: block;
  position: relative;
  margin-top: 3.8rem;
  margin-left: 2rem;
  padding-left: 0.3125rem;
  font-weight: 700;
  font-size: 1.375rem;
  color: #ff931e;
  text-decoration: none;
}
.contact-link:visited {
  color: #ff931e;
}
.contact-link:visited:hover, .contact-link:visited:focus {
  color: #ff931e;
}
.contact-link:hover, .contact-link:focus {
  text-decoration: none;
  color: #ff931e;
}
.contact-link:hover:before, .contact-link:focus:before {
  transform: rotate(-8deg);
}
.contact-link:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  width: 52px;
  height: 37px;
  background-image: url(assets/images/ALL-contact-speech-bubble.svg);
  transition: transform 0.25s;
  transform-origin: 18px 34px;
}

.social-media-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 20px 38px 10px;
  padding: 0;
}
.social-media-links > li {
  display: block;
  margin: 0;
  padding: 0;
}
.social-media-links > li a {
  display: inline-block;
  transition: 0.15s;
  text-decoration: none;
  font-size: 0;
  width: 36px;
  height: 36px;
  transform-origin: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.social-media-links > li a:hover, .social-media-links > li a:focus {
  transform: scale(1.1);
}
.social-media-links > li a.social-media-links-twitter {
  background-image: url(assets/images/social-media-twitter-dark.svg);
}
.social-media-links > li a.social-media-links-facebook {
  background-image: url(assets/images/social-media-facebook-dark.svg);
}
.social-media-links > li a.social-media-links-youtube {
  background-image: url(assets/images/social-media-youtube-dark.svg);
}
.masthead-start .social-media-links {
  margin: 20px 30px 0;
}
.masthead-start .social-media-links > li a.social-media-links-twitter {
  background-image: url(assets/images/social-media-twitter-light.svg);
}
.masthead-start .social-media-links > li a.social-media-links-facebook {
  background-image: url(assets/images/social-media-facebook-light.svg);
}
.masthead-start .social-media-links > li a.social-media-links-youtube {
  background-image: url(assets/images/social-media-youtube-light.svg);
}
@media (max-width: 768px) {
  .masthead-end .social-media-links {
    display: none;
  }
  .masthead-start .social-media-links {
    margin: 0 10px;
    justify-content: center;
  }
  .masthead-start .social-media-links > li {
    margin: 0 10px;
  }
}
#menu_toggle {
  -moz-appearance: none;
  appearance: none;
  display: none;
  position: fixed;
  z-index: 15;
  top: 0.5rem;
  right: 24px;
  font-size: 0;
  width: 44px;
  height: 54px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#menu_toggle.open-mobile-menu:before, #menu_toggle.open-mobile-menu:after {
  left: 50%;
  right: 50%;
}
#menu_toggle.open-mobile-menu > span:before {
  transform: rotate(45deg);
}
#menu_toggle.open-mobile-menu > span:after {
  transform: rotate(-45deg);
}
#menu_toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: white;
  transition: 0.3s;
}
#menu_toggle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 5px;
  background-color: white;
  transition: 0.3s;
}
#menu_toggle > span {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 5px;
  margin: 0;
  transition: opacity 0.3s;
}
#menu_toggle > span:before, #menu_toggle > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #menu_toggle {
    display: block;
  }
}
@media (min-width: 992px) {
  #menu_toggle {
    display: none;
  }
}

#primary_nav {
  font-family: "acumin-pro", sans-serif;
  line-height: 1.75;
  font-size: 1.125rem;
}
#primary_nav > div > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary_nav > div > ul > li {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid white;
}
#primary_nav > div > ul > li:first-child {
  margin-bottom: 1.75rem;
}
#primary_nav > div > ul > li:first-child > a {
  border: none;
}
#primary_nav > div > ul > li:first-child > a:hover, #primary_nav > div > ul > li:first-child > a:focus {
  padding: 0.25rem 0;
}
#primary_nav > div > ul > li:last-child {
  border-bottom: none;
}
#primary_nav > div > ul > li > a {
  display: block;
  padding: 0.25rem 0;
  color: white;
  font-weight: 700;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  transition: padding 0.25s;
}
#primary_nav > div > ul > li > a:hover, #primary_nav > div > ul > li > a:focus {
  padding-left: 0.25rem;
}
#primary_nav ul ul {
  display: none;
  margin-left: 0.875em;
}
#primary_nav ul .toggled-on {
  display: block;
}
.home #primary_nav {
  display: none;
  /*
  		> div {
  			> ul {
  				> li {
  					border-bottom-color: $navy;
  					&:first-child {
  						> a {
  							border: none;
  							color: white;
  							background-color: $navy;
  						}
  					}
  					> a {
  						color: $navy;
  					}
  				}
  			}
  		}
  */
}
@media (max-width: 768px) {
  #primary_nav {
    position: fixed;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 0;
    font-size: 1.25rem;
    overflow: hidden;
    width: 100%;
    font-size: 1.5rem;
    background: #112841;
    transition: height 0.35s;
    visibility: hidden;
  }
  #primary_nav.active-mobile-menu {
    visibility: visible;
  }
  #primary_nav.open-mobile-menu {
    height: 100vh;
    overflow: auto;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  #primary_nav > div {
    padding: 6.25rem 1.5rem 5rem;
  }
  #primary_nav > div > ul > li > a:hover, #primary_nav > div > ul > li > a:focus {
    padding-left: 0;
  }
  .home #primary_nav {
    display: block;
  }
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.pagination {
  font-size: 1.25rem;
}
.pagination ol {
  list-style: none;
  display: block;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.pagination ol > li {
  display: block;
  margin: 0 0.5rem;
  padding: 0;
}
.pagination ol > li > a {
  display: inline-block;
}
.pagination ol > li > a.active {
  font-weight: bold;
}
.pagination ol > li small {
  font-size: 0;
}

/*
.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: $font-family;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

// reset screen-reader-text
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}
*/
.image-navigation,
.comment-navigation {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  color: #686868;
  font-family: "acumin-pro", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  margin: 0 7.6923% 2.1538461538em;
  padding: 1.0769230769em 0;
}

.comment-navigation {
  margin-right: 0;
  margin-left: 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
  margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}

/**
 * 7.0 - Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: "acumin-pro", sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
  clear: both;
}

.news-listing {
  margin-top: 1.25rem;
}
.news-listing h2 {
  margin: 0 1.25rem 1.25rem;
  font-size: 1.9375rem;
  line-height: 1.1;
}
.news-listing ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}
.news-listing ul > li {
  flex: 1 1 100%;
  display: block;
  margin: 0;
  padding: 0 0 1.25rem;
}
.news-listing ul > li > a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  color: #112841;
  background: #f2f2f2;
  transition: color 0.15s;
  text-decoration: none;
}
.news-listing ul > li > a:hover, .news-listing ul > li > a:focus {
  text-decoration: none;
  color: white;
}
.news-listing ul > li > a:hover:before, .news-listing ul > li > a:focus:before {
  opacity: 1;
}
.news-listing ul > li > a:hover .more-link, .news-listing ul > li > a:focus .more-link {
  border-color: white;
}
.news-listing ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ff931e;
  opacity: 0;
  transition: opacity 0.35s;
}
.news-listing ul > li > a > div {
  position: relative;
  z-index: 1;
}
.news-listing ul > li > a > div:first-child {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.25rem;
}
.news-listing ul > li > a > div:first-child > div:first-child {
  flex: auto;
}
.news-listing ul > li > a > div:last-child {
  flex: 1 1 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news-listing ul > li > a > div:last-child > img {
  display: block;
  width: 100%;
  height: auto;
}
.news-listing ul > li > a > div strong {
  display: block;
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.news-listing ul > li > a > div p {
  line-height: 1.2;
}
.news-listing ul > li > a .more-link {
  -webkit-appearance: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid black;
  border-radius: 0;
  background: transparent;
  height: 1.875rem;
  line-height: 1.4;
  transition: border 0.3s;
}
@media (max-width: 768px) {
  .news-listing ul {
    display: block;
    margin: 1.5rem 0;
    padding: 0;
  }
  .news-listing ul > li {
    margin: 0;
    padding: 0;
  }
  .news-listing ul > li ~ li {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .news-listing ul > li > a {
    flex-direction: row;
  }
  .news-listing ul > li > a > div:last-child > img {
    position: absolute;
    position: relative;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    height: auto;
    width: auto;
  }
}
.navigation.post-navigation {
  display: none;
}

.page-member-login {
  max-width: 320px;
  padding: 1rem 1.5rem;
  color: white;
  background-color: #112841;
}
.page-member-login form input[type=text],
.page-member-login form input[type=password] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.25rem 0.625rem;
  border: none;
  border-radius: 0;
  background-color: #e7e9ec;
}
.page-member-login form input[type=text]:focus,
.page-member-login form input[type=password]:focus {
  background-color: white;
}
.page-member-login form input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid white;
  border-radius: 0;
  background: transparent;
  height: 1.875rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .wp-caption alignnone {
    width: auto !important;
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  /*
      margin: {
      	left: 0.25rem;
  		right: 0.25rem;
  	}
  */
  margin: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  border-radius: 0;
}

.woocommerce form.login {
  overflow: visible;
  max-width: 250px;
}

.woocommerce-form, .aall-login-form {
  display: block;
  color: #112841;
  background-color: white;
  max-width: 163px;
  overflow-y: auto;
}
.woocommerce-form ::-webkit-input-placeholder, .aall-login-form ::-webkit-input-placeholder {
  color: black;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-form :-moz-placeholder, .aall-login-form :-moz-placeholder {
  color: black;
  opacity: 1;
}
.woocommerce-form ::-moz-placeholder, .aall-login-form ::-moz-placeholder {
  color: black;
  opacity: 1;
}
.woocommerce-form :-ms-input-placeholder, .aall-login-form :-ms-input-placeholder {
  color: black;
}
.woocommerce-form.woocommerce-form-login input[type=text], .woocommerce-form-login.aall-login-form input[type=text],
.woocommerce-form.woocommerce-form-login input[type=password],
.woocommerce-form-login.aall-login-form input[type=password], .woocommerce-form.woocommerce-form-register input[type=text], .woocommerce-form-register.aall-login-form input[type=text],
.woocommerce-form.woocommerce-form-register input[type=password],
.woocommerce-form-register.aall-login-form input[type=password] {
  width: 100%;
  max-width: none;
  margin-bottom: 6px;
}
.woocommerce-form.woocommerce-form-login .woocommerce-error, .woocommerce-form-login.aall-login-form .woocommerce-error, .woocommerce-form.woocommerce-form-register .woocommerce-error, .woocommerce-form-register.aall-login-form .woocommerce-error {
  position: static;
  border: none;
  margin: 8px 0 4px;
  padding: 0;
  color: white;
  background: transparent;
  font-style: italic;
  font-size: 0.875rem;
}
.woocommerce-form.woocommerce-form-login .woocommerce-error:before, .woocommerce-form-login.aall-login-form .woocommerce-error:before, .woocommerce-form.woocommerce-form-register .woocommerce-error:before, .woocommerce-form-register.aall-login-form .woocommerce-error:before {
  display: none;
}
.woocommerce-form.woocommerce-form-login .woocommerce-error > li strong, .woocommerce-form-login.aall-login-form .woocommerce-error > li strong, .woocommerce-form.woocommerce-form-register .woocommerce-error > li strong, .woocommerce-form-register.aall-login-form .woocommerce-error > li strong {
  color: inherit;
  display: inline-block;
  text-transform: none;
  font-size: 1em;
}
.woocommerce-form.woocommerce-form-login .woocommerce-error a, .woocommerce-form-login.aall-login-form .woocommerce-error a, .woocommerce-form.woocommerce-form-register .woocommerce-error a, .woocommerce-form-register.aall-login-form .woocommerce-error a {
  color: inherit;
}
.woocommerce-form.woocommerce-form-login .form-row label, .woocommerce-form-login.aall-login-form .form-row label, .woocommerce-form.woocommerce-form-register .form-row label, .woocommerce-form-register.aall-login-form .form-row label {
  flex: none;
  margin-bottom: 17px;
  font-size: 17px;
  margin-top: 7px;
}
.woocommerce-form.woocommerce-form-login .lost_password, .woocommerce-form-login.aall-login-form .lost_password, .woocommerce-form.woocommerce-form-register .lost_password, .woocommerce-form-register.aall-login-form .lost_password {
  margin-bottom: 0;
}
.woocommerce-form.woocommerce-form-login .lost_password a, .woocommerce-form-login.aall-login-form .lost_password a, .woocommerce-form.woocommerce-form-register .lost_password a, .woocommerce-form-register.aall-login-form .lost_password a {
  text-decoration: none;
}
.woocommerce-form.woocommerce-form-login .lost_password a:hover, .woocommerce-form-login.aall-login-form .lost_password a:hover, .woocommerce-form.woocommerce-form-login .lost_password a:focus, .woocommerce-form-login.aall-login-form .lost_password a:focus, .woocommerce-form.woocommerce-form-register .lost_password a:hover, .woocommerce-form-register.aall-login-form .lost_password a:hover, .woocommerce-form.woocommerce-form-register .lost_password a:focus, .woocommerce-form-register.aall-login-form .lost_password a:focus {
  text-decoration: underline;
}
.woocommerce-form .login-from-title, .aall-login-form .login-from-title {
  font-weight: 700;
  font-size: 1.275rem;
}
.woocommerce-form .woocommerce-form__label-for-checkbox, .aall-login-form .woocommerce-form__label-for-checkbox {
  margin-left: 10px;
}
.woocommerce-form .lost-password, .aall-login-form .lost-password,
.woocommerce-form .woocommerce-privacy-policy-text,
.aall-login-form .woocommerce-privacy-policy-text {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.woocommerce-form .lost-password a, .aall-login-form .lost-password a,
.woocommerce-form .woocommerce-privacy-policy-text a,
.aall-login-form .woocommerce-privacy-policy-text a {
  color: white;
}
.woocommerce-form .lost-password a:hover, .aall-login-form .lost-password a:hover, .woocommerce-form .lost-password a:focus, .aall-login-form .lost-password a:focus,
.woocommerce-form .woocommerce-privacy-policy-text a:hover,
.aall-login-form .woocommerce-privacy-policy-text a:hover,
.woocommerce-form .woocommerce-privacy-policy-text a:focus,
.aall-login-form .woocommerce-privacy-policy-text a:focus {
  text-decoration: underline;
}
.woocommerce-form input[type=text], .aall-login-form input[type=text],
.woocommerce-form input[type=email],
.aall-login-form input[type=email],
.woocommerce-form input[type=password],
.aall-login-form input[type=password] {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: 168px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.75rem;
  padding: 0.25rem 0.625rem;
  border: none;
  border-radius: 0;
  background-color: #e7e9ec;
}
.woocommerce-form input[type=text]:focus, .aall-login-form input[type=text]:focus,
.woocommerce-form input[type=email]:focus,
.aall-login-form input[type=email]:focus,
.woocommerce-form input[type=password]:focus,
.aall-login-form input[type=password]:focus {
  background-color: white;
}
.woocommerce-form input[type=submit], .aall-login-form input[type=submit],
.woocommerce-form button[type=submit],
.aall-login-form button[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  height: 2.1875rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid #112841;
  border-radius: 0;
  color: #112841;
  background: transparent;
}

.woocommerce table.shop_table {
  table-layout: auto;
  border: none;
  border-collapse: collapse;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: 1px solid #d1d1d1;
}

.woocommerce-form input[type=text], .aall-login-form input[type=text],
.woocommerce-form input[type=email],
.aall-login-form input[type=email],
.woocommerce-form input[type=password],
.aall-login-form input[type=password] {
  font-weight: 300;
  font-size: 14px;
  color: #112841;
}

.woocommerce-form input[type=text]::placeholder, .aall-login-form input[type=text]::placeholder {
  color: #112841;
}

.woocommerce-form input[type=checkbox], .aall-login-form input[type=checkbox] {
  margin-right: 0;
  margin-top: 4px;
  vertical-align: top;
}

.woocommerce form .form-row,
.woocommerce-form .form-row,
.aall-login-form .form-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 16px 0;
  padding: 0;
}
.woocommerce form .form-row:before, .woocommerce form .form-row:after,
.woocommerce-form .form-row:before,
.aall-login-form .form-row:before,
.woocommerce-form .form-row:after,
.aall-login-form .form-row:after {
  display: none;
}
@media screen and (max-width: 418px) {
  .woocommerce form .form-row,
.woocommerce-form .form-row,
.aall-login-form .form-row {
    flex-direction: column;
  }
  .woocommerce form .form-row > *,
.woocommerce-form .form-row > *,
.aall-login-form .form-row > * {
    width: 100%;
  }
  .woocommerce form .form-row#billing_address_2_field > .woocommerce-input-wrapper,
.woocommerce-form .form-row#billing_address_2_field > .woocommerce-input-wrapper,
.aall-login-form .form-row#billing_address_2_field > .woocommerce-input-wrapper {
    padding-left: 0;
  }
  .woocommerce form .form-row.mailchimp-newsletter,
.woocommerce-form .form-row.mailchimp-newsletter,
.aall-login-form .form-row.mailchimp-newsletter {
    flex-direction: row;
    justify-content: unset;
    align-items: center;
  }
  .woocommerce form .form-row.mailchimp-newsletter .woocommerce-form__input,
.woocommerce-form .form-row.mailchimp-newsletter .woocommerce-form__input,
.aall-login-form .form-row.mailchimp-newsletter .woocommerce-form__input {
    width: max-content;
  }
  .woocommerce form .form-row.mailchimp-newsletter .inline,
.woocommerce-form .form-row.mailchimp-newsletter .inline,
.aall-login-form .form-row.mailchimp-newsletter .inline {
    flex: 0 0 80%;
    line-height: 1;
    padding-top: 0;
  }
}
.woocommerce form .form-row label,
.woocommerce-form .form-row label,
.aall-login-form .form-row label {
  flex: 0 1 25%;
  line-height: inherit;
  margin-left: 0;
  padding-top: 6px;
  padding-right: 10px;
}
.woocommerce form .form-row .woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-form .form-row .woocommerce-button.button.woocommerce-form-login__submit,
.aall-login-form .form-row .woocommerce-button.button.woocommerce-form-login__submit {
  float: none;
  margin: 0;
  transition: 0.3s;
}
.woocommerce form .form-row .woocommerce-button.button.woocommerce-form-login__submit:hover, .woocommerce form .form-row .woocommerce-button.button.woocommerce-form-login__submit:focus,
.woocommerce-form .form-row .woocommerce-button.button.woocommerce-form-login__submit:hover,
.aall-login-form .form-row .woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-form .form-row .woocommerce-button.button.woocommerce-form-login__submit:focus,
.aall-login-form .form-row .woocommerce-button.button.woocommerce-form-login__submit:focus {
  color: #112841;
  background: white;
}
.woocommerce form .form-row > span,
.woocommerce-form .form-row > span,
.aall-login-form .form-row > span {
  flex: 1 1 100%;
  padding-top: 6px;
  padding-left: 25%;
}
.woocommerce form .form-row > span.woocommerce-input-wrapper,
.woocommerce-form .form-row > span.woocommerce-input-wrapper,
.aall-login-form .form-row > span.woocommerce-input-wrapper {
  flex: 0 1 75%;
  padding-top: 0;
  padding-left: 0;
}

.woocommerce-form .lost_password a, .aall-login-form .lost_password a {
  color: #112841;
  text-decoration: underline;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: none;
  width: auto;
}

.woocommerce-form .clear, .aall-login-form .clear {
  display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input.input-email,
.woocommerce form .form-row input.input-tel,
.woocommerce form .form-row input.input-password,
.woocommerce form .form-row textarea {
  flex: 0 1 75%;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  transition: background 0.15s;
  border-radius: 0;
  color: black;
  padding: 8px 12px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: white;
  background-color: #ff931e;
  border-radius: 0;
  transition: background 0.15s;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus {
  background-color: #112841;
}

.woocommerce form .form-row textarea#description {
  height: 120px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce form fieldset,
.woocommerce-form fieldset,
.aall-login-form fieldset {
  margin-bottom: 10px;
}

.woocommerce form fieldset .form-row label,
.woocommerce-form fieldset .form-row label,
.aall-login-form fieldset .form-row label {
  flex-basis: 30%;
}
.woocommerce form fieldset .form-row input.input-text,
.woocommerce form fieldset .form-row input.input-email,
.woocommerce form fieldset .form-row input.input-tel,
.woocommerce form fieldset .form-row input.input-password,
.woocommerce form fieldset .form-row textarea,
.woocommerce-form fieldset .form-row input.input-text,
.aall-login-form fieldset .form-row input.input-text,
.woocommerce-form fieldset .form-row input.input-email,
.aall-login-form fieldset .form-row input.input-email,
.woocommerce-form fieldset .form-row input.input-tel,
.aall-login-form fieldset .form-row input.input-tel,
.woocommerce-form fieldset .form-row input.input-password,
.aall-login-form fieldset .form-row input.input-password,
.woocommerce-form fieldset .form-row textarea,
.aall-login-form fieldset .form-row textarea {
  flex-basis: 70%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce .woocommerce-Address {
  background: #f8f8f8;
  margin: 0 0 20px;
  padding: 10px;
}

.woocommerce .woocommerce-Address address {
  margin: 0;
}

#order_review_heading {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content > form > p:last-child {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.woocommerce-MyAccount-content > form .woocommerce-address-fields > p:last-child {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.woocommerce #shipping_address_2_field > .woocommerce-input-wrapper,
.woocommerce #billing_address_2_field > .woocommerce-input-wrapper {
  flex-basis: 100%;
  padding-left: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 1.875rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #ff931e;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {
  display: flex;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a {
  color: white;
  background: #ff931e;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a:hover, .woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a:focus {
  background: #ff931e;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
  display: block;
  color: white;
  color: #333333;
  background: #f2f2f2;
  text-transform: uppercase;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  transition: 0.15s;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:hover, .woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:focus {
  background: #d9d9d9;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li ~ li {
  margin-left: 2px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  display: block;
  float: none;
  width: 100%;
}

/* prototyping styling for the form in the CTAs: */
/* */
.aall-membership-type {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  max-width: 320px;
  margin-top: 30px;
  padding: 20px 20px;
  color: white;
  background-color: #112841;
}
.aall-membership-type p {
  margin: 0;
}
.aall-membership-type p:last-child {
  margin-top: 4px;
  font-weight: bold;
  font-size: 1.1em;
}

.woocommerce .call-to-actions ul > li {
  flex: 0 1 50%;
}
.call-to-actions > div > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -0.25rem;
  padding: 0;
}
.call-to-actions > div > ul > li {
  flex: 0 1 33.333%;
  position: relative;
  min-width: 260px;
  min-height: 282px;
  height: 100%;
  margin-bottom: 0.5rem;
}
.call-to-actions > div > ul > li.cta-portal a.cta-portal-account:after {
  width: 55px;
  height: 55px;
  background-image: url(assets/images/AALL-settingsgear.svg);
}
.call-to-actions > div > ul > li.cta-portal a.cta-portal-account > div:after {
  width: 55px;
  height: 55px;
  background-image: url(assets/images/AALL-settingsgear-invert.svg);
}
.call-to-actions > div > ul > li.cta-about > a:after {
  width: 63px;
  height: 51px;
  background-image: url(assets/images/AALL-book.svg);
}
.call-to-actions > div > ul > li.cta-about > a > div:after {
  width: 63px;
  height: 51px;
  background-image: url(assets/images/AALL-book-invert.svg);
}
.call-to-actions > div > ul > li.cta-professional > a:after {
  width: 44px;
  height: 49px;
  background-image: url(assets/images/PD-icon.svg);
}
.call-to-actions > div > ul > li.cta-professional > a > div:after {
  width: 44px;
  height: 49px;
  background-image: url(assets/images/PD-icon-invert.svg);
}
.call-to-actions > div > ul > li.cta-events > a:after {
  width: 56px;
  height: 52px;
  background-image: url(assets/images/AALL-calendar.svg);
}
.call-to-actions > div > ul > li.cta-events > a > div:after {
  width: 56px;
  height: 52px;
  background-image: url(assets/images/AALL-calendar-invert.svg);
}
.call-to-actions > div > ul > li.cta-member > a:after {
  width: 91px;
  height: 49px;
  background-image: url(assets/images/AALL-people.svg);
}
.call-to-actions > div > ul > li.cta-member > a > div:after {
  width: 91px;
  height: 49px;
  background-image: url(assets/images/AALL-people-invert.svg);
}
.call-to-actions > div > ul > li.cta-grants > a:after {
  width: 47px;
  height: 55px;
  background-image: url(assets/images/AALL-documents.svg);
}
.call-to-actions > div > ul > li.cta-grants > a > div:after {
  width: 47px;
  height: 55px;
  background-image: url(assets/images/AALL-documents-invert.svg);
}
.call-to-actions > div > ul > li.cta-resources > a:after {
  width: 50px;
  height: 54px;
  background-image: url(assets/images/AALL-magnifyingglass.svg);
}
.call-to-actions > div > ul > li.cta-resources > a > div:after {
  width: 50px;
  height: 54px;
  background-image: url(assets/images/AALL-magnifyingglass-invert.svg);
}
.call-to-actions > div > ul > li > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25rem;
  right: 0.25rem;
  padding: 1rem 1.5rem;
  color: white;
  background-color: #112841;
  overflow-y: auto;
}
.call-to-actions > div > ul > li > form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25rem;
  right: 0.25rem;
  padding: 1rem 1.5rem;
}
.call-to-actions > div > ul > li > a {
  text-decoration: none;
  transition: background-color 0.25s;
}
.call-to-actions > div > ul > li > a:hover:before, .call-to-actions > div > ul > li > a:focus:before {
  opacity: 1;
}
.call-to-actions > div > ul > li > a:hover:after, .call-to-actions > div > ul > li > a:focus:after {
  transform: scale(1.15);
  opacity: 0;
}
.call-to-actions > div > ul > li > a:hover > div:after, .call-to-actions > div > ul > li > a:focus > div:after {
  transform: scale(1.15);
  opacity: 1;
}
.call-to-actions > div > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #ff931e;
  transition: opacity 0.35s;
}
.call-to-actions > div > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 26px;
  right: 24px;
  background-size: contain;
  transition-delay: 0.05s;
  transition: all 0.3s;
}
.call-to-actions > div > ul > li > a > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 26px;
  right: 24px;
  background-size: contain;
  transition-delay: 0.05s;
  transition: all 0.3s;
  opacity: 0;
}
.call-to-actions > div > ul > li > a > div > div {
  position: relative;
  z-index: 1;
}
.call-to-actions *[class^=cta]:not(.cta-portal) strong {
  display: block;
  line-height: 1.2;
  color: white;
  font-weight: 700;
  font-size: 1.625rem;
}
.call-to-actions *[class^=cta]:not(.cta-portal) strong > span {
  display: block;
  color: white;
}
.call-to-actions .cta-button {
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.25rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid white;
  border-radius: 0;
  background: transparent;
  height: 2.1875rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .call-to-actions {
    margin-top: 2rem;
  }
}

.blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.spacer-block {
  width: 100%;
  height: 25px;
}
.spacer-block.spacer-size-medium {
  height: 50px;
}
.spacer-block.spacer-size-large {
  height: 100px;
}

.summary-block {
  font-size: 1.375rem;
  line-height: 1.2;
  margin: 0 0.5rem 1.25rem;
}
.richtext-block {
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .richtext-block {
    display: flex;
    flex-direction: row;
    margin: 0 -0.375rem 1.25rem;
  }
  .richtext-block > div {
    flex: 1 1 50%;
    padding: 0 0.75rem;
  }
}

.image-block {
  position: relative;
  margin: 0 0.5rem 1.875rem;
  height: 100%;
  width: 100%;
}
.image-block.image-width-half {
  margin-top: 14px;
  margin-left: -8px;
  margin-right: -8px;
}
.image-block.image-width-half .image-block-image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 18px);
  margin: 0 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .image-block {
    flex: auto;
    max-width: none;
  }
  .image-block.image-width-half .image-block-image {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .image-block.image-width-half {
    flex: calc(50% - 8px);
    max-width: calc(50% + 16px);
  }
  .image-block.image-width-half .image-block-image {
    width: auto;
  }
}
.video-block {
  width: 100%;
  margin: 0 0 1.875rem;
  padding: 0 0.5rem;
}
.video-block iframe {
  display: block;
  width: 100%;
  margin: 0;
}

.quote-block {
  width: 100%;
  margin: 0 0.5rem 1.875rem;
  padding: 1.875rem 3.125rem 1.875rem 3.125rem;
  line-height: 1.4;
  font-weight: 700;
  color: white;
  background-color: #ff931e;
}
.quote-block blockquote {
  margin: 0;
}
.quote-block blockquote p {
  margin: 0;
}
.quote-block blockquote cite {
  display: block;
  margin-top: 0.625rem;
  font-style: italic;
  text-align: right;
}
.tile-block {
  flex: 1 1 100%;
  width: 100%;
  min-height: 416px;
  margin-top: 14px;
  margin-left: -8px;
  margin-right: -8px;
}
.tile-block > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0px 16px;
  padding: 12px 24px 36px;
  color: #112841;
  background-color: #f2f2f2;
  background-image: url(assets/images/AALL-documents.svg);
  background-size: 44px auto;
  background-repeat: no-repeat;
  background-position: right 30px bottom 26px;
}
.tile-block > div .tile-summary {
  flex: 1;
  margin-bottom: 16px;
}
.tile-block h2 {
  margin-bottom: 1rem;
}
.tile-block .tile-link {
  color: #ff931e;
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: none;
}
.tile-block .tile-link:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -1px;
  width: 10px;
  height: 16px;
  margin-left: 6px;
  background-image: url(assets/images/AALL-arrow-right-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: transform 0.15s;
}
.tile-block .tile-link:hover:after, .tile-block .tile-link:focus:after {
  transform: translatex(3px);
}
@media (max-width: 768px) {
  .tile-block {
    flex: auto;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .tile-block {
    flex: calc(50% - 8px);
    max-width: calc(50% + 16px);
  }
}
.call-to-action-block {
  flex: 1 1 100%;
  width: 100%;
  min-height: 254px;
  margin-top: 1rem;
  margin-left: -8px;
  margin-right: -8px;
  /*
  	h2 {
  		margin-bottom: 1rem;
  	}	
  */
}
.call-to-action-block.call-to-action-inverted > div {
  color: white;
  background: #112841;
}
.call-to-action-block.call-to-action-inverted .call-to-action-link {
  color: white;
  border-color: white;
}
.call-to-action-block > div {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0px 1rem;
  padding: 1.625rem 1.875rem;
  font-size: 1.5rem;
  color: #112841;
  background: white;
  overflow: hidden;
}
.call-to-action-block > div strong {
  color: #ff931e;
}
.call-to-action-block > div .call-to-action-image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.call-to-action-block > div .call-to-action-summary {
  position: relative;
  z-index: 2;
  flex: 1;
  margin-bottom: 16px;
}
.call-to-action-block .call-to-action-link {
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #112841;
  border: 2px solid #112841;
  transition: background-color 0.15s;
}
.call-to-action-block .call-to-action-link:hover, .call-to-action-block .call-to-action-link:focus {
  background: #ff931e;
}
@media (max-width: 768px) {
  .call-to-action-block {
    flex: auto;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .call-to-action-block {
    flex: calc(50% - 8px);
    max-width: calc(50% + 16px);
  }
  .call-to-action-block.call-to-action-width-full {
    flex: 100%;
    max-width: none;
  }
  .call-to-action-block.call-to-action-width-full > div {
    text-align: center;
  }
  .call-to-action-block.call-to-action-width-full .call-to-action-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.collapsible-block {
  flex: auto;
  width: 100%;
  margin: 1rem 8px 0;
  border-top: 1px solid #112841;
}
.collapsible-block.collapsible-inverted {
  border: none;
}
.collapsible-block.collapsible-inverted.ui-collapsible [data-collapse=control] {
  color: white;
  background: #112841;
}
.collapsible-block.collapsible-inverted.ui-collapsible [data-collapse=control]:after {
  background-image: url(assets/images/AALL-arrow-up-white.svg);
}
.collapsible-block.ui-collapsible.ui-collapsible-close > div {
  display: none;
}
.collapsible-block.ui-collapsible [data-collapse=control] {
  position: relative;
  display: block;
  padding: 12px 50px 12px 28px;
  font-size: 1.625rem;
  color: #112841;
  text-decoration: none;
  font-weight: 700;
}
.collapsible-block.ui-collapsible [data-collapse=control]:after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 27px;
  height: 16px;
  background-image: url(assets/images/AALL-arrow-up.svg);
  transition: transform 0.3s;
}
.collapsible-block.ui-collapsible [data-collapse=control]:hover {
  text-decoration: none;
}
.collapsible-block.ui-collapsible [data-collapse=control][aria-expanded=true]:after {
  transform: scaleY(-1);
}
.collapsible-block.ui-collapsible > div {
  padding: 20px 0;
}

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

#tribe-events-header {
  display: none;
}

#tribe-events-content.tribe-events-list {
  margin-bottom: 0;
}

#tribe-events-footer {
  display: none;
}

.tribe-events-title-bar {
  display: none;
}

.tribe-bar-disabled {
  display: none;
}

.tribe-events-list-separator-month {
  display: none;
}

.tribe-events-ical {
  display: none;
}

.single-tribe_events .tribe-events-event-meta {
  margin: 2.5rem 0 0;
}

.single-tribe_events .tribe-events-event-image {
  margin: 2.5rem 0 0;
}

#tribe-events-content ul.tribe-events-sub-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.125rem;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous,
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next {
  display: block;
  margin: 0;
  width: auto;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a,
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  max-width: 210px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0.25rem 0.625rem;
  color: #ff931e;
  background-color: white;
  border: 2px solid #ff931e;
  transition: 0.3s;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a:hover, #tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a:focus,
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a:hover,
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a:focus {
  color: white;
  background-color: #ff931e;
}
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-previous a span,
#tribe-events-content ul.tribe-events-sub-nav li.tribe-events-nav-next a span {
  display: none;
}

.type-tribe_events ~ .type-tribe_events {
  margin-top: 0.75rem;
}

.tribe-events-event-meta:first-child {
  border: none;
}

.tribe-events-loop {
  margin-top: 2.375rem;
}

.aall-past-events-list h2 {
  margin: 1.875rem 0 1.25rem;
}
.aall-past-events-list .aall-past-events-list-item ~ .aall-past-events-list-item {
  margin-top: 0.75rem;
}

.event-callout {
  display: flex;
  flex-direction: row;
}
.event-callout > .event-start-date {
  width: 160px;
  padding: 1.5rem 0.625rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: white;
  background-color: #ff931e;
  border-right: 10px solid white;
}
.event-callout > .event-start-date > .event-start-month {
  display: block;
  font-size: 0.875rem;
}
.event-callout > .event-start-date > .event-start-day {
  display: block;
  font-size: 4.25rem;
  line-height: 0.8;
}
.event-callout > .event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.875rem;
  background-color: #f2f2f2;
  line-height: 1.4;
}
.event-callout > .event-info > div:first-child {
  flex: 1;
}
.event-callout > .event-info > div:first-child > div:nth-child(1) {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.event-callout > .event-info > div:first-child > div:nth-child(2) {
  margin: 0.125rem 0;
}
.event-callout > .event-info > div:first-child > div:nth-child(4) {
  margin-top: 1.75rem;
}
.event-callout > .event-info > div:first-child > div:nth-child(4) p {
  margin: 0;
}
.event-callout > .event-info > div:last-child {
  padding-top: 1.25rem;
}
.event-callout > .event-info > div:last-child .event-link, .event-callout > .event-info > div:last-child .publication-link, .event-callout > .event-info > div:last-child .event-all-link {
  margin: 0;
  background-color: #f2f2f2;
}
.event-callout > .event-info > div:last-child .event-link:hover, .event-callout > .event-info > div:last-child .publication-link:hover, .event-callout > .event-info > div:last-child .event-all-link:hover, .event-callout > .event-info > div:last-child .event-link:focus, .event-callout > .event-info > div:last-child .publication-link:focus, .event-callout > .event-info > div:last-child .event-all-link:focus {
  color: white;
  background-color: #ff931e;
}
.event-callout > .event-info .event-url {
  margin: 1.25rem 0 0;
}
.event-callout > .event-info .event-url strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .event-callout > .event-start-date {
    width: 84px;
    padding: 1rem 0.375rem;
  }
  .event-callout > .event-start-date > .event-start-month {
    font-size: 0.625rem;
  }
  .event-callout > .event-start-date > .event-start-day {
    font-size: 2.75rem;
  }
  .event-callout > .event-info {
    padding: 1rem 1.125rem;
  }
}
@media (min-width: 1024px) {
  .event-callout > .event-info {
    align-items: center;
    flex-direction: row;
  }
  .event-callout > .event-info > div:last-child {
    padding-top: 0;
  }
  .event-callout > .event-info > div ~ div {
    padding-left: 1.875rem;
  }
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
  margin-top: 1.875rem;
}

.event-downloads {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 1.875rem 0 0;
}

.event-link, .publication-link, .event-all-link {
  -webkit-appearance: none;
  display: inline-block;
  width: auto;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 0 0.625rem;
  padding: 0.25rem 0.625rem;
  color: #ff931e;
  background-color: white;
  border: 2px solid #ff931e;
  transition: 0.3s;
}
.event-link:visited, .publication-link:visited, .event-all-link:visited {
  color: #ff931e;
}
.event-link:visited:hover, .publication-link:visited:hover, .event-all-link:visited:hover, .event-link:visited:focus, .publication-link:visited:focus, .event-all-link:visited:focus {
  color: white;
}
.event-link:hover, .publication-link:hover, .event-all-link:hover, .event-link:focus, .publication-link:focus, .event-all-link:focus {
  color: white;
  background-color: #ff931e;
}

.event-all-link {
  margin-right: 0;
  color: white;
  background-color: #ff931e;
}
.event-all-link:hover, .event-all-link:focus {
  color: #ff931e;
  background-color: white;
}

.publications-filter {
  position: relative;
  margin: 0 0 1.875rem;
}
.publications-filter h2 {
  margin: 0 0 0.625rem;
  font-size: 1.375rem;
  font-weight: 600;
}
.publications-filter ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.publications-filter ul > li {
  display: block;
  margin: 0;
  padding: 0;
}
.publications-filter ul > li ~ li {
  padding-left: 12px;
}
.publications-filter ul > li a.active {
  font-weight: 600;
  text-decoration: underline;
  color: black;
}
.publications-filter ul > li a:visited {
  color: #1867bd;
}
.publications-filter .publications-processing-message {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
}

.publication-listing {
  margin: 0 0 1.875rem;
}
.publication-listing ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.publication-listing ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

.publication-item {
  width: 100%;
  margin: 1.875rem 0.5rem 1.875rem;
}
.publication-item .publication-callout {
  width: 100%;
}

.publication-callout {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.625rem;
}
.publication-callout > .publication-attachment-type {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 1.5rem 0.625rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: white;
  background-color: #ff931e;
  border-right: 10px solid white;
}
.publication-callout > .publication-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.875rem;
  background-color: #f2f2f2;
  line-height: 1.4;
}
.publication-callout > .publication-info > div:first-child {
  flex: 1;
}
.publication-callout > .publication-info > div:first-child > div:nth-child(1) {
  font-size: 1.125rem;
}
.publication-callout > .publication-info > div:first-child > div:nth-child(2) {
  margin: 0.125rem 0;
}
.publication-callout > .publication-info > div:last-child .publication-link {
  margin: 0;
  background-color: #f2f2f2;
}
.publication-callout > .publication-info > div:last-child .publication-link:hover, .publication-callout > .publication-info > div:last-child .publication-link:focus {
  color: white;
  background-color: #ff931e;
}
@media (min-width: 1024px) {
  .publication-callout > .publication-info {
    flex-direction: row;
    align-items: center;
  }
  .publication-callout > .publication-info > div ~ div {
    padding-left: 1.875rem;
  }
}
.nf-form-cont h3 {
  display: none;
}
.nf-form-cont .nf-form-fields-required {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  text-align: right;
  font-size: 0.875rem;
  font-style: italic;
}
.nf-form-cont .message-success {
  border: 1px solid #007a4b;
  background: #00995e;
  color: white;
  padding: 16px 16px 4px;
  font-size: 18px;
  margin: 0px 0 10px;
}
.nf-form-cont select,
.nf-form-cont input[type=text],
.nf-form-cont input[type=email],
.nf-form-cont input[type=tel],
.nf-form-cont textarea {
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  transition: background 0.15s;
}
.nf-form-cont select:focus,
.nf-form-cont input[type=text]:focus,
.nf-form-cont input[type=email]:focus,
.nf-form-cont input[type=tel]:focus,
.nf-form-cont textarea:focus {
  background: white;
  border-color: #112841;
}
.nf-form-cont button,
.nf-form-cont input[type=submit],
.nf-form-cont input[type=button] {
  background: #112841;
  border-radius: 0;
  border: none;
  padding: 0.75rem 1rem;
  transition: background 0.15s;
}
.nf-form-cont button:hover, .nf-form-cont button:focus,
.nf-form-cont input[type=submit]:hover,
.nf-form-cont input[type=submit]:focus,
.nf-form-cont input[type=button]:hover,
.nf-form-cont input[type=button]:focus {
  background-color: #ff931e;
}
.nf-form-cont .submit-container {
  text-align: right;
}

.dashboard .dashboard-welcome-header {
  margin: 0;
  font-size: 1.375rem;
  font-weight: 500;
}
.dashboard .dashboard-profile {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
}
.dashboard .dashboard-profile > div {
  flex: 1;
}
.dashboard .dashboard-person-info {
  display: flex;
  flex-direction: row;
}
.dashboard .dashboard-person-info > div:nth-child(2) {
  flex: 1;
}
.dashboard-table {
  margin: 0 0 1.25rem;
  border: none;
  border-collapse: collapse;
  background-color: #f2f2f2;
  border-bottom: 16px solid #f2f2f2;
}
.dashboard-table caption {
  padding: 0.625rem 1.625rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: white;
  background: #ff931e;
  border-bottom: 10px solid white;
}
.dashboard-table th,
.dashboard-table td {
  padding: 0.5rem 1.625rem;
  border: none;
}
.dashboard-table th {
  padding-top: 1.5rem;
  font-weight: 600;
}
/**
 * 14.0 - Media Queries
 */
/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/**
 * 15.0 - Print
 */
@media print {
  form,
button,
input,
select,
textarea,
.navigation,
.main-navigation,
.social-navigation,
.sidebar,
.content-bottom-widgets,
.header-image,
.page-links,
.edit-link,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link {
    display: none;
  }

  body,
blockquote cite,
blockquote small,
pre,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content .author-title {
    font-size: 12pt;
  }

  blockquote {
    font-size: 14.25pt;
  }

  .site-title,
.page-title,
.comments-title,
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.widecolumn h2 {
    font-size: 17.25pt;
  }

  .site-description {
    display: block;
  }

  .entry-title {
    font-size: 24.75pt;
    line-height: 1.2727272727;
    margin-bottom: 1.696969697em;
  }

  .format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 17.25pt;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  .entry-content h1,
.entry-summary h1,
.comment-content h1 {
    font-size: 21pt;
  }

  .entry-content h3,
.entry-summary h3,
.comment-content h3,
body:not(.search-results) .entry-summary {
    font-size: 14.25pt;
  }

  .site-description,
.author-bio,
.entry-footer,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 9.75pt;
  }

  body,
.site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }

  body,
blockquote cite,
blockquote small,
.site-branding .site-title a,
.entry-title a,
.comment-author {
    color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }

  blockquote,
.page-header,
.comments-title {
    border-color: #1a1a1a !important;
    /* Make sure color schemes don't affect to print */
  }

  blockquote,
.site-description,
body:not(.search-results) .entry-summary,
body:not(.search-results) .entry-summary blockquote,
.author-bio,
.entry-footer,
.entry-footer a,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-author,
.comment-metadata a,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.site-info a,
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #686868 !important;
    /* Make sure color schemes don't affect to print */
  }

  code,
hr {
    background-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }

  pre,
abbr,
acronym,
table,
th,
td,
.author-info,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments {
    border-color: #d1d1d1 !important;
    /* Make sure color schemes don't affect to print */
  }

  a {
    color: #007acc !important;
    /* Make sure color schemes don't affect to print */
  }

  .entry-content a,
.entry-summary a,
.taxonomy-description a,
.comment-content a,
.pingback .comment-body > a {
    box-shadow: none;
    border-bottom: 1px solid #007acc !important;
    /* Make sure color schemes don't affect to print */
  }

  .site {
    margin: 5%;
  }

  .site-inner {
    max-width: none;
  }

  .site-header {
    padding: 0 0 1.75em;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em;
  }

  .site-main {
    margin-bottom: 3.5em;
  }

  .entry-header,
.entry-footer,
.page-header,
.page-content,
.entry-content,
.entry-summary,
.post-thumbnail,
.comments-area {
    margin-right: 0;
    margin-left: 0;
  }

  .post-thumbnail,
.site-main > article {
    margin-bottom: 3.5em;
  }

  .entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.473684211em;
  }

  .site-footer,
.widecolumn {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-listing ul > li {
    flex: auto;
  }
  .news-listing ul > li > a > div:last-child {
    flex: auto;
    height: auto;
  }
}
#add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
  max-width: 40px;
  padding-left: 3px;
  margin: 0;
}

@media screen and (max-width: 1250px) and (min-width: 729px) {
  .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
    padding-right: 0;
    margin-bottom: 0;
  }
}
.tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag {
  background-color: #ff931e;
  padding-top: 10px;
}

.tribe-events-calendar-list .tribe-events-calendar-list__event-details {
  background-color: #f2f2f2;
  padding-top: 10px;
}
@media screen and (max-width: 758px) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-details {
    padding-left: 30px !important;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 769px) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-details {
    padding-left: 40px !important;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 758px) {
  .tribe-events-calendar-list .tribe-events-calendar-list__event-featured-image-wrapper {
    margin-bottom: 0;
    padding-right: 0 !important;
  }
}

.mobile-search-form {
  margin-top: 20px;
}
.mobile-search-form .field-wrapper #search {
  background-color: #e7e9ec;
  margin-bottom: 6px;
}

body:not(.home) #masthead .masthead-start > .mobile-search-form {
  display: none;
}
body:not(.home) #masthead .masthead-start .fixed-mobile #primary_nav .mobile-search-form input[type=submit] {
  height: 2.1875rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid #112841;
  border-radius: 0;
  color: #112841;
  background: white;
}

body.home #masthead .masthead-start > .mobile-search-form fieldset {
  padding: 0px;
  border: 0px;
}
body.home #masthead .masthead-start > .mobile-search-form fieldset #search {
  padding: 0.25rem 0.625rem;
}
body.home #masthead .masthead-start > .mobile-search-form fieldset input[type=submit] {
  height: 2.1875rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid #112841;
  border-radius: 0;
  color: #112841;
  background: transparent;
}

.search-results .page-header .page-title {
  margin-bottom: 1.875rem;
  line-height: 1.15;
  font-size: 2.8125rem;
  color: #ff931e;
}
.search-results #main article {
  margin-bottom: 10px;
}
.search-results #main article .search-list {
  display: flex;
}
.search-results #main article .search-list .images {
  display: flex;
  flex: 0.2;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0.625rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: white;
  background-color: #ff931e;
  border-right: 10px solid white;
}
.search-results #main article .search-list .images img {
  min-width: 60px;
}
.search-results #main article .search-list .contents {
  flex: 1;
  padding: 1.5rem 1.875rem;
  background-color: #f2f2f2;
  line-height: 1.4;
  width: 200px;
}
.search-results #main article .search-list .contents .entry-title {
  font-weight: 700;
  font-size: 1.125rem;
}
.search-results #main article .search-list .contents .entry-title a {
  color: black;
  text-decoration: none;
}
.search-results #main article .search-list .contents .summary p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.search-results #main .navigation.pagination {
  text-align: center;
}

.woocommerce-shop .woocommerce ul.products li.product .price ins {
  background-color: #007acc;
}

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