/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

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

input, select {
  vertical-align: middle; }

/* background image replacement */
/* section backgrounds (those green wavy lines) */
/* respond to viewport width */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fb/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fb/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fb/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fb/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fb/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../img/fb/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*---------------//
// Base Resets  
//---------------*/
body {
  background: white;
  font-family: "Open Sans", sans-serif;
  color: #333;
  font: 300 16px/24px "Open Sans", sans-serif; }
  @media only screen and (min-width: 1135px) {
    body {
      font-size: 20px;
      line-height: 33px; } }

h1 {
  background: url("../img/riffLogo-tab.png") no-repeat right top;
  width: 133px;
  height: 107px;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 133px;
  float: left;
  margin-left: 6px; }
  @media only screen and (min-width: 768px) {
    h1 {
      margin-left: 10px; } }
  @media only screen and (min-width: 1135px) {
    h1 {
      background: url("../img/riffLogo.png") no-repeat right top;
      width: 199px;
      height: 159px;
      background-size: 100%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      width: 200px;
      margin-left: 0; } }

h2 {
  font: 400 32px/36px "Open Sans", sans-serif;
  color: #303c98; }
  @media only screen and (min-width: 1135px) {
    h2 {
      font-weight: 300;
      font-size: 44px;
      line-height: 56px; } }

h3 {
  font: 400 20px/42px "Open Sans", sans-serif;
  color: #303c98; }
  @media only screen and (min-width: 1135px) {
    h3 {
      font-weight: 300;
      font-size: 26px;
      line-height: 56px; } }

h4 {
  font: 300 20px/24px "Open Sans", sans-serif;
  color: #303c98;
  margin: 0 0 10px; }
  @media only screen and (min-width: 1135px) {
    h4 {
      font-size: 26px;
      line-height: 30px;
      margin: 38px 0; } }

h5 {
  font-weight: 300;
  color: #303c98;
  float: left; }

p, li {
  font: 300 16px/24px "Open Sans", sans-serif;
  margin-bottom: 20px; }
  p.blue, li.blue {
    font-weight: 400;
    color: #303c98; }
  @media only screen and (min-width: 1135px) {
    p, li {
      font-size: 20px;
      line-height: 33px; }
      p.blue, li.blue {
        font-weight: 300; } }

.sm,
.sm a {
  font: 300 16px/24px "Open Sans", sans-serif; }

.med, input, select {
  font: 300 15px/20px "Open Sans", sans-serif; }
  @media only screen and (min-width: 1135px) {
    .med, input, select {
      font: 300 18px/24px "Open Sans", sans-serif; } }

a {
  font: 300 16px/20px "Open Sans", sans-serif;
  color: #333; }
  @media only screen and (min-width: 1135px) {
    a {
      font-size: 20px;
      line-height: 30px; } }

input, select {
  background: #e2e6ec;
  margin: 0 0 5px 0;
  border: 2px solid #e2e6ec;
  padding: 3px 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  color: #303c98;
  background: #e2e6ec url(../img/selectArrow.png) center right no-repeat; }

header {
  background: url(../img/navBg-sm.png) repeat-x;
  background-size: 1px 100%;
  position: fixed;
  top: 0;
  width: 100%;
  height: 84px;
  z-index: 4; }
  @media only screen and (min-width: 1135px) {
    header {
      background: url(../img/navBg.png) repeat-x; } }
  header li {
    list-style: none; }
  header div {
    width: 320px;
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    header div {
      width: 768px; } }
  @media only screen and (min-width: 1135px) {
    header {
      background-size: auto;
      height: 130px; }
      header div {
        width: 1135px;
        padding: 0; } }

#menu-button {
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  clear: right;
  margin: 11px 6px 13px 0;
  padding-left: 22px;
  position: relative; }
  #menu-button:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1em;
    top: 0.15em;
    height: 0.19em;
    border-top: 0.45em double #FFF;
    border-bottom: 0.125em solid #FFF; }
  @media only screen and (min-width: 768px) {
    #menu-button {
      display: none; } }

#main-menu {
  float: right;
  clear: right;
  display: none;
  margin-right: 6px; }
  #main-menu ul {
    background: #91bf4e;
    float: left; }
  #main-menu li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 2px solid #FFF;
    float: left;
    clear: left; }
    #main-menu li a {
      font: 300 14px/30px "Open Sans", sans-serif;
      display: block;
      padding: 4px 10px;
      color: white;
      text-decoration: none; }
  @media only screen and (min-width: 768px) {
    #main-menu {
      width: auto;
      display: block;
      margin: 4px 10px 0 0; }
      #main-menu ul {
        background: none; }
      #main-menu li {
        width: auto;
        margin: 0 0 0 14px;
        border: none;
        clear: none; }
        #main-menu li a {
          font: 300 12px/30px "Open Sans", sans-serif;
          padding: 0 0 12px; }
          #main-menu li a:hover, #main-menu li a.active {
            background: url(../img/navArrow.png) no-repeat center 26px; } }
  @media only screen and (min-width: 1135px) {
    #main-menu {
      margin: 23px 0 0; }
      #main-menu li {
        margin: 0 0 20px 25px; }
        #main-menu li a {
          font: 300 18px/30px "Open Sans", sans-serif;
          padding: 0 0 24px; }
          #main-menu li a:hover, #main-menu li a.active {
            background-position: center 30px; } }

