/* line 19, ../sass/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 26, ../sass/_grid.scss */
.container {
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../bower_components/susy/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 33, ../sass/_grid.scss */
.row {
  clear: both;
  position: relative;
}
/* line 39, ../sass/_grid.scss */
.row:after {
  content: '';
  display: table;
  clear: both;
}

/* line 50, ../sass/_grid.scss */
.clearfix {
  display: block;
  clear: both;
}

/* line 58, ../sass/_grid.scss */
.table {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 67, ../sass/_grid.scss */
.cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* line 2, ../sass/_typography.scss */
html, body {
  font-size: 16px;
  font-weight: 400;
  font-family: 'futura-pt', sans-serif;
}

@media (max-width: 991px) {
  /* line 12, ../sass/_typography.scss */
  html, body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  /* line 20, ../sass/_typography.scss */
  html, body {
    font-size: 14px;
  }
}
/* line 27, ../sass/_typography.scss */
a {
  text-decoration: none;
}
/* line 29, ../sass/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 35, ../sass/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
/* line 45, ../sass/_typography.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
/* line 50, ../sass/_typography.scss */
h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 0;
}

/* line 57, ../sass/_typography.scss */
.upam-heading-lead {
  font-family: 'learning-curve', cursive;
  font-size: 5.8125em;
  font-weight: 400;
  color: #2f2e34;
  line-height: 0.825em;
}

/* line 66, ../sass/_typography.scss */
.upam-heading-sub {
  font-family: 'futura-pt', helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  color: #48494d;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

/* line 79, ../sass/_typography.scss */
.text-center {
  text-align: center;
}

/* line 82, ../sass/_typography.scss */
.text-left {
  text-align: left;
}

/* line 85, ../sass/_typography.scss */
.text-right {
  text-align: right;
}

/* line 92, ../sass/_typography.scss */
.text-primary {
  color: #ee9894;
}

/* line 92, ../sass/_typography.scss */
.text-white {
  color: #ffffff;
}

/* line 92, ../sass/_typography.scss */
.text-dark-gray {
  color: #48494d;
}

/* line 101, ../sass/_typography.scss */
p {
  margin: 0;
}
/* line 107, ../sass/_typography.scss */
p + p {
  margin-top: 1.5em;
}

/* line 114, ../sass/_typography.scss */
hr {
  margin: 30px 0;
  border: none;
  height: 1px;
  background-color: #e3e3e3;
}
/* line 121, ../sass/_typography.scss */
hr:first-child {
  display: none;
}

/* line 128, ../sass/_typography.scss */
.upam-more-link {
  font-weight: 700;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 0.07em;
  color: #ee9894;
}
/* line 136, ../sass/_typography.scss */
.upam-more-link:hover, .upam-more-link:focus {
  color: #f3b6b3;
}

/* line 2, ../sass/_header.scss */
#upam-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 106px;
  line-height: 106px;
  padding: 0 30px;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  /* line 22, ../sass/_header.scss */
  #upam-header {
    height: auto;
    line-height: normal;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  /* line 36, ../sass/_header.scss */
  #upam-header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding: 0 15px;
  }
}
/* line 50, ../sass/_header.scss */
#upam-logo {
  display: inline-block;
  float: left;
  margin-right: 30px;
  vertical-align: middle;
}
/* line 59, ../sass/_header.scss */
#upam-logo img {
  vertical-align: middle;
}

@media (max-width: 991px) {
  /* line 68, ../sass/_header.scss */
  #upam-logo {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  /* line 83, ../sass/_header.scss */
  #upam-logo {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    height: 100%;
  }
  /* line 94, ../sass/_header.scss */
  #upam-logo img {
    max-height: 100%;
  }
}
/* line 103, ../sass/_header.scss */
#upam-menu {
  display: inline-block;
  float: right;
}
/* line 109, ../sass/_header.scss */
#upam-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 118, ../sass/_header.scss */
#upam-menu ul li {
  display: inline-block;
  margin-left: 37px;
}
/* line 124, ../sass/_header.scss */
#upam-menu ul li:first-child {
  margin-left: 0;
}
/* line 129, ../sass/_header.scss */
#upam-menu ul li a {
  font-size: 0.875em;
  font-weight: 700;
  color: #ee9894;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 136, ../sass/_header.scss */
#upam-menu ul li a:hover, #upam-menu ul li a:focus {
  text-decoration: none;
}
/* line 142, ../sass/_header.scss */
#upam-menu ul li a:hover, #upam-menu ul li a:focus {
  color: #48494d;
}
/* line 151, ../sass/_header.scss */
#upam-menu ul li.current-menu-item a {
  color: #48494d;
}

/* line 163, ../sass/_header.scss */
#upam-menu-mobile {
  display: none;
}

@media (max-width: 991px) {
  /* line 170, ../sass/_header.scss */
  #upam-menu {
    display: block;
    float: none;
  }
}
@media (max-width: 768px) {
  /* line 182, ../sass/_header.scss */
  #upam-menu {
    display: block;
    float: right;
    vertical-align: middle;
  }
  /* line 188, ../sass/_header.scss */
  #upam-menu ul {
    display: none;
  }
  /* line 192, ../sass/_header.scss */
  #upam-menu #upam-menu-toggle {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 40px;
    margin-bottom: -6px;
  }
  /* line 201, ../sass/_header.scss */
  #upam-menu #upam-menu-toggle span {
    display: block;
    height: 7px;
    width: 100%;
    background-color: #ee9894;
    margin-bottom: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 224, ../sass/_header.scss */
  #upam-menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9990;
    width: 100%;
    max-width: 75%;
    overflow-y: scroll;
    background-color: #ffffff;
    padding: 30px;
  }
  /* line 243, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-logo {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #e3e3e3;
    text-align: center;
  }
  /* line 254, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-logo img {
    max-width: 100%;
  }
  /* line 260, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar {
    margin-bottom: 60px;
  }
  /* line 264, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: -7px;
  }
  /* line 271, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar ul li {
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
    display: block;
  }
  /* line 279, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar ul li a {
    font-family: 'futura-pt', Arial, Helvetica, sans-serif;
    font-size: 2.714em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #ee9894;
  }
  /* line 288, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar ul li a span {
    color: #ee9894;
  }
  /* line 294, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar ul li ul {
    margin-bottom: 20px;
  }
  /* line 297, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar ul li ul li a {
    font-size: 1.5em;
  }
  /* line 311, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #e3e3e3;
  }
  /* line 317, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
  }
  /* line 325, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons ul li {
    display: inline-block;
    margin-right: 24px;
  }
  /* line 331, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons ul li a {
    font-size: inherit;
  }
  /* line 333, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons ul li a span {
    font-size: 1.85em !important;
  }

  /* line 348, ../sass/_header.scss */
  #upam-wrapper {
    position: relative;
    left: 0;
  }

  /* line 357, ../sass/_header.scss */
  body.menu-open #upam-menu-mobile {
    display: block;
  }
  /* line 361, ../sass/_header.scss */
  body.menu-open #upam-header {
    left: -75%;
  }
  /* line 365, ../sass/_header.scss */
  body.menu-open #upam-wrapper {
    overflow-x: visible;
    width: auto;
    left: -75%;
  }
}
@media (max-width: 660px) {
  /* line 377, ../sass/_header.scss */
  #upam-menu-mobile {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  /* line 387, ../sass/_header.scss */
  #upam-menu-mobile {
    font-size: 9px;
  }
  /* line 393, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #e3e3e3;
  }
  /* line 399, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons ul {
    display: block;
    text-align: left;
    width: 100%;
    margin-right: -24px;
    margin-bottom: -24px;
  }
  /* line 407, ../sass/_header.scss */
  #upam-menu-mobile #upam-mobile-sidebar .social-icons ul li {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 24px;
  }
}
/* line 430, ../sass/_header.scss */
#upam-search {
  position: relative;
  float: right;
}
/* line 436, ../sass/_header.scss */
#upam-search #upam-search-toggle {
  margin-left: 37px;
}
/* line 442, ../sass/_header.scss */
#upam-search #upam-search-form {
  display: none;
  position: absolute;
  right: -30px;
  top: 80px;
  z-index: 9999;
  line-height: normal;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
}
/* line 445, ../sass/_header.scss */
#upam-search #upam-search-form.active {
  display: block;
}
/* line 458, ../sass/_header.scss */
#upam-search #upam-search-form #upam-search-input {
  padding: 7px;
  font-size: 1.125em;
  border: solid 1px #e4e4e4;
  font-family: inherit;
  font-weight: 300;
  font-style: italic;
  width: 320px;
}

