/* 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 17, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/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, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../var/lib/gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/screen.scss */
body {
  font-family: 'Signika', sans-serif;
  background: url("img/bg-noise-tall.jpg") white repeat-x;
}

/* line 23, ../sass/screen.scss */
header {
  height: 150px;
}

/* line 26, ../sass/screen.scss */
.inner-wrapper, .wrapper {
  margin: auto;
  width: 1020px;
}

/* line 30, ../sass/screen.scss */
.logo {
  margin-left: 30px;
  margin-top: 67px;
  display: inline-block;
}

/* line 35, ../sass/screen.scss */
.motto {
  font-family: 'Signika', sans-serif;
  margin-top: 93px;
  margin-right: 30px;
  float: right;
  color: #ccc;
  font-size: 20px;
}

/* line 43, ../sass/screen.scss */
nav {
  margin-top: 60px;
  position: relative;
  display: table;
  margin-bottom: 30px;
}
/* line 49, ../sass/screen.scss */
nav ul li {
  float: left;
}
/* line 51, ../sass/screen.scss */
nav ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
  width: 130px;
  margin-left: 4px;
  margin-right: 4px;
}
/* line 61, ../sass/screen.scss */
nav ul li a.nav-cead-av {
  background: #54ad31;
}
/* line 64, ../sass/screen.scss */
nav ul li a.nav-cead-av:hover {
  background: #5ec137;
}
/* line 67, ../sass/screen.scss */
nav ul li a.nav-cead-fm {
  background: #9e0b0f;
}
/* line 70, ../sass/screen.scss */
nav ul li a.nav-cead-fm:hover {
  background: #b60d11;
}
/* line 73, ../sass/screen.scss */
nav ul li a.nav-cead-tv {
  background: #0072bc;
}
/* line 76, ../sass/screen.scss */
nav ul li a.nav-cead-tv:hover {
  background: #0081d6;
}
/* line 79, ../sass/screen.scss */
nav ul li a.nav-stratosmedia {
  background: #1b1464;
}
/* line 82, ../sass/screen.scss */
nav ul li a.nav-stratosmedia:hover {
  background: #211879;
}
/* line 85, ../sass/screen.scss */
nav ul li a.nav-contact-us {
  background: #929292;
}
/* line 88, ../sass/screen.scss */
nav ul li a.nav-contact-us:hover {
  background: #9f9f9f;
}
/* line 91, ../sass/screen.scss */
nav ul li a.nav-home {
  background: black;
}
/* line 94, ../sass/screen.scss */
nav ul li a.nav-home:hover {
  background: #0d0d0d;
}
/* line 97, ../sass/screen.scss */
nav ul li a.nav-gallery {
  background: #fd6500;
}
/* line 100, ../sass/screen.scss */
nav ul li a.nav-gallery:hover {
  background: #ff7418;
}

/* line 108, ../sass/screen.scss */
.wrapper > nav {
  margin-top: 0;
  padding-left: 26px;
  padding-right: 26px;
}

/* line 115, ../sass/screen.scss */
#wpgmza_map {
  border: 1px solid #ccc;
}

/* line 120, ../sass/screen.scss */
form {
  background-color: #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  width: 590px;
}
/* line 125, ../sass/screen.scss */
form label {
  margin-bottom: 5px;
  color: #666;
  display: block;
}
/* line 130, ../sass/screen.scss */
form input[type=text], form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px !important;
  border: 1px solid #aaa;
  width: 560px !important;
  padding: 10px;
}
/* line 137, ../sass/screen.scss */
form input[type=submit] {
  padding: 10px 40px;
  color: white;
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  display: block;
  margin: 0 auto !important;
}
/* line 146, ../sass/screen.scss */
form input[type=submit]:hover {
  background-color: #383838;
}
/* line 149, ../sass/screen.scss */
form textarea {
  width: 558px !important;
}

