/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
/*
$quick-menu-background: $lightgray;
$quick-menu-color: $darkgray;
*/
body {
  background: none;
}

@media (max-width: 991px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 992px) {
  .no-desktop {
    display: none;
  }
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1180px) {
  .big-desktop-only {
    display: none;
  }
}
@media (min-width: 1179px) {
  .no-big-desktop {
    display: none;
  }
  .big-mobile-only {
    display: none;
  }
}
/*
template skin definitions
*/
a, .colortext, code, .navbar-collapse .nav > li > a:hover, .infoareaicon, .fontawesome-icon.circle-white, .wowmetaposts span a:hover, h1.widget-title,
.testimonial-name {
  color: #3179df;
}

.captionicons, .colorarea, .mainthemebgcolor, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.icon-box-top i:hover, .grey-box-icon:hover .fontawesome-icon.circle-white, .grey-box-icon.active .fontawesome-icon.circle-white, .active i.fontawesome-icon,
.widget_tag_cloud a, .tagcloud a, #back-top a:hover span, .add-on, #commentform input#submit, .featured .wow-pricing-per, .featured .wow-pricing-cost, .featured .wow-pricing-button .wow-button,
.buttoncolor, ul.social-icons li, #skill i, .btn-primary, .panel-primary > .panel-heading {
  background-color: #3179df;
}

#filter ul li .selected {
  background-color: #3179df;
}

#search a, #search input.search-submit {
  background: #91188f url(../../img/part-btn-search.png) no-repeat center center;
}

.wow-pricing-table > div.featured, .wow-accordion .wow-accordion-trigger.ui-state-active {
  border-top: #76719a 3px solid;
}

.panel, .panel1 {
  border-left: none;
}

::selection {
  background: #3179df;
  color: #fff;
  text-shadow: none;
}

body {
  color: #555;
}

h2, .h2 {
  font-size: 24px;
}

a {
  color: #7599A2;
}

.form-label {
  margin-bottom: 10px;
}

div.form-control {
  background-color: #ddd;
}

.navbar-label-text {
  float: left;
  color: #777;
}

.nav-toggle-switch {
  height: 30px;
  cursor: pointer;
}

/* home page slider */
.homeslider.fullwidth.flexslider {
  height: 220px;
}

@media (max-width: 991px) {
  .homeslider.fullwidth.flexslider {
    height: 120px;
    margin-top: 0;
  }
  body {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .homeslider.fullwidth.flexslider {
    height: 80px;
    margin-top: 0;
  }
}
.right-justify {
  float: right;
}

.btn {
  border-radius: 5px;
}

.panel-warning > .panel-heading {
  color: #fff;
  background-color: #f0ad4e;
}

label {
  margin-right: 10px;
}

.form-group {
  line-height: 1.2em;
}

.schedule-panel .inline.checkbox {
  display: inline;
}
.schedule-panel .sched-box {
  width: 80px;
  float: left;
}
.schedule-panel input[type=radio], .schedule-panel input[type=checkbox] {
  margin: 8px 20px 10px -20px;
  padding: 10px;
}

#website-name h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
}

.response-message {
  max-width: 600px;
}
.response-message a {
  font-size: 1.2em;
  color: #7599A2;
}

.invite-accepted {
  color: green;
}

.invite-declined {
  color: red;
}

.invite-pending {
  color: #c99e10;
}

.fixedmenu.tiny a.navbar-brand {
  margin-top: 15px;
}

.nav ul {
  text-align: left;
}

.logo-table {
  border-collapse: collapse;
  width: 100%;
}
.logo-table th, .logo-table td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
.logo-table img {
  width: 150px;
}
.logo-table h2 {
  font-weight: 200;
}

.big-logo img {
  height: 100%;
  width: 100%;
}

.light-font {
  color: white;
}

.td-data {
  width: 100%;
  padding-top: 20px;
}

.td-data input {
  width: 100%;
  box-sizing: border-box;
}

table td, table th {
  padding: 2px 10px;
}

.data-label {
  padding: 5px;
  width: 200px;
  text-align: right;
  margin-right: 10px;
  float: left;
  clear: both;
  font-weight: 500;
}

.data-value {
  border-bottom: 1px solid #888;
  width: 200px;
  margin-top: 3px;
  float: left;
}

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

.text_flow li {
  margin: 8px 30px;
}

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

.text_flow2 li {
  margin: 8px 30px;
}

.menu-text {
  padding-left: 20px;
  font-size: 16px;
  padding-top: 5px;
  position: absolute;
  right: 50px;
}

.smallnav-dropmenu {
  background-color: white;
  border-top: 1px solid #eee;
  color: #486361;
  position: absolute;
  top: 61px;
  cursor: pointer;
  bottom: 0px;
  height: 30px;
  width: 100%;
  z-index: 999;
}

.smallnav-menu a {
  text-decoration: none;
}

.smallnav-menu a:hover {
  text-decoration: none;
}

.hamburger, .close {
  position: absolute;
  top: 4px;
  right: 25px;
  width: 15px;
  cursor: pointer;
  color: #486361;
  z-index: 1001;
}

.close {
  z-index: 1002;
}