@media (max-width: 768px) {
  /* line 478, ../sass/_header.scss */
  #upam-search {
    display: none;
  }
}
/* line 2, ../sass/_page.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/_page.scss */
#upam-wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 106px !important;
}

@media (max-width: 991px) {
  /* line 18, ../sass/_page.scss */
  #upam-wrapper {
    margin-top: 155px !important;
  }
}
@media (max-width: 768px) {
  /* line 26, ../sass/_page.scss */
  #upam-wrapper {
    margin-top: 90px !important;
  }

  /* line 30, ../sass/_page.scss */
  #wpadminbar {
    display: none;
  }
}
/* line 37, ../sass/_page.scss */
.upam-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 30px;
}

@media (max-width: 768px) {
  /* line 50, ../sass/_page.scss */
  .upam-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  /* line 61, ../sass/_page.scss */
  .upam-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 2, ../sass/_backgrounds.scss */
.background-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* line 18, ../sass/_backgrounds.scss */
.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  opacity: 0;
}

/* line 37, ../sass/_backgrounds.scss */
.text-shadow, #upam-featured-posts .item .item-content, #upam-related-posts .related-item .related-content, .upam-page-widget, .map-overlay {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

/* line 44, ../sass/_backgrounds.scss */
.upam-image-filter {
  position: relative;
  display: inline-block;
}
/* line 50, ../sass/_backgrounds.scss */
.upam-image-filter .overlay {
  z-index: 100;
}

/* line 4, ../sass/_home.scss */
#upam-home-posts:after {
  content: '';
  display: table;
  clear: both;
}
/* line 10, ../sass/_home.scss */
#upam-home-posts .item {
  height: 100%;
}
/* line 14, ../sass/_home.scss */
#upam-home-posts .item .item-content {
  width: 50%;
  float: left;
  padding: 50px 80px;
}
/* line 20, ../sass/_home.scss */
#upam-home-posts .item .item-content:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #e3e3e3;
  margin-top: 50px;
}
/* line 35, ../sass/_home.scss */
#upam-home-posts .item .item-image {
  width: 50%;
  float: right;
  margin-right: 0;
}
/* line 44, ../sass/_home.scss */
#upam-home-posts .item.alternate .item-image {
  width: 50%;
  float: left;
}
/* line 50, ../sass/_home.scss */
#upam-home-posts .item.alternate .item-content {
  width: 50%;
  float: right;
  margin-right: 0;
}
/* line 62, ../sass/_home.scss */
#upam-home-posts .item .item-content .item-tag a {
  color: #ee9894;
}
/* line 67, ../sass/_home.scss */
#upam-home-posts .item .item-content .item-title a {
  color: #48494d;
}
/* line 71, ../sass/_home.scss */
#upam-home-posts .item .item-content .item-meta {
  color: #929aa6;
}
/* line 73, ../sass/_home.scss */
#upam-home-posts .item .item-content .item-meta .item-author {
  color: #929aa6 !important;
}
/* line 78, ../sass/_home.scss */
#upam-home-posts .item .item-content .item-excerpt {
  color: #48494d;
}
/* line 85, ../sass/_home.scss */
#upam-home-posts .item .item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  /* line 109, ../sass/_home.scss */
  #upam-home-posts .item .item-content {
    padding: 50px 30px;
  }
  /* line 113, ../sass/_home.scss */
  #upam-home-posts .item .item-content:after {
    margin-top: 60px;
    margin-bottom: -30px;
  }
}
@media (max-width: 768px) {
  /* line 134, ../sass/_home.scss */
  #upam-home-posts .item .item-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 138, ../sass/_home.scss */
  #upam-home-posts .item .item-image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
  /* line 144, ../sass/_home.scss */
  #upam-home-posts .item.alternate .item-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 147, ../sass/_home.scss */
  #upam-home-posts .item.alternate .item-image {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 152, ../sass/_home.scss */
  #upam-home-posts .item .item-meta {
    margin-bottom: 20px !important;
  }
  /* line 163, ../sass/_home.scss */
  #upam-home-posts .row:last-child .item.item-content:after {
    display: none;
  }
}
/* line 2, ../sass/_featured-posts.scss */
#upam-featured-posts {
  width: 100%;
}
/* line 6, ../sass/_featured-posts.scss */
#upam-featured-posts .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 20, ../sass/_featured-posts.scss */
#upam-featured-posts .item {
  position: relative;
  padding: 50px 60px;
  width: 50%;
  float: left;
}
/* line 29, ../sass/_featured-posts.scss */
#upam-featured-posts .item.main {
  width: 78.58%;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 11 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 21+ */
}
/* line 39, ../sass/_featured-posts.scss */
#upam-featured-posts .item.main:before {
  display: none;
}
/* line 45, ../sass/_featured-posts.scss */
#upam-featured-posts .item .item-title {
  font-size: 1.5em;
}
/* line 56, ../sass/_featured-posts.scss */
#upam-featured-posts .item:before {
  content: '';
  display: block;
  padding-bottom: 55.55%;
}
/* line 65, ../sass/_featured-posts.scss */
#upam-featured-posts .item .item-content {
  position: absolute;
  bottom: 50px;
  left: 60px;
  right: 60px;
}
/* line 78, ../sass/_featured-posts.scss */
#upam-featured-posts #upam-sidebar {
  float: left;
  width: 300px;
  margin-bottom: 0;
}
/* line 84, ../sass/_featured-posts.scss */
#upam-featured-posts #upam-sidebar .widget {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 100, ../sass/_featured-posts.scss */
  #upam-featured-posts .item .item-content {
    left: 30px;
    right: 30px;
    bottom: 20px;
  }
  /* line 110, ../sass/_featured-posts.scss */
  #upam-featured-posts #upam-sidebar {
    width: 41.66667%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 124, ../sass/_featured-posts.scss */
  #upam-featured-posts .row {
    display: block;
  }
  /* line 128, ../sass/_featured-posts.scss */
  #upam-featured-posts .item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    height: 80vh;
    padding: 0;
    font-size: 1.5em;
    width: 100%;
  }
  /* line 152, ../sass/_featured-posts.scss */
  #upam-featured-posts .item:before {
    display: none;
  }
  /* line 158, ../sass/_featured-posts.scss */
  #upam-featured-posts .item.main {
    width: 100%;
  }
  /* line 164, ../sass/_featured-posts.scss */
  #upam-featured-posts .item .item-content {
    position: static;
    display: inline-block;
    vertical-align: bottom;
    padding: 30px 60px;
    text-align: left !important;
  }
  /* line 177, ../sass/_featured-posts.scss */
  #upam-featured-posts .item .item-excerpt {
    display: none;
  }
  /* line 181, ../sass/_featured-posts.scss */
  #upam-featured-posts .item .item-meta {
    margin-bottom: 0 !important;
  }
  /* line 187, ../sass/_featured-posts.scss */
  #upam-featured-posts #upam-sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  /* line 201, ../sass/_featured-posts.scss */
  #upam-featured-posts .row {
    display: block;
  }
  /* line 205, ../sass/_featured-posts.scss */
  #upam-featured-posts .item {
    font-size: 1.25em;
  }
  /* line 209, ../sass/_featured-posts.scss */
  #upam-featured-posts .item .item-content {
    padding: 50% 20px 40px;
  }
}
/* line 5, ../sass/_thumbnails.scss */
.thumbnail .item-tag {
  display: inline-block;
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  font-size: 3.125em;
  text-transform: capitalize;
  margin: 17px 0;
  padding-bottom: 17px;
  border-bottom: solid 4px #ee9894;
}
/* line 19, ../sass/_thumbnails.scss */
.thumbnail .item-tag a {
  color: #ffffff;
}
/* line 28, ../sass/_thumbnails.scss */
.thumbnail .item-title {
  font-size: 2.125em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
  letter-spacing: 0.07em;
  line-height: 1.1em;
}
/* line 39, ../sass/_thumbnails.scss */
.thumbnail .item-title a {
  color: #ffffff;
}
/* line 46, ../sass/_thumbnails.scss */
.thumbnail .item-meta {
  font-size: 0.75em;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
/* line 58, ../sass/_thumbnails.scss */
.thumbnail .item-meta a {
  color: #ee9894;
}
/* line 63, ../sass/_thumbnails.scss */
.thumbnail .item-meta .item-author {
  color: #ffffff !important;
}
/* line 70, ../sass/_thumbnails.scss */
.thumbnail .item-excerpt {
  font-size: 0.9375em;
  font-weight: 500;
  font-family: 'proxima-nova', sans-serif;
  color: #ffffff;
  letter-spacing: 0.08em;
}
/* line 79, ../sass/_thumbnails.scss */
.thumbnail .item-excerpt p {
  margin: 0;
}
/* line 81, ../sass/_thumbnails.scss */
.thumbnail .item-excerpt p + p {
  margin-top: 1.5em;
}
/* line 86, ../sass/_thumbnails.scss */
.thumbnail .item-excerpt a {
  color: #ee9894;
}

/* line 7, ../sass/_archive.scss */
#upam-archive {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 500px;
  background-image: url(../images/archive-bg.jpg);
  background-position: center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-color: #2f2e34;
  background-repeat: no-repeat;
}
/* line 23, ../sass/_archive.scss */
#upam-archive .upam-heading-lead {
  color: #ee9894;
  margin-bottom: 50px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
