﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
a {
  color: inherit;
}
header {
  padding-top: 40px;
}
.form-control {
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: 3px;
}
.site-logo {
  display: inline-block;
}
.site-logo img {
  height: 60px;
  width: 306px;
}
.menu-bar {
  background-color: rgba(150, 150, 150, 0.6);
  height: 27px;
  left: calc(50% + (1170px/2) - 15px);
  position: absolute;
  top: 80px;
  right: 0;
}
.main-menu {
  background-color: rgba(150, 150, 150, 0.6);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(150, 150, 150, 0.6) 60px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(150, 150, 150, 0.6) 60px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(150, 150, 150, 0.6) 60px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#99969696', GradientType=1);
  /* IE6-9 */
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  height: 27px;
  padding-left: 60px;
  position: relative;
  text-transform: uppercase;
  top: 40px;
}
.main-menu > li {
  display: inline-block;
  height: 27px;
}
.main-menu > li a {
  color: #fff;
  font-weight: bold;
}
.main-menu > li > a {
  padding: 0 10px;
  line-height: 27px;
}
.main-menu > li > a:active,
.main-menu > li > a:focus,
.main-menu > li > a:hover {
  background-color: #999;
}
.main-menu > li.open > a {
  background-color: #999;
}
.main-menu > li.open > a:active,
.main-menu > li.open > a:focus,
.main-menu > li.open > a:hover {
  background-color: #999;
}
.main-menu > li.open .dropdown-menu {
  background-color: #60b2cd;
  border-radius: 0;
  border: none;
}
.footer {
  margin-top: 20px;
}
.footer .link-bar {
  background-color: #649193;
  height: 36px;
  line-height: 36px;
}
.footer .link-bar > .container > a {
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
}
.footer .link-bar > .container > button {
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  border: none;
  background: none;
}
.footer .link-bar > .container > button:hover {
  text-decoration: underline;
}
.footer .link-bar > .container > button:active,
.footer .link-bar > .container > button:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .footer .link-bar {
    height: 72px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .link-bar {
    height: 72px;
  }
}
@media only screen and (max-width: 414px) {
  .footer .link-bar {
    height: 108px;
  }
}
@media only screen and (max-width: 310px) {
  .footer .link-bar {
    height: 144px;
  }
}
.footer .footer-content {
  color: #00789d;
  margin: 20px 0 40px;
}
.footer .footer-content .logo {
  margin-bottom: 16px;
  width: 206px;
}
ul.side-menu {
  -webkit-box-shadow: 3px 3px 10px 0 #999999;
  -moz-box-shadow: 3px 3px 10px 0 #999999;
  box-shadow: 3px 3px 10px 0 #999999;
  color: #000;
  list-style-type: none;
  margin-top: 34px;
  padding: 35px 25px;
  position: relative;
}
ul.side-menu:after {
  background: url("../Images/paperclip.png") center center no-repeat;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  top: -14px;
  width: 20px;
}
ul.side-menu li {
  margin: 10px 0;
  padding: 0;
}
ul.side-menu li a:hover {
  text-decoration: none;
}
ul.link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.link-list > li {
  margin: 0;
  padding: 0;
}
.collapsable-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.collapsable-list > li {
  margin: 0;
  padding: 0;
}
.collapsable-list > li label {
  padding: 0 0 0 12px;
}
.collapsable-list > li:before {
  border: 5px solid transparent;
  border-left-color: #333;
  content: ' ';
  height: 0;
  position: absolute;
  margin-top: 3px;
  width: 0;
}
.collapsable-list > li .collapsable-list-content {
  display: none;
  margin-bottom: 12px;
  margin-left: 24px;
}
.collapsable-list > li.open:before {
  border-left-color: transparent;
  border-top-color: #333;
  margin-left: -3px;
  margin-top: 6px;
}
.collapsable-list > li.open .collapsable-list-content {
  display: block;
}
.fc .fc-toolbar {
  background-color: #007EA2;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: #fff;
  margin-bottom: 0;
  padding: 11px 24px 12px;
}
.fc .fc-toolbar h2,
.fc .fc-toolbar h3 {
  font-size: 14px;
  margin: 0;
  padding-top: 6px;
  text-transform: uppercase;
}
.fc .fc-toolbar .fc-button {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 0;
  text-shadow: none;
}
.fc .fc-view-container {
  background-color: #f9f9f9;
  padding: 24px;
}
.fc .fc-view-container .fc-event {
  background-color: #007EA2;
  border-radius: 3px;
}
.fc .fc-view-container .fc-event .fc-content {
  font-size: 12px;
  line-height: 16px;
}
.fc .fc-view-container .fc-event .fc-content .fc-title {
  width: 100%;
  white-space: normal;
}
.table .odd {
  background-color: #f9f9f9;
}
.table .even {
  background-color: transparent;
}
.modal-dialog {
  width: 400px;
}
.modal-content {
  background-color: #e0eff6;
  color: #999;
  line-height: normal;
  padding-left: 30px;
  padding-right: 30px;
}
.modal-content input,
.modal-content textarea {
  padding: 5px;
  border-radius: 3px;
  max-width: 100%;
}
.modal-content input:hover,
.modal-content textarea:hover,
.modal-content input:active,
.modal-content textarea:active,
.modal-content input:focus,
.modal-content textarea:focus {
  box-shadow: none;
  outline: none;
}
.modal-content .modal-body > div {
  margin-bottom: 10px;
}
.modal-content .modal-body button {
  background-color: #007CAA;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}
.modal-content .modal-body button:hover,
.modal-content .modal-body button:active,
.modal-content .modal-body button:focus {
  background-color: #0083b4;
  color: #fff;
}
.modal-header {
  border: none;
  color: #007CAA;
  margin: 0;
  text-align: center;
}
.modal-title {
  font-weight: bold;
  text-transform: uppercase;
}
.overlayWebForm {
  background-color: #000;
  cursor: wait;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999998;
}
.google-search-wrapper {
  position: absolute;
  right: 0;
  top: -10px;
  width: 350px;
  z-index: 9999;
}
.google-search-wrapper .gsc-control-cse {
  background-color: transparent;
  border: none;
}
.google-search-wrapper .gsc-input {
  background-color: transparent !important;
  background-position-y: top !important;
  font-size: 14px !important;
}
.google-search-wrapper .gsib_a {
  padding-top: 0;
}
.google-search-wrapper .gsc-search-button input {
  border: 1px solid #ccc;
  padding: 5px 20px;
  height: 25px;
  width: 55px;
}
.gsc-orderby .gsc-option-menu-container {
  width: 82px !important;
}
.gsc-orderby .gsc-selected-option-container {
  max-width: none !important;
  width: 82px !important;
}
.pos-rel {
  position: relative !important;
}