/* line 155, ../sass/screen.scss */
aside {
  width: 275px;
  float: right;
  margin-left: 30px;
  padding-bottom: 200px;
}
/* line 160, ../sass/screen.scss */
aside h5 {
  margin-top: 15px;
}
/* line 164, ../sass/screen.scss */
aside ul.children {
  display: block;
  margin-bottom: 60px;
}
/* line 167, ../sass/screen.scss */
aside ul.children li {
  padding: 10px;
  margin-bottom: 10px;
}
/* line 170, ../sass/screen.scss */
aside ul.children li a {
  text-decoration: none;
  color: black;
  display: block;
}
/* line 176, ../sass/screen.scss */
aside ul.children li:nth-child(1) {
  background-color: #c7b299;
}
/* line 179, ../sass/screen.scss */
aside ul.children li:nth-child(1):hover {
  background-color: #d0bea9;
}
/* line 182, ../sass/screen.scss */
aside ul.children li:nth-child(2) {
  background-color: #448ccb;
}
/* line 185, ../sass/screen.scss */
aside ul.children li:nth-child(2):hover {
  background-color: #5898d1;
}
/* line 188, ../sass/screen.scss */
aside ul.children li:nth-child(3) {
  background-color: #6dcff6;
}
/* line 191, ../sass/screen.scss */
aside ul.children li:nth-child(3):hover {
  background-color: #85d7f7;
}

/* line 197, ../sass/screen.scss */
.content {
  background: #fff;
  min-height: 370px;
}
/* line 200, ../sass/screen.scss */
.content .inner-wrapper {
  padding-top: 40px;
  width: 967px;
}
/* line 206, ../sass/screen.scss */
.content nav .inner-wrapper {
  width: auto;
}
/* line 210, ../sass/screen.scss */
.content section.title {
  margin-bottom: 40px;
}
/* line 212, ../sass/screen.scss */
.content section.title h4 {
  display: block;
  margin-bottom: 30px;
}
/* line 218, ../sass/screen.scss */
.content .page_item_has_children ul {
  display: none;
}
/* line 224, ../sass/screen.scss */
.content .grid-cell {
  vertical-align: top;
  display: inline-block;
}
/* line 227, ../sass/screen.scss */
.content .grid-cell h5 {
  margin-top: 20px;
}
/* line 232, ../sass/screen.scss */
.content .grid4 .grid-cell {
  width: 225px;
  margin-right: 18px;
}
/* line 236, ../sass/screen.scss */
.content .grid4 .grid-cell:last-child {
  margin-right: 0;
}
/* line 242, ../sass/screen.scss */
.content .grid2 .grid-cell {
  width: 450px;
  margin-right: 61px;
}
/* line 246, ../sass/screen.scss */
.content .grid2 .grid-cell:last-child {
  margin-right: 0;
}
/* line 251, ../sass/screen.scss */
.content .feature {
  background-color: #e1e1e1;
  height: 255px;
  padding: 10px;
  width: 205px !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 258, ../sass/screen.scss */
.content .feature img {
  margin-top: 0;
}
/* line 261, ../sass/screen.scss */
.content .feature p {
  font-size: 0.9em;
}
/* line 264, ../sass/screen.scss */
.content .feature h5 {
  margin-top: 20px;
}
/* line 269, ../sass/screen.scss */
.content .stratos-detail {
  border-top: 5px solid #448ccb;
  margin-top: 20px;
  color: #555;
  line-height: 1.3em;
}
/* line 274, ../sass/screen.scss */
.content .stratos-detail p {
  font-size: 0.9em;
}
/* line 277, ../sass/screen.scss */
.content .stratos-detail img {
  margin-top: 10px;
}
/* line 283, ../sass/screen.scss */
.content p {
  color: #555;
  margin-bottom: 10px;
}
/* line 287, ../sass/screen.scss */
.content .aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center;
}
/* line 292, ../sass/screen.scss */
.content img {
  margin-top: 30px;
}
/* line 295, ../sass/screen.scss */
.content em {
  font-style: italic;
}
/* line 298, ../sass/screen.scss */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 302, ../sass/screen.scss */
.content h2 {
  font-size: 1.6em;
}
/* line 305, ../sass/screen.scss */
.content h3 {
  font-size: 1.4em;
}
/* line 308, ../sass/screen.scss */
.content h4 {
  font-size: 1.2em;
  margin-top: 30px;
}
/* line 312, ../sass/screen.scss */
.content h5 {
  display: block;
  margin-top: 30px;
}
/* line 316, ../sass/screen.scss */
.content .center {
  text-align: center;
}
/* line 320, ../sass/screen.scss */
.content blockquote {
  font-style: italic;
  width: 500px;
  margin: 30px auto;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  text-align: center;
}
/* line 330, ../sass/screen.scss */
.content blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #7a7a7a;
}
/* line 339, ../sass/screen.scss */
.content blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0;
  top: -20px;
  color: #7a7a7a;
}
/* line 348, ../sass/screen.scss */
.content a.blue-button {
  font-size: 1.1em;
  text-align: center;
  display: block;
  margin-top: 10px;
  background: #1b1464;
  padding: 10px;
  color: white;
  text-decoration: none;
  width: 225px;
  float: right;
}
/* line 360, ../sass/screen.scss */
.content a.blue-button:hover {
  background: #261d8f;
}