/* line 32, ../sass/_archive.scss */
#upam-archive .gutters {
  width: 6.88259%;
}
/* line 37, ../sass/_archive.scss */
#upam-archive .sizer {
  width: 28.74494%;
}
/* line 42, ../sass/_archive.scss */
#upam-archive .item {
  width: 28.74494%;
  float: left;
  margin-right: 6.88259%;
  margin-bottom: 6.88259%;
}
/* line 51, ../sass/_archive.scss */
#upam-archive .item .item-image {
  display: block;
  position: relative;
}
/* line 57, ../sass/_archive.scss */
#upam-archive .item .item-image img {
  width: 100%;
  height: auto;
  z-index: 100;
  margin-bottom: -5px;
}
/* line 64, ../sass/_archive.scss */
#upam-archive .item .item-image .overlay {
  z-index: 200;
}
/* line 71, ../sass/_archive.scss */
#upam-archive .item .item-content {
  text-align: left;
  padding: 30px;
  background: #ffffff;
}
/* line 79, ../sass/_archive.scss */
#upam-archive .item .item-content .item-title {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 86, ../sass/_archive.scss */
#upam-archive .item .item-content .item-title a {
  color: #48494d;
}
/* line 94, ../sass/_archive.scss */
#upam-archive .item .item-content .item-meta {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.75em;
  color: #929aa6;
}
/* line 101, ../sass/_archive.scss */
#upam-archive .item .item-content .item-meta a {
  color: #ee9894;
}
/* line 107, ../sass/_archive.scss */
#upam-archive .item .item-content .item-categories {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #e3e3e3;
  color: #ee9894;
}
/* line 115, ../sass/_archive.scss */
#upam-archive .item .item-content .item-categories a {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #ee9894;
}

@media (max-width: 991px) {
  /* line 138, ../sass/_archive.scss */
  #upam-archive .archive-container {
    margin-top: 75px !important;
  }
  /* line 142, ../sass/_archive.scss */
  #upam-archive .sizer {
    width: 46.5587%;
  }
  /* line 146, ../sass/_archive.scss */
  #upam-archive .item {
    width: 46.5587%;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  /* line 160, ../sass/_archive.scss */
  #upam-archive .archive-container {
    margin-top: 60px !important;
  }
  /* line 164, ../sass/_archive.scss */
  #upam-archive .sizer {
    width: 100%;
  }
  /* line 168, ../sass/_archive.scss */
  #upam-archive .item {
    width: 100%;
    font-size: 1.25em;
    margin-bottom: 60px;
  }
}
/* line 183, ../sass/_archive.scss */
.upam-filter {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
/* line 187, ../sass/_archive.scss */
.upam-filter .filter-label {
  display: inline-block;
  font-size: 3.125em;
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 203, ../sass/_archive.scss */
.upam-filter a {
  display: inline-block;
  font-size: 0.875em;
  font-weight: 700;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  color: #ffffff;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 15px;
  padding: 9px 15px;
}
/* line 222, ../sass/_archive.scss */
.upam-filter a:last-child {
  margin-right: 0;
}
/* line 228, ../sass/_archive.scss */
.upam-filter a.active {
  background-color: #ee9894;
  color: #ffffff;
}

@media (max-width: 768px) {
  /* line 241, ../sass/_archive.scss */
  .upam-filter {
    display: none;
  }
}
/* line 10, ../sass/_instagram.scss */
#upam-instagram #sb_instagram {
  width: 100% !important;
}
/* line 16, ../sass/_instagram.scss */
#upam-instagram:after {
  content: '';
  display: table;
  clear: both;
}

/* line 27, ../sass/_instagram.scss */
#sbi_load {
  display: none;
}

@media (max-width: 480px) {
  /* line 37, ../sass/_instagram.scss */
  #upam-instagram #sb_instagram .sbi_item {
    width: 50% !important;
  }
  /* line 41, ../sass/_instagram.scss */
  #upam-instagram #sb_instagram .sbi_item:nth-child(5) {
    display: none;
  }
}
/* line 2, ../sass/_footer.scss */
#upam-footer {
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/footer-bg.png);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 68px 0;
}

@media (max-width: 768px) {
  /* line 19, ../sass/_footer.scss */
  #upam-footer {
    background-image: none;
    background-color: #ee9894;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 480px) {
  /* line 33, ../sass/_footer.scss */
  #upam-footer {
    font-size: 10px;
  }
}
/* line 44, ../sass/_footer.scss */
#upam-footer-sidebar .widget {
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 60px;
}
/* line 51, ../sass/_footer.scss */
#upam-footer-sidebar .widget:first-child {
  margin-left: 0;
}
/* line 55, ../sass/_footer.scss */
#upam-footer-sidebar .widget .widget-title {
  font-size: 3.125em;
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  color: #ee9894;
  margin-bottom: 20px;
}
/* line 66, ../sass/_footer.scss */
#upam-footer-sidebar .widget .menu-item {
  font-size: 0.875em;
  font-weight: 700;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
/* line 71, ../sass/_footer.scss */
#upam-footer-sidebar .widget .menu-item a {
  color: #ee9894;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
/* line 78, ../sass/_footer.scss */
#upam-footer-sidebar .widget .menu-item:first-child {
  margin-top: 0;
}
/* line 84, ../sass/_footer.scss */
#upam-footer-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 90, ../sass/_footer.scss */
#upam-footer-sidebar .widget .socicon {
  color: #ee9894 !important;
}

