@import url("https://fonts.googleapis.com/css?family=Oxygen:300,400,700");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Aguafina+Script&display=swap&subset=latin-ext");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
/* line 9, ../YY_SASS/lib/_resset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

/* line 29, ../YY_SASS/lib/_resset.scss */
body {
  line-height: 1; }

/* line 33, ../YY_SASS/lib/_resset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block; }

/* line 38, ../YY_SASS/lib/_resset.scss */
nav ul {
  list-style: none; }

/* line 42, ../YY_SASS/lib/_resset.scss */
blockquote, q {
  quotes: none; }

/* line 46, ../YY_SASS/lib/_resset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 51, ../YY_SASS/lib/_resset.scss */
img {
  display: block;
  width: 100%;
  height: auto; }

/* line 57, ../YY_SASS/lib/_resset.scss */
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none; }

/* change colours to suit your needs */
/* line 66, ../YY_SASS/lib/_resset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
/* line 73, ../YY_SASS/lib/_resset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* line 80, ../YY_SASS/lib/_resset.scss */
del {
  text-decoration: line-through; }

/* line 84, ../YY_SASS/lib/_resset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* line 89, ../YY_SASS/lib/_resset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
/* line 95, ../YY_SASS/lib/_resset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 104, ../YY_SASS/lib/_resset.scss */
input, select {
  vertical-align: middle; }

/* line 107, ../YY_SASS/lib/_resset.scss */
*, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 112, ../YY_SASS/lib/_resset.scss */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*Body*/
/* line 12, ../YY_SASS/framework.scss */
html {
  width: 100%;
  height: 100%;
  /*BetterFontRendering===========*/
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible; }

/* line 23, ../YY_SASS/framework.scss */
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font: normal 16px "Oxygen", sans-serif;
  line-height: 28px;
  background-color: #FFFFFF;
  font-weight: 100;
  vertical-align: baseline;
  color: #252525;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative; }

/* Extends */
/* line 40, ../YY_SASS/framework.scss */
a {
  text-decoration: none; }

/* line 43, ../YY_SASS/framework.scss */
h1 {
  font-size: 1.4rem; }
  @media screen and (min-width: 64em) {
    /* line 43, ../YY_SASS/framework.scss */
    h1 {
      font-size: 2.5rem; } }

/* line 49, ../YY_SASS/framework.scss */
h2 {
  font-size: 1.4rem; }

/* line 52, ../YY_SASS/framework.scss */
h4 {
  font-size: 1.5rem;
  line-height: 2rem; }

/* line 56, ../YY_SASS/framework.scss */
p {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; }

/* line 59, ../YY_SASS/framework.scss */
.row {
  width: 100%;
  height: 100%;
  max-width: 64em;
  float: none;
  margin: 0 auto;
  position: relative;
  height: auto;
  overflow: visible; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .row:before, .row:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .row {
    *zoom: 1; }

/* line 69, ../YY_SASS/framework.scss */
.row_basic_page {
  width: 100%;
  height: 100%;
  max-width: 64em;
  float: none;
  height: auto; }

/* line 75, ../YY_SASS/framework.scss */
.cover {
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  height: auto; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .cover:before, .cover:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .cover {
    *zoom: 1; }
  @media screen and (min-width: 64em) {
    /* line 75, ../YY_SASS/framework.scss */
    .cover {
      width: 83.3333333333%;
      margin: 0 auto;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px; } }
  @media screen and (min-width: 80em) {
    /* line 75, ../YY_SASS/framework.scss */
    .cover {
      width: 100%; } }

/* Main Page Container */
/* line 91, ../YY_SASS/framework.scss */
#container {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block !important;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  #container:before, #container:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  #container {
    *zoom: 1; }

/* Site Modules */
/* Header */
/* line 104, ../YY_SASS/framework.scss */
#header {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  position: absolute;
  z-index: 9000;
  background-color: transparent; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  #header:before, #header:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  #header {
    *zoom: 1; }

