html {
  height: 100%; }

body {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../../../rw_common/themes/dew/images/banner.jpg"); }

/*Dropotron Styles*/
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right; }

@media screen and (min-width: 767px) {
  .navbar ul ul {
    display: none; } }

.navbar ul li {
  display: inline-block;
  float: none;
  margin: 0 1em 0 1em;
  padding: 0.35em 0.75em 0.35em 0.75em; }

.navbar ul li.active > a {
  color: #fff;
  text-decoration: none; }

.dropotron {
  background: rgba(0, 0, 0, 0.8);
  list-style: none;
  margin: 0;
  min-width: 10em;
  padding: 0.75em 1em 0.75em 1em; }

.dropotron > li {
  border-top: solid 1px #555;
  margin: 0;
  padding: 0; }

.dropotron > li:first-child {
  border-top: 0; }

.dropotron > li > a {
  color: #ccc;
  display: block;
  padding: 0.5em 0 0.5em 0;
  text-decoration: none; }

.dropotron > li.active > a, .dropotron > li:hover > a {
  color: #fff; }

.dropotron.level-0 {
  margin-top: 1.25em;
  border: 1px solid rgba(255, 255, 255, 0.5); }

.dropotron.level-0:before {
  content: '';
  position: absolute;
  border-bottom: solid 0.5em rgba(255, 255, 255, 0.8);
  border-left: solid 0.5em transparent;
  border-right: solid 0.5em transparent;
  top: -0.5em; }

.topbar {
  background-color: black;
  color: #aaa;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  margin-bottom: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 500; }

.topbar .wrap {
  margin-bottom: 0;
  margin-left: 1.618em;
  margin-right: 1.618em;
  max-width: 100%; }

.topbar a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

.topbar {
  width: 100%; }

.navbar {
  margin-bottom: 0; }

.navbar li.opener::after {
  font-family: FontAwesome;
  content: '\f0dd';
  margin-left: 6px;
  font-size: 0.8em;
  color: white;
  position: relative;
  top: -0px; }

.navbar li a > i, .dropotron li a > i {
  margin-right: 10px;
  font-size: 1.2em; }

.navbar a {
  color: #aaa; }

.navbar a:hover, .navbar li.active > a {
  color: white;
  text-decoration: none; }

.dropotron li > a {
  display: inline-block !important; }

.dropotron li.opener::after {
  font-family: FontAwesome;
  content: '\f0da';
  margin-left: 6px;
  font-size: 1em;
  color: white;
  position: relative;
  float: right;
  display: inline-block;
  top: 10px; }

.wrap {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto; }

#mainContainer {
  background-color: #f0f0f0;
  padding: 20px;
  padding-top: 8em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

#landingtop {
  z-index: -10;
  overflow: hidden; }

#landingtop .wrap {
  margin-top: 6em;
  text-align: center;
  color: white;
  padding-left: 2em;
  padding-right: 2em; }

#landingtop h1 {
  color: white;
  text-transform: uppercase;
  font-size: 3em; }

#landingtop p {
  font-size: 1.8em; }

#landingtop a.more-btn {
  display: block;
  line-height: 80px;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 2em;
  color: white;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }

#landingtop:hover a.more-btn {
  opacity: 0.7; }

#landingtop a.more-btn:hover {
  opacity: 1; }

#mainContainer p {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

#footer {
  padding: 3.236em 0 1.618em 0;
  background-color: #333;
  color: #888;
  text-align: center; }

#footernav {
  padding: 0.809em 0;
  background-color: #555;
  color: #aaa; }

#footernav .breadcrumbs {
  margin-bottom: 0; }

#footernav ul a {
  color: #bbb; }

#footernav ul a:hover {
  color: white; }

#footernav li a > i {
  margin-right: 6px;
  margin-top: -1px; }

/*Share Icons*/
#footer ul {
  margin-left: 0; }

#footer ul.social {
  text-align: center; }

ul.social li {
  position: relative;
  display: inline-block;
  margin: 0 0.25em 0.5em 0.25em;
  top: 0;
  -moz-transition: top .15s ease-in-out;
  -webkit-transition: top .15s ease-in-out;
  -o-transition: top .15s ease-in-out;
  -ms-transition: top .15s ease-in-out;
  transition: top .15s ease-in-out; }

#footer ul.social li a {
  display: block;
  position: relative;
  text-align: center;
  /*background: #c1cac5 url('images/icons-social.png');*/
  width: 48px;
  height: 48px;
  text-indent: 0;
  border-radius: 6px;
  outline: 0;
  font-size: 30px;
  line-height: 48px;
  text-decoration: none;
  -moz-transition: background-color, color .2s ease-in-out;
  -webkit-transition: background-color, color .2s ease-in-out;
  -o-transition: background-color, color .2s ease-in-out;
  -ms-transition: background-color, color .2s ease-in-out;
  transition: background-color, color .2s ease-in-out;
  color: white;
  background-color: rgba(255, 255, 255, 0.1); }

