/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
@import url(http://fonts.googleapis.com/css?family=Nunito:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .header-wrap:before, .site-header:before, .site-nav:before, .site-content:before, .sidebar:before, .site-footer:before, .main-navigation:before, .launch-pad-wrap:before, .launch-pad:before,
.clearfix:after,
.header-wrap:after,
.site-header:after,
.site-nav:after,
.site-content:after,
.sidebar:after,
.site-footer:after,
.main-navigation:after,
.launch-pad-wrap:after,
.launch-pad:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .header-wrap:after, .site-header:after, .site-nav:after, .site-content:after, .sidebar:after, .site-footer:after, .main-navigation:after, .launch-pad-wrap:after, .launch-pad:after {
  clear: both; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 100%;
  line-height: 1.125em;
  font-family: sans-serif; }

body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  clear: both;
  font-weight: bold; }

h1 {
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 1em;
  color: #9A803C; }

h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1.25em;
  color: #181747; }

h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 1em;
  color: #181747; }

h3 {
  font-size: 1.125em;
  line-height: 1.25em;
  margin-bottom: 1em; }

p {
  margin-bottom: 1.5em;
  font-size: 1em; }

b,
strong {
  font-weight: bold; }

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

blockquote {
  margin: 0 1.5em;
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ul,
ol {
  margin: 0 0 1.5em 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

a {
  color: #9A803C; }

a:hover {
  color: #51431f; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

.site-header {
  position: relative;
  z-index: 99;
  -webkit-box-shadow: 0 4px 6px -1px #333;
  -moz-box-shadow: 0 4px 6px -1px #333;
  box-shadow: 0 4px 6px -1px #333; }
  @media (min-width: 960px) {
    .site-header {
      margin: 0 auto;
      padding: 0 3%; } }

.social {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (min-width: 700px) {
    .social {
      float: right; } }
  .social a {
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px; }
    .social a.linkedin {
      background-image: url(../images/linked.png); }
    .social a.gplus {
      background-image: url(../images/gplus.png); }
    .social a.search-toggle {
      background-image: url(../images/search.png); }
    @media (min-width: 700px) {
      .social a {
        float: left;
        margin-left: 10px;
        display: block; } }
  .social p {
    margin-bottom: 0; }
    @media (min-width: 700px) {
      .social p {
        float: right; } }
  .social .search-form {
    display: none;
    clear: both;
    margin-top: 10px;
    float: right;
    margin-left: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.site-nav {
  clear: both; }
  @media (min-width: 700px) {
    .site-nav {
      float: right;
      clear: none;
      margin-right: 20px;
      margin-top: 60px; } }
  @media (min-width: 960px) {
    .site-nav {
      margin-right: 0;
      margin-top: 0; } }

.logo {
  text-indent: -9999px;
  display: block;
  background: url(../images/logo-400.png) no-repeat;
  width: 315px;
  height: 50px;
  background-size: 315px 50px;
  margin: 60px auto 0px auto; }
  @media (min-width: 700px) {
    .logo {
      margin: 30px 0 0 10px;
      float: left;
      width: 400px;
      height: 63px;
      background-size: 400px 63px; } }
  @media (min-width: 960px) {
    .logo {
      margin: 20px 0 0 0;
      float: left; } }

@media (min-width: 960px) {
  .site-content {
    margin: 0 auto; } }

.content-area {
  padding: 30px 30px; }
  @media (min-width: 960px) {
    .content-area {
      width: 74.375%;
      float: right;
      padding: 50px 0 0 20px; } }
  .content-area p {
    line-height: 1.5em; }
  @media (min-width: 960px) {
    .page-template-page-full-width-php .content-area {
      width: 100%;
      float: none;
      padding: 30px; } }
  @media (min-width: 960px) {
    .page-template-page-full-width-php .content-area .hentry {
      width: 100%;
      float: none;
      padding: 30px;
      max-width: 100%; } }

.sticky {
  display: block; }

.entry-title {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: 500; }

.hentry {
  margin: 0 0 1.5em; }

.content-area .hentry {
  max-width: 770px; }
  @media (min-width: 1800px) {
    .content-area .hentry {
      max-width: 1770px; } }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-content {
  padding-right: 2%; }
  .entry-content li {
    margin-bottom: 5px;
    line-height: 1.4; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.posts-navigation {
  margin-bottom: 40px; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.page-template-page-locations .content-area {
  float: none;
  width: 100%;
  padding: 0; }
  .page-template-page-locations .content-area .hentry {
    max-width: 100%; }
    .page-template-page-locations .content-area .hentry .entry-content {
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      padding-right: 0; }

@media (min-width: 960px) {
  #wpgmza_map_2 {
    width: 1000px !important;
    margin-bottom: 20px; } }

.map-intro {
  background: #9C8132;
  color: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }
  .map-intro h2 {
    color: #fff;
    margin-bottom: 10px; }
  .map-intro p {
    margin-bottom: 0; }

.map-filter {
  background: #19144B;
  padding: 10px;
  text-align: right !important;
  width: 100%;
  color: #fff; }
  .map-filter select {
    margin-left: 10px; }

.blog-title, .archive-title {
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  text-transform: uppercase; }

.entry-title a {
  text-decoration: none; }

.blog .entry-title, .archive .entry-title, .search .entry-title {
  font-size: 1.5em; }
.blog article, .archive article, .search article {
  margin-bottom: 60px; }
.blog .entry-content, .archive .entry-content, .search .entry-content {
  font-family: 'EB Garamond', serif; }

.single .entry-content {
  font-family: 'EB Garamond', serif; }

.read-more {
  display: block;
  color: #000033;
  font-family: 'Nunito', sans-serif;
  text-decoration: none; }

.sidebar {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #E0E0E0;
  padding: 3%;
  overflow: hidden; }
  @media (min-width: 960px) {
    .sidebar {
      text-align: left;
      float: left;
      width: 23.625%; } }

.widget_text em {
  color: #171646; }

.AdvancedText {
  font-size: .875em; }

.widget-title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-family: 'Nunito', sans-serif; }

.widget {
  margin-bottom: 40px; }

.widget_recent_entries {
  font-family: 'Nunito', sans-serif; }
  .widget_recent_entries ul {
    margin-left: 0; }
    .widget_recent_entries ul li {
      list-style-type: none;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #9b812d; }
      .widget_recent_entries ul li:last-child {
        border-bottom: none; }
      .widget_recent_entries ul li a {
        text-decoration: none;
        color: #666; }
      .widget_recent_entries ul li .post-date {
        text-transform: uppercase;
        font-size: .75em;
        display: block;
        margin-top: 7px; }

.sidebar-featured {
  background: #1B1C55;
  margin: 0 -300px 20px;
  padding: 20px 300px 20px; }
  .sidebar-featured h3 {
    font-family: 'Nunito', sans-serif;
    color: #6482B1;
    border-bottom: 1px solid #6482B1;
    display: inline-block;
    padding-bottom: 5px; }
  .sidebar-featured p {
    color: #fff;
    font-size: .75em; }

.site-footer {
  background: #333;
  text-align: center;
  padding: 20px; }
  .site-footer p {
    color: #fff; }
  .site-footer a {
    text-decoration: none; }

.site-info {
  clear: both; }

.footer-widget {
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .footer-widget {
      text-align: left;
      width: 25%;
      float: left;
      padding: 0 10px; } }
  .footer-widget .widget-title {
    color: #ddd; }
  .footer-widget h3 {
    text-transform: uppercase; }
  .footer-widget p {
    color: #eee;
    margin-bottom: 0; }

.footer-menu {
  margin: 0 auto;
  max-width: 960px;
  padding-top: 12px; }
  .footer-menu ul {
    margin-left: 0; }
    .footer-menu ul li {
      list-style-type: none;
      display: inline;
      margin-right: 25px; }
      .footer-menu ul li a {
        color: #ffffff;
        text-decoration: none;
        font-size: .875em; }

.main-navigation {
  position: fixed;
  width: 320px;
  height: 100%;
  top: 120px;
  z-index: 999;
  right: -320px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: scroll;
  background: rgba(255, 255, 255, 0.9);
  font-family: 'Nunito', sans-serif; }
  @media (min-width: 960px) {
    .main-navigation {
      box-shadow: none;
      position: relative;
      top: 0;
      right: 0;
      overflow: visible;
      width: 100%;
      height: auto;
      background: transparent;
      clear: right;
      margin-bottom: 0px; } }
  .main-navigation.menu-open {
    right: 0;
    box-shadow: 0px 3px 5px #000; }
  .main-navigation ul {
    margin-left: 0; }
    @media (min-width: 960px) {
      .main-navigation ul {
        margin: 0 0 0 30px; } }
    .main-navigation ul > li {
      list-style-type: none;
      position: relative; }
      @media (min-width: 960px) {
        .main-navigation ul > li {
          float: left;
          min-height: 40px; } }
      .main-navigation ul > li:hover .sub-menu {
        display: block; }
      .main-navigation ul > li a {
        color: #633615;
        text-decoration: none;
        display: block;
        padding: 10px 5px 10px 40px;
        border-bottom: 1px solid #bfc0be; }
        @media (min-width: 960px) {
          .main-navigation ul > li a {
            color: #223e8b;
            font-size: 1em;
            line-height: 1.25em;
            padding: 0;
            display: inline;
            border-bottom: 0;
            margin-left: 20px; } }
    .main-navigation ul.sub-menu {
      background: #d3d3d3;
      margin-left: 0; }
      @media (min-width: 960px) {
        .main-navigation ul.sub-menu {
          display: none;
          position: absolute;
          top: 40px;
          left: 0;
          width: 250px; } }
      .main-navigation ul.sub-menu li {
        display: block;
        float: none; }
        .main-navigation ul.sub-menu li a {
          background: #d3d3d3;
          padding: 10px 10px 10px 50px;
          display: block;
          font-size: .875em;
          margin-left: 0; }
          @media (min-width: 960px) {
            .main-navigation ul.sub-menu li a {
              padding: 10px 10px 10px 20px; } }
          .main-navigation ul.sub-menu li a:hover {
            color: #9A803B; }

.menu-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #A1A1A1;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 1em; }
  @media (min-width: 960px) {
    .menu-toggle {
      display: none; } }

.sidebar-menu {
  display: none; }
  @media (min-width: 960px) {
    .sidebar-menu {
      display: block;
      background: url(../images/sidebar-nav-bg.png) top right no-repeat;
      margin-left: -90px;
      padding-left: 90px; } }
  .sidebar-menu ul {
    margin-left: 10px;
    padding-top: 50px;
    padding-bottom: 100px; }
    .sidebar-menu ul li {
      list-style-type: none; }
      .sidebar-menu ul li a {
        color: #633615;
        text-decoration: none;
        text-shadow: 1px 1px 10px #fff;
        display: block;
        line-height: 2em;
        padding-left: 20px; }
        .sidebar-menu ul li a:hover {
          text-shadow: 1px 1px 5px #fff;
          background: url(../images/active-page-highlight.png) no-repeat; }

.slider-wrap {
  width: 100%; }
  .slider-wrap .flexslider {
    margin-bottom: 0;
    border: 0; }
    .slider-wrap .flexslider .slides > li {
      position: relative; }

.slides {
  margin: 0 auto; }

.flex-caption {
  display: block;
  background: rgba(106, 108, 55, 0.8);
  padding: 20px 20px 30px 20px;
  z-index: 999;
  background-size: 0%; }
  @media (min-width: 960px) {
    .flex-caption {
      bottom: 0;
      right: 0;
      position: absolute;
      background: rgba(106, 108, 55, 0.5);
      padding: 10px 40px 30px 40px;
      min-height: 160px;
      max-width: 1000px; } }
  .flex-caption .caption-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0; }
    @media (min-width: 960px) {
      .flex-caption .caption-title {
        font-size: 2em;
        font-weight: normal; } }
  .flex-caption .caption-description {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .875em; }
    @media (min-width: 960px) {
      .flex-caption .caption-description {
        font-size: 1em; } }
  .flex-caption .learn-more {
    color: #38376c;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif; }

.flex-direction-nav {
  display: none; }
  @media (min-width: 960px) {
    .flex-direction-nav {
      display: block; } }
  .flex-direction-nav li .flex-prev {
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    font-size: 0; }
    .flex-direction-nav li .flex-prev:before {
      content: ""; }
  .flex-direction-nav li .flex-next {
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    font-size: 0; }
    .flex-direction-nav li .flex-next:before {
      content: ""; }

.flex-control-nav {
  bottom: 20px;
  padding-left: 5%;
  display: none; }
  @media (min-width: 700px) {
    .flex-control-nav {
      display: block;
      text-align: center; } }
  @media (min-width: 960px) {
    .flex-control-nav {
      text-align: left; } }
  .flex-control-nav li a {
    background: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); }
    .flex-control-nav li a.flex-active {
      background: #9a812d; }
    .flex-control-nav li a:hover {
      background: #9a812d; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px; }

.nivoSlider:hover .nivo-directionNav .nivo-prevNav {
  left: 0; }
.nivoSlider:hover .nivo-directionNav .nivo-nextNav {
  right: 0; }

.nivo-directionNav {
  transition: all 0.3s ease-in-out 0s; }
  .nivo-directionNav .nivo-prevNav {
    background: url(../images/left-arrow.png) no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    font-size: 0;
    left: -40px;
    transition: all 0.3s ease-in-out 0s; }
    .nivo-directionNav .nivo-prevNav:before {
      content: ""; }
  .nivo-directionNav .nivo-nextNav {
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    font-size: 0;
    right: -40px;
    transition: all 0.3s ease-in-out 0s; }
    .nivo-directionNav .nivo-nextNav:before {
      content: ""; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #004BA2;
  border-radius: 3px;
  background: #1D1B57;
  color: #fff;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 1em;
  line-height: 1;
  padding: .6em .5em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #004CA1; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 8px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  resize: vertical; }

.launch-pad-wrap {
  padding: 20px 0; }

.launch-pad {
  width: 100%;
  padding: 10px 2% 10px 2%;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .launch-pad {
      width: 31.6%;
      margin-left: 1.25%;
      float: left;
      margin-bottom: 0;
      min-height: 180px; } }
  @media (min-width: 960px) {
    .launch-pad {
      min-height: 175px;
      padding: 20px 2%; } }

.launch-pad-2 .launch-pad-title {
  color: #AE9530; }
.launch-pad-2 .launch-pad-description {
  margin-bottom: 2.5em; }

.launch-pad-3 .launch-pad-title {
  color: #6A6A6A; }

.lp-icon {
  float: left;
  display: block;
  width: 30%;
  max-width: 142px; }

.lp-content {
  float: right;
  width: 60%; }

.launch-pad-title {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 1.125em;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 5px; }

.launch-pad-description {
  color: #5b5b5c; }

.launch-pad-more {
  color: #38376c;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em; }

.map-wrap {
  position: relative; }

.map-caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(106, 108, 55, 0.6);
  width: 100%;
  padding: 20px; }
  .map-caption .map-caption-content {
    max-width: 600px;
    margin: 0 auto; }
  .map-caption h1 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: .5em; }
  .map-caption p {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    line-height: 1.5; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