@media only screen and (min-width: 768px) {
  margin-left: 10px; }
.topLinks {
  float: right;
  margin: 10px 6px 6px 0;
  position: relative;
  z-index: 5; }
  .topLinks li {
    float: left;
    margin: 0 0 0 7px;
    line-height: 1em; }
    .topLinks li a {
      font: 300 12px/18px "Open Sans", sans-serif;
      padding: 0 10px;
      color: #fff;
      text-decoration: none; }
    .topLinks li.langSel {
      background: #303c98; }
    .topLinks li.hcp {
      background: #91bf4e; }
    .topLinks li ul {
      position: absolute;
      width: 105px;
      background: #91bf4e;
      right: 0; }
      .topLinks li ul li {
        margin: 0;
        width: 100px;
        border-top: 2px white solid;
        padding: 10px 0px 10px 5px; }
        .topLinks li ul li a {
          padding: 0; }
  @media only screen and (min-width: 768px) {
    .topLinks {
      margin-right: 10px; } }
  @media only screen and (min-width: 1135px) {
    .topLinks {
      margin: 10px 0 6px 10px; }
      .topLinks li {
        margin-left: 10px; }
        .topLinks li a {
          font-size: 14px;
          line-height: 30px; }
        .topLinks li ul {
          width: 130px;
          margin-right: 20px;
          right: auto; }
          .topLinks li ul li {
            width: 115px;
            padding-right: 10px; } }

section, footer {
  display: block;
  clear: both;
  padding: 0 6px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    section, footer {
      padding: 0 10px; } }
  @media only screen and (min-width: 1135px) {
    section, footer {
      width: 1135px;
      padding: 0; } }

/*---------------//
// Page specific  
//---------------*/
.container {
  width: 320px;
  margin: 90px auto 0;
  overflow: hidden;
  font: 300 22px/30px "Open Sans", sans-serif; }
  .container div {
    overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 768px; } }
  @media only screen and (min-width: 1135px) {
    .container {
      width: 100%;
      margin-top: 130px; } }

div .map, div .pages .map {
  width: 100%;
  height: 234px;
  margin: 25px auto 20px;
  float: left; }
  @media only screen and (min-width: 768px) {
    div .map, div .pages .map {
      width: 63%;
      height: 472px;
      float: right;
      margin: 34px 0 0 0; } }
  @media only screen and (min-width: 1135px) {
    div .map, div .pages .map {
      width: 730px;
      height: 541px;
      float: right;
      margin: 85px 0 0 0; } }

.map div {
  overflow: visible; }

.pages {
  clear: left; }
  @media only screen and (min-width: 1135px) {
    .pages > div {
      width: 1135px; } }

.hidden {
  display: none; }

.flLeft {
  float: left; }

.flRight {
  float: right; }

.readOn {
  position: relative;
  float: right;
  margin: 0 46px 0 0;
  width: 140px;
  height: 140px;
  line-height: 18px;
  text-align: center;
  color: white;
  background: url(../img/readBg-sm.png);
  background-size: 100%;
  z-index: 3; }
  .readOn span {
    width: 90px;
    margin: 38px auto;
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .readOn {
      margin: -80px 60px 0 0; } }
  @media only screen and (min-width: 1135px) {
    .readOn {
      background: url(../img/readBg.png);
      float: left;
      margin: -100px 0 0 55px;
      width: 200px;
      height: 200px;
      line-height: 25px; }
      .readOn span {
        width: 110px;
        margin: 50px auto; } }

.canIButton {
  position: relative;
  float: right;
  width: 96px;
  height: 96px;
  line-height: 17px;
  text-align: center;
  color: #303c98;
  background: url(../img/button-takePart-sm.png) no-repeat;
  background-size: 100%; }
  .canIButton span {
    width: 53px;
    margin: 21px auto;
    display: inline-block;
    text-align: center; }
  @media only screen and (min-width: 1135px) {
    .canIButton {
      background: url(../img/takePart-bg.png) no-repeat;
      width: 140px;
      height: 140px;
      line-height: 25px;
      margin: 0; }
      .canIButton span {
        width: 53px;
        margin: 35px auto; } }

.container div h2 {
  padding: 30px 0 18px 0; }
  @media only screen and (min-width: 1135px) {
    .container div h2 {
      padding: 80px 0 35px 0; } }

/*---------------//
// Forms  
//---------------*/
.mapSearch {
  float: left; }
  .mapSearch input {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .mapSearch input {
        font-size: 12px; } }
    @media only screen and (min-width: 1135px) {
      .mapSearch input {
        font-size: 18px; } }
  .mapSearch .searchField {
    height: 34px;
    line-height: 24px;
    width: 269px;
    float: left;
    margin-bottom: 20px; }
  .mapSearch .searchBut {
    width: 39px;
    height: 34px;
    float: left;
    background: #e2e6ec url(../img/search.png) no-repeat 50% center;
    border: 0;
    cursor: pointer; }
  .mapSearch h5 {
    font-weight: 400;
    width: 245px; }
  @media only screen and (min-width: 768px) {
    .mapSearch {
      width: 260px; }
      .mapSearch .searchField {
        width: 215px; }
      .mapSearch h5 {
        width: 190px; } }
  @media only screen and (min-width: 1135px) {
    .mapSearch {
      width: auto; }
      .mapSearch .searchField {
        width: 334px; }
      .mapSearch h5 {
        font-weight: 300;
        width: 286px; } }
  .mapSearch ul {
    margin: 27px 0 0 0;
    list-style: none; }
    .mapSearch ul li {
      clear: left;
      width: 100%;
      margin: 10px 0 0 0;
      border-bottom: 1px solid #91bf4e;
      overflow: hidden; }
      .mapSearch ul li span {
        background: url(../img/locationBg.png) no-repeat left top;
        width: 51px;
        height: 51px;
        display: block;
        text-align: center;
        font: 600 24px/51px "Open Sans", sans-serif;
        color: white;
        float: left;
        margin: 0 10px 0 0; }
      .mapSearch ul li p {
        width: 155px;
        float: left; }
      .mapSearch ul li a {
        float: right;
        color: #303c98;
        font-weight: 600;
        text-decoration: none;
        margin: -11px 0 10px 0;
        clear: left; }
    @media only screen and (min-width: 768px) {
      .mapSearch ul {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1135px) {
      .mapSearch ul {
        margin-bottom: 0; }
        .mapSearch ul li {
          width: 383px; } }

form label {
  color: #303c98;
  float: left; }
  form label input {
    float: left; }
  @media only screen and (min-width: 1135px) {
    form label {
      margin-right: 20px; } }
form .sm {
  line-height: 36px; }
  @media only screen and (min-width: 768px) {
    form .sm {
      font-size: 12px; } }
  @media only screen and (min-width: 1135px) {
    form .sm {
      font-size: 16px; } }
form span {
  float: left;
  margin: 0 5px 0 0; }
form .dob, form .contact {
  float: right;
  padding: 0;
  margin: 0;
  display: inline-block; }
  form .dob label, form .contact label {
    margin-left: 8px !important; }
  form .dob input:not([type=checkbox]), form .contact input:not([type=checkbox]) {
    text-align: center;
    float: left;
    width: 60px;
    margin: 0 0 5px 7px;
    padding: 5px 0; }
  @media only screen and (min-width: 768px) {
    form .dob input:not([type=checkbox]), form .contact input:not([type=checkbox]) {
      width: 50px; } }
  @media only screen and (min-width: 1135px) {
    form .dob label, form .contact label {
      margin-left: 20px !important; }
    form .dob input:not([type=checkbox]), form .contact input:not([type=checkbox]) {
      width: 60px;
      margin-left: 10px; } }
form input[type=submit] {
  display: inline;
  width: 100px;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    form input[type=submit] {
      float: right; } }
form .checkbox {
  background: #e2e6ec;
  float: left;
  margin: 0 0px 5px 10px;
  width: 21px;
  height: 21px;
  border: 2px solid #e2e6ec; }
  form .checkbox.checked {
    background: #e2e6ec url(../img/checked.png) center center no-repeat; }
  form .checkbox.disabled {
    background: #b3b3b3; }
form .error {
  color: #FF0000;
  border-color: #FF0000; }

*::-webkit-input-placeholder {
  color: #303c98; }

*:-moz-placeholder {
  /* FF 4-18 */
  color: #303c98; }

*::-moz-placeholder {
  /* FF 19+ */
  color: #303c98; }

*:-ms-input-placeholder {
  /* IE 10+ */
  color: #303c98; }

.button {
  padding: 1px 7px 2px;
  border: none;
  background: #91bf4e;
  text-align: center;
  text-decoration: none;
  color: #fff; }
  @media only screen and (min-width: 1135px) {
    .button {
      padding: 7px 15px; } }

/*---------------//
// Sections
//---------------*/
#home {
  background: url(../img/bg-home.png) bottom center no-repeat;
  background-size: 180% 40px;
  padding-bottom: 60px; }
  @media only screen and (min-width: 1135px) {
    #home {
      background-size: auto;
      padding-bottom: 190px; } }
  #home section {
    position: relative; }
  #home p, #home h2 {
    float: left;
    clear: left; }
  #home .canIButton {
    position: relative;
    margin: -50px 0 0 0;
    clear: right; }
  @media only screen and (min-width: 768px) {
    #home p, #home h2 {
      width: 450px; }
    #home .canIButton {
      margin: -50px 13px 0 0; } }
  @media only screen and (min-width: 1135px) {
    #home p, #home h2 {
      width: 785px; }
    #home .canIButton {
      position: absolute;
      margin: 0;
      right: 25px;
      top: 260px; } }

#whatIs {
  background: url(../img/bg-what.png) bottom center no-repeat;
  background-size: 140% 70px;
  padding-bottom: 70px; }
  @media only screen and (min-width: 1135px) {
    #whatIs {
      background-size: auto;
      padding-bottom: 160px; } }
  #whatIs h3 {
    text-align: center; }
  #whatIs .sm {
    float: left; }
    @media only screen and (min-width: 1135px) {
      #whatIs .sm {
        width: 810px; } }
  @media only screen and (min-width: 768px) {
    #whatIs section > p {
      width: 82%; } }
  #whatIs .canIButton {
    float: right;
    margin: -15px 0 15px 0; }
    @media only screen and (min-width: 768px) {
      #whatIs .canIButton {
        margin-top: -20px; } }
    @media only screen and (min-width: 1135px) {
      #whatIs .canIButton {
        margin: -30px 60px 30px 0; } }
  #whatIs .copy {
    float: left; }
    #whatIs .copy ul {
      margin-bottom: 20px; }
      #whatIs .copy ul li {
        clear: both;
        margin: 2px 0 0 0;
        line-height: 34px;
        list-style: none;
        color: #333; }
        #whatIs .copy ul li img {
          width: 34px;
          height: 34px;
          float: left;
          margin: 0 6px 0 2px; }
    @media only screen and (min-width: 768px) {
      #whatIs .copy {
        /* width: 412px; */
        width: 55%; } }
    @media only screen and (min-width: 1135px) {
      #whatIs .copy {
        width: 615px; }
        #whatIs .copy ul li {
          margin-top: 5px;
          line-height: 50px; }
          #whatIs .copy ul li img {
            width: auto;
            height: auto;
            margin: 0 15px 0 0; } }
  #whatIs .diagram {
    width: 308px;
    height: 350px;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
    #whatIs .diagram li {
      position: relative;
      float: left;
      width: 142px;
      height: 58px;
      margin-bottom: 0;
      list-style: none;
      border-bottom: 1px solid #91bf4e; }
      #whatIs .diagram li p {
        font-size: 13px;
        line-height: 18px;
        position: absolute;
        bottom: -15px;
        width: 100px; }
      #whatIs .diagram li.right {
        text-align: right;
        float: right; }
        #whatIs .diagram li.right p {
          right: 0; }
    #whatIs .diagram img {
      width: 75px;
      height: 250px;
      position: absolute;
      top: 50px;
      left: 110px;
      z-index: 2; }
    @media only screen and (min-width: 768px) {
      #whatIs .diagram {
        margin-top: -45px;
        float: right; } }
    @media only screen and (min-width: 1135px) {
      #whatIs .diagram {
        width: 470px;
        height: 550px;
        margin: -50px 0 0 0; }
        #whatIs .diagram li {
          width: 220px;
          height: 90px; }
          #whatIs .diagram li p {
            font-size: 16px;
            line-height: 24px;
            width: 170px; }
        #whatIs .diagram img {
          width: auto;
          height: auto;
          top: 85px;
          left: 170px; } }