#footer ul.social li a.facebook {
  background-position: 0px 0px; }

#footer ul.social li:hover a.facebook {
  background-color: #3C5A98; }

#footer ul.social li a.twitter {
  background-position: -48px 0px; }

#footer ul.social li:hover a.twitter {
  background-color: #2DAAE4; }

#footer ul.social li a.rss {
  background-position: -96px 0px; }

#footer ul.social li:hover a.rss {
  background-color: #F2600B; }

#footer ul.social li a.dribbble {
  background-position: -144px 0px; }

#footer ul.social li:hover a.dribbble {
  background-color: #C4376B; }

#footer ul.social li a.linkedin {
  background-position: -192px 0px; }

#footer ul.social li:hover a.linkedin {
  background-color: #006599; }

#footer ul.social li a.tumblr {
  background-position: -240px 0px; }

#footer ul.social li:hover a.tumblr {
  background-color: #31516A; }

#footer ul.social li a.googleplus {
  background-position: -288px 0px; }

#footer ul.social li:hover a.googleplus {
  background-color: #DA2713; }

#footer ul.social li:hover a.youtube {
  background-color: #c12d2a; }

#footer ul.social li:hover a.flickr {
  background-color: #4389ff; }

#footer ul.social li:hover a.skype {
  background-color: #53bbf7; }

#footer ul.social li:hover a.tumblr {
  background-color: #42617d; }

#footer ul.social li:hover a.foursquare {
  background-color: #2a6cb9; }

#footer ul.social li:hover a.instagram {
  background-color: #bbaa9f; }

#footer ul.social li:hover a.pinterest {
  background-color: #cc2027; }

#footer ul.social li:hover a.email {
  background-color: #8691b2; }

#footer ul.social li:hover a.soundcloud {
  background-color: #f4761e; }

#footer ul.social li:hover a.reddit {
  background-color: #f3441b; }

#footer ul.social li:hover a.blogger {
  background-color: #f4651d; }

#footer ul.social li:hover a.evernote {
  background-color: #83cc42; }

#footer ul.social li:hover a.delicious {
  background-color: #2d04fa; }

#footer ul.social li:hover a.lastfm {
  background-color: #d10037; }

#footer ul.social li:hover a.picasa {
  background-color: #9762ab; }

#footer ul.social li:hover a.yelp {
  background-color: #bd0f12; }

ul.social li:hover {
  top: -5px; }

ul.social li:active {
  top: 0; }

ul {
  margin-left: 1.65em;
  padding-left: 0; }

#mainContainer ul li i {
  margin-right: 0.5em; }

/* @group ExtraContent */
#ECHeader, #ECFooter, #ECMainTop, #ECMainBottom {
  display: none;
  z-index: 0; }

/* @end */
h1, h2, h3, h4, h5, h6 {
  color: inherit; }

/*Group General Styles*/
.image-left {
  margin-right: 3%;
  margin-bottom: 1.618em;
  float: left; }

.image-right {
  margin-left: 3%;
  margin-bottom: 1.618em;
  float: right; }

.imageStyle {
  padding: 0;
  margin: 0; }

/* @group Blog */
.blog-entry {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.blog-entry-title {
  text-align: left;
  margin-bottom: 0; }

.blog-entry-date {
  text-align: left;
  padding-bottom: 5px;
  font-style: normal; }

.blog-entry-date::before {
  font-family: FontAwesome;
  content: '\f017';
  margin-left: 0px;
  margin-right: 8px;
  position: relative;
  opacity: 0.5; }

.blog-entry-body {
  text-align: left;
  margin-top: 1.618em; }

.blog-read-more {
  margin-bottom: 1.618em;
  display: block; }

.blog-entry-comments {
  padding-top: 5px; }

.blog-entry-category::before {
  font-family: FontAwesome;
  content: '\f02c';
  margin-left: 0px;
  margin-right: 8px;
  position: relative;
  opacity: 0.5; }

.blog-archive-headings-wrapper {
  margin-bottom: 2em; }

.blog-archive-month {
  font-size: 1.8em; }

/* styles the archives in the blog sidebar */
#blog-archives {
  margin-top: 1.618em;
  margin-bottom: 1.618em; }

.blog-archive-link-enabled {
  text-decoration: none; }

.blog-archive-link-disabled {
  opacity: 0.8;
  text-decoration: none;
  cursor: default; }

#blog-archives a::before {
  font-family: FontAwesome;
  content: '\f073';
  margin-left: 0px;
  margin-right: 8px;
  position: relative;
  opacity: 0.5; }

