/*** uncss> filename: http://localhost:8080/font-awesome-4.2.0/css/font-awesome.min.css ***/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa-home:before {
  content: "\f015";
}

.fa-bar-chart:before {
  content: "\f080";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-gears:before {
  content: "\f085";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-laptop:before {
  content: "\f109";
}

/*** uncss> filename: http://localhost:8080/foundation-5.4.7/css/foundation.min.css ***/

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"]+[class*="column"]:last-child {
  float: right;
}

@media only screen {
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 40.063em) {
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-12 {
    width: 100%;
  }
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

.contain-to-grid {
  width: 100%;
  background: #333;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 40px 0 15px;
  color: #fff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  box-shadow: 0 0px 0 1px #fff,0 7px 0 1px #fff,0 14px 0 1px #fff;
  width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0px 0 1px "",0 7px 0 1px "",0 14px 0 1px "";
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}

.top-bar-section ul li {
  background: #333;
}

.top-bar-section ul li>a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}

.top-bar-section ul li:hover:not(.has-form)>a {
  background-color: #555;
  background: #272727;
  color: #fff;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333;
    overflow: visible;
  }

  .top-bar:before,
  .top-bar:after {
    content: " ";
    display: table;
  }

  .top-bar:after {
    clear: both;
  }

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555;
    background: #272727;
  }
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333;
}

.panel>:first-child {
  margin-top: 0;
}

.panel>:last-child {
  margin-bottom: 0;
}

.panel h3 {
  color: #333;
}

.panel h3 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333;
}

.panel.callout>:first-child {
  margin-top: 0;
}

.panel.callout>:last-child {
  margin-bottom: 0;
}

.panel.callout h3 {
  color: #333;
}

.panel.callout h3 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

div,
ul,
li,
h1,
h2,
h3,
p {
  margin: 0;
  padding: 0;
}

a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #0078a0;
}