#aboutRiff {
  background: url(../img/bg-aboutRiff.png) bottom center no-repeat;
  background-size: 180% 50px;
  padding-bottom: 50px; }
  @media only screen and (min-width: 1135px) {
    #aboutRiff {
      background-size: auto;
      padding-bottom: 185px; } }
  #aboutRiff nav {
    width: 100%;
    background: url(../img/about_nav_bg.png) repeat-x left bottom;
    padding-bottom: 14px;
    margin: 0 0 20px 0;
    display: block;
    float: left; }
    #aboutRiff nav li {
      margin: 0 18px 10px 0;
      text-align: center;
      float: left; }
    #aboutRiff nav a {
      font: 400 18px/24px "Open Sans", sans-serif;
      color: #333;
      padding: 0;
      border-bottom: 2px solid #FFF;
      text-decoration: none; }
      #aboutRiff nav a:hover, #aboutRiff nav a.active {
        color: #303c98;
        font-weight: 600;
        background: none;
        border-color: #91bf4e; }
    @media only screen and (min-width: 768px) {
      #aboutRiff nav li {
        width: 20%;
        margin: 0; }
        #aboutRiff nav li a {
          padding: 0;
          border: none; } }
    @media only screen and (min-width: 1135px) {
      #aboutRiff nav {
        padding-bottom: 0;
        margin-bottom: 40px;
        width: 1135px; }
        #aboutRiff nav li a {
          font: 300 24px/56px "Open Sans", sans-serif; } }
  #aboutRiff .pages {
    width: 100%; }
    #aboutRiff .pages .canIButton {
      margin: 0; }
  #aboutRiff .length .diagram {
    width: 308px;
    margin: auto;
    padding: 0; }
    #aboutRiff .length .diagram img {
      width: 17px;
      height: 51px;
      float: left; }
    @media only screen and (min-width: 768px) {
      #aboutRiff .length .diagram {
        width: 680px; }
        #aboutRiff .length .diagram img {
          width: 23px;
          height: 70px; } }
    @media only screen and (min-width: 1135px) {
      #aboutRiff .length .diagram {
        width: 997px; }
        #aboutRiff .length .diagram img {
          width: 34px;
          height: 103px; } }
  #aboutRiff .overallLength {
    padding: 0;
    width: 274px;
    height: 51px;
    float: left;
    background: #303c98; }
    #aboutRiff .overallLength h2 {
      font: 300 16px/18px "Open Sans", sans-serif;
      margin-top: 2px;
      text-align: center;
      color: #fff;
      width: 274px;
      padding: 0; }
    #aboutRiff .overallLength p {
      font: 300 12px/13px "Open Sans", sans-serif;
      text-align: center;
      color: #fff;
      width: 75%;
      margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      #aboutRiff .overallLength {
        width: 634px;
        height: 70px; }
        #aboutRiff .overallLength h2 {
          font: 300 30px/33px "Open Sans", sans-serif;
          margin-top: 5px;
          width: 634px; }
        #aboutRiff .overallLength p {
          font: 300 15px/24px "Open Sans", sans-serif;
          width: 100%; } }
    @media only screen and (min-width: 1135px) {
      #aboutRiff .overallLength {
        width: 927px;
        height: 103px; }
        #aboutRiff .overallLength h2 {
          font: 300 44px/56px "Open Sans", sans-serif;
          margin-top: 10px;
          width: 927px; }
        #aboutRiff .overallLength p {
          font: 300 20px/33px "Open Sans", sans-serif; } }
  #aboutRiff .stages {
    width: 308px;
    margin: 4px auto; }
    #aboutRiff .stages p {
      height: 51px;
      float: left; }
      #aboutRiff .stages p span {
        font: 400 13px/14px "Open Sans", sans-serif;
        display: block;
        text-align: center;
        color: #fff; }
    #aboutRiff .stages img {
      width: 13px;
      height: 51px;
      float: left; }
    #aboutRiff .stages .screening {
      width: 80px;
      background: #a3d078; }
      #aboutRiff .stages .screening span {
        width: 80px;
        margin: 3px auto 0; }
    #aboutRiff .stages .treatment {
      width: 122px;
      background: #7cc242; }
      #aboutRiff .stages .treatment span {
        margin: 9px auto 0; }
    #aboutRiff .stages .followup {
      width: 80px;
      background: #6eae43; }
      #aboutRiff .stages .followup span {
        width: 80px;
        margin: 9px auto 0; }
    @media only screen and (min-width: 768px) {
      #aboutRiff .stages {
        width: 680px; }
        #aboutRiff .stages p {
          height: 108px; }
        #aboutRiff .stages img {
          width: 28px;
          height: 108px; }
        #aboutRiff .stages .screening {
          width: 115px; }
          #aboutRiff .stages .screening span {
            margin-top: 30px; }
        #aboutRiff .stages .treatment {
          width: 373px; }
          #aboutRiff .stages .treatment span {
            margin-top: 44px; }
        #aboutRiff .stages .followup {
          width: 135px; }
          #aboutRiff .stages .followup span {
            margin-top: 38px; } }
    @media only screen and (min-width: 1135px) {
      #aboutRiff .stages {
        width: 997px;
        margin: 15px auto; }
        #aboutRiff .stages p {
          height: 158px; }
          #aboutRiff .stages p span {
            font: 300 18px/24px "Open Sans", sans-serif;
            font-weight: 300; }
        #aboutRiff .stages img {
          width: auto;
          height: auto; }
        #aboutRiff .stages .screening {
          width: 167px; }
          #aboutRiff .stages .screening span {
            width: 90px;
            margin-top: 48px; }
        #aboutRiff .stages .treatment {
          width: 547px; }
          #aboutRiff .stages .treatment span {
            margin-top: 70px; }
        #aboutRiff .stages .followup {
          width: 198px; }
          #aboutRiff .stages .followup span {
            width: 90px;
            margin-top: 60px; } }
  #aboutRiff .medication .left {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px; }
    #aboutRiff .medication .left img {
      width: 100%;
      max-width: 468px;
      margin: 5px auto;
      display: block; }
      #aboutRiff .medication .left img.desk {
        display: none; }
      #aboutRiff .medication .left img.resp {
        display: block; }
    #aboutRiff .medication .left ul {
      list-style: none; }
      #aboutRiff .medication .left ul li {
        width: 100%;
        margin-bottom: 7px;
        float: left;
        clear: both; }
        #aboutRiff .medication .left ul li p {
          width: 93%;
          margin-bottom: 0;
          float: left; }
    #aboutRiff .medication .left span {
      text-align: center;
      font-size: 20px;
      font-weight: 400;
      color: #303c98;
      width: 7%;
      float: left; }
    @media only screen and (min-width: 1135px) {
      #aboutRiff .medication .left {
        width: 840px;
        margin-bottom: 0; }
        #aboutRiff .medication .left img {
          width: auto;
          max-width: none;
          margin: 5px 0 80px; }
          #aboutRiff .medication .left img.desk {
            display: block; }
          #aboutRiff .medication .left img.resp {
            display: none; }
        #aboutRiff .medication .left ul {
          position: absolute;
          top: 0; }
          #aboutRiff .medication .left ul li {
            width: 190px;
            position: absolute; }
            #aboutRiff .medication .left ul li p {
              width: 160px;
              font-size: 14px;
              line-height: 20px; }
        #aboutRiff .medication .left span {
          text-align: left;
          font-weight: 300;
          font-size: 44px;
          line-height: 56px;
          width: 30px;
          margin-top: -10px; }
        #aboutRiff .medication .left .one {
          top: 100px;
          left: 150px; }
        #aboutRiff .medication .left .two {
          top: 415px;
          left: 280px; }
        #aboutRiff .medication .left .three {
          top: 100px;
          left: 400px; }
        #aboutRiff .medication .left .four {
          top: 415px;
          left: 525px;
          width: 300px; }
        #aboutRiff .medication .left .five {
          top: 100px;
          left: 645px; } }
  #aboutRiff .medication .right {
    width: 100%;
    float: right; }
    @media only screen and (min-width: 1135px) {
      #aboutRiff .medication .right {
        width: 274px; }
        #aboutRiff .medication .right .sm {
          margin-top: -10px; } }
  #aboutRiff .medication .sm {
    clear: both; }
    #aboutRiff .medication .sm strong {
      color: #303c98;
      font-weight: 600; }
  #aboutRiff .medication span:last-child {
    float: none; }
  #aboutRiff .medication .canIButton {
    float: right;
    clear: left;
    margin: -18px 0 5px 5px; }
    @media only screen and (min-width: 1135px) {
      #aboutRiff .medication .canIButton {
        float: right;
        margin: -300px 70px 0 0px; } }
  #aboutRiff .visits ul {
    float: left;
    width: 100%;
    margin: 0 0 20px; }
    #aboutRiff .visits ul li {
      width: 100%;
      float: left;
      list-style: none;
      line-height: 34px;
      margin-bottom: 0; }
      #aboutRiff .visits ul li img {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-right: 9px; }
  #aboutRiff .visits .canIButton {
    margin: 0; }
  #aboutRiff .visits .sm {
    clear: both; }
  @media only screen and (min-width: 768px) {
    #aboutRiff .visits ul {
      width: auto; }
      #aboutRiff .visits ul li {
        width: 335px; }
    #aboutRiff .visits .canIButton {
      margin-top: -80px; } }
  @media only screen and (min-width: 1135px) {
    #aboutRiff .visits ul {
      width: 902px;
      margin: 20px 0 30px 0; }
      #aboutRiff .visits ul li {
        width: 420px;
        height: 44px;
        margin-bottom: 5px; }
        #aboutRiff .visits ul li img {
          width: 45px;
          height: 44px;
          margin-right: 15px; }
    #aboutRiff .visits .canIButton {
      margin: -200px 75px 0 0; } }