#blog-categories a::before {
  font-family: FontAwesome;
  content: '\f009';
  margin-left: 0px;
  margin-right: 8px;
  position: relative;
  opacity: 0.5; }

/* Styles the blog categories in the blog sidebar */
#blog-categories {
  margin-top: 1.618em;
  margin-bottom: 1.618em; }

.blog-category-link-enabled {
  text-decoration: none; }

.blog-category-link-disabled {
  opacity: 0.8;
  text-decoration: none;
  cursor: default; }

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
  margin-bottom: 10px; }

/* @end */
/* @group File Sharing */
.filesharing-description {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.filesharing-item {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.filesharing-item-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em; }

.filesharing-item-description {
  text-align: left;
  font-size: 0.9em;
  font-style: normal;
  line-height: 1.1em;
  margin-top: 0.5em; }

/* @end */
/* @group Photo Album */
/* @group Index Page (Thumbnail view) */
.album-title {
  padding: 5px;
  font-size: 2.5em;
  line-height: 1em; }

.album-description {
  padding: 5px;
  font-size: 1.4em; }

.album-description {
  font-size: 1.2em; }

.album-wrapper {
  display: block;
  width: 99%;
  position: relative;
  margin-top: 40px; }

.album-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.thumbnail-wrap {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  height: auto !important;
  vertical-align: top; }

.thumbnail-frame {
  position: relative;
  left: 0; }

.thumbnail-frame img {
  margin: auto;
  border: none;
  display: block;
  opacity: 1;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 300ms;
  -moz-transition-property: opacity;
  -o-transition-duration: 300ms;
  -o-transition-property: opacity;
  -ms-transition-duration: 300ms;
  -ms-transition-property: opacity;
  transition-duration: 300ms;
  transition-property: opacity; }

.thumbnail-frame img:hover {
  opacity: 0.7; }

.thumbnail-caption {
  margin: 5px -5px;
  padding: 0 0 20px 0;
  display: block;
  height: 40px; }

.thumbnail-caption {
  font-size: 0.75em; }

/* @end */
/* @group Single Page (Photo view) */
.photo-background {
  text-align: center; }

.photo-navigation {
  margin: 0 auto 20px;
  text-align: center;
  padding: 4px;
  position: relative;
  top: 10px; }

.photo-navigation a, .photo-navigation a:visited {
  text-decoration: none;
  font-size: 0.8em; }

.photo-navigation a:hover {
  text-decoration: underline; }

.photo-frame {
  padding: 4px;
  margin: 6px; }

.photo-links {
  padding: 0px; }

.photo-title {
  padding: 0px;
  font-weight: bold;
  font-size: 1.4em;
  margin: 0; }

.photo-caption {
  padding: 0px;
  font-size: 1.2em; }

/* @end */
/* @end */
/* @group Quicktime Page */
.movie-description {
  text-align: center;
  margin: 5px; }

/* @end */
/* @group Quicktime Album */
/* @group Index Page (Movie Thumbnail view) */
.movie-page-title {
  font-weight: bold;
  font-size: 14px; }

.movie-page-description {
  margin-bottom: 20px; }

.movie-thumbnail-frame {
  float: left;
  display: inline;
  padding: 1px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  width: 131px; }

.movie-thumbnail-caption {
  text-align: center;
  margin-bottom: 3px;
  font-size: 11px; }

/* @end */
/* @group Single Page (Movie View) */
.movie-background {
  margin-top: 5px;
  overflow: hidden; }

.movie-title {
  text-align: center;
  font-weight: bold;
  font-size: 14px; }

.movie-frame {
  text-align: center;
  margin-bottom: 10px; }

/* @end */
/* @end */
/* @group Contact Form */
.form-input-field {
  width: 100%; }

* html .form-input-field {
  width: 30em; }

/* @end */
/* @group New Blog Styles */
.blog-entry {
  clear: both;
  padding-top: 3.236em; }

.blog-entry:first-of-type {
  padding-top: 0; }

p.blog-entry-tags a {
  text-decoration: none; }

p.blog-entry-tags a::before {
  font-family: FontAwesome;
  content: '\f02b';
  margin-left: 8px;
  margin-right: 4px;
  position: relative;
  opacity: 0.5; }

/* Styles blog tag links normal and visited state */
/* Styles blog tag links hover state */
/* Styles blog tag links active state */
/* @group Tag Cloud */
ul.blog-tag-cloud {
  margin: 1.618em 0 !important;
  padding: 0;
  display: block;
  list-style: none;
  text-align: justify; }

ul.blog-tag-cloud li {
  display: inline;
  padding-right: 3px; }

ul.blog-tag-cloud li a {
  display: inline;
  margin: 0;
  padding: 0; }

ul.blog-tag-cloud li::before {
  font-family: FontAwesome;
  content: '\f02b';
  margin-left: 6px;
  margin-right: 4px;
  font-size: 0.8em;
  position: relative;
  top: -0px;
  opacity: 0.5; }

.blog-tag-size-1 {
  font-size: 0.8em; }

.blog-tag-size-2 {
  font-size: 0.85em; }

.blog-tag-size-3 {
  font-size: 0.9em; }

.blog-tag-size-4 {
  font-size: 0.95em; }

.blog-tag-size-5 {
  font-size: 1.0em; }

.blog-tag-size-6 {
  font-size: 1.05em; }

.blog-tag-size-7 {
  font-size: 1.1em; }

.blog-tag-size-8 {
  font-size: 1.15em; }

.blog-tag-size-9 {
  font-size: 1.2em; }

.blog-tag-size-10 {
  font-size: 1.25em; }

.blog-tag-size-11 {
  font-size: 1.3em; }

.blog-tag-size-12 {
  font-size: 1.35em; }

.blog-tag-size-13 {
  font-size: 1.4em; }

.blog-tag-size-14 {
  font-size: 1.45em; }

.blot-tag-size-15 {
  font-size: 1.5em; }

.blog-tag-size-16 {
  font-size: 1.55em; }

.blog-tag-size-17 {
  font-size: 1.6em; }

.blog-tag-size-18 {
  font-size: 1.65em; }

.blog-tag-size-19 {
  font-size: 1.7em; }

.blog-tag-size-20 {
  font-size: 1.75em; }

.blog-tag-size-1, .blog-tag-size-2, .blog-tag-size-3 {
  opacity: 0.4; }

.blog-tag-size-4, .blog-tag-size-5, .blog-tag-size-6 {
  opacity: 0.5; }

.blog-tag-size-7, .blog-tag-size-8, .blog-tag-size-9 {
  opacity: 0.6; }

.blog-tag-size-10, .blog-tag-size-11, .blog-tag-size-12 {
  opacity: 0.7; }

.blog-tag-size-13, .blog-tag-size-14, .blog-tag-size-15 {
  opacity: 0.8; }

.blog-tag-size-16, .blog-tag-size-17, .blog-tag-size-18 {
  opacity: 0.9; }

.blog-tag-size-19, .blog-tag-size-20 {
  opacity: 1; }

.blog-tag-cloud li a:link {
  text-decoration: none; }

.blog-tag-cloud li a:hover {
  text-decoration: underline; }

ul.blog-tag-cloud {
  margin: 20px 0;
  text-align: left; }

/* @end */
/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */
ul.disc {
  list-style-type: disc; }

ul.circle {
  list-style-type: circle; }

ul.square {
  list-style-type: square; }

ol.arabic-numbers {
  list-style-type: decimal; }

ol.upper-alpha {
  list-style-type: upper-alpha; }

ol.lower-alpha {
  list-style-type: lower-alpha; }

ol.upper-roman {
  list-style-type: upper-roman; }

ol.lower-roman {
  list-style-type: lower-roman; }

ul.fa-ul {
  list-style-type: none; }

/* @end */
#flashcontent {
  margin: 0 auto;
  text-align: center; }