@media (max-width: 768px) {
  /* line 102, ../sass/_footer.scss */
  #upam-footer-sidebar .widget {
    display: none;
    float: none;
    margin-left: 0;
  }
  /* line 108, ../sass/_footer.scss */
  #upam-footer-sidebar .widget .widget-title {
    display: none;
  }
  /* line 112, ../sass/_footer.scss */
  #upam-footer-sidebar .widget .socicon {
    color: #ffffff !important;
  }
  /* line 116, ../sass/_footer.scss */
  #upam-footer-sidebar .widget.social-icons {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  /* line 122, ../sass/_footer.scss */
  #upam-footer-sidebar .widget.social-icons ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
  /* line 131, ../sass/_footer.scss */
  #upam-footer-sidebar .widget.social-icons ul li a span {
    font-size: 4em !important;
  }
}
@media (max-width: 480px) {
  /* line 155, ../sass/_footer.scss */
  #upam-footer-sidebar .widget.social-icons ul {
    display: block;
    margin-right: -15px;
    margin-bottom: -15px;
  }
  /* line 159, ../sass/_footer.scss */
  #upam-footer-sidebar .widget.social-icons ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  /* line 166, ../sass/_footer.scss */
  #upam-footer-sidebar .widget.social-icons ul li a span {
    font-size: 4em !important;
  }
}
/* line 187, ../sass/_footer.scss */
#upam-footer-bottom {
  clear: both;
  height: 100px;
  line-height: 100px;
}

@media (max-width: 768px) {
  /* line 198, ../sass/_footer.scss */
  #upam-footer-bottom {
    height: auto;
    line-height: inherit;
  }
}
/* line 206, ../sass/_footer.scss */
#upam-designed-by {
  display: inline-block;
  vertical-align: bottom;
  float: left;
  font-size: 0.875em;
  font-weight: 700;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  margin-top: 86px;
  line-height: 14px;
}
/* line 221, ../sass/_footer.scss */
#upam-designed-by a {
  color: #c4c4c4;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  /* line 233, ../sass/_footer.scss */
  #upam-designed-by {
    float: none;
    display: block;
    color: #b87572;
    margin-top: 60px;
    font-size: 1.57em;
  }
  /* line 239, ../sass/_footer.scss */
  #upam-designed-by a {
    color: #b87572;
  }
}
/* line 252, ../sass/_footer.scss */
#upam-footer-logo {
  display: inline-block;
  vertical-align: bottom;
  float: right;
}
/* line 260, ../sass/_footer.scss */
#upam-footer-logo img {
  vertical-align: bottom;
}

/* line 268, ../sass/_footer.scss */
#upam-footer-logo-mobile {
  display: none;
}

@media (max-width: 768px) {
  /* line 274, ../sass/_footer.scss */
  #upam-footer-logo {
    display: none;
  }

  /* line 278, ../sass/_footer.scss */
  #upam-footer-logo-mobile {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 285, ../sass/_footer.scss */
  #upam-footer-logo-mobile img {
    display: inline-block;
    max-width: 100%;
  }
}
/* line 2, ../sass/_single.scss */
#upam-single {
  position: relative;
  padding: 200px 30px;
}
/* line 9, ../sass/_single.scss */
#upam-single .item-title, #upam-single h1, #upam-single h2 {
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  font-size: 4.125em;
  margin-bottom: 30px;
}
/* line 19, ../sass/_single.scss */
#upam-single h2 {
  font-size: 3.725em;
}
/* line 25, ../sass/_single.scss */
#upam-single .item-content p + p {
  margin-top: 1.5em;
}
/* line 29, ../sass/_single.scss */
#upam-single .item-content a {
  color: #ee9894;
}
/* line 33, ../sass/_single.scss */
#upam-single .item-content .sharedaddy {
  margin-top: 40px;
  display: table;
}
/* line 39, ../sass/_single.scss */
#upam-single .item-content .sharedaddy .sd-title {
  font-family: 'learning-curve', cursive;
  font-size: 3.6923em;
  font-weight: 400;
  color: #ee9894;
  display: table-cell;
  vertical-align: top;
}
/* line 41, ../sass/_single.scss */
#upam-single .item-content .sharedaddy .sd-title:before {
  display: none;
}
/* line 55, ../sass/_single.scss */
#upam-single .item-content .sharedaddy .sd-content {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  padding-left: 30px;
}
/* line 69, ../sass/_single.scss */
#upam-single .item-content + .item-content {
  margin-top: 100px;
}
/* line 75, ../sass/_single.scss */
#upam-single .fluid-width-video-wrapper {
  margin-bottom: 30px;
}
/* line 81, ../sass/_single.scss */
#upam-single.old-post .sharedaddy {
  display: block;
}
/* line 85, ../sass/_single.scss */
#upam-single.old-post .sharedaddy .sd-title {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
/* line 94, ../sass/_single.scss */
#upam-single.old-post .sharedaddy .sd-content {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 0;
}

@media (max-width: 768px) {
  /* line 113, ../sass/_single.scss */
  #upam-single {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.275em;
  }
  /* line 120, ../sass/_single.scss */
  #upam-single .item-title {
    text-align: center;
  }
  /* line 126, ../sass/_single.scss */
  #upam-single .item-content p {
    font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.3636em;
    letter-spacing: 0.08em;
  }
  /* line 133, ../sass/_single.scss */
  #upam-single .item-content .sharedaddy {
    display: block;
  }
  /* line 137, ../sass/_single.scss */
  #upam-single .item-content .sharedaddy .sd-title {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 146, ../sass/_single.scss */
  #upam-single .item-content .sharedaddy .sd-content {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
}
/* line 166, ../sass/_single.scss */
.upam-single-dark {
  background-color: #2f2e34;
  color: #ffffff;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 176, ../sass/_single.scss */
.upam-single-dark .item-title {
  color: #ee9894;
}
/* line 180, ../sass/_single.scss */
.upam-single-dark .left {
  width: 65.5914%;
  float: left;
  margin-right: 3.22581%;
}
/* line 186, ../sass/_single.scss */
.upam-single-dark .right {
  width: 31.1828%;
  float: right;
  margin-right: 0;
}

@media (max-width: 991px) {
  /* line 198, ../sass/_single.scss */
  .upam-single-dark .left {
    width: 56.98925%;
    float: left;
    margin-right: 3.22581%;
  }
  /* line 204, ../sass/_single.scss */
  .upam-single-dark .right {
    width: 39.78495%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 218, ../sass/_single.scss */
  .upam-single-dark .left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* line 226, ../sass/_single.scss */
  .upam-single-dark .right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 239, ../sass/_single.scss */
.upam-single-left .item-content {
  padding-right: 50%;
}
/* line 243, ../sass/_single.scss */
.upam-single-left .item-content .sharedaddy {
  margin-right: -50%;
}
/* line 247, ../sass/_single.scss */
.upam-single-left .item-content.full-width {
  padding-right: 0;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 260, ../sass/_single.scss */
  .upam-single-left .item-content {
    padding-right: 25%;
  }
  /* line 264, ../sass/_single.scss */
  .upam-single-left .item-content .sharedaddy {
    margin-right: -25%;
  }
}
@media (max-width: 768px) {
  /* line 278, ../sass/_single.scss */
  .upam-single-left .item-content {
    padding-right: 0;
  }
  /* line 282, ../sass/_single.scss */
  .upam-single-left .item-content .sharedaddy {
    padding-right: 0;
  }
}
/* line 293, ../sass/_single.scss */
#upam-single.upam-single-map {
  padding: 0;
}

/* line 300, ../sass/_single.scss */
#upam-single-header {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 640px;
}
/* line 309, ../sass/_single.scss */
#upam-single-header .header-content {
  position: absolute;
  bottom: 130px;
  left: 50%;
  width: 1102.5px;
  margin-left: -551.25px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
/* line 323, ../sass/_single.scss */
#upam-single-header .header-tag {
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  font-size: 3.125em;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: capitalize;
}
/* line 334, ../sass/_single.scss */
#upam-single-header .header-tag:after {
  content: '';
  display: block;
  height: 3px;
  width: 20px;
  background-color: #ee9894;
  margin-top: 10px;
}
/* line 350, ../sass/_single.scss */
#upam-single-header .header-title {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3.125em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.9375em;
  margin: 0;
  margin-bottom: 10px;
}
/* line 366, ../sass/_single.scss */
#upam-single-header .header-meta {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #ffffff;
}
/* line 373, ../sass/_single.scss */
#upam-single-header .header-meta a {
  color: #ee9894;
}
/* line 377, ../sass/_single.scss */
#upam-single-header .header-meta a.upam-author {
  color: #ffffff;
}