#findMy {
  background: url(../img/bg-find.png) bottom center no-repeat;
  background-size: 200% 55px;
  padding-bottom: 55px; }
  @media only screen and (min-width: 1135px) {
    #findMy {
      background-size: auto;
      padding-bottom: 185px; } }
  #findMy .canIButton {
    clear: both; }
    @media only screen and (min-width: 768px) {
      #findMy .canIButton {
        display: none; } }

#selector a {
  display: block;
  color: #303c98;
  margin: 20px 0; }
#selector p {
  margin: 0 0 70px 0; }

#aboutClinical {
  background: url(../img/bg-aboutClinical.png) bottom center no-repeat;
  background-size: 170% 70px;
  padding-bottom: 70px; }
  @media only screen and (min-width: 1135px) {
    #aboutClinical {
      background-size: auto;
      padding-bottom: 180px; } }
  #aboutClinical img {
    display: block; }
  #aboutClinical div {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 20px;
    background: url(../img/aboutClinical_bannerBg_m.png) no-repeat center center #303c98;
    background-size: 100% 50px; }
    #aboutClinical div ul {
      width: 100%;
      text-align: center; }
    #aboutClinical div li {
      width: 80%;
      padding: 0;
      height: 148px;
      background: url(../img/aboutClinical_right.png) no-repeat top left;
      background-size: 94px;
      list-style: none;
      margin: 20px auto 0;
      color: #fff;
      display: inline-block;
      clear: both; }
      #aboutClinical div li:first-child {
        background: url(../img/aboutClinical_left.png) no-repeat top left;
        background-size: 94px;
        margin-bottom: 40px; }
    #aboutClinical div span {
      width: 140px;
      display: inline;
      font: 600 50px/60px "Open Sans", sans-serif;
      margin: 12px 0 30px 100px; }
    #aboutClinical div li:last-child span {
      width: 95px; }
    #aboutClinical div p {
      width: 70%;
      color: white;
      margin: 15px auto 0;
      font-weight: 600;
      clear: both; }
    @media only screen and (min-width: 768px) {
      #aboutClinical div {
        height: 150px;
        padding-bottom: 0;
        background: url(../img/aboutClinical_bannerBg.png) no-repeat center center #303c98;
        background-size: 96px 100%; }
        #aboutClinical div ul {
          text-align: left; }
        #aboutClinical div li {
          width: auto;
          height: 94px;
          float: left;
          margin: 28px 0 0 10px;
          display: block;
          clear: none; }
          #aboutClinical div li:first-child {
            background-image: url(../img/aboutClinical_left.png);
            margin-bottom: 0; }
        #aboutClinical div span {
          width: 100px;
          font-size: 34px;
          margin: 10px 0 0 100px;
          float: left; }
        #aboutClinical div li:last-child span {
          width: 70px; }
        #aboutClinical div p {
          width: 180px;
          font-size: 12px;
          line-height: 15px;
          margin: 26px 0 0 0;
          float: left;
          clear: none; }
        #aboutClinical div li:last-child {
          margin: 28px 0 0 42px; }
          #aboutClinical div li:last-child p {
            width: 130px; } }
    @media only screen and (min-width: 1135px) {
      #aboutClinical div {
        height: 234px;
        margin-top: 50px;
        background-position: top center;
        background-size: auto; }
        #aboutClinical div li {
          height: 148px;
          margin: 42px 0 0 20px;
          background-size: 148px; }
          #aboutClinical div li:first-child {
            background-size: 148px; }
        #aboutClinical div span {
          width: 140px;
          font-size: 50px;
          margin: 32px 0 0 158px; }
        #aboutClinical div li:last-child span {
          width: 95px; }
        #aboutClinical div p {
          width: 250px;
          font-size: 18px;
          line-height: 24px;
          margin-top: 35px; }
        #aboutClinical div li:last-child {
          margin: 42px 0 0 100px; }
          #aboutClinical div li:last-child p {
            width: 190px; } }
  #aboutClinical span {
    margin-top: 8px;
    width: 100%;
    float: left; }
    #aboutClinical span ul {
      list-style: none;
      margin: 0 0 0 20px; }
      #aboutClinical span ul li {
        padding: 0 0 0 35px;
        margin: 5px 0;
        background: url(../img/aboutClinical_li.png) no-repeat left center; }
    @media only screen and (min-width: 768px) {
      #aboutClinical span {
        width: 47%;
        margin-right: 3%; } }
    @media only screen and (min-width: 1135px) {
      #aboutClinical span {
        width: 50%;
        margin: 30px 0 0; }
        #aboutClinical span p {
          width: 520px; } }
  #aboutClinical a {
    margin: -5px 0 0 0; }
    #aboutClinical a span {
      display: inline-block;
      width: 55px;
      margin: 21px auto;
      float: none; }
    @media only screen and (min-width: 1135px) {
      #aboutClinical a {
        margin: 10px 0 -10px 0; }
        #aboutClinical a span {
          margin: 35px auto; } }

