/* 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, ../../../../lib/gems/1.9.1/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, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../lib/gems/1.9.1/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, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../lib/gems/1.9.1/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;
}

/* line 1, ../sass/base/_modal.scss */
.modal {
  text-align: left;
  padding: 10px;
  color: #333;
}
/* line 4, ../sass/base/_modal.scss */
.modal h1, .modal h2 {
  color: #1A2D48;
  font-size: 1.5em;
  letter-spacing: 1px;
}
/* line 11, ../sass/base/_modal.scss */
.modal a {
  color: #355c93;
}
/* line 15, ../sass/base/_modal.scss */
.modal a:hover {
  color: #355c93;
}
/* line 19, ../sass/base/_modal.scss */
.modal h3 {
  color: #333;
}
/* line 23, ../sass/base/_modal.scss */
.modal .nav-tabs {
  margin-top: -20px;
}
/* line 26, ../sass/base/_modal.scss */
.modal p a {
  font-weight: 600;
}

/* line 30, ../sass/base/_modal.scss */
.accented {
  font-style: italic;
  color: #878585;
}

/* line 35, ../sass/base/_modal.scss */
.note {
  padding-top: 10px;
  text-align: center;
}

/* line 39, ../sass/base/_modal.scss */
.modal-header {
  padding: 30px;
}

/* line 42, ../sass/base/_modal.scss */
.modal-dialog {
  width: 60em;
}
@media screen and (max-width: 980px) {
  /* line 42, ../sass/base/_modal.scss */
  .modal-dialog {
    width: 90%;
  }
}

/* line 53, ../sass/base/_modal.scss */
.modal-text {
  height: 330px;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  /* line 53, ../sass/base/_modal.scss */
  .modal-text {
    height: inherit;
    overflow: inherit;
  }
}