.smallnav-brand-container {
  position: absolute;
  top: 0;
  left: 5px;
  background-color: white;
  width: 100%;
}

.smallnav-brand-img {
  margin-top: 4px;
  margin-left: 10px;
  width: 80px;
}

.smallnav-brand-name {
  position: absolute;
  top: 25px;
  left: 55px;
  width: 190px;
  font-size: 20px;
  text-transform: uppercase;
  color: #777;
  line-height: 16px;
}

ul.smallnav-menu-list {
  list-style-type: none;
}

ul.smallnav-second-level {
  list-style-type: none;
  line-height: 1.8;
}

.smallnav-second-level {
  background-color: white;
}
.smallnav-second-level a {
  line-height: 15px;
  color: #999;
}
.smallnav-second-level a:hover {
  color: #333;
  padding-bottom: 10px;
}
.smallnav-second-level li {
  padding: 2px 7px 2px 7px;
  line-height: 1.8;
}

ul.smallnav-second-level {
  padding: 0;
  box-shadow: 3px 3px 2px #3179df;
  border-left: 1px solid #3179df;
}
ul.smallnav-second-level li:hover {
  background-color: #3179df;
}
ul.smallnav-second-level a:hover {
  color: white;
}

.navbar-collapse .nav > li {
  padding-top: 10px;
  color: #7599A2;
}

.navbar-collapse .nav > li > a {
  padding-bottom: 5px;
  padding-top: 1px;
}

/*
.navbar-center {
}
.navbar {
}
*/
.navbar-collapse.collapse {
  display: inline-block !important;
}

img.enhanced {
  border-radius: 25px;
  box-shadow: 7px 7px 3px grey;
}

.center-float {
  width: 80vw;
  max-width: 800px;
  margin: 40px auto;
}

.homepage-monolog {
  font-size: 28px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #700;
}
.homepage-monolog p {
  margin-bottom: 30px;
  line-height: 34px;
}

.big-logo {
  width: 300px;
  margin: 10px auto 40px;
}

.signup-button {
  width: 300px;
  height: 45px;
  padding: 10px;
  margin: 20px auto;
  background-color: #8d230f;
  border-radius: 25px;
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 300;
  box-shadow: 7px 7px 3px grey;
}

@media (min-width: 992px) {
  .big-logo {
    margin: 40px auto;
    object-fit: contain;
    height: 300px;
  }
}
#testStrip {
  top: 0;
  z-index: 20000;
  height: 3px;
  width: 100%;
  position: fixed;
  background-color: red;
  color: white;
  text-align: center;
}

section.quick-menu {
  height: 180px;
  padding: 20px;
  width: 100%;
  background-color: white;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 60px;
}
section.quick-menu span {
  font-size: 80px;
}
section.quick-menu a.quick-menu-item {
  color: #fff;
}
section.quick-menu a.quick-menu-item:hover {
  color: #7599A2;
  transition: 0.2s ease;
  -webkit-transition: 0.4s ease;
}
section.quick-menu a.menu-item {
  text-transform: capitalize;
}
section.quick-menu .menu-widget .menu-button {
  border-radius: 25px;
  width: 150px;
  height: 200px;
  background: #1E434C;
  padding-top: 20px;
  box-shadow: 7px 7px 3px grey;
}
section.quick-menu .menu-widget .menu-button .menu-button-content:hover {
  color: #7599A2;
  text-shadow: 0px 0px 6px #000;
}
section.quick-menu .menu-widget .menu-button .menu-button-content {
  width: 130px;
  text-align: center;
  margin: 20px auto;
}

