/* Text Elements */

h1 {
  width: 100%;
  color: #2f3567;
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  font-family: 'Lato', cursive;
}

h2 {
  color: #2f3567;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-family: 'Lato', cursive;
}

h2.panelTitle {
  margin-bottom: 0;
  max-width: 50%;
  color: #fff;
  text-shadow: #333 2px 2px 5px;
  font-size: 45px;
}

h2.resultsTitle {
  width: 100%;
  text-align: left;
}

h2.archiveTitleMobile {
  display: block;
  padding-left: 25px;
  text-align: left;
  font-size: 20px;
}

h3 {
  color: #2f3567;
  text-align: center;
  text-transform: none;
  font-weight: 700;
  font-size: 21px;
  font-family: 'Lato', cursive;
}

h4 {
  color: #2f3567;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lato', cursive;
}

h5 {
  color: #000;
  font-size: 20px;
}

h6 {
  color: #000;
  font-size: 18px;
}

p.paragraph {
  padding-right: 0;
  padding-left: 0;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

p.paragraph.panelText {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  max-width: 50%;
  color: #fff;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
}

p.paragraph.resultsSummary {
  text-align: left;
}

ul.unorder-list {
  margin-left: 5%;
  width: auto;
  list-style-position: outside;
  list-style-type: disc;
}

ol.order-list {
  margin-left: 5%;
  width: auto;
  list-style-position: outside;
}

span.text-element {
  color: #000;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

span.text-element.strapHeader {
  margin-top: 23px;
  color: #2f3567;
  text-align: right;
  text-decoration: none;
  font-size: 14px;
}

span.text-element span.strapBold {
  font-weight: 700;
}

span.text-element a.strapBold {
  color: #2f3567;
  text-decoration: none;
}

span.text-element.charityNo {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
}

span.text-element.copyright {
  margin-top: 20px;
  color: #fff;
  text-align: right;
  font-size: 14px;
}

span.text-element.panelTitle {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

span.text-element.requireedMessage {
  padding: 5px 30px;
  width: 98%;
  background-color: #c14e48;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

span.text-element.clickMore {
  width: 100%;
  text-align: right;
  text-decoration: underline;
}

span.text-element.resultDate {
  float: left;
  clear: left;
  width: 100%;
  text-align: left;
}

span.text-element.articleDate {
  float: left;
  clear: left;
  width: 100%;
  text-align: center;
}

blockquote {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  width: 65%;
  background-image: url('../images/misc/g-dat-quote-mark.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
  color: #2f3567;
  text-align: center;
  font-size: 22px;
  font-family: 'Lato', cursive;

  background-blend-mode: normal;
}

a.link-text {
  color: #2f3567;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

a.link-text.navTopLevel {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  border-top: 4px solid rgba(212, 35, 19, .5);
  background-color: transparent;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 24px;

  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

a.link-text.motley {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 35px;
  width: 165px;
  background-image: url('../images/motley/motley.png');
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1;
}

a.link-text.paginationLink {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 4px 3px;
  border: 1px solid #2f3567;
  background-color: #2f3567;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
}

a.link-text.active.navTopLevel {
  border-top-color: #d42313;
}

a.link-text:hover {
  text-decoration: none;
}

a.link-text.navTopLevel:hover {
  border-top-color: #d42313;
  background-color: transparent;
  color: #fff;
}

a.link-text.paginationLink:hover {
  border-color: #2d85c5;
  background-color: #2d85c5;
  color: #fff;
}

ul.link-list.submenu {
  position: absolute;
  z-index: 9999;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: auto;
  background-color: #2f3567;
  list-style-type: none;
}

ul.link-list.headerNav {
  width: auto;
}

ul.link-list.footerNavUL {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

ul.link-list.blogArchiveUL {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  margin-left: 0;
  padding-left: 25px;
  list-style-type: none;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
          align-content: space-around;
}

ul.link-list.savingArchives.submenu {
  width: 365px;
}

ul.link-list.submenu.waystoHelp {
  width: 250px;
}

/* Common Elements */

address p {
  color: #000;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

address a {
  color: #000;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

address span.addressEmail {
  color: #000;
  text-decoration: none;
}

address.footerAddress p {
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}

address.footerAddress a {
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
}

address span.footerAddressLink {
  font-weight: 700;
}

address span.footerAddressLink:hover {
  text-decoration: underline;
}

/* Interaction Elements */

a.link-button.rowButton {
  border-radius: 0;
  background-color: #c600ff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  font-family: 'Lato', cursive;
}

a.link-button.rowButton:hover {
  background-color: #2b333d;
}

form.form-container.contactForm-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 0;
  max-width: 1200px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

input[type=text].sayHello {
  margin-right: 0;
  margin-left: 0;
  padding: 0 10px;
  min-height: 40px;
  max-width: 48%;
  width: 100%;
  color: #565651;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

input[type=text].required-1.sayHello {
  background-color: #ff9893;
  color: #000;
}

select.select.drop-down-1 {
  margin-top: 7px;
  min-height: 40px;
  max-width: 48%;
  color: #565651;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

select.select.drop-down-1.required {
  background-color: #ff9893;
  color: #000;
  font-family: 'Lato', cursive;
}

textarea.sayHello {
  padding: 5px 10px;
  max-width: 98%;
  height: 110px;
  color: #565651;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

/* Layout Elements */

body > .row.navLayer {
  max-width: none;
  background-color: #2f3567;
}

body > .row > [class*='coffee-span-'].navContainer {
  min-height: 0;
}

body > .row.heroLayer {
  overflow: hidden;
  max-width: none;
  background-color: #e9e9e9;
}

body > .row.footerLayer {
  max-width: none;
  background-color: #2f3567;
}

body > .row > [class*='coffee-span-'].motleyContainer {
  min-height: 0;
  background-color: #000;
}

body > .row.contentLayer.fulWidth {
  margin-bottom: 0;
  max-width: none;
  border-top: 5px solid #c600ff;
  background-image: url('../images/misc/bg-dat-service-box1.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body > .row.contentLayer-1 {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 1200px;
}

body > .row > [class*='coffee-span-'].sayHelloContainer {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

body > .row > [class*='coffee-span-'].contactContainer.sayHelloContainer {
  padding-top: 0;
  padding-bottom: 0;
}

body > .row > [class*='coffee-span-'].heroNopadding {
  padding-right: 0;
  padding-left: 0;
}

body > .row.panelsLayer {
  margin-top: 20px;
  margin-bottom: -3px;
  padding-top: 20px;
}

.container.navigationWrapper {
  display: block;
  -ms-flex-pack: center;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  min-height: 0;
  max-width: 1200px;
  background-color: transparent;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.mobileNav {
  display: none;
  margin-bottom: 0;
  min-height: 0;
  background-color: #000;
}

.container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  float: left;
  -ms-flex-align: start;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  background-color: transparent;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.navigation {
  float: left;
  margin-bottom: 0;
  min-height: 0;
  width: auto;
  border-top: 4px none #d42313;

  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
          align-self: stretch;
}

.container.headerNavContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  margin-top: 46px;
  width: auto;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.contentContainer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.container.footerContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 45px;
  min-height: 100px;
  max-width: 1200px;
}

.container.motleyContainer {
  margin-right: auto;
  margin-left: auto;
  min-height: 0;
  max-width: 1200px;
}

.container.greyPanel {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px 20px 40px;
  min-height: 270px;
  max-width: 1200px;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  background-blend-mode: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.panelBreak {
  min-height: 1px;
}

.container.hrDiv {
  margin-right: auto;
  margin-left: auto;
  min-height: 40px;
  width: 85%;
  background-image: url('../images/misc/hr.jpg');
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-x;

  background-blend-mode: normal;
}

.container.panelResults {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 0;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.panelTitle {
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 20px;
  min-height: 0;
  width: 80%;
  border-top: 5px solid #fc0;
  background-color: #2d85c5;
}

.container.panelTransparency {
  position: relative;
  z-index: 0;
  display: block;
  margin-bottom: 0;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.container.panelContent {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 10px 20px 40px;
  min-height: 270px;
  max-width: 1200px;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  background-blend-mode: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
}

.container.contactUs.contentContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 0;
  min-height: 430px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.contactWrapper {
  display: block;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  max-width: 50%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}

.container.resultsContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-right: 20px;
  margin-left: 20px;
  width: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
}

.container.archiveContainer {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.container.paginationContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 0;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container#blogArchiveUL {
  min-height: 0;
}

.container.container-1 {
  display: none;
}

.container.heroContainer {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1200px;
  height: 250px;
  background-image: url('../images/misc/bg-dat-strip-discover-dat-2.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.navigation.savingArchives {
  width: 298px;
}

.container.navigation.waystoHelp {
  width: 180px;
}

.container.resultsContainer.right {
  max-width: 400px;

  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

.container.left.resultsContainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 60%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 60%;
          flex: 1 0 60%;
}

.container.panelTransparency:hover {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.link-container.panelResuoltsContainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
  width: 48%;
  height: 400px;
  background-image: url('../images/misc/bg-dat-service-box2.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.link-container.listResults {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: start;
  text-decoration: none;

  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 4 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 4 auto;
          flex: 1 4 auto;
}

.link-container.panelResuoltsContainer:hover {
  background-color: rgba(0, 0, 0, .52);
}

li.list-item {
  color: #000;
  font-size: 16px;
  font-family: 'Lato', cursive;
  line-height: 1.7;
}

li.list-item-link.submenuButton > a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

li.list-item-link {
  display: inline-block;
  background-color: #e8aa0c;
  text-transform: capitalize;
}

li.list-item-link > a {
  color: #fff;
  text-decoration: none;
}

span.glyph.mobileIcon {
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1;
}

li.list-item-link.submenuButton {
  display: list-item;
  padding: 5px 10px;
  min-width: 200px;
  background-color: transparent;
  text-align: center;
}

li.list-item-link.active.submenuButton > a {
  color: #fff;
}

li.list-item-link.active.submenuButton {
  padding-left: 10px;
  background-color: #d42313;
}

a.responsive-picture.mainLogo {
  float: left;
  max-width: 203px;
}

li.list-item-link.headerNavLI > a {
  color: #2f3567;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Lato', cursive;
}

li.list-item-link.headerNavLI {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}

a.responsive-picture.footerLogo {
  max-width: 192px;
}

li.list-item-link.footerNavLI > a {
  font-family: 'Lato', cursive;
}

li.list-item-link.footerNavLI {
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #fff;
  background-color: transparent;
}

a.link-button-image.button-link-image-2 {
  padding: 2px 5px 2px 2px;
  width: 143px;
  border-radius: 50px 0 0 50px;
  background-color: #2f3567;
  text-decoration: none;
}

div.image-for-button.image-for-button-link-2 {
  float: left;
  width: 37px;
}

span.link-button-text.text-for-button-link-2 {
  float: none;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Lato', cursive;
}

div.responsive-picture.hrRoundel {
  margin: 0 auto;
  max-width: 51px;
}

.row > [class*='coffee-span-'] .html-element.mapContainer {
  max-height: none;
  width: 100%;
}

button {
  margin-right: 0;
  margin-left: 1%;
  background-color: #8cc14d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
}

div.responsive-picture.resultsImage {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0;
  max-width: 400px;
}

li.list-item-link.blogArchiveLI > a {
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

li.list-item-link.blogArchiveLI {
  margin-right: 1%;
  background-color: transparent;
  text-align: left;
}

a.link-button-glyph.goBack {
  display: block;
  float: none;
  clear: left;
  margin-right: auto;
  margin-left: auto;
  width: 150px;
  border-radius: 0;
  background-color: #2d85c5;
}

span.link-button-text.buttonText {
  color: #fff;
  font-size: 16px;
  font-family: 'Lato', cursive;
}

span.glyph-for-button.buttonLeft {
  color: #fff;
  font-size: 14px;
}

button.contactSubmit {
  margin-left: 0;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  width: 98%;
  border-width: 0;
  border-color: #15204e;
  border-radius: 0;
  background-color: #2d85c5;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Lato', cursive;
}

span.glyph.mobileIcon:hover {
  margin-right: auto;
  margin-left: auto;
  color: #ffd700;
  text-align: center;
}

li.list-item-link.submenuButton:hover {
  background-color: #d42313;
}

li.list-item-link.submenuButton:hover > a {
  color: #fff;
}

button:hover {
  background-color: #f04e23;
}

li.list-item-link.blogArchiveLI:hover > a {
  text-decoration: none;
}

button.contactSubmit:hover {
  background-color: #2f3567;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  /* Text Elements */

  h2 {
    font-size: 30px;
  }

  h2.panelTitle {
    max-width: 50%;
  }

  h3 {
    font-size: 23px;
  }

  p.paragraph {
    clear: left;
  }

  p.paragraph.panelText {
    max-width: 50%;
  }

  a.link-text.navTopLevel {
    padding-right: 18px;
    padding-left: 18px;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
       -moz-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }

  ul.link-list.savingArchives.submenu {
    width: 341px;
  }

  ul.link-list.submenu.waystoHelp {
    width: 210px;
  }

  /* Interaction Elements */

  a.link-button.rowButton {
    font-family: 'Lato', cursive;
  }

  input[type=text].sayHello {
    width: 100%;
  }

  /* Layout Elements */

  body > .row.contentLayer-1 {
    max-width: 1200px;
  }

  body > .row > [class*='coffee-span-'].heroNopadding {
    min-height: 50px;
  }

  .container.navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .container.greyPanel {
    float: left;
    max-width: none;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.panelContent {
    float: left;
    max-width: none;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .link-container.panelResuoltsContainer {
    height: 350px;
  }
}

@media screen and (max-width: 992px) {
  /* Text Elements */

  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 20px;
  }

  h2.panelTitle {
    max-width: 50%;
  }

  h2.archiveTitleMobile {
    padding-left: 10px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 18px;
  }

  p.paragraph.panelText {
    max-width: none;
    width: 50%;
  }

  span.text-element.strapHeader {
    text-align: center;
  }

  span.text-element.panelTitle {
    font-size: 20px;
  }

  span.text-element {
    font-size: 20px;
  }

  a.link-text.navTopLevel {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
  }

  ul.link-list.footerNavUL {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: end;

    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }

  ul.link-list.blogArchiveUL {
    padding-left: 10px;
  }

  ul.link-list.savingArchives.submenu {
    width: 300px;
  }

  ul.link-list.submenu.waystoHelp {
    width: 200px;
  }

  /* Interaction Elements */

  a.link-button.rowButton {
    font-size: 15px;
  }

  input[type=text].sayHello {
    width: 100%;
  }

  /* Layout Elements */

  .container.navigation {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .container.greyPanel {
    float: left;
    width: 100%;
    background-color: rgba(51, 51, 51, .42);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.panelContent {
    float: left;
    width: 100%;
    background-color: rgba(51, 51, 51, .42);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.navigation.savingArchives {
    display: block;
    -ms-flex-pack: start;
    -ms-flex-align: start;
    width: 224px;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .link-container.panelResuoltsContainer {
    height: 300px;
  }

  li.list-item-link.footerNavLI {
    border-right-style: none;
  }

  div.image-for-button.image-for-button-link-2 {
    width: 31px;
  }

  span.link-button-text.text-for-button-link-2 {
    margin-top: 1px;
  }
}

@media screen and (max-width: 768px) {
  /* Text Elements */

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 18px;
  }

  h2.panelTitle {
    max-width: none;
  }

  h2.archiveTitleMobile {
    display: block;
    text-align: left;
    font-weight: 700;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 16px;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.panelText {
    width: auto;
  }

  span.text-element {
    font-size: 15px;
  }

  span.text-element.charityNo {
    text-align: center;
  }

  span.text-element.copyright {
    text-align: center;
  }

  span.text-element.panelTitle {
    font-size: 17px;
  }

  blockquote {
    font-size: 15px;
  }

  a.link-text {
    font-size: 15px;
  }

  a.link-text.navTopLevel {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    text-align: center;
    font-size: 21px;
  }

  a.link-text.motley {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  a.link-text.navTopLevel:hover {
    background-color: #d42313;
  }

  ul.link-list.submenu {
    position: static;
  }

  ul.link-list.headerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    width: 100%;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  ul.link-list.footerNavUL {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  ul.link-list.blogArchiveUL {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  ul.link-list.savingArchives.submenu {
    width: auto;
  }

  ul.link-list.submenu.waystoHelp {
    width: auto;
  }

  /* Common Elements */

  address p {
    font-size: 15px;
  }

  address a {
    font-size: 15px;
  }

  address.footerAddress {
    width: auto;
  }

  address.footerAddress p {
    text-align: center;
  }

  address.footerAddress a {
    text-align: center;
  }

  /* Interaction Elements */

  form.form-container.contactForm-1 {
    padding-top: 0;
  }

  input[type=text].sayHello {
    width: 100%;
    font-size: 15px;
  }

  textarea.sayHello {
    font-size: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].navContainer {
    padding-right: 0;
    padding-left: 0;
  }

  body > .row > [class*='coffee-span-'].sayHelloContainer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  body > .row.heroLayer {
    height: 250px;
  }

  .container.mobileNav {
    display: block;
    margin-bottom: 0;
    background-color: #2f3567;
  }

  .container.menu {
    position: absolute;
    z-index: 1;
    display: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    background-color: #2f3567;
  }

  .container.navigation {
    float: none;
    min-height: 0;
    width: 100%;
  }

  .container.headerNavContainer {
    margin-top: 10px;
    width: 100%;
  }

  .container.footerContainer {
    padding-top: 20px;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.footerLogo {
    width: 50%;
  }

  .container.footerAddress {
    width: 50%;
  }

  .container.greyPanel {
    float: none;
    max-width: none;
    width: 100%;
    background-color: rgba(51, 51, 51, .42);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.hrDiv {
    min-height: 0;
  }

  .container.panelContent {
    float: none;
    max-width: none;
    width: 100%;
    background-color: rgba(51, 51, 51, .42);
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.contactWrapper {
    padding-top: 0;
    max-width: none;
  }

  .container.contactUs.contentContainer {
    display: block;
    min-height: 50px;
  }

  .container.contactWrapper.mapWrapper {
    min-height: 50px;
  }

  .container.navigation.savingArchives {
    width: auto;
  }

  .container.contentContainer {
    padding-right: 0;
    padding-left: 0;
  }

  .container.navigation.waystoHelp {
    width: auto;
  }

  .link-container.panelResuoltsContainer {
    height: 250px;
  }

  li.list-item {
    font-size: 15px;
  }

  li.list-item-link.submenuButton {
    padding-left: 10px;
    text-align: center;
  }

  a.responsive-picture.mainLogo {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  li.list-item-link.headerNavLI {
    margin-right: 10px;
    margin-left: 10px;
  }

  li.list-item-link.submenuButton > a {
    font-size: 14px;
  }

  a.responsive-picture.footerLogo {
    margin-right: auto;
    margin-left: auto;
  }

  li.list-item-link.footerNavLI {
    border-right-width: 1px;
    border-right-style: solid;
  }

  a.link-button-image.button-link-image-2 {
    width: 150px;
  }

  span.link-button-text.text-for-button-link-2 {
    font-size: 17px;
  }

  div.responsive-picture.hrRoundel {
    max-width: 40px;
  }

  li.list-item-link.blogArchiveLI {
    padding-right: 20px;
    text-align: right;
  }

  .row > [class*='coffee-span-'] .html-element.mapContainer {
    max-height: none;
  }

  span.glyph.mobileIcon:hover {
    color: #fff;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(12px);
       -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(12px);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateZ(12px);
  }
}

@media screen and (max-width: 480px) {
  /* Text Elements */

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 17px;
  }

  h2.panelTitle {
    font-size: 19px;
  }

  h3 {
    font-size: 16px;
  }

  p.paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  p.paragraph.panelText {
    font-size: 14px;
  }

  span.text-element {
    font-size: 14px;
  }

  blockquote {
    font-size: 14px;
  }

  a.link-text {
    font-size: 14px;
  }

  a.link-text.navTopLevel {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
  }

  ul.link-list.headerNav {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  /* Common Elements */

  address p {
    font-size: 14px;
  }

  address a {
    font-size: 14px;
  }

  /* Interaction Elements */

  a.link-button.rowButton {
    font-size: 13px;
  }

  input[type=text].sayHello {
    margin-right: 0;
    margin-left: 0;
    max-width: 98%;
    width: 100%;
    font-size: 14px;
  }

  select.select.drop-down-1 {
    margin-top: 4px;
    margin-bottom: 4px;
    max-width: 98%;
  }

  textarea.sayHello {
    font-size: 14px;
  }

  /* Layout Elements */

  body > .row.heroLayer {
    height: 200px;
  }

  .container.headerNavContainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.footerLogo {
    width: 100%;
  }

  .container.footerAddress {
    width: 100%;
  }

  .container.hrDiv {
    width: 100%;
  }

  .container.panelResults {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.contactUs.contentContainer {
    padding-right: 0;
    padding-left: 0;
  }

  .container.contactWrapper {
    padding-top: 0;
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.archiveContainer {
    min-height: 0;
  }

  .link-container.panelResuoltsContainer {
    max-width: 300px;
    width: 100%;
    height: 225px;
  }

  li.list-item {
    font-size: 14px;
  }

  li.list-item-link.headerNavLI > a {
    font-size: 15px;
  }

  li.list-item-link.footerNavLI {
    padding-right: 5px;
    padding-left: 5px;
  }

  li.list-item-link.footerNavLI > a {
    font-size: 13px;
  }

  a.link-button-image.button-link-image-2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 153px;
    border-radius: 50px 0 0 50px;
  }

  span.link-button-text.text-for-button-link-2 {
    font-size: 15px;
  }

  div.image-for-button.image-for-button-link-2 {
    width: 27px;
  }
}

@media screen and (max-width: 320px) {
  /* Text Elements */

  h2.archiveTitleMobile {
    font-size: 13px;
  }

  ul.link-list.footerNavUL {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  /* Layout Elements */

  .container.archiveContainer {
    min-height: 0;
  }

  .link-container.panelResuoltsContainer {
    width: 100%;
  }

  li.list-item-link.headerNavLI {
    margin-right: 10px;
    margin-left: 10px;
  }

  li.list-item-link.footerNavLI {
    border-right-style: none;
  }

  a.link-button-image.button-link-image-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    width: 100px;
  }

  li.list-item-link.blogArchiveLI > a {
    font-size: 10px;
  }

  li.list-item-link.blogArchiveLI {
    margin-right: 1%;
    margin-left: 1%;
    padding-right: 0;
  }
}