@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'Myriad Pro';
  src: url("/fonts//fonts/MyriadPro-It.eot");
  src: url("/fonts/MyriadPro-It.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-It.woff") format("woff"), url("/fonts/MyriadPro-It.ttf") format("truetype"), url("/fonts/MyriadPro-It.svg#54d63352cb4912719fdd069d2548d4f4") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("/fonts/MyriadPro-Bold.eot");
  src: url("/fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-Bold.woff") format("woff"), url("/fonts/MyriadPro-Bold.ttf") format("truetype"), url("/fonts/MyriadPro-Bold.svg#29986178e2e3e94e7075806c03273fa2") format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("/fonts/MyriadPro-Regular.eot");
  src: url("/fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-Regular.woff") format("woff"), url("/fonts/MyriadPro-Regular.ttf") format("truetype"), url("/fonts/MyriadPro-Regular.svg#b6b933d6eeb92d33db4fad36c45b0bff") format("svg");
  font-style: normal;
  font-weight: 400;
}

/* HTML display-role reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

*,
*:after,
*:before {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: inherit;
}

root {
  display: block;
  font-size: 100%;
}

html {
  min-width: 320px;
  height: 100%;
}

html {
  font-size: 1rem;
  background-color: #383838;
}

body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  color: #555555;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-weight: inherit;
  background-color: white;
  background-image: url("/graphics/global/patterns/hatch-333333-A4-24x24.png");
  background-repeat: repeat;
}

b {
  color: inherit;
  font-style: initial;
  font-weight: bold;
  text-decoration: inherit;
}

em {
  color: #383838;
  font-style: inherit;
}

p em {
  font-weight: initial;
  color: #383838;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

a {
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

a.em-link {
  color: #383838;
  text-decoration: underline !important;
}

a.em-link.-color-primary {
  color: #006FA3;
}

a:visited {
  color: inherit;
  text-decoration: none !important;
}

a:visited.-color-primary {
  color: #006FA3;
}

a:hover, a:focus, a:active {
  color: #006FA3;
  text-decoration: underline;
}

a:hover.-color-primary, a:focus.-color-primary, a:active.-color-primary {
  color: #383838;
}

.error-message {
  color: #880000;
}

.centered {
  display: block;
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.clickable {
  cursor: pointer;
}

.flex-spacer {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.flex-row {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

button,
.button, .button:visited {
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  display: block;
  padding: 5px 10px;
  color: white;
  background-color: #2185B6;
  border: solid 2px #006FA3;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

button:hover, button:focus, button:active,
.button:hover, .button:focus, .button:active {
  color: white;
  background-color: #006FA3;
  border: solid 2px #2185B6;
  font-weight: bold;
}

div#falloff-edge-left,
div#falloff-edge-right {
  position: absolute;
  top: 0;
  width: 24px;
  height: 100%;
  background-repeat: repeat;
}

div#falloff-edge-left {
  left: 0;
  background-image: url("/graphics/global/edges/falloff-edge-left-FFFFFF-333333-A50-24x1.png");
}

div#falloff-edge-right {
  right: 0;
  background-image: url("/graphics/global/edges/falloff-edge-right-FFFFFF-333333-A50-24x1.png");
}

.cover-tag {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-decoration: none !important;
}

.transcription {
  font-style: italic;
}

.photo-credit,
.transcription-header-text {
  display: block;
  color: #888888;
  font-size: .875rem;
  font-style: italic;
  text-align: right;
}

/* Site Content */
ul.-no-bullets, ul > .no-bullet, ol.-no-bullets, ol > .no-bullet {
  list-style-type: none !important;
}

ul.-square, ol.-square {
  list-style-type: square !important;
}

ul li, ol li {
  margin-top: .625em;
  margin-bottom: .625em;
}

ul li:first-child, ol li:first-child {
  margin-top: initial;
}

ul li:last-child, ol li:last-child {
  margin-bottom: initial;
}

.color-primary {
  color: #006FA3 !important;
}

div#header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  color: white;
  font-size: 1rem;
  letter-spacing: .2em;
  background-color: #006FA3;
  background-image: url("/graphics/global/patterns/hatch-CCCCCC-A4-24x24.png");
  background-repeat: repeat;
  border-bottom: solid 2px #383838;
}

div#header a.site-navigation-link {
  position: relative;
  display: block;
  padding: 2px 5px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
}

div#header a.site-navigation-link:hover,
div#header a.site-navigation-link:focus,
div#header a.site-navigation-link:active,
div#header a.main-navigation-link:hover,
div#header a.main-navigation-link:focus,
div#header a.main-navigation-link:active {
  color: #FFB600;
  text-decoration: none !important;
}

div#header a.site-navigation-link.active-page {
  color: #FFB600;
  text-decoration: none !important;
}

div#header nav#header-navigation-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.25rem;
}