section.quick-menu-mobile {
  padding-top: 20px;
  width: 100%;
  background-color: white;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin-bottom: 60px;
}
section.quick-menu-mobile span {
  font-size: 80px;
}
section.quick-menu-mobile a.quick-menu-item {
  color: #fff;
}
section.quick-menu-mobile a.quick-menu-item:hover {
  color: #7599A2;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
section.quick-menu-mobile a.menu-item {
  text-transform: capitalize;
}
section.quick-menu-mobile .menu-widget .menu-button {
  border-radius: 25px;
  width: 200px;
  height: 200px;
  background: #1E434C;
  padding-top: 20px;
  box-shadow: 7px 7px 3px grey;
  margin: 20px;
}
section.quick-menu-mobile .menu-widget .menu-button .menu-button-content:hover {
  color: #7599A2;
  text-shadow: 0px 0px 6px #000;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
section.quick-menu-mobile .menu-widget .menu-button .menu-button-content {
  width: 180px;
  text-align: center;
  margin: 20px auto;
}

.nav-email {
  float: left;
  margin-top: 12px;
  font-size: 12px;
  color: saddlebrown;
}

a.navbar-brand {
  padding: 0;
  text-transform: uppercase;
  margin-top: 10px;
}
a.navbar-brand img {
  margin-top: -20px;
  width: 80px;
}

.navbar-brand-name {
  margin-top: -5px;
}

.notifications {
  margin-top: 5px;
}
.notifications .alert {
  margin-bottom: 5px;
}
.notifications .notification {
  font-size: 16px;
  padding-right: 30px;
  position: relative;
}
.notifications .notification .close-notification {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 36px;
  color: #aaa;
}

.page-billpay table {
  margin: 0 auto;
  border-collapse: collapse;
  border: 1px solid gray;
}
.page-billpay table tr {
  height: 20px;
}
.page-billpay table tr td {
  height: 20px;
  font-size: 16px;
}
.page-billpay table tr td input {
  line-height: 16px;
  width: 100%;
}
.page-billpay table tr td:first-child {
  width: 35%;
}

.service-section {
  padding-top: 40px;
}

.service-title {
  text-align: center;
  font-weight: 100;
  font-size: 24px;
}

.blackbox {
  margin: 20px;
}

.image-container {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: 30px;
}
.image-container .image-label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  text-align: center;
  color: #39eafd;
}

.team-gallery {
  margin-bottom: 40px;
}
.team-gallery .team-member-data {
  margin-left: 15px;
}
.team-gallery .team-member-data .team-name {
  margin-top: 30px;
  margin-bottom: 20px;
}
.team-gallery .team-member-data .team-name h2 {
  font-size: 26px;
  font-weight: 444;
}
.team-gallery .team-member-data .team-certification {
  margin-bottom: 10px;
}
.team-gallery .team-member-data .team-certs {
  margin-bottom: 25px;
}
.team-gallery .team-member-data .team-certs img {
  width: 100px;
}

.team-member {
  margin-bottom: 0;
}
.team-member .team-member-data {
  margin-left: 15px;
}
.team-member .team-member-data .team-name {
  margin-top: 0px;
  margin-bottom: 0px;
}
.team-member .team-member-data .team-name h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 30px;
}
.team-member .team-member-data .team-certification {
  margin-bottom: 10px;
}
.team-member .team-member-data .team-certs {
  margin-bottom: 20px;
}
.team-member .team-member-data .team-certs img {
  width: 200px;
}
.team-member .team-email-address {
  margin-top: 30px;
}
.team-member .team-email-address a {
  color: #888;
  font-size: 18px;
  font-weight: 500;
}
.team-member .team-email-address a:hover {
  color: #555;
}

@media (max-width: 991px) {
  body {
    margin-top: 0;
  }
  body {
    padding-top: 0;
  }
  .navbar-brand {
    padding: 8px 0;
  }
  .desktop-only {
    display: none;
  }
  .smallnav-brand {
    position: absolute;
    top: 15px;
    z-index: 1000;
    top: 8px;
    left: 10px;
  }
  .smallnav-img {
    margin-top: 17px;
    margin-left: 15px;
  }
  .smallnav-brand-name {
    font-size: 25px;
    text-transform: uppercase;
  }
  .smallnav-dropmenu {
    top: 15px;
  }
  .smallnav-menu-list {
    z-index: 2000;
  }
}
.pgheadertitle {
  color: white;
}

.big-image-container {
  position: relative;
  width: 400px;
  height: 400px;
}

.image-left {
  margin: 0 30px 20px 0;
  float: left;
}

.image-right {
  margin: 0 0 20px 20px;
  float: right;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

.fpo {
  position: absolute;
  top: 100px;
  left: 80px;
  color: black;
  text-shadow: 0px 0px 10px #ddd;
  font-size: 72px;
  z-index: 5;
}

.service-list h2 {
  margin-bottom: 60px;
}

.prev, .next {
  margin-top: 20px;
}

.prev {
  float: left;
}

.next {
  float: right;
}

.whites {
  padding: 20px 0;
}
.whites li {
  margin-left: 40px;
}

h2.blogTitle {
  font-weight: 200;
  font-size: 36px;
}

.space-20 {
  margin: 20px 0 0 0;
}

.mapbox {
  height: 400px;
  margin-top: 10px;
  border: 1px solid #777;
  margin-bottom: 10px;
}

.important {
  color: #f77;
}

.contact-field {
  width: 100%;
}

h4.subtitle {
  font-weight: 300;
  color: #444;
  font-size: 15px;
  margin-top: 10px;
}

h5.subtitle {
  font-weight: 300;
  color: #444;
  font-size: 14px;
}

.form {
  text-align: left;
}

.leftMargin {
  margin-left: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.select-css {
  display: block;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 500;
  color: #444;
  line-height: 1;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

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

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

/* footer */
footer#colophon {
  background-color: #3179df;
  color: #bbb;
}
footer#colophon a {
  color: #bbb;
}

.footerbottom {
  background-color: #3179df;
  color: #bbb;
}
.footerbottom #back-top span {
  bottom: 50px;
}

.footer-locations h2 {
  color: white;
  margin-bottom: 40px;
}
.footer-locations .footer-enhanced {
  border-radius: 25px;
}

hr.footer-divider {
  height: 1px;
  color: #39eafd;
}

.footer-menu {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-widget {
  padding-bottom: 20px;
  text-align: center;
}
.footer-widget h4 {
  color: white;
}
.footer-widget a {
  text-decoration: none;
}

.footer-items {
  padding-left: 10px;
}

@media (min-width: 992px) {
  .footer-menu {
    text-align: center;
  }
  .footer-widget {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .image-container {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