/* line 62, ../sass/base/_modal.scss */
.btn-success {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 67, ../sass/base/_modal.scss */
.btn-cancel {
  color: #6F6F6F;
  background: #E9E9E9;
}

/* line 71, ../sass/base/_modal.scss */
.btn-cancel:hover {
  color: #333;
  background: #D8D8D8;
}

/* line 75, ../sass/base/_modal.scss */
label {
  padding-bottom: 10px;
  font-weight: 600;
}

/* line 80, ../sass/base/_modal.scss */
.modal-body {
  padding: 30px;
}
/* line 83, ../sass/base/_modal.scss */
.modal-body p {
  line-height: 1.5em;
  /*padding-bottom: 1.5em;*/
}
/* line 87, ../sass/base/_modal.scss */
.modal-body h3 {
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
}
/* line 94, ../sass/base/_modal.scss */
.modal-body a:hover {
  color: #355c93;
}

@font-face {
  font-family: Solari;
  src: url("../fonts/Solari.eot");
}
@font-face {
  font-family: Solari;
  src: url("../fonts/Solari.ttf");
}
/* line 10, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-weight: 600;
  font-size: 13pt;
}

/* line 16, ../sass/base/_typography.scss */
h1, h2 {
  text-transform: uppercase;
}

/* line 19, ../sass/base/_typography.scss */
body {
  font-size: 16px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #ffffff;
  background-color: #132135;
}

/* line 25, ../sass/base/_typography.scss */
a {
  text-decoration: none;
  color: #ffffff;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

/* line 30, ../sass/base/_typography.scss */
a:hover, a:focus {
  color: #d0d0d0;
  color: #EA6262;
  text-decoration: none;
  outline: none;
}

/* line 36, ../sass/base/_typography.scss */
p a {
  font-weight: 400;
}

/* line 39, ../sass/base/_typography.scss */
b {
  font-weight: 600;
}

/* line 42, ../sass/base/_typography.scss */
em {
  font-style: italic;
}

/* line 45, ../sass/base/_typography.scss */
.glyphicon {
  color: #EA6262;
}

/* line 1, ../sass/layout/_header.scss */
#header-wrapper {
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: linear-gradient(to top, rgba(4, 39, 62, 0.8), rgba(81, 133, 150, 0.8)), url("../img/goldengatesbridge-mono.jpg") center no-repeat;
  background: linear-gradient(to top, rgba(29, 67, 105, 0.5), rgba(185, 114, 95, 0.5)), url("../img/image003.jpg") center no-repeat;
  background-size: cover;
}

/* line 8, ../sass/layout/_header.scss */
#header {
  padding: 10em 0 15em;
  margin-bottom: -10em;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  /* line 8, ../sass/layout/_header.scss */
  #header {
    padding: 10.5em 0 10.5em;
    margin-bottom: -7em;
  }
}
@media screen and (max-width: 736px) {
  /* line 8, ../sass/layout/_header.scss */
  #header {
    padding: 6em 0 6em;
    margin-bottom: -4em;
  }
}
/* line 22, ../sass/layout/_header.scss */
#header h1 {
  font-size: 2.5em;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1280px) {
  /* line 22, ../sass/layout/_header.scss */
  #header h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 980px) {
  /* line 22, ../sass/layout/_header.scss */
  #header h1 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 736px) {
  /* line 22, ../sass/layout/_header.scss */
  #header h1 {
    font-size: 1.35em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 22, ../sass/layout/_header.scss */
  #header h1 {
    font-size: 1em;
  }
}
/* line 41, ../sass/layout/_header.scss */
#header h1 span {
  /*			background: rgba(255,255,255,0.2);
  			padding:10px;*/
}
/* line 47, ../sass/layout/_header.scss */
#header p {
  font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 100;
}
@media screen and (max-width: 1280px) {
  /* line 47, ../sass/layout/_header.scss */
  #header p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 980px) {
  /* line 47, ../sass/layout/_header.scss */
  #header p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
  /* line 47, ../sass/layout/_header.scss */
  #header p {
    font-size: 0.9em;
  }
}
/* line 63, ../sass/layout/_header.scss */
#header .inner {
  margin: 0 auto;
  width: 80em;
}
@media screen and (max-width: 1680px) {
  /* line 63, ../sass/layout/_header.scss */
  #header .inner {
    width: 70em;
  }
}
@media screen and (max-width: 1280px) {
  /* line 63, ../sass/layout/_header.scss */
  #header .inner {
    width: 60em;
  }
}
@media screen and (max-width: 980px) {
  /* line 63, ../sass/layout/_header.scss */
  #header .inner {
    width: 90%;
  }
}
/* line 77, ../sass/layout/_header.scss */
#header .logo {
  display: inline-block;
  /*float:left;*/
  width: 100px;
  height: 125px;
  background-image: url("../img/crest.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  /* line 77, ../sass/layout/_header.scss */
  #header .logo {
    width: 80px;
  }
}
@media screen and (max-width: 980px) {
  /* line 77, ../sass/layout/_header.scss */
  #header .logo {
    width: 60px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  /* line 77, ../sass/layout/_header.scss */
  #header .logo {
    width: 50px;
  }
}
/* line 98, ../sass/layout/_header.scss */
#header .title {
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  /* line 98, ../sass/layout/_header.scss */
  #header .title {
    width: 70%;
  }
}

/* line 1, ../sass/layout/_nav.scss */
.navbar-nav {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 100;
  font-size: 1.15em;
}
@media screen and (max-width: 1280px) {
  /* line 1, ../sass/layout/_nav.scss */
  .navbar-nav {
    font-size: 1em;
  }
}
@media screen and (max-width: 980px) {
  /* line 1, ../sass/layout/_nav.scss */
  .navbar-nav {
    font-size: 1em;
  }
}

/* line 12, ../sass/layout/_nav.scss */
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background: none;
  color: #d3d2d2;
}