@media not all and (max-width: 1024px) {
  div#header nav#header-navigation-menu {
    display: none;
  }
}

div#header nav.header-navigation-menu.open {
  padding-bottom: 0;
}

nav#header-navigation-menu div.navigation-menu-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 5px 10px;
}

nav#header-navigation-menu a#menu-button {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1.25em;
  min-height: 1.25em;
  background-image: url("/graphics/global/icons/menu-open-icon-FFFFFF-180x180.png");
  background-position: center right;
  background-size: 1.25em 1.25em;
  background-repeat: no-repeat;
}

nav#header-navigation-menu a#menu-button:hover,
nav#header-navigation-menu a#menu-button:active,
nav#header-navigation-menu a#menu-button:focus {
  background-image: url("/graphics/global/icons/menu-open-icon-FFB600-180x180.png");
}

nav#header-navigation-menu div.site-navigation-links-wrapper {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  overflow: hidden;
  height: 0;
  padding: 0;
  color: white;
  background-color: #383838;
  background-image: url("/graphics/global/patterns/hatch-CCCCCC-A4-24x24.png");
  background-repeat: repeat;
}

nav#header-navigation-menu a#home-link {
  padding: 0;
  padding-top: 3px;
  font-size: 1em;
}

nav#header-navigation-menu a.site-navigation-link {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
  font-size: 0.875em;
  padding: 2px 10px;
  padding-top: 5px;
}

nav#header-navigation-menu a.site-navigation-link:hover,
nav#header-navigation-menu a.site-navigation-link:focus,
nav#header-navigation-menu a.site-navigation-link:active {
  padding-left: 15px;
}

nav#header-navigation-menu.open a#menu-button {
  background-image: url("/graphics/global/icons/menu-close-icon-FFFFFF-180x180.png");
}

nav#header-navigation-menu.open a#menu-button:hover,
nav#header-navigation-menu.open a#menu-button:active,
nav#header-navigation-menu.open a#menu-button:focus {
  background-image: url("/graphics/global/icons/menu-close-icon-FFB600-180x180.png");
}

nav#header-navigation-menu.open div.site-navigation-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: initial;
  padding-top: 5px;
  border-top: solid 1px white;
}

div#header nav.header-navigation-expanded {
  display: none;
  padding: 5px 10px;
  font-size: 1.25rem;
}

@media not all and (max-width: 1024px) {
  div#header nav.header-navigation-expanded {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

nav.header-navigation-expanded div.main-navigation-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 3px;
}

nav.header-navigation-expanded div.site-navigation-links-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-right: solid 2px white;
  border-left: solid 2px white;
  margin: 0 5px;
  padding: 0 5px;
  padding-top: 3px;
}

nav.header-navigation-expanded div.wrap-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
}

nav.header-navigation-expanded div.site-navigation-links-wrapper div.wrap-group {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

div#footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  color: white;
  font-size: 1rem;
  letter-spacing: .2em;
  background-color: #383838;
  border-top: solid 2px #006FA3;
  background-image: url("/graphics/global/patterns/hatch-CCCCCC-A4-24x24.png");
  background-repeat: repeat;
}

@media not all and (max-width: 1024px) {
  div#footer {
    font-size: .875rem;
  }
}

#footer-content-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1.25em;
  padding-top: 1.25em;
}

#contact-information-div {
  display: none;
  /*@include flexbox();*/
  /*@include flex-flow(column nowrap);*/
  /*@include align-items(center);*/
  color: white;
  /*font-size:.875em;*/
  padding-top: 1.25em;
  padding-bottom: 1.5em;
  line-height: 1.75em;
  background-color: #006FA3;
  background-image: url("/graphics/global/patterns/hatch-CCCCCC-A4-24x24.png");
  background-repeat: repeat;
}

#contact-information-div #office-address-link {
  text-decoration: underline !important;
}

#contact-information-div #office-address-link:hover,
#contact-information-div #office-address-link:active,
#contact-information-div #office-address-link:focus {
  color: #FFB600;
}

#footer-navigation-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1.25em;
  padding-top: 1.25em;
}

#footer-navigation-div #logo-div {
  display: none;
  max-width: 150px;
}

@media not all and (max-width: 400px) {
  #footer-navigation-div #logo-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
  }
}

#footer-navigation-div #logo-figure-image {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 20px 0;
  background-image: url("/graphics/global/logos/movement-bodywork-figure-FFFFFF-800x602.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

#footer-navigation-div .vertical-divider-line {
  display: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 0px;
  border-left: solid 2px white;
  margin: 0 20px;
}

@media not all and (max-width: 400px) {
  #footer-navigation-div .vertical-divider-line {
    display: inline-block;
  }
}

#footer-navigation-div .site-navigation-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 200px;
}

@media not all and (max-width: 400px) {
  #footer-navigation-div .site-navigation-div {
    max-width: 150px;
  }
}

