@import url("googleapi.css");
@import url("../font-awesome/css/font-awesome.min.css");
/*$primaryTextColour: rgb(0, 102, 204);*/
/*$secondaryTextColour: rgb(254, 93, 92);*/
body {
  background-color: #f6fff9;
  font-family: 'Open Sans';
  font-size: 12px; }

a {
  color: #0172ba; }

a:hover {
  color: #014d7d;
  transition: 0.3s color ease;
  text-decoration: none; }

/* Header top */
header > .container {
  /*background-color: #fff;*/ }

header .top {
  font-size: 11px;
  height: 40px;
  color: #797979;
  text-transform: uppercase; }

header .top div.menu {
  line-height: 40px; }

header .top div.menu > a {
  text-decoration: none;
  color: #797979; }

header .top div.menu > a:hover {
  color: #0172ba; }

header .top div.menu > a.active {
  color: #0172ba; }

header .top div.menu > a:not(:last-of-type):after {
  content: "|";
  padding: 0 1em;
  color: #797979; }

header .top div.menu > .btn-header-top {
  padding: 0 10px;
  margin-left: 1em;
  font-size: 1em;
  line-height: 18px; }

header .top .fa-lg {
  padding: 0 3px; }

/* Social heading */
.header-social {
  font-size: 24px;
  line-height: 38px;
  margin-right: 20px; }

.header-social.bottom {
  width: 155px;
  margin: auto; }

.fa-facebook-square {
  color: #3b5998; }

.fa-twitter-square {
  color: #56a3d9; }

.fa-instagram {
  color: #b16c4f; }

/*rgb(107, 88, 74)*/
.fa-youtube-square {
  color: #bf221f; }

.fa-google-plus-square {
  color: #dd4b39; }

.fa-linkedin-square {
  color: #007bb6; }

/* Social heading */
footer .row {
  background-color: #f6fff9;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #049342;
  line-height: 18px;
  padding: 10px 0;
  text-align: center; }

/* Base colours */
.light-grey-background {
  background-color: #f6fff9; }

/* Buttons */
.btn {
  border-radius: 0;
  font-size: 12px; }

.btn-primary {
  color: #fff;
  background-color: #0066cc;
  border-color: #0066cc; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0162a1;
  border-color: #204d74; }

.btn-default {
  background: none;
  border-color: #0172ba; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #f0f0f0;
  border-color: #0172ba; }

.btn-xs {
  padding: 0 0.8em;
  font-size: 12px;
  color: #0172ba; }

/* Buttons */
/* Headings */
h1 {
  font-size: 26px;
  padding: 0px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 100; }

/* Forms */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

/* Forms */
b, strong {
  font-weight: 600; }

.portlet-block {
  border: solid 1px #cccccc;
  font-size: 14px;
  padding: 8px;
  margin: 15px 0;
  background-color: #fff; }
  .portlet-block h3 {
    color: #cc0027;
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 0.5em;
    margin: 0;
    border-bottom: solid 1px #0172ba; }
  .portlet-block h3 > i {
    color: #cc0027;
    padding-right: 5px; }
  .portlet-block p {
    font-size: 0.8em;
    padding: 0.65em 0.35em;
    margin: 0; }
  .portlet-block a {
    color: #333; }
  .portlet-block a:hover {
    color: #0172ba; }

.nopadding {
  padding: 0; }

/* Default bootstrap */
.dropdown-menu > li > a {
  font-weight: 100; }

/* Inner glyphs */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

.inner-addon {
  position: relative; }

.right-addon .glyphicon {
  right: 0px; }

.right-addon .glyphicon {
  right: 0px; }

/* Inner glyphs */
/* Dropdowns */
.dropdown-menu {
  border-radius: 0;
  border: 1px solid #0172ba;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  font-size: 12px;
  padding: 10px; }
  .dropdown-menu > li > a {
    color: #0172ba; }
  .dropdown-menu > li > a:hover {
    color: #014d7d; }

/* Pagenation */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* Media queries */
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