@media (max-width: 1199px) {
  /* line 389, ../sass/_single.scss */
  #upam-single-header {
    padding: 30px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  /* line 410, ../sass/_single.scss */
  #upam-single-header .header-content {
    position: static;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 425, ../sass/_single.scss */
  #upam-single-header {
    min-height: 0;
  }
  /* line 429, ../sass/_single.scss */
  #upam-single-header .header-title {
    font-size: 2.625em;
  }
}
@media (max-width: 480px) {
  /* line 441, ../sass/_single.scss */
  #upam-single-header .header-title {
    font-size: 2.175em;
  }
}
/* line 451, ../sass/_single.scss */
.upam-single-post {
  background-color: #e8e8e8;
  padding: 0 !important;
}
/* line 456, ../sass/_single.scss */
.upam-single-post .container {
  padding: 36px;
  position: relative;
  top: -100px;
  background-color: #ffffff;
}
/* line 467, ../sass/_single.scss */
.upam-single-post.no-image .container {
  position: static;
}
/* line 472, ../sass/_single.scss */
.upam-single-post .left {
  width: 65.5914%;
  float: left;
  margin-right: 3.22581%;
  padding-right: 3.22581%;
  border-right: solid 1px #e3e3e3;
}
/* line 481, ../sass/_single.scss */
.upam-single-post .right {
  width: 31.1828%;
  float: right;
  margin-right: 0;
}
/* line 488, ../sass/_single.scss */
.upam-single-post.old-post .left {
  width: 56.98925%;
  float: left;
  margin-right: 3.22581%;
}
/* line 491, ../sass/_single.scss */
.upam-single-post.old-post .right {
  width: 39.78495%;
  float: right;
  margin-right: 0;
}
/* line 496, ../sass/_single.scss */
.upam-single-post .item-content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.8125em;
  color: #48494d;
  letter-spacing: 0.07em;
  line-height: 1.6923em;
}
/* line 506, ../sass/_single.scss */
.upam-single-post .item-content img {
  width: 100%;
  height: auto !important;
  margin: 1.5em 0;
}
/* line 515, ../sass/_single.scss */
.upam-single-post .item-content .upam-image-filter {
  margin: 1.5em 0;
}
/* line 519, ../sass/_single.scss */
.upam-single-post .item-content .upam-image-filter img {
  position: relative;
  margin: 0;
  margin-bottom: -6.5px;
}
/* line 533, ../sass/_single.scss */
.upam-single-post.old-post .item-content img {
  width: auto;
  min-width: 600px;
  max-width: 100%;
}
/* line 545, ../sass/_single.scss */
.upam-single-post .item-tags {
  margin-bottom: -5px;
}
/* line 547, ../sass/_single.scss */
.upam-single-post .item-tags span {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.8125em;
  color: #48494d;
  text-transform: uppercase;
  margin-right: 5px;
}
/* line 556, ../sass/_single.scss */
.upam-single-post .item-tags a {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125em;
  font-weight: 400;
  color: #ee9894;
}

@media (max-width: 1199px) {
  /* line 578, ../sass/_single.scss */
  .upam-single-post .container {
    position: static;
  }
  /* line 586, ../sass/_single.scss */
  .upam-single-post.old-post .item-content img {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 606, ../sass/_single.scss */
  .upam-single-post .left {
    width: 56.98925%;
    float: left;
    margin-right: 3.22581%;
  }
  /* line 612, ../sass/_single.scss */
  .upam-single-post .right {
    width: 39.78495%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /* line 628, ../sass/_single.scss */
  .upam-single-post .left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 120px;
    padding-right: 0;
    border-right: none;
  }
  /* line 639, ../sass/_single.scss */
  .upam-single-post .right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 646, ../sass/_single.scss */
  .upam-single-post.old-post .left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 649, ../sass/_single.scss */
  .upam-single-post.old-post .right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 654, ../sass/_single.scss */
  .upam-single-post .container {
    padding: 15px;
  }
}
/* line 665, ../sass/_single.scss */
#upam-related-posts {
  text-align: center;
  padding: 100px 0 0;
  margin: 0 -36px;
}
/* line 672, ../sass/_single.scss */
#upam-related-posts #upam-related-posts-title {
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  font-size: 3.875em;
  color: #ee9894;
  margin: 0;
  margin-bottom: 20px;
}
/* line 684, ../sass/_single.scss */
#upam-related-posts .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
/* line 692, ../sass/_single.scss */
#upam-related-posts .related-item {
  width: 50%;
  float: left;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 11 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 21+ */
  padding: 100px 36px;
}
/* line 695, ../sass/_single.scss */
#upam-related-posts .related-item:last-child {
  width: 50%;
  float: right;
  margin-right: 0;
}
/* line 709, ../sass/_single.scss */
#upam-related-posts .related-item .related-content {
  position: relative;
  z-index: 200;
}
/* line 717, ../sass/_single.scss */
#upam-related-posts .related-item .background-image {
  z-index: 100;
}
/* line 720, ../sass/_single.scss */
#upam-related-posts .related-item .overlay {
  z-index: 150;
}
/* line 724, ../sass/_single.scss */
#upam-related-posts .related-item .related-tag {
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  font-size: 2.875em;
  color: #ffffff;
  text-transform: capitalize;
}
/* line 732, ../sass/_single.scss */
#upam-related-posts .related-item .related-tag:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #ffffff;
}
/* line 749, ../sass/_single.scss */
#upam-related-posts .related-item .related-title {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 20px 0;
}
/* line 760, ../sass/_single.scss */
#upam-related-posts .related-item .related-title a {
  color: #ffffff;
}
/* line 766, ../sass/_single.scss */
#upam-related-posts .related-item .related-meta {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  color: #ffffff;
  letter-spacing: 0.10em;
}
/* line 774, ../sass/_single.scss */
#upam-related-posts .related-item .related-meta a {
  color: #ee9894;
}
/* line 776, ../sass/_single.scss */
#upam-related-posts .related-item .related-meta a.upam-author {
  color: #ffffff;
}

@media (max-width: 768px) {
  /* line 791, ../sass/_single.scss */
  #upam-related-posts {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 796, ../sass/_single.scss */
  #upam-related-posts .row {
    display: block;
  }
  /* line 801, ../sass/_single.scss */
  #upam-related-posts #upam-related-posts-title {
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 808, ../sass/_single.scss */
  #upam-related-posts .related-item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 811, ../sass/_single.scss */
  #upam-related-posts .related-item:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 822, ../sass/_single.scss */
