
body {
  padding: 0;
  margin: 0;
  font-family: "source-sans-pro",sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4c4c4c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
header {
  width: 100%;
  padding-top:16px;
  padding-bottom: 8px;
  width:100%;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto -3.2em;
}

footer {
  height: 3.2em;
  text-align: center;
  background-color: #F1F3F4;
  font-size: 0.875rem;
}
footer, .push {
  clear: both;
}
.push {
  padding-bottom: 48px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer li {
  display: inline-block;
  margin: 12px 0;
  padding: 0 8px;
  border-right: 1px solid #DCDCDC;
}

img {
  width: 100%;
   border: solid #E4E4E4 1px;
}
.top {
  border-top: 1px solid #E2E3E4;
  padding-top: 32px;
}

.bottom {
  border-bottom: 1px solid #E2E3E4;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.logo {
  margin-left:auto;
  margin-right:auto;
  width:50px;
  height:50px;
}
@media screen and (min-width: 30em) {
  .logo {
  width:64px;
  height:64px;
  }
}
.portfolio {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 32px;
}
.end {
  text-align: right;
  }
.caption {
  font-size: 0.85rem;
}
.row {
  margin-bottom: 8px;
}
.last {
  margin-bottom: 32px;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

.large-8 ul {
	padding-bottom: 20px;
}
.large-8 li {
	font-size: 1.125rem;
	margin-left: 20px;
}
p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "source-sans-pro",sans-serif;
  font-weight: 600;
  color: #353535;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem;
  color: #c0392b; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }


@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.5rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1rem; }
}


a {
  color: #0079b1;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer; 
}
a:hover, a:focus {
    color: #0079b1;
    text-decoration: none;
  }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }




blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

  .lead {
  font-size: 1.4rem;
  line-height: 1.4; }

@media screen and (min-width: 40em) {
  .lead {
  font-size: 1.7rem;
  line-height: 1.6;
}
}
.heavy {
  font-weight: 600;
  color: #c0392b;
}

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }


nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
nav li {
  display: inline-block;
  height: 40px;
  padding: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
 
nav a {
  text-decoration: none;
  color: #34495e;
  display: block;
  transition: .3s background-color;
}
 
nav a:hover {
  color: #c0392b;
}
 
nav a.active {
  color: #c0392b;
  cursor: default;
}



.list {
  display: flex;
  flex-wrap: wrap;
}
.list-item {
  display: flex; 
  padding: 16px 8px;
  width: 100%;
}
.list-item a {
  color: #34495e;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  .list-item a:hover, a:focus {
    color: #c0392b; 
  }

.thumbnail {
  border-radius: 3px;
  border: 1px solid #EAEAEA;
}

.list-item .thumbnail:hover {
  border: 1px solid #C8C8C8;
}


@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
  .list-item {
  font-size: 1.125rem
}
}
.list-content {
  display: flex;
  width: 100%;
}
.list-content p {
  flex: 1 0 auto;
}


.tools {
  display: flex;
  border-bottom: 1px solid #E2E3E4;
}
.tool-list {
  display: flex; 
  padding: 8px 4px;
  width: 100%;
}
.first {
  border-top: 1px solid #E2E3E4;
}
.tool-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.blockquote {
    padding: 60px 80px 40px;
    position: relative;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
.otro-blockquote{
  margin:50px auto;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}


