/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Colors */
/* As hex codes */
/* Main Primary color */
/* As RGBa codes */
/* line 1, ../sass/main.scss */
html {
  height: 100%;
}

/* line 5, ../sass/main.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/main.scss */
body {
  color: black;
  background-color: #669ec5;
  font: normal 85% Arial, Helvetica, sans-serif;
  font-family: sans-serif;
}

/* line 17, ../sass/main.scss */
.main {
  margin-left: auto;
  margin-right: auto;
  background: transparent;
}

/* line 23, ../sass/main.scss */
.footer {
  background-color: black;
  color: #669ec5;
  clear: both;
  font: normal 75% Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 5px;
}

/* line 32, ../sass/main.scss */
p {
  padding: 5px 5px 10px 5px;
  color: #FFF;
  line-height: 1.7em;
  font-size: 100%;
}

/* line 39, ../sass/main.scss */
img {
  border: 0;
}

/* line 43, ../sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  font: normal 175% Arial, Helvetica, sans-serif;
  color: #FFF;
  text-shadow: 1px 1px #1D1D1D;
  letter-spacing: -1px;
  margin: 0 0 10px 0;
}

/* line 51, ../sass/main.scss */
h2 {
  font: normal 165% Arial, Helvetica, sans-serif;
}

/* line 55, ../sass/main.scss */
h3 {
  font: normal 130% Arial, Helvetica, sans-serif;
}

/* line 59, ../sass/main.scss */
h4, h5, h6 {
  margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  line-height: 1.5em;
}

/* line 66, ../sass/main.scss */
h5, h6 {
  font: normal 95% Arial, Helvetica, sans-serif;
  color: #888;
  padding-bottom: 15px;
}

/* Primary menu _____________________ */
/* line 3, ../sass/nav.scss */
.navigation {
  margin: 0 auto;
  padding: 10px 0;
}

/* line 8, ../sass/nav.scss */
.navigation:after {
  clear: both;
}

/* Header bar ******************************/
/* line 38, ../sass/nav.scss */
.top {
  color: white;
  background-color: #032137;
  clear: both;
  text-align: center;
  padding: 5px;
}

/* Logo  and slogan **************************************/
/* line 48, ../sass/nav.scss */
.header-wrap {
  text-align: center;
  padding: 5px;
  background: #97a7b2;
}

/* line 54, ../sass/nav.scss */
.header-wrap h2 {
  position: relative;
}

/* for flexbox work */
/* line 61, ../sass/nav.scss */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px;
}

/* line 69, ../sass/nav.scss */
.flex-item {
  padding: 2px;
}

/* line 72, ../sass/nav.scss */
.flex-item#logo-text {
  -webkit-align-self: baseline;
  align-self: baseline;
}

/* line 76, ../sass/nav.scss */
.logo {
  margin-left: 2%;
  height: 40px;
  vertical-align: middle;
}

/* menu bar and ul items *******************************/
/* line 83, ../sass/nav.scss */
.menu {
  color: white;
  background-color: #123752;
  text-align: center;
}

/* line 89, ../sass/nav.scss */
#menubar {
  width: 960px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border: 15px 15px 0px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

/* line 106, ../sass/nav.scss */
ul#menu {
  margin: 0;
  margin: 0 0 0 20px;
}

/* line 111, ../sass/nav.scss */
ul#menu li {
  padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 0;
  display: inline;
  background: transparent;
}

/* line 119, ../sass/nav.scss */
ul#menu li a {
  float: left;
  font: bold 120% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  height: 24px;
  text-shadow: 0px -1px 0px #000;
  padding: 16px 20px 10px 20px;
  background: transparent;
}

/* line 131, ../sass/nav.scss */
ul#menu li.current a {
  color: #FFF;
  background: #323232;
  text-shadow: none;
}

/* line 137, ../sass/nav.scss */
ul#menu li:hover a {
  color: #FFF;
  background: #323232;
  text-shadow: none;
}

/* line 1, ../sass/content.scss */
#header {
  width: 960px;
  height: 120px;
  background: transparent;
}

/* line 6, ../sass/content.scss */
#banner {
  width: 960px;
  position: relative;
  height: 50px;
  padding: 15px 0 0 0;
  background: transparent;
}

/* line 13, ../sass/content.scss */
.site_content {
  width: 940px;
  padding-left: 20px;
  overflow: hidden;
  margin: 0 auto;
  background: #032137;
  border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -webkit-border: 0px 0px 15px 15px;
}

/* line 24, ../sass/content.scss */
.sidebar_container {
  float: left;
  margin: 10px 20px 0 0;
  width: 215px;
  padding: 0;
}