#comments {
  margin-top: 60px;
}
/* line 826, ../sass/_single.scss */
#comments .comments-title {
  font-family: 'learning-curve', cursive;
  font-weight: 400;
  font-size: 3.875em;
  color: #ee9894;
  text-align: center;
}
/* line 837, ../sass/_single.scss */
#comments .comments-count {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  color: #48494d;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 30px 0;
  padding: 10px 0;
  border: solid 1px #e3e3e3;
  border-left: none;
  border-right: none;
}
/* line 847, ../sass/_single.scss */
#comments .comments-count span {
  color: #ee9894;
  font-weight: 600;
}
/* line 862, ../sass/_single.scss */
#comments .comment-list .comment {
  padding: 24px;
}
/* line 866, ../sass/_single.scss */
#comments .comment-list .comment.odd {
  background-color: #f0f0f0;
}
/* line 870, ../sass/_single.scss */
#comments .comment-list .comment .comment {
  margin: 24px -24px -24px;
}
/* line 876, ../sass/_single.scss */
#comments .comment-list .comment a {
  color: #ee9894;
  font-weight: 600;
}
/* line 881, ../sass/_single.scss */
#comments .comment-list .comment .comment-content {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  color: #48494d;
  letter-spacing: 0.04em;
  line-height: 1.375em;
}
/* line 893, ../sass/_single.scss */
#comments .comment-list .comment .comment-meta {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  color: #48494d;
  letter-spacing: 0.10em;
  margin-top: 20px;
}
/* line 904, ../sass/_single.scss */
#comments .comment-list .comment .comment-meta a {
  color: #ee9894;
}
/* line 916, ../sass/_single.scss */
#comments .comment-respond .comment-reply-title {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25em;
  color: #ee9894;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  margin-bottom: 15px;
}
/* line 931, ../sass/_single.scss */
#comments .comment-respond .comment-reply-note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  color: #48494d;
  letter-spacing: 0.04em;
  margin: 0;
}
/* line 944, ../sass/_single.scss */
#comments .comment-respond .logged-in-as {
  margin-bottom: 15px;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #ee9894;
}
/* line 955, ../sass/_single.scss */
#comments .comment-respond .logged-in-as a {
  color: #ee9894;
}
/* line 961, ../sass/_single.scss */
#comments .comment-respond p {
  margin: 15px 0;
}
/* line 967, ../sass/_single.scss */
#comments .comment-respond label {
  display: block;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
  color: #48494d;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
}
/* line 983, ../sass/_single.scss */
#comments .comment-respond input[type="checkbox"] {
  display: inline-block;
  margin-right: 15px;
}
/* line 988, ../sass/_single.scss */
#comments .comment-respond input[type="checkbox"] + label {
  display: inline-block;
}
/* line 994, ../sass/_single.scss */
#comments .comment-respond input, #comments .comment-respond textarea {
  padding: 7px;
  border: none;
  background-color: #f0f0f0;
  color: #48494d;
  font-family: inherit;
  font-size: 1em;
  display: block;
  width: 100%;
}
/* line 1010, ../sass/_single.scss */
#comments .comment-respond .upam-input-group {
  margin-top: 15px;
}
/* line 1014, ../sass/_single.scss */
#comments .comment-respond .upam-input-group p {
  width: 31.1828%;
  float: left;
  margin-right: 3.22581%;
}
/* line 1017, ../sass/_single.scss */
#comments .comment-respond .upam-input-group p:last-child {
  width: 31.1828%;
  float: right;
  margin-right: 0;
}
/* line 1023, ../sass/_single.scss */
#comments .comment-respond .upam-input-group:after {
  content: '';
  display: table;
  clear: both;
}
/* line 1031, ../sass/_single.scss */
#comments .comment-respond .form-submit {
  width: 100%;
  text-align: right;
}
/* line 1037, ../sass/_single.scss */
#comments .comment-respond .form-submit input {
  width: auto;
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 1057, ../sass/_single.scss */
  #comments .comment-respond .comment-reply-note {
    font-size: 0.875em;
    font-weight: 400;
  }
  /* line 1064, ../sass/_single.scss */
  #comments .comment-respond .upam-input-group p {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1067, ../sass/_single.scss */
  #comments .comment-respond .upam-input-group p:last-child {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1075, ../sass/_single.scss */
  #comments .comment-respond .form-submit input {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* WordPress Gallery
------------------------------------------ */
/* line 5, ../sass/_gallery.scss */
.gallery {
  margin: 1.5em -0.5em;
}

/* line 9, ../sass/_gallery.scss */
.gallery:after {
  display: table;
  content: "";
  clear: both;
}

/* line 15, ../sass/_gallery.scss */
.gallery-item {
  margin: 30px 0 0;
  float: left;
  padding: 0.5em;
}

/* line 21, ../sass/_gallery.scss */
.gallery-item img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

/* line 27, ../sass/_gallery.scss */
.gallery-columns-1 .gallery-item {
  width: 100%;
  float: none;
}

/* line 31, ../sass/_gallery.scss */
.gallery-columns-2 .gallery-item {
  width: 50%;
}

/* line 34, ../sass/_gallery.scss */
.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

/* line 37, ../sass/_gallery.scss */
.gallery-columns-4 .gallery-item {
  width: 25%;
}

/* line 40, ../sass/_gallery.scss */
.gallery-columns-5 .gallery-item {
  width: 20%;
}

/* line 43, ../sass/_gallery.scss */
.gallery-columns-6 .gallery-item {
  width: 16.6667%;
}

/* line 46, ../sass/_gallery.scss */
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

/* line 49, ../sass/_gallery.scss */
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

/* line 52, ../sass/_gallery.scss */
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

@media (max-width: 768px) {
  /* line 58, ../sass/_gallery.scss */
  .gallery-item {
    width: 50% !important;
    margin-bottom: 45px;
  }
  /* line 61, ../sass/_gallery.scss */
  .gallery-item:nth-child(3n) {
    clear: both;
  }

  /* line 66, ../sass/_gallery.scss */
  .gallery {
    margin-bottom: -45px;
  }
  /* line 68, ../sass/_gallery.scss */
  .gallery br {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 77, ../sass/_gallery.scss */
  .gallery-item {
    width: 100% !important;
    margin-bottom: 60px;
  }

  /* line 82, ../sass/_gallery.scss */
  .gallery {
    margin-bottom: -60px;
  }
}
/* line 2, ../sass/_list.scss */
#upam-list-form {
  margin-bottom: 45px;
}
/* line 4, ../sass/_list.scss */
#upam-list-form .select-wrapper {
  overflow: hidden;
  margin-left: -20px;
  margin-right: 35px;
  margin-bottom: 15px;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
}
/* line 20, ../sass/_list.scss */
#upam-list-form:after {
  content: '';
  display: table;
  clear: both;
}
/* line 26, ../sass/_list.scss */
#upam-list-form select, #upam-list-form input {
  height: 36px;
  width: 220px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #25292f;
  padding-left: 7px;
}
/* line 51, ../sass/_list.scss */
#upam-list-form input {
  padding-right: 7px;
  margin-right: 30px;
  margin-bottom: 15px;
  vertical-align: middle;
}
/* line 58, ../sass/_list.scss */
#upam-list-form select {
  background-color: #ffffff;
  background-image: url(../images/select-bg.png);
  background-repeat: no-repeat;
  background-position: 170px center;
}
/* line 64, ../sass/_list.scss */
#upam-list-form select option {
  font-size: 1.125em;
  font-weight: 400;
  font-family: inherit;
  text-transform: capitalize;
  border: none;
}
/* line 73, ../sass/_list.scss */
#upam-list-form button {
  vertical-align: middle;
  padding: 0 15px;
  margin-left: -15px;
  margin-bottom: 15px;
  height: 36px;
  line-height: 36px;
}