#footer-navigation-div .site-navigation-div .site-navigation-link {
  text-align: center;
  padding: 3px 0px;
}

@media not all and (max-width: 400px) {
  #footer-navigation-div .site-navigation-div .site-navigation-link {
    text-align: left;
  }
}

div#footer #social-media-navigation-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 1.125em;
  padding-bottom: 1.75em;
}

div#footer .social-media-link {
  display: block;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  background-position: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

div#footer .social-media-link:last-child {
  margin-right: 0;
}

div#footer #facebook-link {
  background-image: url("/graphics/global/icons/facebook-circle-icon-FFFFFF-90x90.png");
}

div#footer #facebook-link:hover,
div#footer #facebook-link:active,
div#footer #facebook-link:focus {
  background-image: url("/graphics/global/icons/facebook-circle-icon-FFB600-90x90.png");
}

div#footer #instagram-link {
  background-image: url("/graphics/global/icons/instagram-circle-icon-FFFFFF-90x90.png");
}

div#footer #instagram-link:hover,
div#footer #instagram-link:active,
div#footer #instagram-link:focus {
  background-image: url("/graphics/global/icons/instagram-circle-icon-FFB600-90x90.png");
}

div#footer #yelp-link {
  background-image: url("/graphics/global/icons/yelp-circle-icon-FFFFFF-90x90.png");
}

div#footer #yelp-link:hover,
div#footer #yelp-link:active,
div#footer #yelp-link:focus {
  background-image: url("/graphics/global/icons/yelp-circle-icon-FFB600-90x90.png");
}

div#footer #site-info-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #7A6E69;
  padding-bottom: 5px;
  font-size: .875em;
  text-align: center;
}

div#footer #trademark-div {
  margin-top: .75em;
}

div#footer .attribution-div {
  line-height: 1.25em;
  text-align: center;
  margin-top: .75em;
}

div#footer .attribution-div #web-designer-link {
  color: #B68408;
}

div#footer .attribution-div #web-designer-link:hover {
  color: #FFB600;
}

div#page-content-wrapper {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

div#main-content-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-top: 15px;
  padding-bottom: 30px;
}

div#left-content-div, div#right-content-div {
  display: none;
}

@media not all and (max-width: 1024px) {
  div#left-content-div, div#right-content-div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.content-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 25px;
  padding-bottom: 15px;
  line-height: 1.25em;
}

.content-section header {
  margin-bottom: 7px;
}

.content-section div.section-content-div {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  max-width: 350px;
}

.content-section div.section-content-div img {
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  max-width: 100%;
  border: solid 1px #888888;
}

.content-section div.section-content-div p, .content-section div.section-content-div ul, .content-section div.section-content-div ol, .content-section div.section-content-div address, .content-section div.section-content-div img {
  margin-bottom: .625em;
}

.content-section div.section-content-div p:last-child, .content-section div.section-content-div ul:last-child, .content-section div.section-content-div ol:last-child, .content-section div.section-content-div img:last-child {
  margin-bottom: inherit;
}

.content-section div.section-content-div ul,
.content-section div.section-content-div p span.unordered-list {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.5em;
}

.content-section div.section-content-div p span.unordered-list {
  display: block;
}

.content-section div.section-content-div p.sub-text {
  margin: 10px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 0;
  border-top: #006FA3 dotted 1px;
  border-bottom: #006FA3 dotted 1px;
}

.content-section div.section-content-div .spacer,
.content-section div.section-content-div .divider-line {
  display: block;
  clear: both;
  margin-left: 30px;
  margin-right: 30px;
}

.content-section div.section-content-div .spacer {
  margin-top: 30px;
  margin-bottom: 30px;
}

.content-section div.section-content-div .spacer:last-child {
  margin-bottom: 10px;
}

.content-section div.section-content-div .divider-line {
  border-bottom: #006FA3 dotted 1px;
}

.content-section div.section-content-div .vimeo-player-wrapper {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-height: 200px;
  margin-bottom: 10px;
}

#error-content-section {
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 1.125rem;
}

div#page-quick-links-wrapper .quick-links-header,
div#page-site-quick-links-wrapper .quick-links-header {
  margin-bottom: 10px;
}

div#page-quick-links-wrapper a.quick-link,
div#page-site-quick-links-wrapper a.quick-link {
  position: relative;
  display: block;
  padding: 5px 5px;
  color: #006FA3;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline !important;
}

div#page-quick-links-wrapper a.quick-link:hover,
div#page-quick-links-wrapper a.quick-link:focus,
div#page-quick-links-wrapper a.quick-link:active,
div#page-site-quick-links-wrapper a.quick-link:hover,
div#page-site-quick-links-wrapper a.quick-link:focus,
div#page-site-quick-links-wrapper a.quick-link:active {
  color: #555555;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  text-decoration: underline !important;
}