/* line 31, ../sass/content.scss */
.sidebar {
  float: left;
  width: 250px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 39, ../sass/content.scss */
.sidebar_item {
  font: normal 100% Arial, Helvetica, sans-serif;
  width: 215px;
}

/* line 44, ../sass/content.scss */
.sidebar h2 {
  padding: 5px 0 0 10px;
  font: normal 140% Arial, Helvetica, sans-serif;
  height: 30px;
  text-shadow: 0px -1px 0px #000;
  color: #fff;
  background: #0043A8;
  background: -moz-linear-gradient(#43A9FF, #0043A8);
  background: -o-linear-gradient(#43A9FF, #0043A8);
  background: -webkit-linear-gradient(#43A9FF, #0043A8);
  border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border: 15px 15px 15px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

/* line 62, ../sass/content.scss */
.content {
  width: 680px;
  margin-bottom: 10px;
  float: left;
}

/* line 68, ../sass/content.scss */
.content_item {
  width: 680px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 74, ../sass/content.scss */
.content-image {
  margin: 0px 20px 10px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}

/* line 84, ../sass/content.scss */
#content-image-woman {
  float: left;
  width: 200px;
  height: 250px;
}

/* line 90, ../sass/content.scss */
#img-woman {
  height: 250px;
}

/* line 94, ../sass/content.scss */
#content-image-ridge-walk {
  float: left;
  width: 290px;
  height: 160px;
}

/* line 104, ../sass/content.scss */
#content-image-wall-display {
  float: right;
  width: 200px;
  height: 220px;
  margin: 10px 20px 10px 10px;
}

/* line 111, ../sass/content.scss */
#img-wall-display {
  height: 220px;
}

/* line 115, ../sass/content.scss */
#content-dial-tin-can {
  width: 200px;
  height: 200px;
  margin: 40px 10px 0 0;
}

/* line 121, ../sass/content.scss */
#img-dial-tin-can {
  width: 200px;
  height: 200px;
}

/* line 126, ../sass/content.scss */
.f-image {
  text-align: left;
}

/* line 134, ../sass/content.scss */
.f-image-r {
  text-align: right;
}

/********************new**********************/
/* line 145, ../sass/content.scss */
.content_container {
  width: 320px;
  padding: 5px;
  margin-right: 10px;
  float: left;
}

/* line 151, ../sass/content.scss */
#content_bottom {
  width: 960px;
  height: 160px;
  text-align: center;
}

/* line 156, ../sass/content.scss */
#content_bottom p {
  color: #000;
  text-shadow: 1px 1px #FFF;
}

/* line 160, ../sass/content.scss */
#content_bottom h4 {
  color: #000;
  text-shadow: none;
}

/* line 164, ../sass/content.scss */
.content_bottom_container_box {
  width: 295px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;
}

/* line 171, ../sass/content.scss */
.content_bottom_container_boxl {
  width: 295px;
  padding: 5px;
  text-align: center;
  margin: 20px 0 10px 10px;
  float: left;
}

/* line 13, ../sass/forms.scss */
.slabel {
  border: 0px solid;
  radius: 2px;
  padding: 2px;
  font: .8em, sans-serif;
  color: white;
  bg: white;
  label-bg: white;
  label-color: inherit;
  error-color: #E82C0C;
  placeholder-color: #B9E0D6;
  success-color: #5C832F;
}

/* line 27, ../sass/forms.scss */
label {
  font: .8em, sans-serif;
  color: white;
}

/* line 32, ../sass/forms.scss */
input, textarea {
  font: .9em/1.5em, sans-serif;
  color: white;
  background: white;
  border: none;
  padding: 0 10px;
  margin: 0;
  width: 350px;
  background: none;
}

/* line 44, ../sass/forms.scss */
input:focus, textarea:focus {
  background: rgba(0, 0, 0, 0.1);
  width: 350px;
  border-radius: 5px;
  outline: none;
}

/* line 51, ../sass/forms.scss */
input {
  height: 2.5em;
  /* for IE */
  vertical-align: middle;
  /* This is optional but it makes legacy IEs look better */
}

/* line 56, ../sass/forms.scss */
textarea {
  display: block;
  padding: 10px;
  margin: 10px 0 0 -10px;
  width: 350px;
  height: 200px;
  resize: none;
  overflow: auto;
}

/* line 66, ../sass/forms.scss */
button {
  padding: 5px;
  font: bold .6em sans-serif;
  color: white;
  border: 2px solid #333;
  border-radius: 5px;
  background: #669ec5;
  cursor: pointer;
}

/* line 76, ../sass/forms.scss */
button:after {
  content: " >>>";
}

/* line 80, ../sass/forms.scss */
button:hover,
button:focus {
  outline: none;
  background: #000;
  color: #FFF;
}

/* compass sticky-footer */
/* line 10, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -52px;
}
/* line 18, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#root #root_footer {
  height: 52px;
}

/* line 20, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/layout/_sticky-footer.scss */
#footer {
  clear: both;
  position: relative;
  height: 52px;
}