@media (max-width: 991px) {
  /* line 94, ../sass/_list.scss */
  #upam-list-form .select-wrapper {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* line 106, ../sass/_list.scss */
  #upam-list-form select, #upam-list-form input {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  /* line 114, ../sass/_list.scss */
  #upam-list-form select {
    width: 110%;
    background-position: 90% center;
  }
  /* line 119, ../sass/_list.scss */
  #upam-list-form input {
    margin-bottom: 20px;
    margin-right: 0;
  }
  /* line 124, ../sass/_list.scss */
  #upam-list-form button {
    height: 45px;
    line-height: 45px;
  }
}
/* line 134, ../sass/_list.scss */
#upam-list {
  margin-bottom: -35px;
}
/* line 136, ../sass/_list.scss */
#upam-list .upam-list-results-count {
  margin-bottom: 60px;
  padding-top: 15px;
  border-top: solid 1px #606265;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  color: #ffffff;
  text-transform: uppercase;
}
/* line 142, ../sass/_list.scss */
#upam-list .upam-list-results-count + .list-quartier {
  margin-top: 0;
}
/* line 153, ../sass/_list.scss */
#upam-list .upam-list-results-count span {
  color: #ee9894;
}
/* line 159, ../sass/_list.scss */
#upam-list .list-quartier {
  font-size: 4em;
  font-weight: 400;
  color: #ee9894;
  text-transform: none;
  padding-bottom: 5px;
  border-bottom: solid 1px #694e51;
  margin: 60px 0;
}
/* line 174, ../sass/_list.scss */
#upam-list .list-item {
  padding-bottom: 10px;
  margin-bottom: 35px;
  border-bottom: solid 1px #694e51;
}
/* line 180, ../sass/_list.scss */
#upam-list .list-item .list-type {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #ee9894;
  text-transform: uppercase;
  font-size: 1em;
}
/* line 190, ../sass/_list.scss */
#upam-list .list-item .list-title {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
/* line 199, ../sass/_list.scss */
#upam-list .list-item .list-title a {
  color: #ffffff;
}
/* line 205, ../sass/_list.scss */
#upam-list .list-item .list-excerpt {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.9375em;
  color: #929aa6;
  letter-spacing: 0.08em;
  line-height: 1.375em;
  padding: 20px 0;
}
/* line 215, ../sass/_list.scss */
#upam-list .list-item .list-excerpt p {
  margin-top: 1.5em;
  margin-bottom: 0;
}
/* line 219, ../sass/_list.scss */
#upam-list .list-item .list-excerpt p:first-child {
  margin-top: 0;
}
/* line 225, ../sass/_list.scss */
#upam-list .list-item .list-excerpt:empty {
  padding: 0;
}
/* line 231, ../sass/_list.scss */
#upam-list .list-item .list-location, #upam-list .list-item .item-meta {
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.75em;
  letter-spacing: 0.10em;
}
/* line 243, ../sass/_list.scss */
#upam-list .list-item .list-location:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: solid 3px #ee9894;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 7px;
}
/* line 263, ../sass/_list.scss */
#upam-list .list-item + .list-quartier {
  margin-top: 100px;
}

/* line 2, ../sass/_buttons.scss */
.upam-btn, #comments .comment-respond .form-submit input {
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #f0f0f0;
  color: #2f2e34;
  padding: 10px 25px;
  font-family: 'futura-pt', helvetica, arial, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color 0.275s ease-out;
  -moz-transition: background-color 0.275s ease-out;
  -ms-transition: background-color 0.275s ease-out;
  -o-transition: background-color 0.275s ease-out;
  transition: background-color 0.275s ease-out;
  white-space: nowrap;
}
/* line 41, ../sass/_buttons.scss */
.upam-btn.primary, #comments .comment-respond .form-submit input {
  background-color: #ee9894;
  color: #fefefe;
}
/* line 44, ../sass/_buttons.scss */
.upam-btn.primary:hover, #comments .comment-respond .form-submit input:hover, .upam-btn.primary:focus, #comments .comment-respond .form-submit input:focus {
  background-color: #f3b6b3;
}
/* line 41, ../sass/_buttons.scss */
.upam-btn.white, #comments .comment-respond .form-submit input.white {
  background-color: #ffffff;
}
/* line 44, ../sass/_buttons.scss */
.upam-btn.white:hover, #comments .comment-respond .form-submit input.white:hover, .upam-btn.white:focus, #comments .comment-respond .form-submit input.white:focus {
  background-color: white;
}
/* line 41, ../sass/_buttons.scss */
.upam-btn.dark-gray, #comments .comment-respond .form-submit input.dark-gray {
  background-color: #48494d;
}
/* line 44, ../sass/_buttons.scss */
.upam-btn.dark-gray:hover, #comments .comment-respond .form-submit input.dark-gray:hover, .upam-btn.dark-gray:focus, #comments .comment-respond .form-submit input.dark-gray:focus {
  background-color: #595a5f;
}

/* line 2, ../sass/_sidebar.scss */
#upam-sidebar {
  margin-bottom: -30px;
}
/* line 4, ../sass/_sidebar.scss */
#upam-sidebar .widget {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  /* line 16, ../sass/_sidebar.scss */
  #upam-sidebar {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
  /* line 21, ../sass/_sidebar.scss */
  #upam-sidebar .widget {
    margin-bottom: 0;
  }
}
/* line 2, ../sass/page-widget.scss */
.upam-page-widget {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  text-align: center;
}
/* line 14, ../sass/page-widget.scss */
.upam-page-widget .upam-page-widget-title {
  font-family: 'learning-curve', cursive;
  font-size: 3.6875em;
  font-weight: 400;
  color: #ee9894;
  line-height: 0.600em;
}
/* line 21, ../sass/page-widget.scss */
.upam-page-widget .upam-page-widget-title a {
  color: #ee9894;
}
/* line 27, ../sass/page-widget.scss */
.upam-page-widget .upam-page-widget-title span {
  display: block;
  text-align: center;
  font-size: 1.5593em;
  line-height: 0.600em;
  margin-bottom: 5px;
}
/* line 42, ../sass/page-widget.scss */
.upam-page-widget .upam-page-widget-content {
  margin-top: 15px;
  margin-bottom: 50px;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  color: #48494d;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
/* line 57, ../sass/page-widget.scss */
.upam-page-widget .upam-btn, .upam-page-widget #comments .comment-respond .form-submit input, #comments .comment-respond .form-submit .upam-page-widget input {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  /* line 68, ../sass/page-widget.scss */
  .home .upam-page-widget {
    display: none;
  }

  /* line 73, ../sass/page-widget.scss */
  .upam-page-widget {
    font-size: 1.5em;
    padding: 33% 0;
  }

  /* line 83, ../sass/page-widget.scss */
  .upam-single-post .upam-page-widget {
    font-size: 0.825em;
  }
}
@media (max-width: 480px) {
  /* line 93, ../sass/page-widget.scss */
  .upam-page-widget {
    font-size: 1.25em;
  }
}
/* line 2, ../sass/image-widget.scss */
.upam-image-widget {
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
/* line 10, ../sass/image-widget.scss */
.upam-image-widget:before {
  content: '';
  display: block;
  padding-bottom: 83.333333333333333%;
}

/* line 20, ../sass/image-widget.scss */
.widget_upam-image-widget {
  width: 300px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2, ../sass/_text-widget.scss */
.widget_text {
  text-align: center;
}

/* line 2, ../sass/_maps.scss */
.map-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 13, ../sass/_maps.scss */
#upam-map-ad {
  text-align: center;
}

/* line 20, ../sass/_maps.scss */
#upam-map-brunch {
  position: relative;
  height: 500px;
}

/* line 29, ../sass/_maps.scss */
.upam-marker {
  display: block;
  border: solid 3px #ee9894;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 15px;
  height: 15px;
}
/* line 39, ../sass/_maps.scss */
.upam-marker.upam-marker-6860 {
  margin-left: -10px;
}

