@charset "UTF-8";
/*
Theme Name: Atlas WordPress Theme
Theme URI: http://seamonsterstudios.com
Description: This is the theme for Atlas Coffee Importer -- WordPress v4.3.1
Author: SeaMonster Studios
Author URI: http://seamonsterstudios.com
Version: 1.4
Date: 09-29-2015
*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

button,
input[type="submit"],
.button, .blueButton, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .gform_footer input[type="submit"], .courseFormContainer .atlasContactSMS_wrapper .gform_footer input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  border-radius: 0px;
  color: #004876;
  display: inline-block;
  font-size: 1em;
  font-family: "Futura W01 Book", sans-serif;
  line-height: 18px;
  letter-spacing: 2px;
  padding: 1em 2em;
  text-decoration: none;
  text-transform: uppercase; }
  button:hover,
  input[type="submit"]:hover,
  .button:hover, .blueButton:hover, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .gform_footer input[type="submit"]:hover, .courseFormContainer .atlasContactSMS_wrapper .gform_footer input[type="submit"]:hover {
    background-color: #629db2;
    color: white; }
  button:active,
  input[type="submit"]:active,
  .button:active, .blueButton:active, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .gform_footer input[type="submit"]:active, .courseFormContainer .atlasContactSMS_wrapper .gform_footer input[type="submit"]:active {
    background-color: #629db2;
    color: white; }
  button:visited,
  input[type="submit"]:visited,
  .button:visited, .blueButton:visited, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .gform_footer input[type="submit"]:visited, .courseFormContainer .atlasContactSMS_wrapper .gform_footer input[type="submit"]:visited {
    color: white; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fffdf7;
  color: #202020;
  font-family: "Futura W01 Book", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: -.5px; }

.redText {
  color: #a63c2f; }

.goldText {
  color: #b0976d; }

.blueText {
  color: #004876; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura W01 Bold";
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 3em; }
  @media screen and (min-width: 600px) {
    h1 {
      font-size: 4em; } }

h2 {
  font-size: 2.25em;
  font-weight: 400; }
  @media screen and (min-width: 600px) {
    h2 {
      font-size: 3em; } }

h3 {
  font-size: 1.6875em; }
  @media screen and (min-width: 600px) {
    h3 {
      font-size: 2.25em; } }

h4 {
  font-size: 1.5em; }
  @media screen and (min-width: 600px) {
    h4 {
      font-size: 1.3125em; } }

h5 {
  font-size: 1.5em; }
  @media screen and (min-width: 600px) {
    h5 {
      font-size: 1.5em; } }

h6 {
  font-size: 0.8125em; }
  @media screen and (min-width: 600px) {
    h6 {
      font-size: 2em; } }

p {
  margin: 0 0 1.5rem;
  font-size: 1.125em; }
  @media screen and (min-width: 600px) {
    p {
      font-size: 1.125em;
      line-height: 1.5em; } }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #a63c2f;
  text-decoration: none; }
  a:hover {
    color: #7e2e24; }
  a:active, a:focus {
    color: #7e2e24;
    outline: none; }

hr {
  border-bottom: 1px solid #202020;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }
  hr.gold {
    border-color: #b0976d; }

img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto; }

blockquote {
  color: #464646;
  margin: 1.5em 0;
  padding-left: 0.75em;
  font-style: italic; }

cite {
  color: #606060; }

ul, ol {
  font-size: 1.125em;
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li, ol li {
    padding: 0;
    margin: 0; }

h2.indexHeader {
  margin: 0 auto 1rem;
  font-family: "Playfair Display", Georgia, serif;
  max-width: 940px; }

::-webkit-input-placeholder {
  color: #9b9b9b;
  font-size: 0.875em;
  font-family: "Futura W01 Book", sans-serif;
  text-transform: uppercase; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
  font-size: 0.875em;
  font-family: "Futura W01 Book", sans-serif;
  text-transform: uppercase; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  font-size: 0.875em;
  font-family: "Futura W01 Book", sans-serif;
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #9b9b9b;
  font-size: 0.875em;
  font-family: "Futura W01 Book", sans-serif;
  text-transform: uppercase; }

fieldset {
  background: #3a3a3a;
  border: 1px solid #202020;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Futura W01 Book", sans-serif;
  font-size: 0.875em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #979797;
  font-family: "Futura W01 Book", sans-serif;
  font-size: 0.875em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
  height: 42px; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #979797; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #7e2e24;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 0 5px rgba(106, 38, 30, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid black;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #202020;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"],
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #202020;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  input[type="submit"]:hover,
  .button:hover {
    border: 1px solid white; }

.innerContainer {
  padding: 0 1em;
  width: 100%;
  max-width: 85.5em;
  margin: 0 auto; }

*[class^="icon-"]:before {
  margin-right: 5px;
  font-weight: normal; }

#sb-site {
  background-color: #fffdf7; }

header {
  height: 50px;
  background: white;
  position: relative;
  z-index: 15; }
  header h1 {
    height: 0;
    width: 0;
    text-indent: -9999em; }
  header .fa-reorder, header .fa-search {
    margin-top: 14px;
    margin-right: 8px;
    font-size: 21px;
    color: #a63c2f;
    float: right; }
  header .fa-search {
    margin-right: 1rem; }
  header .headerLogo {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    height: 60px;
    margin-top: -36px;
    margin-left: -48px; }
    header .headerLogo svg.atlas {
      height: 120px;
      width: 238px; }
      header .headerLogo svg.nkg {
        height: 30px;
        max-width: 80px;
        display: inline-block;
        vertical-align: top;
        margin-top: 40px;
        margin-left: -60px;    
       }
      header .headerLogo svg #Wordmark {
        fill: #004876; }
      header .headerLogo svg #Logo {
        fill: rgba(0, 72, 118, 0); }
  @media screen and (min-width: 1024px) {
    header {
      background-color: rgba(255, 255, 255, 0.95);
      height: 140px; }
      header .fa-reorder {
        display: none; }
      header .fa-search {
        margin-top: 36px;
        margin-right: 16px;
        margin-left: 12px;
        font-size: 0.875rem;
        color: #a63c2f;
        float: right;
        line-height: 1rem; }
      header .headerLogo {
        margin-top: -65px;
        margin-left: -90px;
        width: 510px;
        height: 210px;
        float: left; }
        header .headerLogo svg.atlas {
          height: 100%;
          width: auto;
          display: inline-block; }
          header .headerLogo svg.nkg {
            height: 100%;
            max-width: 80px;
            display: inline-block;
            margin-top: 0px;
            margin-left: 0px;  }
          header .headerLogo svg #Wordmark {
            fill: #004876; }
          header .headerLogo svg #Logo {
            fill: rgba(0, 72, 118, 0.55);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
      header.ha-header-small .fa-search {
        margin-top: 17px; }
      header.ha-header-small .headerLogo {
        height: 60px;
        margin-top: -44px;
        margin-left: -60px; }
        header.ha-header-small .headerLogo svg.atlas {
          height: 150px;
          width: 297px; }
          header.ha-header-small .headerLogo svg.nkg {
            height: 50px;
            width: 50px;
          margin-top: 45px;
        margin-left: -40px; }
          header.ha-header-small .headerLogo svg #Wordmark {
            fill: #004876; }
          header.ha-header-small .headerLogo svg #Logo {
            fill: rgba(0, 72, 118, 0); }
      header.ha-header-small .mainNav {
        margin-top: 10px; } }
        @media screen and (min-width: 1281px) {
          header .headerLogo {
            width: 550px;
          }
          header .headerLogo svg.nkg {
            margin-left: 40px;
          }
        }
@media screen and (min-width: 1024px) {
  .postHeader header .headerLogo {
    background: url("./images/logos/header-logo-atlas-blue.png"); }
  .postHeader header .fa-search {
    color: #a63c2f; }
  .postHeader header .mainNav ul li a {
    color: #a63c2f; }
  .postHeader header.ha-header-small .headerLogo {
    background: url("./images/logos/header-mobile-logo.png") no-repeat;
    width: 102px;
    height: 32px;
    margin: 16px 0 0 16px; }
  .postHeader header.ha-header-small .mainNav {
    margin-top: 10px; } }

.formWrapper {
  opacity: 0;
  position: relative; }

.show-search .formWrapper {
  opacity: 1.0; }

#searchOverlay {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  transition: background 500ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  background: transparent;
  text-align: left;
  display: block;
  -webkit-touch-callout: none;
  height: 100%;
  text-align: center;
  z-index: -1;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.show-search #searchOverlay {
  background: #004876;
  z-index: 10;
  top: 0;
  overflow-y: auto; }
  @media screen and (min-width: 1024px) {
    .show-search #searchOverlay {
      z-index: 20; } }

#searchOverlay .formWrapper {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  min-height: 400px;
  height: 100%; }
  .show-search #searchOverlay .formWrapper {
    overflow-y: auto; }
  @media screen and (min-width: 600px) {
    #searchOverlay .formWrapper {
      min-height: 850px; } }
  #searchOverlay .formWrapper form {
    -webkit-transform: translate(-40%, -50%);
    -moz-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    -o-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    position: absolute;
    top: 50%;
    left: 40%;
    width: 90%; }
  @media screen and (min-width: 1024px) {
    #searchOverlay .formWrapper form {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%;
      width: 90%; } }

/*------------------ Main Navigation ------------------*/
.mainNav {
  display: none; }
  @media screen and (min-width: 1024px) {
    .mainNav {
      display: block;
      width: 63%;
      max-width: 783px;
      float: right;
      margin-top: 30px; }
      .mainNav ul {
        width: 100%;
        text-align: justify;
        margin: 0;
        padding: 0;
        list-style: none; }
        .mainNav ul:after {
          content: '';
          width: 100%;
          display: inline-block; }
        .mainNav ul li {
          display: inline-block;
          position: relative;
          margin-bottom: 0;
          padding: 0; }
          .mainNav ul li:hover a {
            color: #004876; }
          .mainNav ul li a {
            -webkit-transition: color 0.5s ease-in;
            -moz-transition: color 0.5s ease-in;
            transition: color 0.5s ease-in;
            font-family: "Futura W01 Medium";
            text-transform: uppercase;
            letter-spacing: 2px;
            line-height: 1rem;
            color: #a63c2f;
            font-size: 0.875rem; } }
            @media screen and (min-width: 1024px) and (max-width: 1180px){
              .mainNav {
                max-width: 563px;
              }
              .mainNav ul li a {
                letter-spacing: 1.25px;
                font-size: .9rem;
              }
            }
            @media screen and (min-width: 1181px) and (max-width: 1280px){
              .mainNav {
                max-width: 693px;
              }
            }
.sb-right {
  background: #004876; }
  .sb-right ul {
    margin: 5em 0 0;
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #74b1c7; }
    .sb-right ul li {
      border-bottom: 1px solid #74b1c7;
      margin-bottom: 0;
      padding-left: 24px; }
      .sb-right ul li:hover {
        background: #74b1c7; }
      .sb-right ul li a {
        color: #a63c2f;
        line-height: 48px;
        padding-left: 0;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Futura W01 Medium";
        font-size: 1em; }
        .sb-right ul li a:hover {
          border-bottom: none; }
      .sb-right ul li ul.sub-menu {
        margin-top: 0; }
        .sb-right ul li ul.sub-menu li {
          font-size: 18px; }
          .sb-right ul li ul.sub-menu li a {
            padding-left: 2em; }
            .sb-right ul li ul.sub-menu li a:before {
              content: " - "; }
          .sb-right ul li ul.sub-menu li ul.sub-menu li a {
            padding-left: 3em; }

.homeMarquee {
  height: 100vh;
  text-align: center;
  margin-bottom: 2em; }
  .homeMarquee h2 {
    color: white;
    font-size: 1em;
    font-family: "Futura W01 Book";
    letter-spacing: 4px;
    line-height: 19px;
    padding-top: 148px; }
    .homeMarquee h2:after {
      content: " ";
      width: 116px;
      background-color: #b0976d;
      height: 2px;
      display: block;
      margin: 16px auto 24px; }
  .homeMarquee h3 {
    color: white;
    font-size: 2.25em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 36px; }
  @media screen and (min-width: 1024px) {
    .homeMarquee {
      height: 550px; } }
  @media screen and (min-width: 1024px) {
    .homeMarquee h2 {
      padding-top: 298px; } }

.atlasAlert div {
  padding: 1.25em;
  background: #004876;
  color: white; }
  .atlasAlert div p {
    margin-bottom: 0; }

.homeCoffeeTradingContainer {
  margin: 5.25em auto 4em; }
  .homeCoffeeTradingContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .homeCoffeeTradingContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 600px) {
    .homeCoffeeTradingContainer h2 {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    .homeCoffeeTradingContainer h2 {
      position: absolute; } }
  @media screen and (min-width: 600px) {
    .homeCoffeeTradingContainer article::after {
      clear: both;
      content: "";
      display: table; }
    .homeCoffeeTradingContainer article p {
      float: left;
      width: 47.5%;
      margin-right: 5%; }
      .homeCoffeeTradingContainer article p:nth-child(even) {
        margin-right: 0; }
    .homeCoffeeTradingContainer article .tagline {
      clear: both; }
      .homeCoffeeTradingContainer article .tagline p {
        width: 100%; } }

@media screen and (min-width: 600px) and (min-width: 1024px) {
  .homeCoffeeTradingContainer::after {
    clear: both;
    content: "";
    display: table; }
  .homeCoffeeTradingContainer article {
    width: 100%;
    float: left;
    padding-left: 330px; } }

.stellarImage {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  position: relative;
  margin-bottom: 2em; }

.homeCoffeeEducationContainer {
  margin: 5.25em auto 4em; }
  .homeCoffeeEducationContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .homeCoffeeEducationContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 600px) {
    .homeCoffeeEducationContainer h2 {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    .homeCoffeeEducationContainer h2 {
      position: absolute; } }
  .homeCoffeeEducationContainer .homeCoursesContainer .course img {
    display: none; }
  .homeCoffeeEducationContainer .homeCoursesContainer .course p {
    font-family: "Futura W01 Medium";
    line-height: 1.5;
    font-size: 1rem; }
  @media screen and (min-width: 600px) {
    .homeCoffeeEducationContainer article::after {
      clear: both;
      content: "";
      display: table; }
    .homeCoffeeEducationContainer article p {
      float: left;
      width: 47.5%;
      margin-right: 5%; }
      .homeCoffeeEducationContainer article p:nth-child(even) {
        margin-right: 0; }
    .homeCoffeeEducationContainer article .tagline {
      clear: both; }
      .homeCoffeeEducationContainer article .tagline p {
        width: 100%; } }

@media screen and (min-width: 600px) and (min-width: 1024px) {
  .homeCoffeeEducationContainer::after {
    clear: both;
    content: "";
    display: table; }
  .homeCoffeeEducationContainer article {
    width: 100%;
    float: left;
    padding-left: 330px; } }
  @media screen and (min-width: 600px) {
    .homeCoffeeEducationContainer .homeCoursesContainer::after {
      clear: both;
      content: "";
      display: table; }
    .homeCoffeeEducationContainer .homeCoursesContainer .course {
      width: 23.5%;
      float: left;
      margin-right: 2%; }
      .homeCoffeeEducationContainer .homeCoursesContainer .course:last-child {
        margin-right: 0; }
      .homeCoffeeEducationContainer .homeCoursesContainer .course img {
        display: block; }
      .homeCoffeeEducationContainer .homeCoursesContainer .course a {
        position: relative;
        display: block; }
        .homeCoffeeEducationContainer .homeCoursesContainer .course a.courseImageLink .courseOverlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: #004876;
          opacity: 0.52; }
        .homeCoffeeEducationContainer .homeCoursesContainer .course a.courseImageLink .courseIcon {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 10; }
        .homeCoffeeEducationContainer .homeCoursesContainer .course a:hover {
          -webkit-transition: opacity 0.3s linear;
          -moz-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
          opacity: 0.752; } }

.homeNewsContaier {
  margin: 5.25em auto 4em; }
  .homeNewsContaier h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .homeNewsContaier h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 600px) {
    .homeNewsContaier h2 {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    .homeNewsContaier h2 {
      position: absolute; } }
  @media screen and (min-width: 600px) {
    .homeNewsContaier article::after {
      clear: both;
      content: "";
      display: table; }
    .homeNewsContaier article p {
      float: left;
      width: 47.5%;
      margin-right: 5%; }
      .homeNewsContaier article p:nth-child(even) {
        margin-right: 0; }
    .homeNewsContaier article .tagline {
      clear: both; }
      .homeNewsContaier article .tagline p {
        width: 100%; } }

@media screen and (min-width: 600px) and (min-width: 1024px) {
  .homeNewsContaier::after {
    clear: both;
    content: "";
    display: table; }
  .homeNewsContaier article {
    width: 100%;
    float: left;
    padding-left: 330px; } }

footer {
  background: white;
  padding: 8em 0; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  footer h5 {
    font-size: 1.125em;
    font-family: "Futura W01 Bold";
    color: #004876;
    text-transform: uppercase;
    margin-bottom: .888888889em; }
  footer ul, footer li {
    list-style: none;
    padding: 0;
    margin: 0; }
  footer li {
    font-size: 0.75em;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.92px; }
  footer a {
    color: #74b1c7; }
    footer a:hover {
      color: #509db8; }
  @media screen and (min-width: 600px) {
    footer {
      padding: 5em 0; } }

.footerMeta {
  margin-bottom: 2.5em; }
  .footerMeta .vcard #headquarters_map {
    margin-bottom: 1em;
    display: block;
    color: #74b1c7; }
  .footerMeta .vcard .tel {
    font-size: 0.8125em;
    line-height: 36px; }
  .footerMeta .footerSocial {
    margin-top: 1em; }
    .footerMeta .footerSocial a.fa {
      display: inline-block;
      vertical-align: top;
      height: 42px;
      width: 42px;
      margin-right: 5px;
      background: #74b1c7;
      color: white;
      line-height: 42px;
      text-align: center;
      font-size: 20px; }
      .footerMeta .footerSocial a.fa:hover {
        background: #509db8; }
    .footerMeta .footerSocial a.fa-flickr {
      background: white;
      color: #74b1c7;
      font-size: 42px;
      border: 7px solid #74b1c7;
      -webkit-transition: color 0s linear;
      -moz-transition: color 0s linear;
      transition: color 0s linear; }
      .footerMeta .footerSocial a.fa-flickr:hover {
        color: #509db8;
        background: white;
        border: 7px solid #509db8; }
      .footerMeta .footerSocial a.fa-flickr:before {
        position: absolute;
        top: -6px;
        right: -4px; }
  @media screen and (min-width: 750px) {
    .footerMeta {
      float: left;
      width: 47.5%;
      margin-right: 5%; } }
  @media screen and (min-width: 1024px) {
    .footerMeta {
      width: 23.5%;
      margin-right: 2%; } }

.footerArrivals {
  margin-bottom: 2em; }
  @media screen and (min-width: 750px) {
    .footerArrivals {
      float: left;
      width: 47.5%; } }
  @media screen and (min-width: 1024px) {
    .footerArrivals {
      width: 23.5%;
      margin-right: 2%; } }

.footerPosts {
  margin-bottom: 2em; }
  @media screen and (min-width: 750px) {
    .footerPosts {
      float: left;
      width: 47.5%;
      margin-right: 5%; } }
  @media screen and (min-width: 1024px) {
    .footerPosts {
      width: 23.5%;
      margin-right: 2%; } }

.footerInstagram {
  margin-bottom: 4.5em; }
  .footerInstagram h5 {
    text-transform: none; }
  .footerInstagram li {
    float: left;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 0.25em; }
    .footerInstagram li:nth-child(3n+3) {
      margin-right: 0; }
  @media screen and (min-width: 750px) {
    .footerInstagram {
      float: left;
      width: 47.5%; } }
  @media screen and (min-width: 1024px) {
    .footerInstagram {
      width: 23.5%;
      margin-right: 0%; } }

.footerCopy {
  clear: both;
  border-top: 2px solid #74b1c7;
  padding-top: 3em;
  text-align: center; }
  .footerCopy small {
    font-size: 0.6875em;
    text-transform: uppercase;
    color: #004876;
    letter-spacing: 2px; }

@media screen and (min-width: 1024px) {
  #main {
    position: relative; } }

.atlasContactSMS_wrapper option {
  color: #000000;
  background: white; }

.show-search #searchOverlay {
  z-index: 99999;
  height: 100vh !important; }

.mobile .stellarImage {
  background-attachment: initial; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

img[src$=".gif"] {
  width: initial; }

.pdfIcon::before {
  content: url("./images/icons/pdf-icon.png");
  margin-right: 5px;
  vertical-align: -webkit-baseline-middle; }

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

#goTop {
  position: fixed;
  bottom: 0.25em;
  right: 0.25em;
  color: #eabcb7;
  font-size: 2em;
  z-index: 9999; }
  #goTop:hover {
    border: none; }

.educationOptionsContainer ul {
  display: block;
  width: 100%; }
  .educationOptionsContainer ul.Online.Education li.page0 {
    background: #b0976d; }
    .educationOptionsContainer ul.Online.Education li.page0 p {
      color: white; }
      .educationOptionsContainer ul.Online.Education li.page0 p:first-child {
        color: white; }
  .educationOptionsContainer ul.Education:not(.Online) li.page1 {
    background: #b0976d; }
    .educationOptionsContainer ul.Education:not(.Online) li.page1 p {
      color: white; }
      .educationOptionsContainer ul.Education:not(.Online) li.page1 p:first-child {
        color: white; }
  .educationOptionsContainer ul.Glossary li.page2 {
    background: #b0976d; }
    .educationOptionsContainer ul.Glossary li.page2 p {
      color: white; }
      .educationOptionsContainer ul.Glossary li.page2 p:first-child {
        color: white; }
  .educationOptionsContainer ul.Encyclopedia li.page3 {
    background: #b0976d; }
    .educationOptionsContainer ul.Encyclopedia li.page3 p {
      color: white; }
      .educationOptionsContainer ul.Encyclopedia li.page3 p:first-child {
        color: white; }
  .educationOptionsContainer ul li {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    display: block;
    width: 100%;
    float: left;
    padding: 1em;
    border-bottom: 1px solid #b0976d; }
    .educationOptionsContainer ul li:first-child {
      border-top: 1px solid #b0976d; }
    .educationOptionsContainer ul li:hover {
      background: #b0976d; }
      .educationOptionsContainer ul li:hover p {
        color: white; }
        .educationOptionsContainer ul li:hover p:first-child {
          color: white; }
    .educationOptionsContainer ul li p {
      margin-bottom: 0;
      font-size: 0.875em;
      color: #4a4a4a;
      line-height: 21px;
      max-width: 440px; }
      .educationOptionsContainer ul li p:first-child {
        font-family: "Futura W01 Bold";
        font-size: 1.125em;
        text-transform: uppercase;
        color: #004876;
        letter-spacing: 2px;
        line-height: 24px;
        margin-bottom: 6px; }

@media screen and (min-width: 750px) {
  .educationOptionsContainer ul li {
    width: -webkit-calc(100%/3);
    width: calc(100%/3);
    border-top: 1px solid #b0976d;
    height: 200px; }
    .educationOptionsContainer ul li.page2 {
      border-right: 1px solid #b0976d;
      border-left: 1px solid #b0976d; } }

@media screen and (min-width: 1024px) {
  .educationOptionsContainer ul li {
    height: 150px; } }

.spotlightImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 560px;
  padding: 7.75em 1em 0; }
  .spotlightImage h2 {
    font-size: 2em;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 32px;
    letter-spacing: -1px;
    color: #004876;
    font-weight: 400; }
  .spotlightImage h3 {
    font-family: "Futura W01 Light";
    font-size: 0.875em;
    line-height: 18px;
    text-transform: uppercase;
    color: #b0976d;
    letter-spacing: 2px;
    margin-top: 1.714285714em; }
  @media screen and (min-width: 600px) {
    .spotlightImage {
      padding-top: 8.75em;
      height: 550px; }
      .spotlightImage h2 {
        font-size: 2.375rem;
        line-height: 2.375rem; }
      .spotlightImage h2, .spotlightImage h3 {
        width: 60%; } }
  @media screen and (min-width: 1024px) {
    .spotlightImage {
      padding-top: 13.125em;
      height: 550px; }
      .spotlightImage h3 {
        width: 100%; }
      .spotlightImage h2 {
        font-size: 3.75rem;
        line-height: 3.75rem;
        width: 70%;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); } }
  @media screen and (min-width: 1500px) {
    .spotlightImage {
      padding-top: 16.125em;
      min-height: 550px; } }

.spotlightText {
  margin-bottom: 2em; }
  .spotlightText h2 {
    font-size: 2em;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 32px;
    letter-spacing: -1px;
    color: #004876;
    font-weight: 400;
    max-width: 1080px; }
  .spotlightText h3 {
    font-family: "Futura W01 Light";
    font-size: 0.875em;
    line-height: 18px;
    text-transform: uppercase;
    color: #b0976d;
    letter-spacing: 2px;
    margin-top: 1.714285714em; }
  @media screen and (min-width: 1024px) {
    .spotlightText h3 {
      width: 100%; }
    .spotlightText h2 {
      font-size: 3.75rem;
      line-height: 3.75rem; } }

.tagline h3 {
  font-size: 0.875em;
  font-family: "Futura W01 Medium";
  line-height: 17px;
  letter-spacing: 2.6px;
  color: #b0976d;
  margin-bottom: .714285714em;
  margin-top: 1.142857143em;
  text-transform: uppercase; }

.tagline p {
  font-size: 1.5em;
  font-family: "Futura W01 Heavy"; }
  .tagline p a {
    text-decoration: underline; }

.blueButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: white;
  color: #202020;
  border: 1px solid white;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .blueButton:hover {
    background-color: white;
    color: #202020;
    border: 1px solid white; }
  .blueButton:active {
    background-color: #102b4d !important; }

.caps {
  text-transform: uppercase; }

.blockDisplay {
  display: block; }

.relatedPostTemplateContainer {
  margin: 2.25em 0; }
  .relatedPostTemplateContainer h3 {
    font-family: "Futura W01 Book";
    font-size: 0.875em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b0976d;
    margin-bottom: 1.125em;
    padding-left: 16px; }
  .relatedPostTemplateContainer article {
    margin-bottom: 2em; }
    .relatedPostTemplateContainer article h4 {
      font-family: "Futura W01 Medium";
      font-size: 1em;
      text-transform: uppercase;
      text-decoration: underline;
      letter-spacing: 0; }
    .relatedPostTemplateContainer article p.relatedMeta {
      font-family: "Futura W01 Medium";
      font-size: 1em;
      letter-spacing: 0;
      color: #b0976d;
      text-transform: uppercase;
      margin: 0; }
    .relatedPostTemplateContainer article p {
      margin: 1em 0 0;
      letter-spacing: 0; }
    .relatedPostTemplateContainer article .readMore {
      text-transform: uppercase;
      text-decoration: underline; }

.singleCoffeeStaffPick {
  background: rgba(116, 177, 199, 0.2); }
  .singleCoffeeStaffPick article {
    position: relative;
    padding: 2.25em 0 0.5em; }
    .singleCoffeeStaffPick article::after {
      clear: both;
      content: "";
      display: table; }
    .singleCoffeeStaffPick article p.specialTagsLeft {
      font-family: "Futura W01 Light";
      font-size: 0.875em;
      line-height: 17px;
      letter-spacing: 2px;
      color: white;
      text-transform: uppercase;
      display: block;
      text-align: left;
      margin-bottom: 5px;
      position: absolute;
      top: 16px;
      left: -16px;
      line-height: 27px; }
      .singleCoffeeStaffPick article p.specialTagsLeft span {
        background: #004876;
        display: inline-block;
        vertical-align: top;
        height: 33px;
        padding: 3px 16px 3px 16px;
        position: relative; }
        .singleCoffeeStaffPick article p.specialTagsLeft span:before {
          content: " ";
          position: absolute;
          height: 0;
          width: 23px;
          display: inline-block;
          top: 0;
          right: -10px;
          border-top: 33px solid #004876;
          border-right: 6px solid transparent; }
    .singleCoffeeStaffPick article img {
      display: inline-block;
      vertical-align: top;
      height: 68;
      width: 68px;
      border-radius: 99em;
      float: left; }
    .singleCoffeeStaffPick article .staffPickMeta {
      padding: 0.625em;
      float: left; }
      .singleCoffeeStaffPick article .staffPickMeta h3 {
        display: inline-block;
        vertical-align: top;
        font-family: "Playfair Display", Georgia, serif;
        font-weight: normal;
        font-size: 32px;
        line-height: 32px; }
        .singleCoffeeStaffPick article .staffPickMeta h3 p {
          color: #b0976d;
          font-family: "Futura W01 Book";
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 2.29px;
          text-transform: uppercase;
          font-weight: normal;
          margin-top: 8px; }
    .singleCoffeeStaffPick article .staffPickContent {
      padding: 0 0.625em;
      float: left;
      width: 100%; }
  @media screen and (min-width: 1024px) {
    .singleCoffeeStaffPick article p.specialTagsLeft {
      font-family: "Futura W01 Light";
      font-size: 0.875em;
      line-height: 17px;
      letter-spacing: 2px;
      color: white;
      text-transform: uppercase;
      display: block;
      text-align: left;
      margin-bottom: 5px;
      position: absolute;
      top: 16px;
      left: 0;
      line-height: 27px; }
      .singleCoffeeStaffPick article p.specialTagsLeft span {
        background: #004876;
        display: inline-block;
        vertical-align: top;
        height: 33px;
        padding: 3px 16px 3px 16px;
        position: relative; }
        .singleCoffeeStaffPick article p.specialTagsLeft span:before {
          content: " ";
          position: absolute;
          height: 0;
          width: 23px;
          display: inline-block;
          top: 0;
          right: -10px;
          border-top: 33px solid #004876;
          border-right: 6px solid transparent; }
    .singleCoffeeStaffPick article img {
      height: 200px;
      width: 200px; }
    .singleCoffeeStaffPick article .staffPickMeta {
      padding: 0.625em;
      float: left;
      margin-left: 6.25rem; }
      .singleCoffeeStaffPick article .staffPickMeta h3 {
        font-size: 64px;
        line-height: 64px;
        margin-top: 10px; }
        .singleCoffeeStaffPick article .staffPickMeta h3 p {
          font-size: 16px;
          line-height: 19px; }
    .singleCoffeeStaffPick article .staffPickContent {
      padding: 0.625em;
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
      float: left;
      margin-left: 6.25rem; } }

.offeringsList {
  text-align: center;
  width: 100%;
  max-width: 785px;
  margin: 4em auto 0; }
  .offeringsList h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: normal;
    font-size: 2.25em;
    line-height: 36px;
    margin-bottom: 2em; }
    .offeringsList h3 a {
      text-decoration: underline; }
  .offeringsList .offeringButton {
    display: block;
    width: 288px;
    height: 45px;
    margin: 0 auto 1em;
    color: white;
    background: #a63c2f;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center; }
  .offeringsList .fa-download {
    font-size: 18px;
    margin-right: 10px; }
  @media screen and (min-width: 1024px) {
    .offeringsList h3 {
      margin-bottom: 3.9375rem; }
    .offeringsList .offeringButton {
      display: inline-block;
      height: 54px;
      line-height: 54px; } }

.breadCrumbsContainer {
  line-height: 24px;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: top; }
  .breadCrumbsContainer a {
    font-size: 0.875rem;
    line-height: 24px;
    letter-spacing: 2px;
    color: #a63c2f;
    text-transform: uppercase;
    vertical-align: top; }

.originTitle .coffeeHeaderMeta {
  margin-top: 1em; }

.coffeeHeaderMeta {
  display: inline-block;
  margin-bottom: 1em; }
  .coffeeHeaderMeta a {
    display: block; }
  .coffeeHeaderMeta .fa {
    margin-right: 10px;
    text-align: center;
    width: 20px; }
  .coffeeHeaderMeta .dropboxLink {
    display: none; }
  @media screen and (min-width: 600px) {
    .coffeeHeaderMeta {
      float: right; } }
  @media screen and (min-width: 1024px) {
    .coffeeHeaderMeta .dropboxLink {
      display: block; } }

.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px; }

.clear {
  clear: both; }

.group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* HTML .group, *:first-child + HTML .group {
  zoom: 1; }

.alignleft {
  float: left;
  clear: left;
  height: auto; }

.alignright {
  float: right;
  clear: right;
  height: auto; }

.aligncenter {
  display: block;
  margin: 0 auto !important;
  height: auto; }

.entry {
  max-width: 737px;
  margin: 0 auto !important;
  display: block; }
  .entry img {
    width: initial !important;
    margin-top: 2em !important; }
  .entry ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 20px; }
    .entry ul li {
      list-style: none; }
    .entry ul li:before {
      content: '\2022';
      display: block;
      position: relative;
      max-width: 0;
      max-height: 0;
      left: -20px;
      top: 0;
      color: #74b1c7;
      font-size: 20px; }
  .entry ol {
    counter-reset: item; }
    .entry ol li {
      display: block;
      margin-left: 20px; }
    .entry ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #74b1c7;
      margin-left: -20px; }

.post {
  max-width: 940px !important;
  margin: 0 auto; }

.contactContainer .spotlightImage {
  position: relative; }
  .contactContainer .spotlightImage .contactHeader {
    position: absolute;
    top: 250px; }
    .contactContainer .spotlightImage .contactHeader .phoneLink {
      font-family: "Futura W01 Heavy";
      font-size: 1.5em;
      line-height: 24px;
      letter-spacing: -0.2px;
      color: #a6c8d4;
      border-bottom: 2px solid #629db2;
      padding-bottom: 7px;
      margin-bottom: 0.75em;
      display: inline-block;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }
    .contactContainer .spotlightImage .contactHeader .fa-map-marker {
      color: white;
      font-size: 1.6875em;
      margin-top: 10px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }
    .contactContainer .spotlightImage .contactHeader p {
      margin: 0;
      font-family: "Futura W01 Heavy";
      font-size: 1.3125em;
      color: white;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 1024px) {
    .contactContainer .spotlightImage .contactHeader {
      top: 390px; }
      .contactContainer .spotlightImage .contactHeader .phoneLink {
        margin-right: 2rem;
        font-size: 2.25rem; }
      .contactContainer .spotlightImage .contactHeader p {
        display: inline-block; }
        .contactContainer .spotlightImage .contactHeader p:nth-child(2n) {
          position: absolute;
          top: 0; }
          .contactContainer .spotlightImage .contactHeader p:nth-child(2n) .fa-map-marker {
            margin-top: 0; } }
  @media screen and (min-width: 1500px) {
    .contactContainer .spotlightImage .contactHeader {
      top: 420px; } }

.contactContainer .typedHeader h2 {
  -webkit-transition: font-size, 0.3s, ease;
  -moz-transition: font-size, 0.3s, ease;
  transition: font-size, 0.3s, ease;
  width: 98%;
  color: white; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.contactContainer .typedHeader .typed-cursor {
  -webkit-animation: blink 0.9s infinite;
  -moz-animation: blink 0.9s infinite;
  animation: blink 0.9s infinite;
  opacity: 1; }

.contactBodyContainer {
  background: #004876;
  position: relative; }
  .contactBodyContainer a.mapLink {
    display: block;
    width: 100%;
    max-width: 960px;
    height: 500px;
    border: 8px solid #b0976d;
    overflow: hidden;
    margin: 0 auto; }
    .contactBodyContainer a.mapLink span {
      width: 100%;
      height: 500px;
      display: block;
      background: no-repeat calc(50% - 8px); }
  .contactBodyContainer .contactForm {
    padding: 4em 1em; }
    .contactBodyContainer .contactForm h2 {
      font-family: "Playfair Display", Georgia, serif;
      font-weight: normal;
      font-size: 2em;
      line-height: 32px;
      color: #b0976d;
      margin-bottom: 1em; }
    .contactBodyContainer .contactForm p {
      font-family: "Playfair Display", Georgia, serif;
      font-weight: normal;
      font-size: 0.875em;
      color: #f8f7e9; }
    .contactBodyContainer .contactForm .atlasContactSMS_wrapper {
      /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
      margin-top: 2.25em; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper ::-webkit-input-placeholder {
        color: white;
        font-size: 0.875em;
        font-family: "Futura W01 Book", sans-serif;
        text-transform: uppercase; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper :-moz-placeholder {
        /* Firefox 18- */
        color: white;
        font-size: 0.875em;
        font-family: "Futura W01 Book", sans-serif;
        text-transform: uppercase; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
        font-size: 0.875em;
        font-family: "Futura W01 Book", sans-serif;
        text-transform: uppercase; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper :-ms-input-placeholder {
        color: white;
        font-size: 0.875em;
        font-family: "Futura W01 Book", sans-serif;
        text-transform: uppercase; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper select {
        text-transform: none;
        padding: 3px 10px;
        margin: 0;
        width: 100% !important;
        border: 1px solid #979797;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.1);
        color: white;
        font-size: 0.875em;
        font-family: "Futura W01 Book", sans-serif;
        outline: none;
        height: 42px;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer; }
      @media screen and (-webkit-min-device-pixel-ratio: 0) {
        .contactBodyContainer .contactForm .atlasContactSMS_wrapper select {
          padding-right: 25px; } }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label {
        position: relative;
        width: 100%; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label:after {
        position: absolute;
        top: -5px;
        right: 16px;
        content: '\f107';
        font-family: 'FontAwesome';
        color: white;
        padding: 0 0 2px;
        pointer-events: none;
        font-size: 36px;
        font-weight: 100; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label:before {
        position: absolute;
        top: 0;
        right: 0;
        content: '';
        width: 20px;
        height: 0;
        background: white;
        pointer-events: none;
        display: block; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .gfield_required, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .ginput_container_name label {
        display: none; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper input, .contactBodyContainer .contactForm .atlasContactSMS_wrapper select, .contactBodyContainer .contactForm .atlasContactSMS_wrapper textarea {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        padding: 0.5em 1em;
        color: white; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper textarea {
        height: 160px; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect {
        margin-bottom: 0.75em; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .gform_footer input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-top: 1.25em; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .field_sublabel_below .validation_message {
        clear: both; }
      .contactBodyContainer .contactForm .atlasContactSMS_wrapper .validation_message, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .validation_error {
        font-size: 1rem;
        line-height: 3.125rem;
        padding-left: 26px;
        margin-bottom: 0.75em;
        font-family: "Futura W01 Medium";
        border: 1px solid #a63c2f;
        background: white;
        color: #a63c2f; }
        .contactBodyContainer .contactForm .atlasContactSMS_wrapper .validation_message::after, .contactBodyContainer .contactForm .atlasContactSMS_wrapper .validation_error::after {
          clear: both;
          content: "";
          display: table; }
  @media screen and (min-width: 600px) {
    .contactBodyContainer .contactForm h2, .contactBodyContainer .contactForm p {
      width: 40%; }
    .contactBodyContainer .atlasContactSMS_wrapper .ginput_container_name input {
      width: 49.5%;
      float: left;
      margin-right: 1%; }
    .contactBodyContainer .atlasContactSMS_wrapper .ginput_container_name .name_last input {
      margin-right: 0; }
    .contactBodyContainer .atlasContactSMS_wrapper .gform_footer {
      text-align: right; } }
  @media screen and (min-width: 1024px) {
    .contactBodyContainer {
      margin-top: 36px; }
      .contactBodyContainer a.mapLink {
        position: relative;
        top: -60px;
        z-index: 5;
        max-width: 960px; }
      .contactBodyContainer .contactForm {
        max-width: 940px;
        margin: 0 auto;
        padding: 0em 1em 4em; }
        .contactBodyContainer .contactForm h2, .contactBodyContainer .contactForm p {
          width: 100%; }
        .contactBodyContainer .contactForm h2 {
          font-size: 4rem;
          line-height: 5.3125rem;
          margin-bottom: 1rem; }
        .contactBodyContainer .contactForm p {
          font-size: 1.125rem;
          letter-spacing: 0.5px; }
      .contactBodyContainer .atlasContactSMS_wrapper .ginput_container_name input {
        width: 49.5%;
        float: left;
        margin-right: 1%; }
      .contactBodyContainer .atlasContactSMS_wrapper .ginput_container_name .name_last input {
        margin-right: 0; }
      .contactBodyContainer .atlasContactSMS_wrapper .gform_footer {
        text-align: right; } }

.indexWrapper .innerContainer {
  padding: 4em 1em 0; }

.indexWrapper .categoryTitle {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3em;
  letter-spacing: -1px;
  line-height: 48px;
  color: #004876;
  font-weight: normal;
  margin-bottom: 1em;
  max-width: 940px;
  margin: 0 auto 1em; }

@media screen and (min-width: 1024px) {
  .indexWrapper {
    position: relative;
    top: -50px; } }

.post {
  border-bottom: 2px solid rgba(32, 32, 32, 0.2);
  margin-bottom: 2em;
  padding-bottom: 1em; }
  .post .postmetadata a, .post .postTags a {
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 1.71px;
    line-height: 24px; }
  .post h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2em;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0.625rem; }
    .post h3 a {
      color: #202020; }
  .post .meta p {
    margin-bottom: 0;
    color: #b0976d;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 21px;
    letter-spacing: 2.29px; }
  @media screen and (min-width: 600px) {
    .post .meta::after {
      clear: both;
      content: "";
      display: table; }
    .post .meta p {
      display: inline-block;
      vertical-align: top; }
      .post .meta p:nth-child(even) {
        float: right; } }

.singleContainer .post {
  margin-top: 3em;
  border-bottom: none; }

.singleContainer .meta {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  border-width: 2px;
  padding-bottom: 1em; }

@media screen and (min-width: 1024px) {
  .singleContainer {
    position: relative;
    top: -50px; }
    .singleContainer .meta {
      margin-bottom: 2.25em; } }

.singleContent {
  margin: 1.75em 0 4em; }

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

.singleNavigation a {
  height: 52px;
  width: 52px;
  display: inline-block;
  vertical-align: top; }

.singleNavigation .nextPost {
  background: url("./images/icons/next-post.svg");
  background-size: contain;
  height: 52px;
  width: 52px;
  display: block; }

.singleNavigation .prevPost {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: url("./images/icons/next-post.svg");
  background-size: contain;
  height: 52px;
  width: 52px;
  display: block; }

a[rel="prev"] {
  float: right; }

.genericContentWrapper {
  padding-bottom: 60px; }
  .genericContentWrapper .stellarImage {
    margin-bottom: 60px; }
  @media screen and (min-width: 1024px) {
    .genericContentWrapper {
      position: relative; } }
  .genericContentWrapper h1, .genericContentWrapper h2, .genericContentWrapper h3, .genericContentWrapper h4, .genericContentWrapper h5, .genericContentWrapper h6 {
    font-family: "Futura W01 Medium";
    font-weight: 500;
    line-height: 2;
    margin-top: .5rem;
    margin-bottom: .25rem;
    letter-spacing: 2px; }
  .genericContentWrapper ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 20px; }
    .genericContentWrapper ul li {
      list-style: none; }
    .genericContentWrapper ul li:before {
      content: '\2022';
      display: block;
      position: relative;
      max-width: 0;
      max-height: 0;
      left: -20px;
      top: 0;
      color: #74b1c7;
      font-size: 20px; }
  .genericContentWrapper ol {
    counter-reset: item; }
    .genericContentWrapper ol li {
      display: block;
      margin-left: 20px; }
    .genericContentWrapper ol li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #74b1c7;
      margin-left: -20px; }
  .genericContentWrapper .genericContentContainer {
    max-width: 940px;
    margin: 0 auto; }
    .genericContentWrapper .genericContentContainer .offeringButton {
      display: block;
      width: 288px;
      height: 45px;
      margin: 0 auto 1em;
      color: white;
      background: #a63c2f;
      line-height: 45px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center; }
    .genericContentWrapper .genericContentContainer .fa-download {
      font-size: 18px;
      margin-right: 10px; }
    @media screen and (min-width: 1024px) {
      .genericContentWrapper .genericContentContainer .offeringButton {
        display: inline-block;
        height: 54px;
        line-height: 54px;
        font-size: 1.125rem;
        margin-right: 1em; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("./css/font/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("./css/font/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("./css/font/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("./css/font/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("./css/font/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("./css/font/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

#searchform input[type="text"] {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid white;
  height: 75px;
  color: white; }

#searchform input[type="submit"] {
  height: 61px;
  color: #004876;
  font-size: 1.5em;
  font-family: "Futura W01 Book";
  line-height: 61px;
  padding: 0 32px; }

@media screen and (min-width: 1024px) {
  #searchform {
    max-width: 833px;
    margin: 0 auto; }
    #searchform input[type="text"] {
      width: 587px;
      margin-right: 28px;
      margin-bottom: 0;
      display: inline-block;
      font-size: 1.5em;
      vertical-align: top; }
    #searchform input[type="submit"] {
      height: 75px;
      font-size: 2.25rem; } }

#searchOverlay .headerSearchIcon {
  position: absolute;
  top: 66px;
  right: 16px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
  z-index: 600;
  cursor: pointer;
  font-weight: 800; }
  #searchOverlay .headerSearchIcon:hover {
    color: white; }
  @media screen and (min-width: 600px) {
    #searchOverlay .headerSearchIcon {
      top: 66px;
      right: 16px; } }
  @media screen and (min-width: 1024px) {
    #searchOverlay .headerSearchIcon {
      top: 36px;
      right: 52px; } }

.labContainer .spotlightImage {
  margin-bottom: 2em; }

.labServicesContainer {
  padding: 4em 0 2.875em; }
  .labServicesContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .labServicesContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 600px) {
    .labServicesContainer h2 {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    .labServicesContainer h2 {
      position: absolute; } }
  @media screen and (min-width: 1024px) {
    .labServicesContainer {
      margin-left: 153px;
      margin-right: 153px; }
      .labServicesContainer h2 {
        width: 190px; }
      .labServicesContainer article {
        padding-left: 200px; } }

.classContainer .course {
  display: block;
  width: 288px;
  height: 204px;
  margin: 1em auto;
  background-color: #004876;
  position: relative; }
  .classContainer .course .courseIcon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    z-index: 10; }
  .classContainer .course:hover .courseIcon {
    opacity: 0; }
  .classContainer .course:hover h3 {
    opacity: 0; }
  .classContainer .course:hover p {
    opacity: 1.0;
    z-index: 9999; }
  .classContainer .course:hover span {
    opacity: 0.05; }
  .classContainer .course p {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 50%;
    left: 0;
    color: white;
    font-size: 0.875em;
    opacity: 0.0;
    padding: 1em; }
  .classContainer .course h3 {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.3125em;
    font-family: "Futura W01 Book";
    text-transform: uppercase;
    color: white;
    letter-spacing: 3px;
    line-height: 21px;
    width: 100%;
    text-align: center; }
  .classContainer .course span {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.52;
    text-align: center;
    width: 100%; }

@media screen and (min-width: 600px) {
  .classContainer::after {
    clear: both;
    content: "";
    display: table; }
  .classContainer .course {
    float: left;
    width: 48.5%;
    min-height: 300px;
    margin-right: 3%; }
    .classContainer .course:nth-child(even) {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .classContainer .course {
    width: 32%;
    margin-right: 2%;
    max-width: 424px; }
    .classContainer .course:nth-child(even) {
      margin-right: 2%; }
    .classContainer .course:nth-child(3n+3) {
      margin-right: 0; } }

.classContainer .course p {
  font-size: 1.125rem; }

.getNerdy {
  margin: 4em auto;
  text-align: center; }
  .getNerdy p {
    font-size: 2em;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 32px; }
    .getNerdy p a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .getNerdy {
      margin-left: 212px;
      margin-right: 212px; } }

.staffIndexContainer .spotlightImage {
  margin-bottom: 2em; }

.beGoodContainer {
  padding: 4em 0 0; }
  .beGoodContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .beGoodContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 600px) {
    .beGoodContainer h2 {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    .beGoodContainer h2 {
      position: absolute; } }
  .beGoodContainer h4 {
    font-size: 1.5em;
    font-family: "Futura W01 Bold";
    line-height: 27px;
    color: #004876;
    margin-bottom: .666666667em; }
  @media screen and (min-width: 1024px) {
    .beGoodContainer {
      margin-left: 173px;
      margin-right: 173px; }
      .beGoodContainer h2 {
        width: 152px; }
      .beGoodContainer article {
        padding-left: 152px; } }

.doGoodContainer {
  padding: 4em 0 2.875em; }
  .doGoodContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .doGoodContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 600px) {
    .doGoodContainer h2 {
      width: 300px; } }
  @media screen and (min-width: 1024px) {
    .doGoodContainer h2 {
      position: absolute; } }
  .doGoodContainer h4 {
    font-size: 1.5em;
    font-family: "Futura W01 Bold";
    line-height: 27px;
    color: #004876;
    margin-bottom: .666666667em; }
  @media screen and (min-width: 1024px) {
    .doGoodContainer {
      margin-left: 173px;
      margin-right: 173px; }
      .doGoodContainer h2 {
        width: 152px; }
      .doGoodContainer article {
        padding-left: 152px; } }

.aboutAtlasContainer {
  padding-bottom: 10.875em; }
  .aboutAtlasContainer aside {
    text-align: center;
    font-size: 1.5em;
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    color: #004876;
    letter-spacing: 1px;
    line-height: 30px; }
  .aboutAtlasContainer article p:first-of-type::first-letter {
    font-size: 36px;
    font-family: "Playfair Display", Georgia, serif;
    font-style: italic;
    line-height: 48px; }
  @media screen and (min-width: 600px) {
    .aboutAtlasContainer {
      padding-bottom: 4em; } }
  @media screen and (min-width: 1024px) {
    .aboutAtlasContainer {
      margin-left: 254px;
      margin-right: 254px; } }

.headshotsContainer {
  position: relative; }
  .headshotsContainer .headshot {
    position: relative;
    background-color: #b0976d; }
    .headshotsContainer .headshot img {
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
      opacity: 1.0;
      display: block; }
    .headshotsContainer .headshot:hover img {
      opacity: 0; }
    .headshotsContainer .headshot:hover a {
      opacity: 1.0; }
    .headshotsContainer .headshot a {
      -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
      transition: opacity 0.5s linear;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      opacity: 0.0; }
      .headshotsContainer .headshot a span {
        color: white;
        display: block; }
        .headshotsContainer .headshot a span h4 {
          font-size: 2.25em;
          font-family: "Futura W01 Medium";
          line-height: 36px;
          letter-spacing: 0.2px;
          padding: 23px 0 0 16px; }
          .headshotsContainer .headshot a span h4:after {
            content: " ";
            width: 20px;
            background-color: white;
            height: 2px;
            display: block;
            margin: 12px 0; }
        .headshotsContainer .headshot a span p {
          font-size: 0.875em;
          font-family: "Playfair Display", Georgia, serif;
          text-transform: uppercase;
          padding-left: 16px;
          padding-right: 16px; }
          .headshotsContainer .headshot a span p:first-of-type {
            font-size: 0.875em;
            font-family: "Playfair Display", Georgia, serif;
            line-height: 19px;
            text-transform: none; }
  @media screen and (min-width: 600px) {
    .headshotsContainer::after {
      clear: both;
      content: "";
      display: table; }
    .headshotsContainer .headshot {
      float: left;
      width: 50%;
      display: inline-block; } }
  @media screen and (min-width: 750px) {
    .headshotsContainer .headshot {
      width: 33.3333333333%; } }
  @media screen and (min-width: 1024px) {
    .headshotsContainer {
      padding: 0 1em; }
      .headshotsContainer .headshot {
        width: 25%; } }

.adContainer {
  padding: 4em 0 2.25em; }
  @media screen and (min-width: 1024px) {
    .adContainer {
      margin-left: 210px;
      margin-right: 210px; } }

.bioCloseIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8);
  z-index: 600;
  cursor: pointer;
  font-weight: 800;
  opacity: 0.0; }
  .bioCloseIcon:hover {
    color: white; }
  @media screen and (min-width: 600px) {
    .bioCloseIcon {
      top: 20px;
      right: 20px;
      font-size: 3em; } }

#staffBio {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #b0976d;
  opacity: 0.0;
  color: white;
  display: block; }
  #staffBio h4 {
    font-size: 2.25em;
    font-family: "Futura W01 Medium";
    line-height: 36px;
    letter-spacing: 0.2px;
    padding: 46px 0 0 46px; }
    #staffBio h4:after {
      content: " ";
      width: 20px;
      background-color: white;
      height: 2px;
      display: block;
      margin: 12px 0; }
  #staffBio p {
    font-size: 0.875em;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 19px;
    text-transform: none;
    text-transform: uppercase; }
  #staffBio.bioInactive {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0.0; }
  #staffBio.bioActive {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 1.0;
    -webkit-opacity: .99;
    z-index: 100; }
  #staffBio .bioContent {
    padding-left: 46px;
    padding-right: 46px; }
    #staffBio .bioContent p {
      font-size: 1.125em;
      font-family: "Futura W01 Book";
      line-height: 27px;
      text-transform: none; }

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

.coursesAccordion h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3em;
  line-height: 48px;
  font-weight: 300; }
  .coursesAccordion h3 .coursesHeaderLittle {
    font-family: "Futura W01 Book";
    font-size: 14px;
    line-height: 21px;
    color: #b0976d;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle; }

.coursesAccordion .accordion dl:after,
.coursesAccordion .accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%; }

.coursesAccordion .accordion dd,
.coursesAccordion .accordion__panel {
  background-color: rgba(254, 251, 234, 0.5);
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

.coursesAccordion .accordion p {
  font-weight: 300;
  padding: 1em 1em 0; }

.coursesAccordion .accordion {
  position: relative;
  background-color: transparent; }

.coursesAccordion .accordionTitle,
.coursesAccordion .accordion__Heading {
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  text-align: left;
  font-weight: 300;
  padding: 1em;
  display: block;
  text-decoration: none;
  color: #a63c2f;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2); }
  .coursesAccordion .accordionTitle:before,
  .coursesAccordion .accordion__Heading:before {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    content: "\002B";
    font-family: arial;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
    margin-right: .25em; }
  .coursesAccordion .accordionTitle:hover,
  .coursesAccordion .accordion__Heading:hover {
    border-bottom: 1px solid #a63c2f; }

.coursesAccordion .accordionTitleActive:before,
.coursesAccordion .accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg); }

.coursesAccordion .accordionItem {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
  height: auto;
  overflow: hidden;
  max-height: 50em; }
  @media screen and (min-width: 48em) {
    .coursesAccordion .accordionItem {
      -webkit-transition: max-height 0.5s;
      -moz-transition: max-height 0.5s;
      transition: max-height 0.5s;
      max-height: 55em; } }

.coursesAccordion .accordionItem.is-collapsed {
  max-height: 0; }

.coursesAccordion .no-js .accordionItem.is-collapsed {
  max-height: auto; }

.coursesAccordion .animateIn {
  animation: accordionIn 0.65s normal ease-in-out both 1; }

.coursesAccordion .animateOut {
  animation: accordionOut 0.75s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg); } }

@media screen and (min-width: 750px) {
  .coursesAccordion {
    width: 47.5%;
    float: left;
    vertical-align: top;
    margin-right: 5%; }
    .coursesAccordion:nth-child(even) {
      margin-right: 0; } }

@media screen and (min-width: 1024px) {
  .coursesAccordion {
    width: 32%;
    margin-right: 2%; }
    .coursesAccordion:nth-child(even) {
      margin-right: 2%; }
    .coursesAccordion:nth-child(3n) {
      margin-right: 0; } }

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

.educationContainer .spotlightImage {
  margin-bottom: 2em; }

.coffeeCoursesContainer {
  padding: 4em 0 2.875em; }
  .coffeeCoursesContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .coffeeCoursesContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 1024px) {
    .coffeeCoursesContainer h2 {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .coffeeCoursesContainer {
      margin-right: auto;
      margin-left: auto;
      max-width: 60em; }
      .coffeeCoursesContainer h2 {
        display: block; } }

.courseTypesContainer {
  margin-bottom: 2.25em; }
  .courseTypesContainer .course {
    display: block;
    width: 288px;
    height: 204px;
    margin: 1em auto;
    background-color: #004876;
    position: relative; }
    .courseTypesContainer .course .courseIcon {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      z-index: 10; }
    .courseTypesContainer .course:hover .courseIcon {
      opacity: 0; }
    .courseTypesContainer .course:hover h3 {
      opacity: 0; }
    .courseTypesContainer .course:hover p {
      opacity: 1.0;
      z-index: 9999; }
    .courseTypesContainer .course:hover span {
      opacity: 0.05; }
    .courseTypesContainer .course p {
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      position: absolute;
      top: 50%;
      left: 0;
      color: white;
      font-size: 0.875em;
      opacity: 0.0;
      padding: 1em; }
    .courseTypesContainer .course h3 {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 1.3125em;
      font-family: "Futura W01 Book";
      text-transform: uppercase;
      color: white;
      letter-spacing: 3px;
      line-height: 21px;
      width: 100%;
      text-align: center; }
    .courseTypesContainer .course span {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.52;
      text-align: center;
      width: 100%; }
  @media screen and (min-width: 600px) {
    .courseTypesContainer::after {
      clear: both;
      content: "";
      display: table; }
    .courseTypesContainer .course {
      float: left;
      width: 48.5%;
      min-height: 300px;
      margin-right: 3%; }
      .courseTypesContainer .course:nth-child(even) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .courseTypesContainer .course {
      width: 32%;
      margin-right: 2%;
      max-width: 424px; }
      .courseTypesContainer .course:nth-child(even) {
        margin-right: 2%; }
      .courseTypesContainer .course:nth-child(3n+3) {
        margin-right: 0; } }

.courseFormContainer {
  padding: 4em 1em; }
  .courseFormContainer h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: normal;
    font-size: 2em;
    line-height: 32px;
    color: #b0976d;
    margin-bottom: 1em; }
  .courseFormContainer p {
    font-family: "Playfair Display", Georgia, serif;
    font-weight: normal;
    font-size: 0.875em;
    color: #f8f7e9; }
  .courseFormContainer .atlasContactSMS_wrapper {
    /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
    margin-top: 2.25em; }
    .courseFormContainer .atlasContactSMS_wrapper ::-webkit-input-placeholder {
      color: #979797;
      font-size: 0.875em;
      font-family: "Futura W01 Book", sans-serif;
      text-transform: uppercase; }
    .courseFormContainer .atlasContactSMS_wrapper :-moz-placeholder {
      /* Firefox 18- */
      color: #979797;
      font-size: 0.875em;
      font-family: "Futura W01 Book", sans-serif;
      text-transform: uppercase; }
    .courseFormContainer .atlasContactSMS_wrapper ::-moz-placeholder {
      /* Firefox 19+ */
      color: #979797;
      font-size: 0.875em;
      font-family: "Futura W01 Book", sans-serif;
      text-transform: uppercase; }
    .courseFormContainer .atlasContactSMS_wrapper :-ms-input-placeholder {
      color: #979797;
      font-size: 0.875em;
      font-family: "Futura W01 Book", sans-serif;
      text-transform: uppercase; }
    .courseFormContainer .atlasContactSMS_wrapper select {
      text-transform: none;
      padding: 3px 10px;
      margin: 0;
      width: 100% !important;
      border: 1px solid #979797;
      border-radius: 0;
      background: rgba(255, 255, 255, 0.1);
      color: white;
      font-size: 0.875em;
      font-family: "Futura W01 Book", sans-serif;
      outline: none;
      height: 42px;
      display: inline-block;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .courseFormContainer .atlasContactSMS_wrapper select {
        padding-right: 25px; } }
    .courseFormContainer .atlasContactSMS_wrapper .atlasSelect label {
      position: relative;
      width: 100%; }
    .courseFormContainer .atlasContactSMS_wrapper .atlasSelect label:after {
      position: absolute;
      top: -5px;
      right: 16px;
      content: '\f107';
      font-family: 'FontAwesome';
      color: white;
      padding: 0 0 2px;
      pointer-events: none;
      font-size: 36px;
      font-weight: 100; }
    .courseFormContainer .atlasContactSMS_wrapper .atlasSelect label:before {
      position: absolute;
      top: 0;
      right: 0;
      content: '';
      width: 20px;
      height: 0;
      background: white;
      pointer-events: none;
      display: block; }
    .courseFormContainer .atlasContactSMS_wrapper .gfield_required, .courseFormContainer .atlasContactSMS_wrapper .ginput_container_name label, .courseFormContainer .atlasContactSMS_wrapper .ginput_container label {
      display: none; }
    .courseFormContainer .atlasContactSMS_wrapper input, .courseFormContainer .atlasContactSMS_wrapper select {
      background: white;
      padding: 0.5em 1em;
      color: #9b9b9b; }
    .courseFormContainer .atlasContactSMS_wrapper .gform_footer input[type="submit"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      margin-top: 1.25em;
      border: 1px solid #004876;
      background-color: #004876;
      color: white; }
      .courseFormContainer .atlasContactSMS_wrapper .gform_footer input[type="submit"]:hover {
        border-color: #629db2; }
    .courseFormContainer .atlasContactSMS_wrapper .field_sublabel_below .validation_message {
      clear: both; }
    .courseFormContainer .atlasContactSMS_wrapper .validation_message, .courseFormContainer .atlasContactSMS_wrapper .validation_error {
      font-size: 1rem;
      line-height: 3.125rem;
      padding-left: 26px;
      margin-bottom: 0.75em;
      font-family: "Futura W01 Medium";
      border: 1px solid #a63c2f;
      background: white;
      color: #a63c2f; }
      .courseFormContainer .atlasContactSMS_wrapper .validation_message::after, .courseFormContainer .atlasContactSMS_wrapper .validation_error::after {
        clear: both;
        content: "";
        display: table; }
    .courseFormContainer .atlasContactSMS_wrapper .gfield_price {
      margin-bottom: 1rem; }
    .courseFormContainer .atlasContactSMS_wrapper .gfield_price .gfield_label {
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #004876; }
    .courseFormContainer .atlasContactSMS_wrapper .gfield_price .gfield_description {
      font-size: 1rem;
      line-height: 1.5; }
    .courseFormContainer .atlasContactSMS_wrapper .ginput_container_singleproduct {
      margin-top: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #b0976d; }
      .courseFormContainer .atlasContactSMS_wrapper .ginput_container_singleproduct .ginput_product_price {
        font-family: "Futura W01 Heavy"; }
      .courseFormContainer .atlasContactSMS_wrapper .ginput_container_singleproduct .ginput_quantity_label {
        margin-left: 40px; }
      .courseFormContainer .atlasContactSMS_wrapper .ginput_container_singleproduct .ginput_quantity {
        width: 90px;
        display: inline-block; }
    .courseFormContainer .atlasContactSMS_wrapper .gfield_total {
      font-size: 2em;
      background: #004876;
      color: #b0976d;
      padding: 0.25em 0.5em;
      font-family: "Futura W01 Heavy"; }
      .courseFormContainer .atlasContactSMS_wrapper .gfield_total label, .courseFormContainer .atlasContactSMS_wrapper .gfield_total .ginput_container_total {
        color: white !important;
        font-family: "Futura W01 Heavy";
        display: inline;
        margin-bottom: 0; }
  @media screen and (min-width: 600px) {
    .courseFormContainer {
      max-width: 860px;
      margin: 0 auto; }
      .courseFormContainer .atlasContactSMS_wrapper .ginput_container_name input {
        width: 49.5%;
        float: left;
        margin-right: 1%; }
      .courseFormContainer .atlasContactSMS_wrapper .ginput_container_name .name_last input {
        margin-right: 0; }
      .courseFormContainer .atlasContactSMS_wrapper .gform_footer {
        text-align: right; } }
  @media screen and (min-width: 1024px) {
    .courseFormContainer .atlasContactSMS_wrapper .ginput_container_name input {
      width: 49.5%;
      float: left;
      margin-right: 1%; }
    .courseFormContainer .atlasContactSMS_wrapper .ginput_container_name .name_last input {
      margin-right: 0; }
    .courseFormContainer .atlasContactSMS_wrapper .gform_footer {
      text-align: right; }
    .courseFormContainer .atlasContactSMS_wrapper .ginput_container_total {
      margin-bottom: .75em; } }

.glossaryContainer {
  padding-bottom: 4em; }
  .glossaryContainer::after {
    clear: both;
    content: "";
    display: table; }
  .glossaryContainer .spotlightImage {
    margin-bottom: 2em; }

.glossaryInfo {
  padding: 4em 0 2.875em; }
  .glossaryInfo h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .glossaryInfo h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 1024px) {
    .glossaryInfo h2 {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .glossaryInfo {
      margin-right: auto;
      margin-left: auto;
      max-width: 60em; }
      .glossaryInfo h2 {
        display: block; } }

.glossaryChoicesContainer {
  padding: 1em 0 4.5em; }
  .glossaryChoicesContainer::after {
    clear: both;
    content: "";
    display: table; }
  .glossaryChoicesContainer #glossaryMasonry {
    margin: 0 auto; }
  .glossaryChoicesContainer .glossaryColumns {
    width: 100%; }
    .glossaryChoicesContainer .glossaryColumns .glossaryMeta {
      font-size: 0.875rem;
      color: #b0976d;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: .5px;
      vertical-align: middle; }
  .glossaryChoicesContainer .letterLinks {
    text-align: center;
    width: 290px;
    margin: 1em auto 2em; }
    .glossaryChoicesContainer .letterLinks a {
      font-family: "Futura W01 Book";
      font-size: 1.5em;
      line-height: 30px;
      letter-spacing: 16px;
      display: inline-block;
      margin-bottom: 0.625em; }
  .glossaryChoicesContainer .letterSections h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 3em;
    line-height: 48px;
    font-weight: 300; }
    .glossaryChoicesContainer .letterSections h3 .coursesHeaderLittle {
      font-family: "Futura W01 Book";
      font-size: 14px;
      line-height: 21px;
      color: #b0976d;
      text-transform: uppercase;
      letter-spacing: 2px;
      vertical-align: middle; }
  .glossaryChoicesContainer .letterSections .accordion dl:after,
  .glossaryChoicesContainer .letterSections .accordion-list:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%; }
  .glossaryChoicesContainer .letterSections .accordion dd,
  .glossaryChoicesContainer .letterSections .accordion__panel {
    background-color: rgba(254, 251, 234, 0.5);
    font-size: 1em;
    line-height: 1.5em;
    margin: 0; }
  .glossaryChoicesContainer .letterSections .accordion p {
    font-weight: 300;
    padding: 1em 1em 0; }
  .glossaryChoicesContainer .letterSections .accordion {
    position: relative;
    background-color: transparent; }
  .glossaryChoicesContainer .letterSections .accordionTitle,
  .glossaryChoicesContainer .letterSections .accordion__Heading {
    -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    text-align: left;
    font-weight: 300;
    padding: 1em;
    display: block;
    text-decoration: none;
    color: #a63c2f;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(32, 32, 32, 0.2); }
    .glossaryChoicesContainer .letterSections .accordionTitle:before,
    .glossaryChoicesContainer .letterSections .accordion__Heading:before {
      -webkit-transition-property: -webkit-transform;
      -moz-transition-property: -moz-transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in;
      -moz-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      content: "\002B";
      font-family: arial;
      font-size: 24px;
      line-height: 24px;
      text-align: center;
      float: left;
      margin-right: .25em; }
    .glossaryChoicesContainer .letterSections .accordionTitle:hover,
    .glossaryChoicesContainer .letterSections .accordion__Heading:hover {
      border-bottom: 1px solid #a63c2f; }
  .glossaryChoicesContainer .letterSections .accordionTitleActive:before,
  .glossaryChoicesContainer .letterSections .accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  .glossaryChoicesContainer .letterSections .accordionItem {
    -webkit-transition: max-height 1s;
    -moz-transition: max-height 1s;
    transition: max-height 1s;
    height: auto;
    overflow: hidden;
    max-height: 50em; }
    @media screen and (min-width: 48em) {
      .glossaryChoicesContainer .letterSections .accordionItem {
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        transition: max-height 0.5s;
        max-height: 55em; } }
  .glossaryChoicesContainer .letterSections .accordionItem.is-collapsed {
    max-height: 0; }
  .glossaryChoicesContainer .letterSections .no-js .accordionItem.is-collapsed {
    max-height: auto; }
  .glossaryChoicesContainer .letterSections .animateIn {
    animation: accordionIn 0.65s normal ease-in-out both 1; }
  .glossaryChoicesContainer .letterSections .animateOut {
    animation: accordionOut 0.75s alternate ease-in-out both 1; }

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0; }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg); } }
  .glossaryChoicesContainer .letterSections h3 {
    margin-top: 1em; }
  @media screen and (min-width: 700px) {
    .glossaryChoicesContainer .letterLinks {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .glossaryChoicesContainer .glossaryColumns {
      width: 32%;
      float: left;
      margin-right: 2%; }
      .glossaryChoicesContainer .glossaryColumns:last-child {
        margin-right: 0; } }

.encyclopediaContainer .spotlightImage {
  margin-bottom: 2em; }

.learningContainer {
  padding: 4em 0 2.875em; }
  .learningContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .learningContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 1024px) {
    .learningContainer h2 {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .learningContainer {
      margin-right: auto;
      margin-left: auto;
      max-width: 60em; }
      .learningContainer h2 {
        display: block; } }

.encyclopediaCategoriesOptions {
  padding-bottom: 4.8125em; }
  .encyclopediaCategoriesOptions .catOption {
    text-align: center;
    margin-top: 1.5em; }
    .encyclopediaCategoriesOptions .catOption a {
      display: inline-block;
      vertical-align: top; }
      .encyclopediaCategoriesOptions .catOption a img {
        max-width: 100%; }
      .encyclopediaCategoriesOptions .catOption a h3 {
        font-family: "Playfair Display", Georgia, serif;
        font-size: 1em;
        letter-spacing: 0px;
        color: #202020;
        font-weight: normal;
        margin-top: 1em; }
  @media screen and (min-width: 600px) {
    .encyclopediaCategoriesOptions::after {
      clear: both;
      content: "";
      display: table; }
    .encyclopediaCategoriesOptions .catOption {
      width: 48%;
      float: left;
      margin-right: 4%; }
      .encyclopediaCategoriesOptions .catOption:nth-child(even) {
        margin-right: 0; }
      .encyclopediaCategoriesOptions .catOption a {
        display: block; } }
  @media screen and (min-width: 1024px) {
    .encyclopediaCategoriesOptions .catOption {
      width: 23.5%;
      float: left;
      margin-right: 2%; }
      .encyclopediaCategoriesOptions .catOption:nth-child(even) {
        margin-right: 2%; }
      .encyclopediaCategoriesOptions .catOption:last-child {
        margin-right: 0; }
      .encyclopediaCategoriesOptions .catOption a {
        display: block; } }

.coffeeIndexWrapper .coffeeIndexHeader {
  margin: 1rem 0;
  font-family: "Playfair Display", Georgia, serif; }

@media screen and (min-width: 1024px) {
  .coffeeIndexWrapper {
    position: relative;
    top: -50px; } }

.coffeeInfoBoxes {
  padding: 1em 0; }
  .coffeeInfoBoxes article h2 {
    font-family: "Futura W01 Bold";
    font-size: 1.125em;
    letter-spacing: 1.5px;
    color: #004876;
    text-transform: uppercase; }
  .coffeeInfoBoxes article p {
    font-size: 1em;
    margin: 5px 0 2em; }
  @media screen and (min-width: 1024px) {
    .coffeeInfoBoxes::after {
      clear: both;
      content: "";
      display: table; }
    .coffeeInfoBoxes article {
      width: 31%;
      margin-right: 3%;
      float: left; }
      .coffeeInfoBoxes article:last-child {
        margin-right: 0; } }

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

.newCoffeeContainer aside {
  background: #f8f7e9;
  padding: 1.5em 1em;
  margin-bottom: 3em; }
  .newCoffeeContainer aside h3 {
    font-family: "Futura W01 Book";
    font-size: 1em;
    line-height: 32px;
    letter-spacing: 2px;
    color: #004876;
    text-transform: uppercase;
    border-bottom: 1px solid #74b1c7;
    padding-bottom: 5px; }
    .newCoffeeContainer aside h3 .fa-angle-down {
      font-size: 24px;
      float: right; }
    .newCoffeeContainer aside h3:first-of-type {
      margin-bottom: 1.5em; }
  .newCoffeeContainer aside nav {
    padding: 1em; }
    .newCoffeeContainer aside nav ul li a {
      font-size: 1em;
      line-height: 32px;
      letter-spacing: 2px; }
  @media screen and (min-width: 1024px) {
    .newCoffeeContainer aside {
      width: 260px;
      float: left;
      margin-right: 20px; } }

.newCoffeeContainer .newCoffeesContainer .newCoffee {
  width: 288px;
  height: 322px;
  margin: 1em auto;
  padding-top: 16px;
  position: relative; }
  .newCoffeeContainer .newCoffeesContainer .newCoffee a {
    display: block;
    height: 322px; }
  .newCoffeeContainer .newCoffeesContainer .newCoffee .specialTags {
    font-family: "Futura W01 Light";
    font-size: 0.875em;
    line-height: 17px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    display: block;
    text-align: right;
    margin-bottom: 5px; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee .specialTags span {
      background: #004876;
      display: inline-block;
      vertical-align: top;
      height: 23px;
      padding: 3px 16px 3px 16px;
      position: relative; }
      .newCoffeeContainer .newCoffeesContainer .newCoffee .specialTags span:before {
        content: " ";
        position: absolute;
        height: 0;
        width: 23px;
        display: inline-block;
        top: 0;
        left: -10px;
        border-top: 23px solid #004876;
        border-left: 6px solid transparent; }
  .newCoffeeContainer .newCoffeesContainer .newCoffee p.origin {
    position: absolute;
    top: 149px;
    left: 12px;
    font-size: 0.875em;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #004876; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee p.origin:after {
      content: " ";
      width: 24px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 8px 0; }
  .newCoffeeContainer .newCoffeesContainer .newCoffee h4 {
    position: absolute;
    right: 12px;
    bottom: 23px;
    left: 12px;
    font-size: 1.75rem;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 30px;
    color: #004876;
    font-weight: 400; }

@media screen and (min-width: 600px) {
  .newCoffeeContainer .newCoffeesContainer .newCoffee {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
    display: inline-block; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee:nth-child(odd) {
      margin-right: 0; } }

.newCoffeeContainer .newCoffeesContainer .newCoffee p.origin {
  color: #004876; }
  .newCoffeeContainer .newCoffeesContainer .newCoffee p.origin::after {
    background-color: #004876; }

.newCoffeeContainer .newCoffeesContainer h4 {
  color: #004876 !important; }

@media screen and (min-width: 600px) {
  .newCoffeeContainer .newCoffeesContainer {
    width: 586px;
    margin: 0 auto; }
    .newCoffeeContainer .newCoffeesContainer::after {
      clear: both;
      content: "";
      display: table; }
    .newCoffeeContainer .newCoffeesContainer article.newCoffee {
      float: left;
      margin-bottom: 0;
      margin-top: 5px; } }

@media screen and (min-width: 1024px) {
  .newCoffeeContainer .newCoffeesContainer {
    width: 100%;
    float: left;
    padding-right: 276px;
    margin: 0;
    margin-right: -280px; }
    .newCoffeeContainer .newCoffeesContainer article.newCoffee {
      border: 1px solid white;
      width: 33%;
      margin: 0;
      float: left; }
      .newCoffeeContainer .newCoffeesContainer article.newCoffee:nth-child(even) {
        margin-right: 0; }
      .newCoffeeContainer .newCoffeesContainer article.newCoffee:nth-child(3n+3) {
        margin-right: 0; } }

.originMapContainer {
  height: 340px; }
  .originMapContainer .mpfy-controls-wrap {
    bottom: 0;
    top: inherit; }
  .originMapContainer #custom-mapping-google-map-0 {
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .originMapContainer {
      height: 612px; }
      .originMapContainer #custom-mapping-google-map-0 {
        height: 612px !important; } }

.originTitle h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 32px;
  letter-spacing: -1px; }

@media screen and (min-width: 1024px) {
  .originTitle .breadCrumbsContainer {
    margin-top: 1em;
    margin-bottom: 0; }
  .originTitle h2 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400; } }

.coffeeMetaData {
  padding: 2.25em 0; }
  .coffeeMetaData .coffeeMetaContainer p.metaTitle {
    font-size: 0.75em;
    text-transform: uppercase;
    color: #004876;
    line-height: 25px;
    letter-spacing: 2px;
    margin-bottom: 0; }
  .coffeeMetaData .coffeeMetaContainer p {
    font-size: 14px;
    line-height: 24px; }
  @media screen and (min-width: 600px) {
    .coffeeMetaData::after {
      clear: both;
      content: "";
      display: table; }
    .coffeeMetaData .coffeeMetaContainer {
      width: 49%;
      margin-right: 2%;
      float: left;
      vertical-align: top; }
      .coffeeMetaData .coffeeMetaContainer:nth-child(even) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .coffeeMetaData::after {
      clear: both;
      content: "";
      display: table; }
    .coffeeMetaData .coffeeMetaContainer {
      width: 23.5%;
      margin-right: 2%;
      margin-bottom: 1em;
      float: left;
      vertical-align: top; }
      .coffeeMetaData .coffeeMetaContainer:nth-child(even) {
        margin-right: 2%; }
      .coffeeMetaData .coffeeMetaContainer:last-child {
        margin-right: 0; } }

.originNotesContainer h2 {
  color: #b0976d;
  font-size: 3em;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  line-height: 48px; }
  .originNotesContainer h2:after {
    content: " ";
    width: 116px;
    background-color: #004876;
    height: 2px;
    display: block;
    margin: 24px 0; }

@media screen and (min-width: 1024px) {
  .originNotesContainer h2 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .originNotesContainer {
    margin-right: auto;
    margin-left: auto;
    max-width: 60em; } }

.originStandardContainer {
  margin: 4em 0; }
  .originStandardContainer h3 {
    font-family: "Futura W01 Book";
    font-size: 0.875em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b0976d;
    margin-bottom: 1.125em;
    padding-left: 16px; }
  .originStandardContainer ul li {
    font-family: "Futura W01 Book";
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 2px solid rgba(32, 32, 32, 0.2);
    margin-bottom: 5px;
    padding-bottom: 5px; }
  @media screen and (min-width: 600px) {
    .originStandardContainer .innerContainer::after {
      clear: both;
      content: "";
      display: table; }
    .originStandardContainer ul {
      width: 48%;
      margin-right: 4%;
      margin-bottom: 2em;
      float: left;
      vertical-align: top; }
      .originStandardContainer ul:nth-child(even) {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) {
    .originStandardContainer h3 {
      padding: 0 1rem;
      width: 100%;
      max-width: 85.5rem;
      margin: 0 auto 1em;
      font-size: 1.5rem; }
    .originStandardContainer ul {
      width: 32%;
      margin-right: 2%; }
      .originStandardContainer ul:nth-child(even) {
        margin-right: 2%; }
      .originStandardContainer ul:nth-child(3n+3) {
        margin-right: 0; } }

.profileCoffeesContainer h3 {
  font-family: "Futura W01 Book";
  font-size: 0.875em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #b0976d;
  margin-bottom: 1.125em;
  padding-left: 16px; }

.profileCoffeesContainer .newCoffee {
  width: 288px;
  height: 322px;
  margin: 1em auto;
  padding-top: 16px;
  position: relative; }
  .profileCoffeesContainer .newCoffee a {
    display: block;
    height: 322px; }
  .profileCoffeesContainer .newCoffee .specialTags {
    font-family: "Futura W01 Light";
    font-size: 0.875em;
    line-height: 17px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
    display: block;
    text-align: right;
    margin-bottom: 5px; }
    .profileCoffeesContainer .newCoffee .specialTags span {
      background: #004876;
      display: inline-block;
      vertical-align: top;
      height: 23px;
      padding: 3px 16px 3px 16px;
      position: relative; }
      .profileCoffeesContainer .newCoffee .specialTags span:before {
        content: " ";
        position: absolute;
        height: 0;
        width: 23px;
        display: inline-block;
        top: 0;
        left: -10px;
        border-top: 23px solid #004876;
        border-left: 6px solid transparent; }
  .profileCoffeesContainer .newCoffee p.origin {
    position: absolute;
    top: 149px;
    left: 12px;
    font-size: 0.875em;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #004876; }
    .profileCoffeesContainer .newCoffee p.origin:after {
      content: " ";
      width: 24px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 8px 0; }
  .profileCoffeesContainer .newCoffee h4 {
    position: absolute;
    right: 12px;
    bottom: 23px;
    left: 12px;
    font-size: 1.75rem;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 30px;
    color: #004876;
    font-weight: 400; }

@media screen and (min-width: 600px) {
  .profileCoffeesContainer .newCoffee {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
    display: inline-block; }
    .profileCoffeesContainer .newCoffee:nth-child(odd) {
      margin-right: 0; } }

.profileCoffeesContainer h3 {
  padding-left: 0; }

@media screen and (min-width: 600px) {
  .profileCoffeesContainer::after {
    clear: both;
    content: "";
    display: table; }
  .profileCoffeesContainer .innerContainer {
    text-align: center; } }

.traceableCoffeesContainer {
  padding-bottom: 2.25em; }
  .traceableCoffeesContainer h3 {
    font-family: "Futura W01 Book";
    font-size: 0.875em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b0976d;
    margin-bottom: 1.125em;
    padding-left: 16px; }
  .traceableCoffeesContainer .newCoffee {
    width: 288px;
    height: 322px;
    margin: 1em auto;
    padding-top: 16px;
    position: relative; }
    .traceableCoffeesContainer .newCoffee a {
      display: block;
      height: 322px; }
    .traceableCoffeesContainer .newCoffee .specialTags {
      font-family: "Futura W01 Light";
      font-size: 0.875em;
      line-height: 17px;
      letter-spacing: 2px;
      color: white;
      text-transform: uppercase;
      display: block;
      text-align: right;
      margin-bottom: 5px; }
      .traceableCoffeesContainer .newCoffee .specialTags span {
        background: #004876;
        display: inline-block;
        vertical-align: top;
        height: 23px;
        padding: 3px 16px 3px 16px;
        position: relative; }
        .traceableCoffeesContainer .newCoffee .specialTags span:before {
          content: " ";
          position: absolute;
          height: 0;
          width: 23px;
          display: inline-block;
          top: 0;
          left: -10px;
          border-top: 23px solid #004876;
          border-left: 6px solid transparent; }
    .traceableCoffeesContainer .newCoffee p.origin {
      position: absolute;
      top: 149px;
      left: 12px;
      font-size: 0.875em;
      line-height: 22px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #004876; }
      .traceableCoffeesContainer .newCoffee p.origin:after {
        content: " ";
        width: 24px;
        background-color: #004876;
        height: 2px;
        display: block;
        margin: 8px 0; }
    .traceableCoffeesContainer .newCoffee h4 {
      position: absolute;
      right: 12px;
      bottom: 23px;
      left: 12px;
      font-size: 1.75rem;
      font-family: "Playfair Display", Georgia, serif;
      line-height: 30px;
      color: #004876;
      font-weight: 400; }
  @media screen and (min-width: 600px) {
    .traceableCoffeesContainer .newCoffee {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-right: 5px;
      display: inline-block; }
      .traceableCoffeesContainer .newCoffee:nth-child(odd) {
        margin-right: 0; } }
  .traceableCoffeesContainer h3 {
    padding-left: 0; }
  @media screen and (min-width: 600px) {
    .traceableCoffeesContainer::after {
      clear: both;
      content: "";
      display: table; } }

.singleCoffeeTitle {
  background: rgba(254, 251, 235, 0.5);
  padding: 1.5em 0; }
  .singleCoffeeTitle::after {
    clear: both;
    content: "";
    display: table; }
  .singleCoffeeTitle h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 2rem;
    line-height: 32px;
    letter-spacing: -1px;
    font-weight: normal; }
  @media screen and (min-width: 1024px) {
    .singleCoffeeTitle h2 {
      font-size: 3rem;
      line-height: 3rem; } }

.singleTraceableNotesContainer {
  padding: 2.875em 0 2.875em; }
  .singleTraceableNotesContainer h2 {
    color: #b0976d;
    font-size: 3em;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 400;
    line-height: 48px; }
    .singleTraceableNotesContainer h2:after {
      content: " ";
      width: 116px;
      background-color: #004876;
      height: 2px;
      display: block;
      margin: 24px 0; }
  @media screen and (min-width: 1024px) {
    .singleTraceableNotesContainer h2 {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .singleTraceableNotesContainer {
      margin-right: auto;
      margin-left: auto;
      max-width: 60em; }
      .singleTraceableNotesContainer span {
        display: block; }
        .singleTraceableNotesContainer span p.authorMeta {
          font-weight: 400;
          color: #b0976d;
          font-size: 1rem; } }

@media screen and (min-width: 600px) {
  .traceableCoffeesContainer .innerContainer {
    width: 581px;
    margin: 0 auto;
    padding: 0; }
    .traceableCoffeesContainer .innerContainer::after {
      clear: both;
      content: "";
      display: table; }
    .traceableCoffeesContainer .innerContainer .newCoffee {
      vertical-align: top;
      margin-bottom: 0;
      margin-top: 5px; } }

@media screen and (min-width: 1024px) {
  .traceableCoffeesContainer .innerContainer {
    padding: 0 1rem;
    width: 100%;
    max-width: 85.5rem;
    margin: 0 auto 1em; }
  .traceableCoffeesContainer h3 {
    font-size: 1.5rem; }
  .traceableCoffeesContainer article.newCoffee {
    width: 24.5%;
    margin-right: .5%;
    float: left; }
    .traceableCoffeesContainer article.newCoffee:nth-child(odd) {
      margin-right: .5%; }
    .traceableCoffeesContainer article.newCoffee:nth-child(4n+5) {
      margin-right: 0; } }

.flickrContainer {
  height: auto;
  max-width: 940px;
  margin: 0 auto 2em; }
  .flickrContainer::after {
    clear: both;
    content: "";
    display: table; }
  .flickrContainer iframe {
    border: none; }

.flickrContainer iframe {
  border: none; }

.flickrContainer .fshow-wrapper {
  margin: 0 auto; }

.newCoffeeContainer .newCoffeesContainer .newCoffee, .traceableCoffeesContainer .newCoffee {
  width: 100%;
  height: auto;
  margin: 1em auto;
  padding-top: 0px;
  position: relative;
  background-color: #004876; }
  .newCoffeeContainer .newCoffeesContainer .newCoffee a, .traceableCoffeesContainer .newCoffee a {
    height: auto;
    display: block; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a .specialTags, .newCoffeeContainer .newCoffeesContainer .newCoffee a p.origin, .newCoffeeContainer .newCoffeesContainer .newCoffee a h4, .traceableCoffeesContainer .newCoffee a .specialTags, .traceableCoffeesContainer .newCoffee a p.origin, .traceableCoffeesContainer .newCoffee a h4 {
      color: white !important;
      z-index: 9;
      position: absolute;
      transition: all .3s ease-in-out; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a .specialTags, .traceableCoffeesContainer .newCoffee a .specialTags {
      top: 24px;
      right: 0; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a p.origin, .traceableCoffeesContainer .newCoffee a p.origin {
      top: 22px;
      bottom: auto;
      left: 16px; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a h4, .traceableCoffeesContainer .newCoffee a h4 {
      bottom: 24px;
      left: 16px; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a img, .traceableCoffeesContainer .newCoffee a img {
      position: relative;
      display: block;
      z-index: 1;
      opacity: .40;
      filter: grayscale(90%);
      transition: all .3s ease-in-out; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a:hover img, .traceableCoffeesContainer .newCoffee a:hover img {
      filter: grayscale(0%);
      opacity: 1; }
    .newCoffeeContainer .newCoffeesContainer .newCoffee a:hover .specialTags, .newCoffeeContainer .newCoffeesContainer .newCoffee a:hover p.origin, .newCoffeeContainer .newCoffeesContainer .newCoffee a:hover h4, .traceableCoffeesContainer .newCoffee a:hover .specialTags, .traceableCoffeesContainer .newCoffee a:hover p.origin, .traceableCoffeesContainer .newCoffee a:hover h4 {
      text-shadow: 1px 1px 1px rgba(23, 23, 23, 0.75); }

.spotlightImage h2, .spotlightImage h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  width: 100%; }

.adArchiveWrapper .adArchiveContainer {
  max-width: 85.5em;
  margin: 0 auto; }
  .adArchiveWrapper .adArchiveContainer ul.adArchive li {
    width: 100%;
    margin: 1em auto;
    float: left; }
    .adArchiveWrapper .adArchiveContainer ul.adArchive li:before {
      content: ''; }
    .adArchiveWrapper .adArchiveContainer ul.adArchive li a {
      display: block; }
      .adArchiveWrapper .adArchiveContainer ul.adArchive li a img {
        display: block; }
    .adArchiveWrapper .adArchiveContainer ul.adArchive li p {
      text-transform: uppercase;
      font-weight: 300;
      font-size: .75rem;
      letter-spacing: 1px;
      margin-bottom: 0;
      margin-top: 2px;
      margin-left: 2px; }

@media screen and (min-width: 600px) {
  .newCoffeeContainer .newCoffeesContainer {
    width: 50%;
    margin-right: 0;
    padding-right: 0; }
  .newCoffeeContainer aside {
    width: 48%;
    margin-right: 1%;
    float: left; }
  .newCoffeeContainer .newCoffeesContainer article.newCoffee {
    width: 100%;
    margin: 1px;
    height: auto; }
  .traceableCoffeesContainer .innerContainer {
    width: auto;
    padding: 0 16px; }
    .traceableCoffeesContainer .innerContainer .newCoffee {
      width: calc(50% - 2px);
      margin-left: 1px;
      margin-right: 1px !important; }
  .adArchiveWrapper .adArchiveContainer ul.adArchive li {
    width: calc(50% - 2px);
    margin-left: 1px;
    margin-right: 1px; } }

@media screen and (min-width: 767px) {
  .newCoffeeContainer .newCoffeesContainer {
    width: 70%;
    margin-right: 0;
    padding-right: 0; }
  .newCoffeeContainer aside {
    width: 28%;
    margin-right: 1%;
    float: left; }
  .newCoffeeContainer .newCoffeesContainer article.newCoffee {
    width: calc(50% - 2px);
    margin: 1px;
    height: auto; }
  .adArchiveWrapper .adArchiveContainer ul.adArchive li {
    width: calc(33.3333% - 2px); } }

@media screen and (min-width: 1024px) {
  .newCoffeeContainer .newCoffeesContainer {
    width: 75%;
    margin-right: 0;
    padding-right: 0; }
  .newCoffeeContainer .newCoffeesContainer article.newCoffee {
    width: calc(50% - 2px); }
  .newCoffeeContainer aside {
    width: 24%;
    margin-right: 1%; }
  .traceableCoffeesContainer .innerContainer {
    width: auto;
    padding: 0 16px; }
    .traceableCoffeesContainer .innerContainer .newCoffee {
      width: calc(25% - 2px); }
  .adArchiveWrapper .adArchiveContainer ul.adArchive li {
    width: calc(25% - 2px); }
  .originMapContainer #custom-mapping-google-map-0 {
    height: 562px !important; } }

@media screen and (min-width: 1280px) {
  .newCoffeeContainer .newCoffeesContainer .newCoffee a h4, .traceableCoffeesContainer .newCoffee a h4 {
    font-size: 1.75rem; }
  .newCoffeeContainer .newCoffeesContainer article.newCoffee {
    width: calc(33.333333% - 2px); }
  ul.adArchive li {
    width: calc(25% - 2px);
    margin-left: 1px;
    margin-right: 1px !important; } }

.contactBodyContainer .contactForm .atlasContactSMS_wrapper .top_label label {
  position: absolute;
  left: -9999px;
}
.contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label {
    position: relative;
  left: 0;
  color: #fff;
  text-transform: uppercase
}
.contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label:after {
    position: absolute;
    top: 24px;
    right: 16px;
    content: '\f107';
    font-family: 'FontAwesome';
    color: white;
    padding: 0 0 2px;
    pointer-events: none;
    font-size: 36px;
    font-weight: 100;
}

.subFooter {
    clear: both;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #74b1c7;
    padding-top: 3em;
    width: 100%;
    margin-bottom: 0;
  }
  .footerCopy {
    order: 2;
    width: 100%;
    margin-top: 3em;
    text-align: center;
    border: none;
  }
  .footerCopy small {
      display: block;
      margin-top: 30px;
  }
  .footerNewsletter {
    order: 1;
    width: 100%;
  }
  .footerNewsletter p {
      font-size: 14px;
      margin-bottom: 10px;
  }
  @media screen and (min-width:600px) {
    
    .subFooter {
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 0;
    }
    .footerCopy {
      order: 1;
      margin-top: 0;
      padding-top: 0;
      margin-right: 50px;
      width: 50%;
      text-align: left;
      
    }
    .footerNewsletter {
      order: 2;
      width: 50%;
    }
  }
  .offscreen {
    position: absolute;
    text-indent: -9999px;
  }
  
  input[type="submit"].newsletterButton {
      display: inline-block;
      width: 100px;
      height: 45px;
      margin: 0 0 0 -5px;
      color: white;
      background: #a63c2f;
      line-height: 45px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center; 
      vertical-align: top;
      border: none;
      letter-spacing: -.5px;
      padding: unset;
  }
  input[type="submit"].newsletterButton:hover {
      color: #ffffff;
      background-color: #c95040;
  }
  .footerNewsletter input[type="email"] {
      display: inline-block;
      width: calc(100% - 104px);
      box-sizing: border-box;
      height: 45px;
      margin-bottom: 3px;
      vertical-align: top;
  }
  .newsletterSmall {
      font-size: 12px;
  }



  /*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.contactBodyContainer .contactForm .atlasContactSMS_wrapper .top_label label {
	position: absolute;
	left: -9999px;
}
.contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label {
    position: relative;
	left: 0;
	color: #fff;
	text-transform: uppercase
}
.contactBodyContainer .contactForm .atlasContactSMS_wrapper .atlasSelect label:after {
    top: 24px !important;
}

.white .gfield_description,
.white label {
	color: #fff !important;
}

.white label {
/* 	    position: relative !important;
    left: 0 !important;
    display: inline-block; */
}
.white .gfield_checkbox label {
	    position: relative !important;
    left: 0 !important;
    display: inline-block;
}
.consent {
	margin-top: 10px;
	margin-bottom: 10px;
}
.consent label {
	    position: relative !important;
    left: 0 !important;
    display: inline-block !important;
}

.coffeeHeaderMeta .dropboxLink {
	display: block !important;
}
@media (max-width: 768px) {
	.coffeeHeaderMeta {
		float: none !important;
	}
}
@media (max-width: 1024px) {
	.coffeeHeaderMeta {
		display: block !important;
	}
}
.encyclopediaCategoriesOptions {
	text-align: center;
}
@media screen and (min-width: 1024px){
	.encyclopediaCategoriesOptions .catOption {
    float: none !important;
    display: inline-block !important;
}
.encyclopediaCategoriesOptions .catOption:nth-child(4n) {
    margin-right: 0 !important;
}
}

.page-id-8098 .spotlightText h2,
.page-id-9244 .spotlightText h2{
    font-size: 2em;
    font-family: "Playfair Display", Georgia, serif;
    line-height: 32px;
    letter-spacing: -1px;
    color: #004876;
    font-weight: 400;
    max-width: 1080px;
}
@media screen and (min-width: 1024px) {
.page-id-8098 .spotlightText h2,
.page-id-9244 .spotlightText h2{
    font-size: 3.75rem;
    line-height: 3.75rem;
}
	.page-id-9244 .spotlightText h2{
    margin-bottom: 0;
}
	}

.page-id-9244 h2 {
    font-family: "Playfair Display", Georgia, serif !important;
    font-weight: normal;
    font-size: 2em;
    line-height: 32px;
    color: #b0976d;
    margin-bottom: 1em;
}

/* CUSTOM STYLES */
.gform li:before {
	content: none;
}
.genericContentWrapper .gform_body ul {
	margin: 0;
	padding: 0;
}
.gform_body ul li:before {
	
	content: none !important;
}
.gform_body ul > li.gfield {
	margin-bottom: 30px;
}
.genericContentContainer  .ginput_complex {
	display: flex;
}
.genericContentContainer  .ginput_complex span {
	
	width: 50% !important;
}
.genericContentContainer  .ginput_complex span:last-of-type {
	margin-left: 2%;
}
.genericContentContainer  .ginput_complex input {
	
	margin-bottom: 0;
}
.genericContentContainer  .ginput_complex label {
	
	margin-top: 0;
	opacity: 0.6;
}
.genericContentContainer  .ginput_container_radio ul {
	margin: 0;
	padding: 0;
}
.genericContentContainer  .ginput_container_radio ul li {
	margin-bottom: 5px;
}
.genericContentContainer  .ginput_container_radio ul li label{
	margin: 0 0 5px 0;
	padding: 0;
	display: inline;
	font-size: 14px;
}
.genericContentContainer  .ginput_container_radio ul li input[type=text]{
	margin: 0 0 5px 0;
	padding: 0;
	display: inline;
	font-size: 14px;
	width: calc(100% - 30px);
	padding-left: 10px;
}
.genericContentContainer  .ginput_container_radio ul li input[type=radio]{
	display: inline;
	font-size: 14px;
}
.ginput_container_address {
	display: flex;
   align-items: center;
   flex-wrap: wrap;
	
}
.ginput_full {
	width: 100% !important;
	flex: 0 0 100%; 
}
.address_city {
	flex: 0 0 100%;
	margin-right: 10px;
}
.address_state {
	flex: 0 0 48%;
	margin-right: 10px;
	
}
.address_zip {
	flex: 0 0 50%;
	margin-right: 0px;
}
.genericContentContainer .ginput_complex span.address_country {
	flex: 0 0 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.address_country select{
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: 44px
}
@media(min-width: 1024px) {
	.address_city {
	flex: 0 0 38%;
	margin-right: 10px;
}
.address_state {
	flex: 0 0 22%;
	margin-right: 10px;
	
}
.address_zip {
	flex: 0 0 15%;
	margin-right: 10px;
}
.genericContentContainer .ginput_complex span.address_country {
	flex: 0 0 21.5% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.address_country select{
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	height: 44px
}
}
.footer-nkg {
	max-width: 20px;
	height: auto;
	margin-right: 5px;
	margin-bottom: -2px;
	display: inline-block;
}
.banner { 
	margin-top: 50px;
	z-index: 2;
}
@media (min-width: 1280px) {
	.banner {
		margin-top: 80px;
	}
}
.banner .button {
		display: inline-block;
		padding: 0px 30px;
    height: 45px;
    margin: 0 auto;
    color: white;
    background: #a63c2f;
	border-color: #a63c2f;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.banner .button:hover {
		background: #c95040;
	border-color: #c95040;
}
.stellarImage.withText,
.banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 2px 2px 6px rgba(0,0,0,.125);
}
.banner h1,
.banner p {
		max-width: 960px;
		color: rgba(0, 72, 118 , 0.85);
	color: #fff;
}

.banner h1 {

	line-height:1.25;
	text-align: center;

}
.banner p {
	font-size: 150%;
}

.overlay {
	background-color: rgba(0, 72, 118 , 0.55);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.gf_coupon_code {
	display: inline-block;
}
#gf_coupon_button {
	padding: 11px 1em;
	vertical-align: top;
}

@media screen and (min-width: 600px) {

.courseFormContainer {
	max-width: 960px !important;
	padding-top: 0 !important;
}	}

.page-id-9244 .coffeeCoursesContainer {
	padding-bottom: 0 !important;
}