/* line 7, ../sass/layout/_wrapper.scss */
.wrapper {
  background: #1A2D48;
  position: relative;
  margin: 10em 0;
}
/* line 3, ../sass/layout/_wrapper.scss */
.wrapper:before, .wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%231A2D48;' /%3E%3C/svg%3E");
}
/* line 13, ../sass/layout/_wrapper.scss */
.wrapper:before, .wrapper:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10em;
}
/* line 22, ../sass/layout/_wrapper.scss */
.wrapper:before {
  top: -10em;
  left: 0;
}
/* line 26, ../sass/layout/_wrapper.scss */
.wrapper:after {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  bottom: -10em;
  left: 0;
}
/* line 3, ../sass/layout/_wrapper.scss */
.wrapper.alt:before, .wrapper.alt:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23132135;' /%3E%3C/svg%3E");
}
/* line 33, ../sass/layout/_wrapper.scss */
.wrapper.alt:before {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* line 36, ../sass/layout/_wrapper.scss */
.wrapper.alt:after {
  -moz-transform: scaleX(-1) scaleY(-1);
  -webkit-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
/* line 40, ../sass/layout/_wrapper.scss */
.wrapper.wrap1 {
  text-align: right;
}
/* line 43, ../sass/layout/_wrapper.scss */
.wrapper.wrap2 {
  text-align: left;
  background-color: #132135;
}
/* line 48, ../sass/layout/_wrapper.scss */
.wrapper.feature h2 {
  padding-top: 2em;
}
@media screen and (max-width: 1280px) {
  /* line 7, ../sass/layout/_wrapper.scss */
  .wrapper {
    margin: 10em 0;
  }
  /* line 54, ../sass/layout/_wrapper.scss */
  .wrapper:before, .wrapper:after {
    height: 10em;
  }
  /* line 57, ../sass/layout/_wrapper.scss */
  .wrapper:before {
    top: -10em;
  }
  /* line 60, ../sass/layout/_wrapper.scss */
  .wrapper:after {
    bottom: -10em;
  }
}
@media screen and (max-width: 980px) {
  /* line 7, ../sass/layout/_wrapper.scss */
  .wrapper {
    margin: 7em 0;
  }
  /* line 66, ../sass/layout/_wrapper.scss */
  .wrapper:before, .wrapper:after {
    height: 7em;
  }
  /* line 69, ../sass/layout/_wrapper.scss */
  .wrapper:before {
    top: -7em;
  }
  /* line 72, ../sass/layout/_wrapper.scss */
  .wrapper:after {
    bottom: -7em;
  }
}
@media screen and (max-width: 736px) {
  /* line 7, ../sass/layout/_wrapper.scss */
  .wrapper {
    margin: 4em 0;
  }
  /* line 78, ../sass/layout/_wrapper.scss */
  .wrapper:before, .wrapper:after {
    height: 4em;
  }
  /* line 81, ../sass/layout/_wrapper.scss */
  .wrapper:before {
    top: -4em;
  }
  /* line 84, ../sass/layout/_wrapper.scss */
  .wrapper:after {
    bottom: -4em;
  }
}
/* line 88, ../sass/layout/_wrapper.scss */
.wrapper .inner {
  margin: 0 auto;
  width: 80em;
  padding: 3em 0;
}
@media screen and (max-width: 1680px) {
  /* line 88, ../sass/layout/_wrapper.scss */
  .wrapper .inner {
    width: 70em;
  }
}
@media screen and (max-width: 1280px) {
  /* line 88, ../sass/layout/_wrapper.scss */
  .wrapper .inner {
    width: 60em;
  }
}
@media screen and (max-width: 980px) {
  /* line 88, ../sass/layout/_wrapper.scss */
  .wrapper .inner {
    width: 90%;
    padding: 2em 0;
  }
}
@media screen and (max-width: 736px) {
  /* line 88, ../sass/layout/_wrapper.scss */
  .wrapper .inner {
    padding: 1.75em 0;
  }
}
/* line 106, ../sass/layout/_wrapper.scss */
.wrapper .inner h2 {
  font-size: 1.5em;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  /* line 106, ../sass/layout/_wrapper.scss */
  .wrapper .inner h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 736px) {
  /* line 106, ../sass/layout/_wrapper.scss */
  .wrapper .inner h2 {
    font-size: 1em;
  }
}
/* line 120, ../sass/layout/_wrapper.scss */
.wrapper .inner p {
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media screen and (max-width: 980px) {
  /* line 120, ../sass/layout/_wrapper.scss */
  .wrapper .inner p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 736px) {
  /* line 120, ../sass/layout/_wrapper.scss */
  .wrapper .inner p {
    font-size: 1em;
  }
}
/* line 132, ../sass/layout/_wrapper.scss */
.wrapper .inner p + p {
  padding-top: 1em;
}

/* line 2, ../sass/sections/_home.scss */
.resources .rbox {
  display: inline-block;
  text-align: center;
  padding: 40px 0;
  margin: 10px 0;
  width: 100%;
  background: #1e3453;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
}
/* line 12, ../sass/sections/_home.scss */
.resources .rbox h3 {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.2em;
}
@media screen and (max-width: 980px) {
  /* line 12, ../sass/sections/_home.scss */
  .resources .rbox h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 736px) {
  /* line 12, ../sass/sections/_home.scss */
  .resources .rbox h3 {
    font-size: 1em;
  }
}
/* line 23, ../sass/sections/_home.scss */
.resources .rbox:hover {
  background: #EA6262;
}
/* line 26, ../sass/sections/_home.scss */
.resources .rbox img {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -40px;
  padding: 0 0 40px 0;
}
/* line 31, ../sass/sections/_home.scss */
.resources .rbox img + h3 {
  padding: 0 20px;
  line-height: 1.2em;
}

/* line 37, ../sass/sections/_home.scss */
.counter {
  text-align: center;
  color: #878585;
}

/* line 41, ../sass/sections/_home.scss */
p.counter {
  font-family: "Open Sans", "Arial", sans-serif;
}

/* line 44, ../sass/sections/_home.scss */
.counter span {
  font-family: Solari, 'Courier New', monospace;
  font-size: 30px;
  color: #333;
  background: white;
}

/* line 51, ../sass/sections/_home.scss */
.video {
  width: 50em;
  margin: auto;
}
@media screen and (max-width: 980px) {
  /* line 51, ../sass/sections/_home.scss */
  .video {
    width: inherit;
  }
}

/* line 58, ../sass/sections/_home.scss */
.video-item {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 65, ../sass/sections/_home.scss */
.video-item iframe, .video-item object, .video-item embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/sections/_manual.scss */
.box-head, .box {
  display: block;
  padding: 1.5em;
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin: auto;
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* line 11, ../sass/sections/_manual.scss */
.box-head {
  text-transform: uppercase;
  background: #EA6262;
  font-family: "Arial", sans-serif;
  letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
  /* line 11, ../sass/sections/_manual.scss */
  .box-head {
    margin-top: 20px;
  }
}
@media screen and (max-width: 736px) {
  /* line 11, ../sass/sections/_manual.scss */
  .box-head {
    margin-top: 20px;
  }
}
/* line 24, ../sass/sections/_manual.scss */
.box-head:hover {
  background: #ed7878;
}

/* line 28, ../sass/sections/_manual.scss */
.box {
  background: #28446d;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 300;
  font-size: 1.1em;
}
/* line 33, ../sass/sections/_manual.scss */
.box:hover {
  background: #2e5080;
}

/* line 37, ../sass/sections/_manual.scss */
.separator {
  display: block;
  width: 5px;
  height: 30px;
  background: #878585;
  margin: auto;
}

/* line 44, ../sass/sections/_manual.scss */
.img {
  padding: 20px;
}

/* line 47, ../sass/sections/_manual.scss */
.img-xs {
  margin: auto;
  padding-bottom: 10px;
}

/* line 2, ../sass/sections/_resources.scss */
.resource_page h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 100;
  padding-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}
/* line 10, ../sass/sections/_resources.scss */
.resource_page div + h3, .resource_page h4 + h3 {
  padding-top: 25px;
}
/* line 13, ../sass/sections/_resources.scss */
.resource_page h4, .resource_page a.accordion-toggle {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  padding: 0 0 15px 0;
  line-height: 1.2em;
}
/* line 20, ../sass/sections/_resources.scss */
.resource_page h4 span, .resource_page a.accordion-toggle span {
  font-weight: 300;
  font-style: italic;
}
/* line 24, ../sass/sections/_resources.scss */
.resource_page p {
  padding: 15px;
}
/* line 27, ../sass/sections/_resources.scss */
.resource_page p + p {
  padding-top: 0 !important;
}
/* line 30, ../sass/sections/_resources.scss */
.resource_page p a {
  text-decoration: underline;
}