/* line 114, ../YY_SASS/framework.scss */
.header {
  width: 100%;
  height: auto;
  margin: 0 auto; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .header:before, .header:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .header {
    *zoom: 1; }
  @media screen and (min-width: 64em) {
    /* line 114, ../YY_SASS/framework.scss */
    .header {
      max-width: 64em;
      width: 83.3333333333%;
      margin: 0 auto; } }

/* line 127, ../YY_SASS/framework.scss */
.site_logo {
  width: 100px;
  height: 100px;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

/*Site Navigation*/
/* line 138, ../YY_SASS/framework.scss */
.mobile_nav {
  height: auto;
  position: absolute;
  z-index: 12000; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .mobile_nav:before, .mobile_nav:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .mobile_nav {
    *zoom: 1; }

/* line 144, ../YY_SASS/framework.scss */
.main_nav {
  display: none; }

/* Menu Trigger*/
/* line 148, ../YY_SASS/framework.scss */
#menu {
  display: block;
  width: 32px;
  height: 32px;
  float: right;
  cursor: pointer;
  margin-top: 1.875em; }

/* Menu Icon */
/* line 160, ../YY_SASS/framework.scss */
.hamburger {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  position: relative;
  top: 0; }
  /* line 167, ../YY_SASS/framework.scss */
  .hamburger::after {
    content: " ";
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    top: 8px; }
  /* line 176, ../YY_SASS/framework.scss */
  .hamburger::before {
    content: " ";
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #FFFFFF;
    top: 16px; }

/* Navigation */
/* line 190, ../YY_SASS/framework.scss */
.navigation {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1em;
  text-transform: uppercase !important;
  background-color: #5DBFBD !important;
  font-weight: 400;
  /* Nav Ul -> LI */ }
  /* line 200, ../YY_SASS/framework.scss */
  .navigation ul {
    width: 100%;
    height: auto; }
  /* line 205, ../YY_SASS/framework.scss */
  .navigation li {
    width: 100%;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0; }
  /* line 211, ../YY_SASS/framework.scss */
  .navigation a, .navigation a:active {
    width: 100%;
    color: #FFFFFF;
    text-decoration: none; }
  /* line 216, ../YY_SASS/framework.scss */
  .navigation a:hover {
    width: 100%;
    color: #121529;
    font-weight: 400;
    text-decoration: none; }

/* End */
/* Main Content Container */
/* line 226, ../YY_SASS/framework.scss */
#main {
  width: 100%;
  min-height: 100%;
  overflow: visible;
  padding-bottom: 8rem;
  margin-bottom: 6rem; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  #main:before, #main:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  #main {
    *zoom: 1; }

/* Home Slides*/
/* line 236, ../YY_SASS/framework.scss */
.slides {
  width: 100%;
  height: 100%; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .slides:before, .slides:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .slides {
    *zoom: 1; }

/* line 241, ../YY_SASS/framework.scss */
.home_slides {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #5DBFBD; }
  /* line 248, ../YY_SASS/framework.scss */
  .home_slides::before {
    opacity: 0.3;
    content: " ";
    top: 0;
    left: 0;
    bottom: 7px;
    right: 0;
    position: absolute;
    z-index: 300;
    background-color: #000000; }
  @media screen and (min-width: 48em) {
    /* line 241, ../YY_SASS/framework.scss */
    .home_slides {
      height: 100vh; } }
  @media screen and (min-width: 64em) {
    /* line 241, ../YY_SASS/framework.scss */
    .home_slides {
      height: 60vh; } }

/* Header Images*/
/* line 268, ../YY_SASS/framework.scss */
.header_image {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative; }
  /* line 276, ../YY_SASS/framework.scss */
  .header_image::before {
    content: "";
    opacity: 0.3;
    display: block;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0;
    position: absolute;
    z-index: 300;
    background-color: #000000; }

/* Project/Case Studies */
/* line 291, ../YY_SASS/framework.scss */
.recent_projects, .heading {
  display: block;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  position: absolute;
  z-index: 9000;
  top: -170px;
  line-height: 3rem;
  vertical-align: bottom;
  width: 88%; }
  /* line 301, ../YY_SASS/framework.scss */
  .recent_projects a, .heading a, .recent_projects a:active, .heading a:active, .recent_projects a:visited, .heading a:visited, .recent_projects a:hover, .heading a:hover {
    text-decoration: none;
    color: #FFFFFF; }
  /* line 306, ../YY_SASS/framework.scss */
  .recent_projects h2, .heading h2 {
    display: block;
    font-size: 0.8rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0.5rem; }
  /* line 314, ../YY_SASS/framework.scss */
  .recent_projects h3, .heading h3 {
    display: block;
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #FFFFFF; }
  @media screen and (min-width: 15em) {
    /* line 291, ../YY_SASS/framework.scss */
    .recent_projects, .heading {
      top: -155px;
      width: 89%; } }
  @media screen and (min-width: 20em) {
    /* line 291, ../YY_SASS/framework.scss */
    .recent_projects, .heading {
      top: -120px; }
      /* line 327, ../YY_SASS/framework.scss */
      .recent_projects h2, .heading h2 {
        font-size: 0.7rem;
        line-height: 1.2rem; }
      /* line 331, ../YY_SASS/framework.scss */
      .recent_projects h3, .heading h3 {
        display: block;
        font-size: 1.4rem;
        line-height: 1.4rem; } }
  @media screen and (min-width: 23.4375em) {
    /* line 291, ../YY_SASS/framework.scss */
    .recent_projects, .heading {
      top: -350px;
      width: 83.3333333333%;
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom: 20px;
      padding-left: 20px; }
      /* line 342, ../YY_SASS/framework.scss */
      .recent_projects h2, .heading h2 {
        font-size: 1.2rem;
        line-height: 1.5rem; }
      /* line 346, ../YY_SASS/framework.scss */
      .recent_projects h3, .heading h3 {
        display: block;
        font-size: 3rem;
        line-height: 3rem; } }
  @media screen and (min-width: 39.9375em) {
    /* line 291, ../YY_SASS/framework.scss */
    .recent_projects, .heading {
      padding-top: 20px;
      padding-right: 0px;
      padding-bottom: 20px;
      padding-left: 0px;
      top: -200px; } }
  @media screen and (min-width: 48em) {
    /* line 291, ../YY_SASS/framework.scss */
    .recent_projects, .heading {
      top: -210px; } }
  @media screen and (min-width: 80em) {
    /* line 291, ../YY_SASS/framework.scss */
    .recent_projects, .heading {
      top: -320px; } }

/* line 365, ../YY_SASS/framework.scss */
.heading {
  top: -220px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 0px; }
  @media screen and (min-width: 48em) {
    /* line 365, ../YY_SASS/framework.scss */
    .heading {
      top: -220px; } }

/* line 373, ../YY_SASS/framework.scss */
.yyconnect_overview {
  display: block;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 60px;
  margin-left: 0px; }
  @media screen and (min-width: 64em) {
    /* line 373, ../YY_SASS/framework.scss */
    .yyconnect_overview {
      width: 37.5%;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 0px; } }

/* line 383, ../YY_SASS/framework.scss */
.projects_case_studies {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #5DBFBD;
  color: #FFFFFF; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .projects_case_studies:before, .projects_case_studies:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .projects_case_studies {
    *zoom: 1; }
  /* line 390, ../YY_SASS/framework.scss */
  .projects_case_studies h4 {
    font-weight: 700;
    font-size: 1.8rem; }
  @media screen and (min-width: 64em) {
    /* line 383, ../YY_SASS/framework.scss */
    .projects_case_studies {
      width: 50%;
      position: relative;
      z-index: 9000;
      float: right;
      top: -700px;
      margin-bottom: -700px;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 80em) {
    /* line 383, ../YY_SASS/framework.scss */
    .projects_case_studies {
      top: -650px;
      margin-bottom: -620px; } }

/* line 413, ../YY_SASS/framework.scss */
.nav {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  height: auto;
  float: left; }
  /* line 418, ../YY_SASS/framework.scss */
  .nav button[type=button] {
    background: transparent !important;
    border: none;
    outline: none; }

/* line 424, ../YY_SASS/framework.scss */
.carousel_prev {
  width: 60px;
  height: auto;
  float: left; }

/* line 430, ../YY_SASS/framework.scss */
.carousel_next {
  width: 60px;
  height: auto;
  float: right; }

/* line 437, ../YY_SASS/framework.scss */
.project_case_study {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }
  /* line 439, ../YY_SASS/framework.scss */
  .project_case_study img {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px; }
  /* line 445, ../YY_SASS/framework.scss */
  .project_case_study a:link, .project_case_study a:active, .project_case_study a:visited, .project_case_study a:hover {
    color: #FFFFFF; }

/* Basic Pages*/
/* line 452, ../YY_SASS/framework.scss */
.body_copy {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #39506B; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .body_copy:before, .body_copy:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .body_copy {
    *zoom: 1; }
  /* line 457, ../YY_SASS/framework.scss */
  .body_copy p strong {
    color: #5DBFBD !important; }
  /* line 461, ../YY_SASS/framework.scss */
  .body_copy h2 {
    margin-top: 40px;
    padding-top: 20px !important;
    display: block;
    border-top: solid 1px #5DBFBD; }
    
      .body_copy h5 {
    margin: 0px !important;
    padding: 2px !important;
    display: block;
    }
      .body_copy p {
    margin: 0px;
    padding-top: 10px !important;
    display: block;
    }
    /* line 466, ../YY_SASS/framework.scss */
    .body_copy h2:first-of-type {
      border-top: none;
      margin-top: 0; }
  /* line 471, ../YY_SASS/framework.scss */
  .body_copy ul {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0; }
  /* line 475, ../YY_SASS/framework.scss */
  .body_copy li {
    list-style: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 40px; }
  /* line 480, ../YY_SASS/framework.scss */
  .body_copy li::before {
    content:  " \2713 ";
    display: block;
    position: relative;
    z-index: 9000;
    width: 14px;
    height: 5px;
    left: -34px;
    top: 8px;
    color: #000000;
      
  }
  @media screen and (min-width: 64em) {
    /* line 452, ../YY_SASS/framework.scss */
    .body_copy {
      width: 66.6666666667%;
      float: left;
      padding-top: 30px;
      padding-right: 50px;
      padding-bottom: 0px;
      padding-left: 0px; } }

/* line 497, ../YY_SASS/framework.scss */
.quote {
  border: solid 2px #5DBFBD;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 40px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 2.5rem; }
  /* line 503, ../YY_SASS/framework.scss */
  .quote h5 {
    color: #5DBFBD;
    font-size: 1.5rem;
    font-weight: 700 !important; }
  @media screen and (min-width: 64em) {
    /* line 497, ../YY_SASS/framework.scss */
    .quote {
      width: 33.3333333333%;
      float: right; } }

/* line 513, ../YY_SASS/framework.scss */
.quote_mark {
  margin: 0 auto;
  position: relative;
  top: -35px;
  width: 50px;
  height: auto;
  z-index: 300; }

/* Footer */
/* line 524, ../YY_SASS/framework.scss */
#footer {
  width: 100%;
  height: auto !important;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: solid 1px #ECECEC; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  #footer:before, #footer:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  #footer {
    *zoom: 1; }

/* line 535, ../YY_SASS/framework.scss */
.footer {
  width: 100%;
  max-width: 64em;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px; }
  /* line 4, ../YY_SASS/lib/_mixins.scss */
  .footer:before, .footer:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 11, ../YY_SASS/lib/_mixins.scss */
  .footer {
    *zoom: 1; }
  @media screen and (min-width: 23.4375em) {
    /* line 535, ../YY_SASS/framework.scss */
    .footer {
      width: 83.3333333333%;
      margin: 0 auto; } }
  /* line 545, ../YY_SASS/framework.scss */
  .footer span {
    font-size: 0.875em; }
  @media screen and (min-width: 64em) {
    /* line 535, ../YY_SASS/framework.scss */
    .footer {
      padding-top: 40px;
      padding-right: 0;
      padding-bottom: 40px;
      padding-left: 0; } }

/* line 552, ../YY_SASS/framework.scss */
.copyright, .sm {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  color: #39506B;
  text-align: left;
  float: left; }

/* Social Media Module */
/* line 565, ../YY_SASS/framework.scss */
.linkedin, .twitter {
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  float: left; }

/* End */

/*# sourceMappingURL=styles.css.map */
