/*
 Theme Name:     reasonablygood-promex
 Theme URI: http://www.reasonablygood.com
 Description: Designed by <a href="http://www.reasonablygood.com">Reasonably Good</a>.
 Template:       twentytwelve
 Author: Reasonably Good

*/
@import url("css/bootstrap.min.css");
@import url("css/normalize.css");
@import url("../twentytwelve/style.css");
@font-face {
  font-family: 'duplabook';
  src: url('fonts/tipo_pepel_-_duplabook-book-webfont.eot');
  src: url('fonts/tipo_pepel_-_duplabook-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tipo_pepel_-_duplabook-book-webfont.woff2') format('woff2'), url('fonts/tipo_pepel_-_duplabook-book-webfont.woff') format('woff'), url('fonts/tipo_pepel_-_duplabook-book-webfont.ttf') format('truetype'), url('fonts/tipo_pepel_-_duplabook-book-webfont.svg#duplabook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'duplabold';
  src: url('fonts/tipo_pepel_-_dupla-bold-webfont.eot');
  src: url('fonts/tipo_pepel_-_dupla-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/tipo_pepel_-_dupla-bold-webfont.woff2') format('woff2'), url('fonts/tipo_pepel_-_dupla-bold-webfont.woff') format('woff'), url('fonts/tipo_pepel_-_dupla-bold-webfont.ttf') format('truetype'), url('fonts/tipo_pepel_-_dupla-bold-webfont.svg#duplabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
body {
  font-family: duplabook, sans-serif !important;
  font-size: 18px;
  background: #FFFFFF;
  color: #666666;
  line-height: 1.4;
  font-weight: 300;
}
body .site {
  margin: 0;
  padding: 0;
  max-width: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 16.2px;
  }
}
body .site-content {
  float: none;
  width: 100%;
  margin: 0;
}
p,
li {
  font-size: 18px;
  margin: 0 0 0.7em;
}
@media screen and (max-width: 767px) {
  p,
  li {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  p,
  li {
    font-size: 14.4px;
  }
}
a:hover {
  color: #0C2340;
}
h1,
h2,
h3,
h4 {
  font-family: duplabold, sans-serif;
  color: #0C2340;
  margin: 1em 0 0.4em;
}
h1 {
  text-transform: uppercase;
  font-size: 27.9px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 23.715px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 20.925px;
  }
}
@media screen and (max-width: 321px) {
  h1 {
    font-size: 18.135px;
  }
}
h2 {
  font-size: 25.2px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 21.42px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18.9px;
  }
}
@media screen and (max-width: 321px) {
  h2 {
    font-size: 16.38px;
  }
}
h3 {
  font-size: 19.8px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 17.82px;
  }
}
@media screen and (max-width: 321px) {
  h3 {
    font-size: 15.84px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) {
  .container {
    width: 95%;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    width: 1250px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 90%;
  }
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.bold,
b {
  font-family: duplabold, sans-serif;
  font-weight: normal;
}
.white {
  color: #FFFFFF !important;
}
.promex-blue {
  color: #0C2340;
}
.laser-blue {
  color: #0C2340;
}
.oil-gas-blue {
  color: #386a90;
}
.rail-blue {
  color: #5294c0;
}
.other-blue {
  color: #5ba9d8;
}
.background-white {
  background: #FFFFFF;
}
.background-promex {
  background: #0C2340;
}
.background-oil-and-gas {
  background: #386a90;
}
.background-laser {
  background: #0C2340;
}
.background-other {
  background: #5ba9d8;
}
.background-promex-trans {
  background: rgba(12, 35, 64, 0.5);
}
.background-rail {
  background: #5294c0;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0.5em 1.5em;
}
.btn:hover {
  color: #FFFFFF;
}
.btn-other {
  background: #5ba9d8;
}
.btn-other:hover {
  background: #386a90;
}
.btn-oil {
  background: #386a90;
}
.btn-oil:hover {
  background: #5ba9d8;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h-banner {
  padding: 30px;
  margin: 20px -30px;
}
@media screen and (max-width: 767px) {
  .h-banner {
    padding: 20px 15px;
    margin: 15px -15px;
  }
}
.h-banner-white {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.double-pad {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .double-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .content-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .content-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.no-wrap {
  word-break: break-word;
  white-space: nowrap;
}
@media screen and (max-width: 321px) {
  .hidden-xxs {
    display: none;
  }
}
hgroup {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 197px 52px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  hgroup {
    background-image: none !important;
    margin: 30px 0 25px;
  }
}
@media screen and (max-width: 767px) {
  hgroup {
    background-image: none !important;
    margin: 20px 0 15px;
  }
}
.site-header {
  position: relative;
  padding: 30px 0 20px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header {
    padding: 0;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header h1 {
    margin: 0;
    text-align: left;
  }
}
.site-header h1 a {
  width: 280px;
  height: 67px;
  background-size: 280px 67px;
  text-indent: -3000px;
}
@media screen and (max-width: 767px) {
  .site-header h1 a {
    width: 255px;
    height: 61px;
    background-size: 255px 61px;
  }
}
.site-header h2 {
  font-size: 19px;
  line-height: 1;
  text-indent: -2px;
  margin-top: 7px;
  font-family: duplabook, sans-serif;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header h2 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .site-header h2 {
    font-size: 17.7px;
  }
}
.site-header .main-navigation {
  position: absolute;
  bottom: 17px;
  right: 0;
  margin-top: 0;
  z-index: 1;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation {
    bottom: inherit;
    top: 0;
    width: 111.115%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.site-header .main-navigation ul {
  border: 0;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation ul {
    background: rgba(12, 35, 64, 0.95);
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .site-header .main-navigation ul {
    width: 100%;
  }
}
.site-header .main-navigation li {
  font-size: 15px;
  margin: 0 0 0 3em;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation li {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.site-header .main-navigation li a {
  color: #0C2340;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation li a {
    color: #FFFFFF;
    padding: 30px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .site-header .main-navigation li a {
    padding: 20px;
  }
}
.site-header .main-navigation li a:hover {
  color: #5ba9d8;
}
.site-header .main-navigation .current_page_item a {
  color: #5ba9d8;
}
.site-header .main-navigation ul li ul {
  right: -1em;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation ul li ul {
    position: relative;
    top: inherit;
    height: inherit;
    width: inherit;
    overflow: visible;
    clip: inherit;
    width: 100%;
    background: none;
    right: 0;
  }
}
.site-header .main-navigation ul li ul li {
  margin: 0;
}
.site-header .main-navigation ul li ul li a {
  padding: 1em;
  font-size: 14px;
  font-family: duplabook, sans-serif;
  background: #e9f2f8;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .site-header .main-navigation ul li ul li a {
    background: none;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-header .main-navigation ul li ul li a {
    padding: 20px;
  }
}
.site-header .main-navigation ul li ul li a:hover {
  background: #FFFFFF;
}
#header-banner {
  height: 410px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #header-banner {
    height: 250px;
  }
}
.header-sub-menu-wrapper {
  position: absolute;
  width: 100%;
  background: rgba(12, 35, 64, 0.5);
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .header-sub-menu-wrapper {
    display: none;
  }
}
.header-sub-menu-wrapper .header-sub-menu {
  padding: 0;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1259px) {
  .header-sub-menu-wrapper .header-sub-menu {
    width: 100%;
  }
}
.header-sub-menu-wrapper li {
  width: 25%;
  display: block;
  float: left;
  border-right: 1px solid #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1259px) {
  .header-sub-menu-wrapper li:last-of-type {
    border-right: 0;
  }
}
.header-sub-menu-wrapper li:first-of-type {
  border-left: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 992px) and (max-width: 1259px) {
  .header-sub-menu-wrapper li:first-of-type {
    border-left: 0;
  }
}
.header-sub-menu-wrapper li a {
  color: #FFFFFF;
  padding: 10px 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
.header-sub-menu-wrapper li a:hover {
  background: rgba(12, 35, 64, 0.75);
}
.menu-toggle {
  font-family: duplabook, sans-serif;
  position: absolute;
  right: 2.5%;
  top: 20px;
  z-index: 3;
  font-size: 30px;
  line-height: 0;
  padding: 0;
  color: #5294c0 !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .menu-toggle {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .menu-toggle {
    top: 9px;
    right: 0;
  }
}
.menu-toggle.toggled-on {
  font-size: 0;
}
.menu-toggle.toggled-on:before {
  content: '\00D7';
  font-size: 60px;
  line-height: 0.4;
  top: -10px;
  position: relative;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .main-navigation ul.nav-menu {
    display: none !important;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .main-navigation ul.nav-menu.toggled-on {
    display: inline-block !important;
  }
}
article {
  background: #e9f2f8;
  padding: 50px 15px !important;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  article {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  article {
    padding: 15px !important;
  }
}
.sector-block-wrapper {
  margin: 50px -15px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sector-block-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sector-block {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 15px;
}
.sector-block h3 {
  background: rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  margin: 0 -15px;
}
.sector-block p {
  font-size: 16px;
  margin-bottom: 1.5em;
}
.sector-block .text {
  padding: 25px 5px 15px 0;
  max-height: 175px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sector-block .text {
    max-height: 140px;
    text-align: center;
  }
}
.sector-block .btn {
  background: rgba(255, 255, 255, 0.4);
}
.sector-block .btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.sector-block .pic {
  height: 175px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sector-block .pic {
    height: 140px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sector-block .pic {
    display: none;
  }
}
.sector-block .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sector-block .pic img {
    position: relative;
    height: 100% !important;
    left: inherit !important;
    opacity: 0.3;
  }
}
.sector-block-laser {
  background: #0C2340;
}
.sector-block-laser .pic {
  overflow: hidden;
}
.sector-block-laser .pic img {
  position: relative;
  height: 130%;
  top: -15%;
}
.sector-block-oil {
  background: #386a90;
}
.sector-block-oil .pic img {
  height: auto;
  top: inherit;
  bottom: 0;
  left: -6%;
  max-width: 95%;
}
.sector-block-rail {
  background: #5294c0;
}
.sector-block-rail .pic img {
  left: -10px;
  height: 100%;
}
.sector-block-other {
  background: #5ba9d8;
}
.sector-block-other .pic img {
  top: inherit;
  bottom: 0;
  left: -15px;
  height: 105%;
}
.clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
	.clients {
		 -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
		justify-content: center;
	}
}
.clients img,
.clients div {
  max-width: 150px;	
}
.clients img {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 30px 2% 5px;
  vertical-align: middle;
}
.people .content-block .col-2 {
  background-size: auto 85%;
  background-position: center top;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .people .content-block .col-2 {
    height: 500px;
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .people .content-block .col-2 {
    height: 350px;
  }
}
.people .content-block .col-2 .h-banner {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  right: 0;
}
.about .content-block img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(12, 35, 64, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(12, 35, 64, 0.5);
  width: 70%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .about .content-block img {
    width: 50%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .about .content-block img {
    width: 100%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sectors .content-block .col-2 {
    height: 350px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .sectors .content-block .col-2 {
    height: 220px;
  }
}
.sub-contract-laser .content-block .col-1 .h-banner {
  width: 130%;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sub-contract-laser .content-block .col-1 .h-banner {
    width: inherit;
  }
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .sub-contract-laser .content-block .col-2 {
    height: 350px;
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .sub-contract-laser .content-block .col-2 {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .oil-and-gas .content-block .col-2 {
    height: 350px;
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rail .row-1 .col-2 {
    height: 450px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  .rail .row-1 .col-2 {
    height: 350px;
    background-size: cover;
    background-position: center;
  }
}
.rail .row-1 .col-2 .h-banner {
  position: absolute;
  bottom: 0;
  margin: 0;
  margin-left: -30px;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .rail .row-1 .col-2 .h-banner {
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rail .row-1 .col-2 .h-banner {
    bottom: 30px;
  }
}
.rail .row-2 .col-1 .h-banner {
  margin-top: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .rail .row-2 .col-1 .h-banner {
    margin: 0;
  }
}
.other-projects .content-block .col-2 {
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .other-projects .content-block .col-2 {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .other-projects .content-block .col-2 {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .accreditation .content-block .flex {
    display: block;
  }
}
.accreds-block .row {
  margin-top: 45px;
  margin-bottom: 45px;
}
.accreds-block .row img {
  max-width: 220px;
}
.sector-bullets {
  font-size: 18px;
  margin: 30px 0;
}
.sector-bullets li {
  margin: 0px 20px;
  display: inline;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sector-bullets li {
    margin: 10px 0;
    display: block;
    white-space: normal;
    font-family: duplabook, sans-serif;
  }
}
.sector-bullets li:before,
.sector-bullets li:after {
  content: '•';
  color: #386a90;
  font-size: 20px;
  top: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sector-bullets li:before,
  .sector-bullets li:after {
    display: none;
  }
}
.sector-bullets li:before {
  left: -26px;
}
.sector-bullets li:after {
  right: -26px;
}
.contact article {
  padding-bottom: 0 !important;
}
.contact .content-block {
  margin-bottom: 0;
}
.contact .cta,
.contact .play {
  display: none;
}
.contact input,
.contact textarea,
.contact button {
  width: 100%;
  border-radius: 0;
  padding: 30px;
  text-align: left;
  font-size: 20px;
  color: #666666;
  border-bottom: 0;
  border-left: 0;
}
.contact textarea {
  min-height: 275px;
}
.contact button:hover {
  background-color: #386a90;
  color: #FFFFFF;
  background-image: none;
}
@media screen and (max-width: 767px), screen and (min-width: 768px) and (max-width: 991px) {
  .contact button {
    text-align: center;
  }
}
.contact .input-col {
  width: 50%;
  float: left;
}
.contact .form-group {
  margin-bottom: 0;
}
.sitemap ul li {
  padding: 10px;
  border-bottom: 1px solid #5ba9d8;
}
.sitemap ul.children {
  margin-left: 1em;
}
.sitemap ul.children li:last-of-type {
  border: 0;
}
footer[role="contentinfo"] {
  border: 0;
  font-size: 12px;
  line-height: 2;
  max-width: none;
  margin-top: 24px;
  padding: 0;
}
.footer-menu-wrapper {
  background: #e9f2f8;
  padding: 20px 0;
}
.footer-menu-wrapper .footer-menu ul {
  margin: auto;
  display: table;
  text-align: center;
}
.footer-menu-wrapper .footer-menu ul li {
  display: inline;
  border-right: 1px solid rgba(12, 35, 64, 0.2);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .footer-menu ul li {
    display: inline-block;
    border: 0;
  }
}
.footer-menu-wrapper .footer-menu ul li:last-of-type {
  border: 0;
}
.footer-menu-wrapper .footer-menu ul li a {
  color: rgba(56, 106, 144, 0.75);
  padding: 2px 20px;
}
@media screen and (max-width: 767px) {
  .footer-menu-wrapper .footer-menu ul li a {
    padding: 8px;
  }
}
.footer-menu-wrapper .footer-menu ul li a:hover {
  color: #0C2340;
  text-decoration: none;
}
.footer-address {
  font-size: 16px;
  padding: 30px 0;
}
.footer-address p {
  margin: 0.2em 0;
  line-height: 1.3;
}
.footer-address .rg-credit {
  opacity: 0.5;
  font-family: duplabook, sans-serif;
  margin-top: 30px;
}
.page-id-13 article.post-13 {
  padding-top: 0;
}
.page-id-13 article.post-13 .intro {
  margin: -50px -15px 0;
  padding: 15px;
  background: #386a90;
  color: #FFFFFF;
}
.page-id-13 article.post-13 .intro h1 {
  color: #FFFFFF;
}