#canI {
  background: url(../img/bg-canI.png) bottom center no-repeat;
  background-size: 120% 90px;
  padding-bottom: 110px; }
  @media only screen and (min-width: 1135px) {
    #canI {
      background-size: auto;
      padding-bottom: 215px; } }
  @media only screen and (min-width: 768px) {
    #canI .mapSearch, #canI div .map {
      margin-top: 0; } }
  @media only screen and (min-width: 1135px) {
    #canI .mapSearch, #canI div .map {
      margin-top: 45px; } }
  @media only screen and (min-width: 768px) {
    #canI form {
      width: 254px; } }
  @media only screen and (min-width: 1135px) {
    #canI form {
      width: 380px; } }
  #canI .preScreen ul {
    margin: 30px 0;
    list-style: none;
    border-top: 2px solid #91bf4e; }
    @media only screen and (min-width: 1135px) {
      #canI .preScreen ul {
        margin: 60px 50px; } }
  #canI .preScreen li {
    border-bottom: 2px solid #91bf4e;
    overflow: hidden;
    margin: 0; }
    #canI .preScreen li p {
      width: 100%;
      float: left;
      margin: 22px 0 5px; }
    #canI .preScreen li a {
      float: left;
      font-weight: 400;
      padding: 3px 14px 0;
      margin: 0 55px 0 0;
      text-decoration: none;
      border-bottom: 4px solid #91bf4e;
      color: #303c98; }
      #canI .preScreen li a:hover, #canI .preScreen li a.selected {
        background: #91bf4e;
        color: white;
        -webkit-transition: all 1s; }
      #canI .preScreen li a.notSelected {
        border: 0;
        color: #b3b3b3;
        background: white; }
      #canI .preScreen li a:last-child {
        margin: 0; }
    @media only screen and (min-width: 768px) {
      #canI .preScreen li {
        height: 50px; }
        #canI .preScreen li p {
          width: 73%;
          line-height: 48px;
          margin: 0; }
          #canI .preScreen li p .sm {
            font-size: 12px; }
        #canI .preScreen li a {
          padding: 0 10px;
          line-height: 46px;
          margin-right: 15px;
          border-color: #d8e6bb; } }
    @media only screen and (min-width: 1135px) {
      #canI .preScreen li {
        height: 74px; }
        #canI .preScreen li p {
          width: 791px;
          line-height: 72px; }
        #canI .preScreen li a {
          font-weight: 300;
          line-height: 70px;
          margin-right: 30px; } }
  @media only screen and (min-width: 1135px) {
    #canI .preScreen .button {
      margin-right: 50px; } }
  #canI .selector ul, #canI .selector li, #canI .lovedOne ul, #canI .lovedOne li, #canI .mySelf ul, #canI .mySelf li {
    margin: 0;
    border-bottom: none; }
  #canI .selector p:not(.small), #canI .lovedOne p:not(.small), #canI .mySelf p:not(.small) {
    margin-bottom: 20px; }
  #canI .selector a, #canI .lovedOne a, #canI .mySelf a {
    color: #303c98; }
    @media only screen and (min-width: 768px) {
      #canI .selector a, #canI .lovedOne a, #canI .mySelf a {
        font-size: 12px;
        font-weight: 400; } }
    @media only screen and (min-width: 1135px) {
      #canI .selector a, #canI .lovedOne a, #canI .mySelf a {
        font-size: 16px;
        font-weight: 300; } }
  #canI .thanks {
    margin-bottom: 400px; }