/* line 366, ../sass/screen.scss */
footer {
  height: 350px;
  background: url("img/footer-noise-bg.jpg");
  margin-bottom: 30px;
  margin-top: 30px;
}
/* line 371, ../sass/screen.scss */
footer .footer-info {
  padding-left: 50px;
  height: 300px;
}
/* line 374, ../sass/screen.scss */
footer .footer-info .infobox {
  font-size: 0.9em;
  float: left;
  width: 195px;
}
/* line 378, ../sass/screen.scss */
footer .footer-info .infobox p {
  margin-bottom: 10px;
}
/* line 381, ../sass/screen.scss */
footer .footer-info .infobox h4 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 386, ../sass/screen.scss */
footer .footer-info .infobox.our-commitment {
  margin-left: 305px;
}
/* line 389, ../sass/screen.scss */
footer .footer-info .infobox.keep-updated {
  margin-left: 60px;
}
/* line 394, ../sass/screen.scss */
footer .footer-copyright {
  padding-left: 50px;
  padding-top: 20px;
  color: #fff;
  font-size: 10px;
}

/* line 407, ../sass/screen.scss */
#accordionPro36.horizontal li.slide > h2 {
  border-top: 1px solid #444;
}
/* line 410, ../sass/screen.scss */
#accordionPro36.horizontal li.slide > div {
  background: #222;
}

/* line 416, ../sass/screen.scss */
.learn-more {
  height: 250px;
  margin-right: 13px !important;
  width: 225px !important;
  margin-top: 30px;
  margin-bottom: 60px;
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
}
/* line 428, ../sass/screen.scss */
.learn-more h5, .learn-more p {
  width: 210px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 434, ../sass/screen.scss */
.learn-more h5 {
  margin-top: 10px;
}

/* line 438, ../sass/screen.scss */
.learn-more:last-child {
  margin-right: 0 !important;
}

/* line 441, ../sass/screen.scss */
.learn-more:hover {
  border-top: 2px solid #9e0b0f;
  border-bottom: 2px solid #9e0b0f;
  background-color: #e8e8e8;
}

/* line 447, ../sass/screen.scss */
a.core-business {
  height: 225px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 60px;
  text-decoration: none;
  color: black;
  background-color: #e1e1e1;
  padding-bottom: 20px;
  text-align: center;
}
/* line 463, ../sass/screen.scss */
a.core-business h5 {
  margin-top: 0;
}
/* line 467, ../sass/screen.scss */
a.core-business:hover {
  background-color: #fd6500;
}
/* line 469, ../sass/screen.scss */
a.core-business:hover h5 {
  color: black;
}
/* line 472, ../sass/screen.scss */
a.core-business:hover p {
  color: white;
}

/* line 481, ../sass/screen.scss */
section.products-title {
  padding-left: 26px;
  padding-right: 26px;
}
/* line 484, ../sass/screen.scss */
section.products-title h5 {
  margin-top: 40px;
}

/* line 488, ../sass/screen.scss */
section.products {
  margin-bottom: 50px;
}
/* line 490, ../sass/screen.scss */
section.products .product {
  vertical-align: top;
  width: 186px;
  display: inline-block;
  margin: 26px;
}
/* line 495, ../sass/screen.scss */
section.products .product h5 {
  margin-top: 10px;
}
/* line 498, ../sass/screen.scss */
section.products .product p {
  margin-top: 15px;
  font-size: 0.8em;
  color: #777;
}