div#page-quick-links-wrapper .section-content-div {
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #006FA3;
}

div#page-site-quick-links-wrapper .section-content-div {
  padding-top: 30px;
  margin-top: 0px;
  border-top: dotted 1px #006FA3;
}

div#page-site-quick-links-wrapper .site-quick-links-block-div {
  margin: 15px 0;
}

div#page-site-quick-links-wrapper .site-quick-links-block-div:first-child {
  margin-top: 0;
}

form {
  color: inherit;
}

form .form-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}

form .form-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  background-clip: padding-box;
  margin: 5px 0;
}

form .form-message {
  text-align: center;
  margin-bottom: 10px;
}

form .form-message ul {
  list-style-type: none;
}

form input,
form textarea,
form select {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-clip: padding-box;
}

form input[type=text],
form input[type=password],
form input[type=email],
form textarea,
form select {
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 8px 4px 8px 10px;
  border: solid 2px #555555;
  background: none;
  color: inherit;
  font-size: 1rem;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-weight: bold;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-clip: padding-box;
}

form textarea {
  height: 5em;
  min-height: 5em;
  resize: vertical;
}

form input[type=text]:focus, form input[type=text]:active, form input[type=text]:valid,
form input[type=password]:focus, form input[type=password]:active, form input[type=password]:valid,
form input[type=email]:focus, form input[type=email]:active, form input[type=email]:valid,
form textarea:focus, form textarea:active, form textarea:valid {
  background-color: white;
  border: solid 2px #1D3E4F;
}

form .form-line-condensed .inside-label-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 1em;
  height: 100%;
  overflow: visible;
}

form .form-line-condensed label {
  color: #006FA3;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}

div#email-form-success-message-div {
  display: none;
}

div#email-form-success-message-div.visible {
  display: block;
  text-align: center;
  margin: 15px 0;
  font-weight: bold;
}

div#email-form-success-message-div #success-message {
  color: #1D3E4F;
}

div#email-form-error-messages-div {
  display: none;
}

div#email-form-error-messages-div.visible {
  display: block;
  text-align: center;
  margin: 15px 0;
}

div#client-feedback-div {
  max-width: 225px;
  padding: 40px 5px;
  padding-bottom: 50px;
  margin-left: 20px;
  font-size: 1rem;
  text-align: right;
}

div#client-feedback-div .client-feedback-header {
  color: #666666;
  font-weight: bold;
  font-size: 1em;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  margin-bottom: 15px;
}

div#client-feedback-div q {
  quotes: '“' '”' '‘' '’';
}

div#client-feedback-div p.client-quote-block {
  color: #888888;
  font-size: 0.875em;
  font-family: "Myriad Pro", Vedana, Helvetica, Geneva, Arial, sans-serif;
  line-height: 1.25em;
  margin-top: 20px;
  margin-bottom: 30px;
}

div#client-feedback-div q.client-quote {
  display: block;
  font-style: italic;
}

div#client-feedback-div .client-quote-name {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

div#client-feedback-div .client-quote-name:before {
  content: '~ ';
}

section#primary-education {
  padding-bottom: 10px;
}

div.ce-course-div,
div#primary-education-div {
  font-size: .875rem;
  line-height: 1rem;
}

div#primary-education-div {
  padding: 5px 10px;
}

div.ce-course-div {
  padding: 10px;
  border: dotted 1px #006FA3;
  margin-bottom: 10px;
}

div.ce-course-div:last-child {
  margin-bottom: 5px;
}

div.ce-course-div .ce-course-name {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 2px;
}

div.ce-course-div .ce-institute-name {
  color: #666666;
  font-size: 1em;
  margin-left: 5px;
  margin-bottom: 5px;
}

div.ce-course-div .ce-instructor-name {
  color: #666666;
  font-size: 1em;
}

div.ce-course-div .ce-course-dates {
  color: #666666;
  font-size: 1em;
  margin-top: 5px;
}

div.client-resources-wrapper {
  margin: 15px 0;
}

div.client-resource-div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  padding: 10px;
  border: dotted 1px #006FA3;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.25rem;
}

div.client-resource-div .client-resource-name {
  font-size: 1em;
  font-weight: bold;
}

div.client-resource-div .client-resource-description {
  color: #666666;
  font-size: 1em;
  margin: 5px;
  margin-bottom: 10px;
}

div#page-important-notifications-wrapper {
  color: #FFB600;
  background-color: #383838;
  padding: 1rem;
  text-align: center;
}

div#page-important-notifications-wrapper .content-section {
  padding: 0;
  padding-top: .25rem;
}

div#page-important-notifications-wrapper a:hover, div#page-important-notifications-wrapper a:focus, div#page-important-notifications-wrapper a:active {
  color: #FFE092;
  text-decoration: underline;
}