a img {
  border: none;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3 {
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

ul {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

@media only screen and (min-width: 40.063em) {
  h1,
  h2,
  h3 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #fff;
  padding: 1.25rem;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  padding: 1.875rem;
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

dialog::backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  background: rgba(0,0,0,0.45);
  z-index: auto;
  display: none;
  left: 0;
}

@media print {
  .reveal-modal {
    display: none;
    background: #fff !important;
  }
}

@media only screen {
  .show-for-small,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-large-up {
    display: inherit !important;
  }

  .hide-for-small {
    display: none !important;
  }
}

@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-large-up {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium-up,
  .hide-for-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-medium {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium-up,
  .hide-for-large-up {
    display: none !important;
  }
}

@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-medium {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium-up,
  .hide-for-large-up {
    display: none !important;
  }
}

@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-medium {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium-up,
  .hide-for-large-up {
    display: none !important;
  }
}

/*** uncss> filename: http://localhost:8080/stylesheets/main.css ***/

/* Css Theme by CssTemplateHeaven - www.csstemplateheaven.com */

/**************************************************************************************/

/*----------------------------------- LigaTure Symbols ------------------------------*/

/************************************************************************************/

/* CSS */

@font-face {
  font-family: 'LigatureSymbols';
  src: url('LigatureSymbols-2.05.eot');
  src: url('LigatureSymbols-2.05.eot?#iefix') format('embedded-opentype'),
         url('LigatureSymbols-2.05.woff') format('woff'),
         url('LigatureSymbols-2.05.ttf') format('truetype'),
         url('LigatureSymbols-2.05.svg#LigatureSymbols') format('svg');
  src: url('LigatureSymbols-2.05.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fafafa;
}

/*
.header_nav {background: #fafafa; padding: 15px 0 0; box-shadow: 0 1px 6px rgba(34, 25, 25, 0.6); z-index: 999}
.header_nav_fullwidth {background: #fafafa; padding: 10px 0 2px; margin-bottom: 25px; box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4)}
*/

p {
  color: #333;
}

.welcome_text {
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

h1,
h2,
h3 {
  font-family: 'Open Sans Condensed',sans-serif;
  font-weight: normal;
  color: #333;
  margin: 20px 0;
}

/* sections */

.section_light {
  background: #FFF;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 20px 0;
  clear: both;
}

.section_light h1 {
  text-align: center;
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
}

/*.section_dark {background: #262626; border-top: 0; border-bottom: 1px dotted #999; padding: 20px 0 40px}*/

/*.section_dark h2 {color: #999999; margin: 0 0 20px 0; font-size: 32px; text-align: center}
.section_dark h3 {color: #999999; margin: 0 0 20px 0; font-size: 28px; text-align: center}
.section_dark {color: #999999; margin: 0 0 20px 0; font-size: 28px; text-align: center}
*/

/* END Frontpage sections */

/*
.panel {}

.panel.callout {background: #FE563B; border: 1px solid #CCC}

.panel.callout p, .panel.callout h4 {color: #fff}
*/

/* .active a {background:#F06B48; color: #FFF} */

/* nav bar vertical */

/* gallery menu */

/*-------------------------------------------------------------------------------------------------*/

/* Masonry
/*-------------------------------------------------------------------------------------------------*/

.centered {
  margin: 0 auto;
}

/* fluid masonry */

/* MI Slider */

/* Move classes and animations */

/* moveFromRight */

/* moveFromLeft */

/* moveToRight */

/* moveToLeft */

/* Animation Delays */

/* Animations */

/* Media Queries */

.panel {
  opacity: 0.95;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}

/*
.section_dark h1 {color: #FFFFFF; text-align: center}
.section_dark h2 {color: #FFFFFF; margin: 0 0 20px 0; font-size: 32px; text-align: center}
.section_dark h3 {color: #FFFFFF; margin: 0 0 20px 0; font-size: 28px; text-align: center}
.section_dark {color: #FFFFFF; margin: 0 0 20px 0; font-size: 28px; text-align: center}
*/

.section_dark h1 {
  /*color: #FFFFFF; */
  text-align: center;
  border-bottom: 1px dotted #000000;
  padding-bottom: 20px;
  margin: 0 0 20px 0;
}

.section_dark h3 {
  /*color: #FFFFFF; */
  margin: 0 0 20px 0;
  font-size: 28px;
  text-align: center;
}

.section_dark {
  /*color: #FFFFFF; */
  font-size: 28px;
}

.center {
  text-align: center;
}

/*.section_dark {background: #0F3A67; border-top: 0; border-bottom: 1px dotted #999; padding: 20px 0 40px}*/

.section_dark {
  background: #67B8F0;
  border-top: 0;
  border-bottom: 1px dotted #999;
  padding: 20px 0 40px;
}

.common_text {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}

.photo {
  height: 100%;
  width: 100%;
}

.section_dark a {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}

/* unvisited link */

.section_dark a:link {
  color: #333;
  line-height: 1.6;
}

/* visited link */

.section_dark a:visited {
  color: #333;
  line-height: 1.6;
}

/* mouse over link */

.section_dark a:hover {
  color: #FFF;
  line-height: 1.6;
}

/* selected link */

.section_dark a:active {
  color: #0000FF;
  line-height: 1.6;
}

.reveal-modal {
  background: #FFF;
}

/* 4 */

.hcenter-text {
  text-align: center;
}

.logorow {
  border-right: solid;
}

#banner_row {
  padding: 0px;
  margin: 0px;
}

nav.top-bar {
  background: #fafafa;
  color: black;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: 100%;
  background: #fafafa;
  color: black;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  font-size: 100%;
  background: #008cba;
  color: white;
}

#crimeheatmap_modal {
  max-width: 30%;
}

ul.title-area li.name {
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  /* background: black; */
  background: #fafafa;
  /* color: #fafafa;		*/
  color: black;
  vertical-align: text-bottom;
  font-weight: bold;
  border-right: solid;
  border-width: 1px;
}

ul.title-area.small li.name {
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background: black;
  color: #fafafa;
  vertical-align: text-bottom;
  font-weight: bold;
  border-right: solid;
  border-width: 1px;
}

.top-bar-section ul li.top-bar-text {
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fafafa;
  color: black;
  vertical-align: text-bottom;
}

#facebook-link {
  color: #0078a0;
  line-height: 45px;
  line-height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  background: #fafafa;
  vertical-align: text-bottom;
}

.float-left {
  float: left;
}

.padding-right_10px {
  padding-right: 10px;
}

h3.text-alight_left {
  text-align: left;
}

/*.row {width: 960px}*/

.row .row {
  margin-right: 0;
}

div.row.panel.photo {
  margin-right: 0;
  margin-left: 0;
}

div.row.photo {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 5px;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.sticky-top-bar-wrapper {
  border-bottom: solid;
  border-width: 1px;
}

/* full width top-bar */

#top-bar {
  max-width: none;
}

/*** uncss> filename: http://localhost:8080/stylesheets/logo.css ***/

/* pdb */

.headerimage {
  background-image: url("../images/blue-computer-business-background-header.jpg");
  background-size: cover;
  min-width: 100%;
  min-height: 375px;
  width: auto;
  height: auto;
}

.headerimage-small {
  background-image: url("../images/blue-computer-business-background-header.jpg");
  background-size: cover;
  min-width: 100%;
  min-height: 500px;
  width: auto;
  height: auto;
}

/*** uncss> filename: http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Playfair+Display:400italic ***/

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(http://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xD1GzwQ5qF9DNzkQQVRhJ4g.ttf) format('truetype');
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url(http://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6N218GKU_F_kIyfK-gGC-Yzs.ttf) format('truetype');
}