#resources section {
  position: relative; }
#resources a {
  color: #303c98; }
#resources p > a {
  font-weight: 400; }
#resources ul {
  list-style: none; }
#resources li {
  background: url(../img/aboutClinical_li.png) no-repeat left center;
  padding-left: 40px;
  margin: 0; }
#resources .canIButton {
  margin-bottom: 18px; }
@media only screen and (min-width: 1135px) {
  #resources {
    padding-bottom: 120px; }
    #resources .canIButton {
      margin-bottom: 0;
      position: absolute;
      top: 180px;
      left: 915px; } }

.fancybox-item.fancybox-close {
  top: -8px;
  right: -8px; }
  @media only screen and (min-width: 768px) {
    .fancybox-item.fancybox-close {
      top: -18px;
      right: -18px; } }

#findOutMore, #findOutThanks, #refer, #referThanks {
  width: 296px;
  display: none;
  padding: 20px 6px;
  float: left; }
  #findOutMore h2, #findOutThanks h2, #refer h2, #referThanks h2 {
    margin-bottom: 10px; }
  #findOutMore form, #findOutMore input[type=text], #findOutMore p, #findOutMore .contact, #findOutMore select, #findOutThanks form, #findOutThanks input[type=text], #findOutThanks p, #findOutThanks .contact, #findOutThanks select, #refer form, #refer input[type=text], #refer p, #refer .contact, #refer select, #referThanks form, #referThanks input[type=text], #referThanks p, #referThanks .contact, #referThanks select {
    width: 296px; }
  #findOutMore form, #findOutMore input[type=text], #findOutMore .dob input, #findOutMore .contact, #findOutMore select, #findOutMore .sm, #findOutThanks form, #findOutThanks input[type=text], #findOutThanks .dob input, #findOutThanks .contact, #findOutThanks select, #findOutThanks .sm, #refer form, #refer input[type=text], #refer .dob input, #refer .contact, #refer select, #refer .sm, #referThanks form, #referThanks input[type=text], #referThanks .dob input, #referThanks .contact, #referThanks select, #referThanks .sm {
    font-size: 12px; }
  #findOutMore .contact, #findOutThanks .contact, #refer .contact, #referThanks .contact {
    width: auto; }
  #findOutMore .button, #findOutThanks .button, #refer .button, #referThanks .button {
    clear: left; }
  #findOutMore .fancyBox-inner, #findOutThanks .fancyBox-inner, #refer .fancyBox-inner, #referThanks .fancyBox-inner {
    overflow-x: hidden !important; }
  @media only screen and (min-width: 400px) {
    #findOutMore, #findOutThanks, #refer, #referThanks {
      padding: 15px 8px; } }
  @media only screen and (min-width: 768px) {
    #findOutMore, #findOutThanks, #refer, #referThanks {
      width: 350px;
      padding: 15px 10px; }
      #findOutMore form, #findOutMore input[type=text], #findOutMore p, #findOutMore select, #findOutThanks form, #findOutThanks input[type=text], #findOutThanks p, #findOutThanks select, #refer form, #refer input[type=text], #refer p, #refer select, #referThanks form, #referThanks input[type=text], #referThanks p, #referThanks select {
        width: 350px; } }
  @media only screen and (min-width: 1135px) {
    #findOutMore, #findOutThanks, #refer, #referThanks {
      width: 540px;
      padding: 15px; }
      #findOutMore h2, #findOutThanks h2, #refer h2, #referThanks h2 {
        margin-bottom: 0; }
      #findOutMore form, #findOutMore input[type=text], #findOutMore p, #findOutMore .contact, #findOutMore select, #findOutThanks form, #findOutThanks input[type=text], #findOutThanks p, #findOutThanks .contact, #findOutThanks select, #refer form, #refer input[type=text], #refer p, #refer .contact, #refer select, #referThanks form, #referThanks input[type=text], #referThanks p, #referThanks .contact, #referThanks select {
        width: 540px; }
      #findOutMore form, #findOutMore input[type=text], #findOutMore .dob input, #findOutMore .contact, #findOutMore select, #findOutMore .sm, #findOutThanks form, #findOutThanks input[type=text], #findOutThanks .dob input, #findOutThanks .contact, #findOutThanks select, #findOutThanks .sm, #refer form, #refer input[type=text], #refer .dob input, #refer .contact, #refer select, #refer .sm, #referThanks form, #referThanks input[type=text], #referThanks .dob input, #referThanks .contact, #referThanks select, #referThanks .sm {
        font-size: 16px; }
      #findOutMore .contact, #findOutThanks .contact, #refer .contact, #referThanks .contact {
        width: 210px; } }

.footerContainer {
  text-align: center;
  width: 100%;
  height: 300px;
  background: #303c98;
  border-top: 20px solid #91bf4e; }
  .footerContainer footer {
    padding: 40px 0 0 0; }
    .footerContainer footer p {
      color: #fff;
      padding: 0 6px; }
    .footerContainer footer ul {
      list-style: none;
      display: inline-block; }
    .footerContainer footer li {
      float: left; }
    .footerContainer footer a {
      padding: 0 10px;
      text-decoration: none;
      color: #fff; }
    .footerContainer footer li:last-child a {
      padding-left: 10px;
      background: url(../img/divider.png) no-repeat left center; }
    @media only screen and (min-width: 1135px) {
      .footerContainer footer p {
        padding: 0;
        float: left;
        clear: left; }
      .footerContainer footer ul {
        float: right; } }

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