#mainContent img, #landingtop img, #footer img {
  max-width: 100%; }

div.button span {
  box-sizing: content-box;
  padding: 6px 15px 2px 2px;
  font-family: inherit; }

@media screen and (max-width: 767px) {
  .topbar {
    position: relative;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0; }
    .topbar .logo, .topbar .unit-30 img {
      display: none; }
  .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .navbar ul li {
    display: block;
    float: none;
    margin: 0 1em;
    padding: 0.35em 0.75em 0.35em 0.75em; }
  .navbar ul li a, .navbar li.active a {
    color: #aaa; }
  .navbar ul li.active > a, .navbar ul li.active a:hover {
    color: #fff;
    text-decoration: none; }
  .navbar ul li a {
    cursor: pointer !important; }
  .topbar .wrap {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%; }
    .topbar .wrap .unit-30 {
      margin: 0; }
  .topbar a {
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .topbar {
    width: 100%; }
  .navbar {
    margin-bottom: 0; }
  .topbar .navbar {
    padding-top: 1.65em; }
  /*.navigation-toggle {display: block;}*/
  .navigation-toggle.navigation-toggle-show {
    margin-bottom: 0; }
  #landingtop {
    font-size: 0.7em; }
  #landingtop > .wrap {
    margin-bottom: 2em; }
  #landingtop > .wrap > a.more-btn {
    width: 60px;
    height: 60px;
    line-height: 60px; }
    #landingtop > .wrap > a.more-btn > i {
      margin-top: 0.6em; }
  #mainContainer {
    padding-top: 2em; }
  ul.social {
    text-align: center !important; }
  #footer > .wrap, #footernav > .wrap {
    padding-left: 20px;
    padding-right: 20px; } }
