@charset "UTF-8";
@import url(animate.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #3b3c3f;
  font: 400 16px/24px "Lato", sans-serif;
  -webkit-text-size-adjust: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 992px) {
    body {
      font-size: 20px;
      line-height: 30px; } }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rokkitt', serif;
  font-weight: 700; }

h1 {
  font-size: 40px;
  line-height: 30px;
  color: #36dc2e; }

h2 {
  font-size: 36px;
  line-height: 40px;
  color: #17181a; }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 52px;
      line-height: 60px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 86px;
      line-height: 90px; } }

h3 {
  font-size: 32px;
  line-height: 40px;
  color: #17181a; }
  @media (min-width: 992px) {
    h3 {
      font-size: 48px;
      line-height: 50px; } }

h4 {
  font-size: 26px;
  line-height: 30px;
  color: #17181a; }
  @media (min-width: 992px) {
    h4 {
      font-size: 30px;
      line-height: 40px; } }

h5 {
  font-size: 26px;
  line-height: 32px;
  color: #23901e; }
  @media (min-width: 992px) {
    h5 {
      font-size: 30px;
      line-height: 40px; } }

h6 {
  font-size: 22px;
  line-height: 30px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 32px;
      line-height: 40px; } }

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #fa7123; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

[class^='col-'] + [class^='col-'] {
  margin-top: 45px; }
  @media (min-width: 768px) {
    [class^='col-'] + [class^='col-'] {
      margin-top: 0; } }

/*=======================================================
                       Main Layout
=========================================================*/
img + * {
  margin-top: 25px; }

h6 + * {
  margin-top: 25px; }

h2 + * {
  margin-top: 40px; }

h4 + * {
  margin-top: 15px; }
  @media (min-width: 992px) {
    h4 + * {
      margin-top: 30px; } }

* + h4 {
  margin-top: 30px; }

p + h4 {
  margin-top: 30px; }
  @media (min-width: 992px) {
    p + h4 {
      margin-top: 67px; } }

h5 + * {
  margin-top: 30px; }

h6 + * {
  margin-top: 35px; }

.row + .row {
  margin-top: 80px; }

h3 + * {
  margin-top: 50px; }

/*=======================================================
                        Helpers
=========================================================*/
.text-center {
  text-align: center; }

@media (max-width: 767px) {
  .text-center-1 {
    text-align: center; } }

.offset-1 {
  margin-top: 80px; }

.row.offset-2 {
  margin-top: 70px; }

@media (max-width: 1199px) {
  .offset-3 {
    margin-top: 20px !important; } }

.offset-4 {
  margin-top: 10px; }

@media (min-width: 768px) {
  .inset-1 {
    padding-right: 160px; } }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  padding-left: 70px; }
  .brand:before {
    content: "\e3db";
    font: 400 72px/55px 'Material Icons';
    color: #36dc2e;
    position: absolute;
    top: 0;
    left: -7px; }
  .brand_name {
    overflow: hidden;
    margin-top: 5px; }
  .brand_slogan {
    margin-left: 3px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #8f939c; }

/*==================  Backgrounds  ======================*/
.bg-img {
  background: no-repeat url(../images/bg-img.jpg);
  background-size: cover; }

.bg-default-variant-4 {
  background: #d6d8dd; }

.bg-default-variant-1 {
  background: #3b3c3f; }

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn-md {
    padding: 15px 45px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .btn-md {
        padding-left: 20px;
        padding-right: 20px; } }
  .btn-lg {
    padding: 15px 45px;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 30px; }
    @media (min-width: 768px) {
      .btn-lg {
        padding: 25px 55px;
        font-size: 30px;
        letter-spacing: 2px;
        border-radius: 40px; } }
  .btn-secondary {
    background: #dc7123;
    color: #fff; }
    .btn-secondary:hover {
      background: #fa7123; }
    .btn-secondary:active {
      background: #f45c06; }
  * + .btn {
    margin-top: 33px; }

@media (min-width: 1199px) {
  * + .btn-lg {
    margin-top: 85px; } }
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }
.box_heading {
  position: relative;
  display: inline-block;
  padding-left: 100px;
  min-height: 80px;
  padding-top: 10px; }
  .box_heading .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    margin-right: 30px;
    margin-top: 5px;
    width: 70px;
    height: 70px;
    border: 2px solid #23901e;
    border-radius: 50%;
    background: #fff;
    font-size: 38px;
    line-height: 70px;
    text-align: center;
    color: #23901e;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .box_heading a:hover {
    color: inherit; }
    .box_heading a:hover .icon {
      background: #23901e;
      color: #fff; }
  @media (min-width: 768px) {
    .box_heading {
      padding-top: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .box_heading {
      padding-left: 0;
      padding-top: 90px; }
      .box_heading .icon {
        margin: 0; } }
  .box_heading + * {
    margin-top: 30px; }

/*==================      List      ======================*/
.list li + li {
  margin-top: 20px; }
.list .active a, .list a:hover {
  color: #fa7123;
  text-decoration: none; }

/*==================      Inline-List      ======================*/
.inline-list li {
  display: inline-block; }
  .inline-list li + li {
    margin-left: 40px; }
    @media (min-width: 992px) {
      .inline-list li + li {
        margin-left: 70px; } }
.inline-list .icon {
  font-size: 20px; }

/*==================      Marked-list      ======================*/
.marked-list li {
  position: relative;
  padding-left: 20px; }
  .marked-list li:before {
    content: '\e5cc';
    position: absolute;
    top: 0;
    left: -10px;
    font-family: 'Material Icons';
    font-size: 30px;
    color: #23901e; }
  .marked-list li + li {
    margin-top: 12px; }
.marked-list a:hover {
  color: #23901e;
  text-decoration: none; }

/*==================      Contact-info      ======================*/
.contact-info {
  font-size: 16px;
  line-height: 20px; }
  .contact-info dt, .contact-info dd {
    display: block; }
  .contact-info dt {
    color: #fa7123; }
    .contact-info dt + dd {
      margin-top: 10px; }
  .contact-info dl + dl {
    margin-top: 25px; }
  .contact-info a:hover {
    color: #fa7123; }

/*==================      Shortcodes      ======================*/
.icon-short-code {
  font-size: 16px; }

.icon-short-code .box__left {
  padding-right: 10px;
  color: black; }

.box .box__left,
.box .box__right,
.box .box__body {
  display: table-cell;
  vertical-align: top; }

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 45px; }
      @media (min-width: 1199px) {
        .sf-menu > li + li {
          margin-left: 137px; } }
  .sf-menu a {
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px; }

.sf-menu > li > a {
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  line-height: 32px;
  border-bottom: 4px solid transparent;
  font-weight: 700; }
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fa7123; }
.sf-menu > li.active > a {
  border-bottom-color: #36dc2e; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 210px;
  margin-top: 27px;
  margin-left: -35px;
  padding: 25px 30px;
  background: #1a1c1e;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }

.sf-menu ul > li {
  position: relative; }
  .sf-menu ul > li > a {
    color: #FFF; }
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
    color: #fa7123; }
  .sf-menu ul > li + li {
    margin-top: 10px; }

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 210px;
  margin-top: -25px;
  margin-left: 30px;
  background: #252629;
  padding: 25px 20px;
  z-index: 4; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 75%;
    margin-left: -6px;
    content: "";
    font: 400 16px/16px "FontAwesome"; }

.sf-menu ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu ul > li > .sf-with-ul:before {
    position: absolute;
    right: -5px;
    top: -3px;
    margin-top: 11px;
    content: "";
    font: 400 16px/16px "FontAwesome"; }

@media (max-width: 767px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #dc7123;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #252629;
  z-index: 999;
  border-bottom: 1px solid #3b3c3f;
  padding-top: 10px;
  padding-bottom: 15px; }
  .isStuck .nav {
    margin-top: 0; }
  .isStuck .sf-menu > li > ul {
    margin-top: 15px; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  color: #36dc2e;
  letter-spacing: 1px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop[class*="material-icons-"]:before {
    font-size: 80px;
    line-height: 80px;
    display: block; }
  .toTop:hover {
    color: #fa7123;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  * + .thumb {
    margin-top: 30px; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    margin: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content: "\e148";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      font: 400 38px "Material Icons";
      line-height: 38px;
      margin-top: -19px;
      text-align: center; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(250, 113, 35, 0.75); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFFA7123', endColorstr='#BFFA7123')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFFA7123', endColorstr='#BFFA7123');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.75; }

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  padding-top: 135px;
  padding-bottom: 130px; }
  .parallax_image, .parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform; }
  .parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .parallax_pattern {
    background-repeat: repeat; }
  .parallax_cnt {
    position: relative;
    color: #fff; }
  .parallax_text {
    font-style: italic;
    font-size: 32px;
    line-height: 40px; }
    @media (min-width: 992px) {
      .parallax_text {
        font-size: 48px;
        line-height: 60px; } }
  .parallax-2 {
    padding-top: 135px;
    padding-bottom: 185px; }

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  color: #8f939c;
  padding-top: 40px;
  padding-bottom: 27px;
  background: #252629; }
  header .brand {
    float: left; }
  header .contact-info {
    float: right;
    font-style: italic;
    margin-top: 17px;
    font-size: 20px;
    line-height: 30px; }
  header .nav {
    margin-top: 30px; }
    @media (max-width: 1199px) {
      header .nav {
        text-align: center; } }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .contact-info {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }
  main p + p {
    margin-top: 30px; }

.big {
  font-size: 30px;
  line-height: 40px;
  color: #17181a; }

.policy-link a {
  color: #dc7123;
  text-decoration: underline; }
  .policy-link a:hover {
    text-decoration: none; }
* + .policy-link {
  margin-top: 70px; }

* + .fb-page {
  margin-top: 20px; }

.fb-page {
  height: 215px; }

/*==================      Well     ======================*/
.well-1 {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .well-1 {
      padding-top: 135px;
      padding-bottom: 110px; } }

.well-2 {
  padding-top: 85px;
  padding-bottom: 90px; }

.well-3 {
  padding-top: 75px;
  padding-bottom: 160px; }

.well-4 {
  padding-top: 85px;
  padding-bottom: 120px; }

.well-5 {
  padding-top: 80px;
  padding-bottom: 65px; }

.well-6 {
  padding-top: 37px;
  padding-bottom: 35px; }

.well-7 {
  padding-top: 75px;
  padding-bottom: 100px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #86888d;
  background: #252629;
  font-size: 16px;
  line-height: 20px; }
  footer a:hover {
    color: #fff; }
  footer .contact-info dt {
    color: #86888d; }
  footer .contact-info dd {
    color: #fff; }
  footer .list {
    color: #fff; }
  @media (min-width: 768px) {
    footer .inline-list {
      text-align: right; } }
  footer .copy a {
    white-space: nowrap; }
  footer .brand + * {
    margin-top: 65px; }