/* line 47, ../sass/_maps.scss */
.map-popup {
  display: block;
  font-size: 16px;
}
/* line 52, ../sass/_maps.scss */
.map-popup img {
  margin-bottom: 10px;
  width: 100%;
}
/* line 58, ../sass/_maps.scss */
.map-popup .map-title {
  margin: 0;
}
/* line 59, ../sass/_maps.scss */
.map-popup .map-title a {
  font-family: 'futura-pt', helvetica, arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #ee9894 !important;
  text-transform: uppercase;
}
/* line 71, ../sass/_maps.scss */
.map-popup .map-adresse {
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #e4e4e4;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #929aa6;
}
/* line 82, ../sass/_maps.scss */
.map-popup .map-adresse a {
  color: #ee9894;
}
/* line 88, ../sass/_maps.scss */
.map-popup .map-heures-ouvertures {
  padding: 10px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #e4e4e4;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #929aa6;
}
/* line 99, ../sass/_maps.scss */
.map-popup .map-heures-ouvertures strong {
  font-weight: 600;
}
/* line 105, ../sass/_maps.scss */
.map-popup .map-content {
  padding-bottom: 10px;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #e4e4e4;
  font-family: 'proxima-nova', Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #48494d !important;
}
/* line 116, ../sass/_maps.scss */
.map-popup .map-content a {
  display: none;
}
/* line 123, ../sass/_maps.scss */
.map-popup .map-more a {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #ee9894 !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  /* line 139, ../sass/_maps.scss */
  .map-popup img {
    display: none;
  }

  /* line 147, ../sass/_maps.scss */
  .leaflet-popup-content {
    width: 320px !important;
  }
}
/* line 156, ../sass/_maps.scss */
.map-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
}
/* line 165, ../sass/_maps.scss */
.map-overlay .table {
  padding: 30px;
}
/* line 169, ../sass/_maps.scss */
.map-overlay.bottom-right {
  left: auto;
  top: auto;
  right: 30px;
  bottom: 30px;
  z-index: 500;
  width: 240px;
  text-align: center;
}
/* line 185, ../sass/_maps.scss */
.map-overlay h1 {
  font-family: 'learning-curve', cursive;
  font-weight: 500;
  font-size: 5.75em;
  color: #ee9894;
  line-height: 0.50em;
  margin-bottom: 15px;
}
/* line 194, ../sass/_maps.scss */
.map-overlay h1 span {
  font-size: 0.64em;
  display: block;
  text-align: center;
}
/* line 204, ../sass/_maps.scss */
.map-overlay h2 {
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #48494d;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@media (max-width: 768px) {
  /* line 222, ../sass/_maps.scss */
  .map-overlay {
    font-size: 1.25em;
  }
  /* line 226, ../sass/_maps.scss */
  .map-overlay.bottom-right {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 236, ../sass/_maps.scss */
  .map-overlay {
    font-size: 1em;
  }
}
/* line 245, ../sass/_maps.scss */
.upam-geolocate-btn {
  vertical-align: middle;
  font-size: 0.875em;
  font-weight: 700;
  color: #ffffff;
  font-family: 'futura-pt', Arial, Helvetica, sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
  line-height: 48px;
  background-color: #ee9894;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  -moz-border-top-left-radius: 24px;
  -moz-border-bottom-left-radius: 24px;
  -webkit-border-top-left-radius: 24px;
  -webkit-border-bottom-left-radius: 24px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 500;
}
/* line 247, ../sass/_maps.scss */
.upam-geolocate-btn .icon {
  width: 28px;
  height: 28px;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/icon-geolocation.png);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 768px) {
  /* line 295, ../sass/_maps.scss */
  .upam-geolocate-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 500;
    text-align: center;
    font-size: 1.175em;
    line-height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  /* line 314, ../sass/_maps.scss */
  .upam-map-container {
    height: 80vh !important;
    min-height: 80vh !important;
  }
}
/* line 14, ../sass/_margins.scss */
.upam-mt-0 {
  margin-top: 0px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-0 {
  padding-top: 0px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-10 {
  margin-top: 10px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-10 {
  padding-top: 10px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-20 {
  margin-top: 20px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-20 {
  padding-top: 20px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-30 {
  margin-top: 30px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-30 {
  padding-top: 30px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-40 {
  margin-top: 40px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-40 {
  padding-top: 40px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-50 {
  margin-top: 50px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-50 {
  padding-top: 50px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-60 {
  margin-top: 60px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-60 {
  padding-top: 60px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-70 {
  margin-top: 70px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-70 {
  padding-top: 70px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-80 {
  margin-top: 80px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-80 {
  padding-top: 80px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-90 {
  margin-top: 90px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-90 {
  padding-top: 90px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-100 {
  margin-top: 100px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-100 {
  padding-top: 100px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-110 {
  margin-top: 110px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-110 {
  padding-top: 110px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-120 {
  margin-top: 120px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-120 {
  padding-top: 120px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-130 {
  margin-top: 130px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-130 {
  padding-top: 130px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-140 {
  margin-top: 140px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-140 {
  padding-top: 140px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mt-150 {
  margin-top: 150px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pt-150 {
  padding-top: 150px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-0 {
  margin-bottom: 0px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-0 {
  padding-bottom: 0px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-10 {
  margin-bottom: 10px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-10 {
  padding-bottom: 10px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-20 {
  margin-bottom: 20px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-20 {
  padding-bottom: 20px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-30 {
  margin-bottom: 30px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-30 {
  padding-bottom: 30px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-40 {
  margin-bottom: 40px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-40 {
  padding-bottom: 40px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-50 {
  margin-bottom: 50px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-50 {
  padding-bottom: 50px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-60 {
  margin-bottom: 60px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-60 {
  padding-bottom: 60px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-70 {
  margin-bottom: 70px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-70 {
  padding-bottom: 70px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-80 {
  margin-bottom: 80px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-80 {
  padding-bottom: 80px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-90 {
  margin-bottom: 90px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-90 {
  padding-bottom: 90px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-100 {
  margin-bottom: 100px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-100 {
  padding-bottom: 100px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-110 {
  margin-bottom: 110px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-110 {
  padding-bottom: 110px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-120 {
  margin-bottom: 120px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-120 {
  padding-bottom: 120px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-130 {
  margin-bottom: 130px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-130 {
  padding-bottom: 130px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-140 {
  margin-bottom: 140px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-140 {
  padding-bottom: 140px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mb-150 {
  margin-bottom: 150px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pb-150 {
  padding-bottom: 150px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-0 {
  margin-left: 0px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-0 {
  padding-left: 0px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-10 {
  margin-left: 10px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-10 {
  padding-left: 10px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-20 {
  margin-left: 20px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-20 {
  padding-left: 20px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-30 {
  margin-left: 30px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-30 {
  padding-left: 30px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-40 {
  margin-left: 40px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-40 {
  padding-left: 40px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-50 {
  margin-left: 50px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-50 {
  padding-left: 50px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-60 {
  margin-left: 60px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-60 {
  padding-left: 60px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-70 {
  margin-left: 70px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-70 {
  padding-left: 70px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-80 {
  margin-left: 80px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-80 {
  padding-left: 80px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-90 {
  margin-left: 90px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-90 {
  padding-left: 90px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-100 {
  margin-left: 100px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-100 {
  padding-left: 100px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-110 {
  margin-left: 110px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-110 {
  padding-left: 110px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-120 {
  margin-left: 120px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-120 {
  padding-left: 120px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-130 {
  margin-left: 130px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-130 {
  padding-left: 130px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-140 {
  margin-left: 140px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-140 {
  padding-left: 140px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-ml-150 {
  margin-left: 150px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pl-150 {
  padding-left: 150px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-0 {
  margin-right: 0px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-0 {
  padding-right: 0px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-10 {
  margin-right: 10px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-10 {
  padding-right: 10px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-20 {
  margin-right: 20px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-20 {
  padding-right: 20px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-30 {
  margin-right: 30px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-30 {
  padding-right: 30px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-40 {
  margin-right: 40px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-40 {
  padding-right: 40px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-50 {
  margin-right: 50px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-50 {
  padding-right: 50px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-60 {
  margin-right: 60px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-60 {
  padding-right: 60px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-70 {
  margin-right: 70px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-70 {
  padding-right: 70px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-80 {
  margin-right: 80px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-80 {
  padding-right: 80px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-90 {
  margin-right: 90px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-90 {
  padding-right: 90px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-100 {
  margin-right: 100px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-100 {
  padding-right: 100px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-110 {
  margin-right: 110px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-110 {
  padding-right: 110px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-120 {
  margin-right: 120px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-120 {
  padding-right: 120px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-130 {
  margin-right: 130px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-130 {
  padding-right: 130px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-140 {
  margin-right: 140px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-140 {
  padding-right: 140px !important;
}

/* line 14, ../sass/_margins.scss */
.upam-mr-150 {
  margin-right: 150px !important;
}

/* line 20, ../sass/_margins.scss */
.upam-pr-150 {
  padding-right: 150px !important;
}
