/* Start of CMSMS style sheet 'custom' */
/* FONT-FAMILY
-------------------------------------------------- */

p, body, li, label, p.quote, p.quotename, .carousel-caption .checklist li, .footer-text p, .form-control, .feedback p, .lead {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:normal;
}
p em, body em, li em, em, p.quotename em, #form-default, .btn em, .btn-lg em, .footer-text p em, p strong em, strong em, em strong, .lead em strong, .lead strong em, .lead em  {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:italic;
}
h1, h2, h3, h4, h5, h6, .btn, .btn-lg, .cta-btn p, .navbar-toggle-text {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style:normal;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style:italic;
}
p strong, strong, .main h1, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .carousel-caption h1, .carousel-caption h1 strong, p.quotename strong, .navbar, table th, .footer-text p strong {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style:normal;
}
.main h1 em, h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em, .carousel-caption h1 strong em, .carousel-caption h1 em, .carousel-caption h1 em strong, p.quotename strong em, .footer-text p strong em {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style:italic;
}


/* BODY
-------------------------------------------------- */

body {
  /*background: url("images/backgrounds/bg-body.jpg") no-repeat center top fixed #000;*/
  background:#FFF;
  position:relative;
}
a.anchor {
  position: relative;
  top: -70px;
  display: block;
  width: 0;
  height: 0;
}
.keep-left {
  text-align:left !important;
}
.show-xs,
.show-sm,
.show-md {
  display:none;
}
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.container-full {
  width: 100%;
}
.text-wrap {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}
.pull-up-30 { margin-top:-30px !important; }
.pull-up-25 { margin-top:-25px !important; }
.pull-up-20 { margin-top:-20px !important; }
.pull-up-15 { margin-top:-15px !important; }
.pull-up-10 { margin-top:-10px !important; }
.pull-up-bottom-30 { margin-bottom:-30px !important; }
.pull-up-bottom-25 { margin-bottom:-25px !important; }
.pull-up-bottom-20 { margin-bottom:-20px !important; }
.pull-up-bottom-15 { margin-bottom:-15px !important; }
.pull-up-bottom-10 { margin-bottom:-10px !important; }
.pad-top-30 { padding-top:30px !important; }
.pad-top-25 { padding-top:25px !important; }
.pad-top-20 { padding-top:20px !important; }
.pad-top-15 { padding-top:15px !important; }
.pad-top-10 { padding-top:10px !important; }
.pad-bottom-30 { padding-bottom:30px !important; }
.pad-bottom-25 { padding-bottom:25px !important; }
.pad-bottom-20 { padding-bottom:20px !important; }
.pad-bottom-15 { padding-bottom:15px !important; }
.pad-bottom-10 { padding-bottom:10px !important; }
.margin-top-30 { margin-top:30px !important; }
.margin-top-25 { margin-top:25px !important; }
.margin-top-20 { margin-top:20px !important; }
.margin-top-15 { margin-top:15px !important; }
.margin-top-10 { margin-top:10px !important; }
.margin-bottom-30 { margin-bottom:30px !important; }
.margin-bottom-25 { margin-bottom:25px !important; }
.margin-bottom-20 { margin-bottom:20px !important; }
.margin-bottom-15 { margin-bottom:15px !important; }
.margin-bottom-10 { margin-bottom:10px !important; }

/* SKIP-NAV
-------------------------------------------------- */

#skip-nav {
  background: url("images/backgrounds/bg-shadow-bottom.png") repeat-x center bottom #858d5a;
  display:block;
}
#skip-nav .nav > li > a {
  font-size: 12px;
  padding: 6px 22px;
  border-right: 1px #d0d3b3 solid;
  color:#fff;
}
#skip-nav  ul.navbar-nav > li:first-child {
  /* border-left: none; */
  border-left: 1px #d0d3b3 solid;
}
#skip-nav .nav > li > a:hover,
#skip-nav .nav > li > a:focus {
  background:#6a7048;
}
#skip-nav .navbar {
  position: relative;
  min-height: 30px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

/* HEADER
-------------------------------------------------- */

#header {
  background: url("images/backgrounds/bg-header.jpg") repeat-x center bottom #fff;
}
#header.bg-blue {
  background: #1a397c !important;
}
#header .btn-header {
  margin-top:26px;
}

/* NAVBAR
-------------------------------------------------- */

#navbar {
  width:100%;
  margin:0 auto 0 auto;
}
#navbar a:hover {
  text-decoration:none !important;
}
#navigation {
  background: url("images/backgrounds/bg-menu.png") repeat-x center bottom transparent;
  height:65px;
  border: none;
  /*border-radius: 4px;*/
  /*border-bottom:8px #ffe600 solid;*/
}
ul.navbar-nav > li:first-child {
  /*border-left:none;*/
  border-left:1px #dde3e8 solid;  /* use for MENU with dividers */
}
.navbar {
  margin-bottom:0;
  border-radius: 0 !important;
}
.navbar-nav {
  margin: 0px -15px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  font-size: 16px;
  padding: 10px 22px;
  border-right: 1px #dde3e8 solid; /* use for MENU with dividers */
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border-color: #dde3e8; /* selected PARENT MENU border color */
  border-radius: 2px 2px 0 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 20px;
}
ul.navbar-nav > li:hover {
  text-decoration: none;
  background: transparent; /* after click PARENT MENU background color */
}
#navigation .dropdown-menu {
  background: #fff;  /*DROPDOWN background color */
  padding: 0;
  margin: 0;
  font-size: 16px; /* DROPDOWN text size */
  border:none;
  border-radius: 0 4px 4px 4px;
}
.dropdown-menu > li > a {
  padding: 14px 22px; /* DROPDOWN text padding */
  color: #00529C; /* DROPDOWN text color */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #0062b7; /* hover DROPDOWN text color */
  text-decoration: none;
  background: #f0f7fc; /* hover DROPDOWN background color */
}
.navbar-collapse {
  max-height: 376px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  /*border-top: 1px solid transparent;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-brand {
  float: left;
  /*padding: 15px 15px;*/
  padding:0;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
  /*display:none;*/
}
/*#navbar .container-fluid {
  margin-right: auto;
  margin-left: auto;
  width:606px;
}*/
.nav-btn {
  float:left;
  margin: 5px 0 0 10px;
}

/* NAVBAR-INVERSE
-------------------------------------------------- */

.navbar-inverse {
  /*background: #4095E6;*/
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #808080;
  font-size:17px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #808080;
  background: transparent;
}
.navbar-inverse .navbar-text {
  color: #808080;
}
.navbar-inverse .navbar-nav > li > a {
  color: #00529C; /* PARENT MENU text color */
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #0062b7; /* hover PARENT MENU text color */
  background: #f0f7fc;
}
#navigation.bg-blue.navbar-inverse .navbar-nav > li > a:hover,
#navigation.bg-blue.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff; /* hover PARENT MENU text color */
  background: #3c67c3;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background: #328ddd;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background: transparent;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #0062b7; /* hover selected PARENT MENU text color */
  background: #fff; /* hover selected PARENT MENU background color */
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #00529C; /* selected PARENT MENU text color */
  background: #fff; /* selected PARENT MENU background color */
}
.navbar-inverse .navbar-toggle {
  background: #f0f7fc; /* COLLAPSED MENU TOGGLE background color */
  border-color: #f0f7fc; /* COLLAPSED MENU TOGGLE border color */
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #f0f7fc; /* hover COLLAPSED MENU TOGGLE background color */
  border-color: #dde3e8; /* hover COLLAPSED MENU TOGGLE border color */
}
.navbar-header {
  border-bottom: none; /* COLLAPSED MENU border-bottom color */
}
.navbar-header img {
  margin: 5px 25px 5px 15px; /* MENU LOGO margins */
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: #fff; /* COLLAPSED MENU TOGGLE background color */
  
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle-button {
  float: right;
  padding: 8px 10px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.navbar-toggle-text,
.navbar-toggle-icon {
  float:left;
}
.navbar-toggle-text {
  margin: 0 6px 0 0;
  color:#00529C; /* COLLAPSED MENU TOGGLE text color */
  font-size:11pt;
}
.icon-bar-top {
  margin-top: 3px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #00529C; /* COLLAPSED MENU TOGGLE icon bars color */
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}

/* SLIDER
-------------------------------------------------- */

#slider {
  width:100%;
  margin:0 auto 0 auto;
}

/* IMAGES
-------------------------------------------------- */

.img-responsive {
  margin: 10px auto;
}
.img-center {
  margin: 1% auto;
}
.img-left {
  float: left;
  margin: 1% 1% 1% 0;
}
.img-right {
  float: right;
  margin: 1% 0 1% 1%;
}
.gallery img {
  width:100%;
  margin: 10px auto 20px auto;
  border: 1px solid #e7e6d9;
}
.gallery-lg {
  margin: 3% auto;
}
img.center {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* BANNER
-------------------------------------------------- */

.banner {
  margin-top:-15px;
  margin-bottom:0;
  padding-top:25px;
  padding-bottom:10px;
  height:auto;
}
.banner h1 {
  color:#000 !important;
  font-size:34px;
  margin:0 !important;
  padding:5px 0;
}
.banner p {
  color:#666 !important;
  margin:0 0 15px 0 !important;
  padding:0;
}
.banner p.lead {
  color:#000 !important;
}
.banner p a {
  text-decoration:underline;
}
.banner-cta p,
.banner-cta-full p {
  text-align:right;
}
.banner-cta p button,
.banner-cta-full p button {
  margin: 10px 0 0 0;
}
.banner-lg {
  margin-bottom:0;
  padding-top:56px;
  padding-bottom:15px;
  height:220px;
}
.banner1 { background: url("images/banner/1.jpg") no-repeat center #F2F2F2; }
.banner2 { background: url("images/banner/2.jpg") no-repeat center #F2F2F2; }
.banner3 { background: url("images/banner/3.jpg") no-repeat center #F2F2F2; }
.banner4 { background: url("images/banner/4.jpg") no-repeat center #F2F2F2; }
.banner-badge {
  margin-top:10px
}
.bg-cover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/* DISPLAYER
-------------------------------------------------- */

.displayer {
  margin-bottom:0;
  padding-bottom:0;
}
.displayer1 h1 {
  color:#000 !important;
  font-size:30px;
  margin-bottom:5px !important;
  padding:0 !important;
}
.displayer1 p {
  color:#666 !important;
  margin:0 0 12px 0 !important;
  padding:0;
  font-size:18px;
  line-height: 1.5;
}
.displayer1 {
  height:280px;
  padding-top:35px;
  margin-top:-10px;
  margin-bottom:0;
}
.displayer1 { background: url("images/displayer/1.jpg") no-repeat center bottom #fff; }
.displayer2 { background: url("images/displayer/2.png") no-repeat right #F2F2F2; }
.displayer3 { background: url("images/displayer/3.jpg") no-repeat center #333; }
.displayer4 { background: url("images/displayer/4.jpg") no-repeat center top #333; }
.displayer1 {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}

/* MAIN
-------------------------------------------------- */

.main {
  color:#666666; /* DEFAULT FONT colour */
  padding-top:15px;
  padding-bottom:15px;
}
.home {
  text-align:center;
}
.default {
  text-align:left;
  padding-top:60px;
}
.home, .default {
  clear:both;
}
.container a img:hover, .main a img:hover , .navbar-header a img:hover, .slider-btn a img:hover {
  opacity:0.9;
}
hr {
  margin: 30px auto;
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid #e7e6d9;
}
.divider-left {
  border-left: 1px solid #e7e6d9;
  padding-left:3%;
}
.divider-right {
  border-right: 1px solid #e7e6d9;
  padding-right:3%;
}
.inline-table {
  display:inline-table;
  margin-left:auto;
  margin-right:auto;
  padding: 0 5px;
}
.vtop {
  vertical-align:top;
}
#content {
  margin-top:0;
}
#cta {
  padding-top:8px;
  padding-bottom:22px;
}
#cta .img-responsive {
  margin: 10px auto 0 auto;
}
#why-choose-us {
  margin-top:30px;
  margin-bottom:10px;
}
#why-choose-us p {
  font-size:16px;
  margin: 0 0 20px 0;
}
.photo-cap-side {
  width:209px;
  margin-top: 10px;
  margin-bottom: 30px;
  display:block;
}
.photo-cap-img,
.photo-cap-text {
  display:block;
}
.photo-cap-side .photo-cap-img {
  width:209px;
  padding:0;
  margin:0;
}
.photo-cap-side .photo-cap-text {
  width:209px;
  border:none;
  padding:12px 15px 12px 15px;
  background:#858d5a;
}
.photo-cap-side p,
.photo-cap-side p strong {
  color:#fff !important;
}
.photo-cap-side p {
  font-size:15px !important;
  padding:15px 0 8px 20px !important;
  margin:0 !important;
  line-height:1.33 !important;
}
.photo-cap .img-responsive,
.photo-cap-side .img-responsive {
  margin: 0;
}

/* MAIN FONTS
-------------------------------------------------- */

.row h1, .main h1,
.row h4, .main h4,
.row h6, .main h6 {
  color:#1A1A1A;
}
.row h2, .main h2,
.row h3, .main h3,
.row h5, .main h5 {
  color:#00529C;
}

.main p.lead {
  color:#333;
}

.main p a, .main li a, .main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a,
.displayer p a, .main p a {
  text-decoration:underline;
}

.main h1 a,
.main h4 a,
.main h6 a {
  color:#1A1A1A;
}
.main h2 a,
.main h3 a,
.main h5 a {
  color:#00529C;
}
.main h1 a:hover,
.main h4 a:hover,
.main h6 a:hover {
  color:#3c3c3c;
}
.main h2 a:hover,
.main h3 a:hover,
.main h5 a:hover {
  color:#0064bf;
}

.main p.lead a {
  color:#000;
}
.main p.lead:hover {
  color:#333;
}
.main p strong,
.displayer p a,
.banner p a {
  color:#000;
}
.main p a,
.main li a {
  color:#858d5a;
}
.main p a:hover,
.main li a:hover,
.banner p a:hover {
  color:#949966;
}

.row h1, .main h1 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.row h2, .main h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.row h3, .main h3,
.row h4, .main h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size:34px;
}
h1.large {
  font-size: 40px;
  margin-bottom: 6px;
}
h2 {
  font-size:30px;
}
h3 {
  font-size:28px;
}
h4 {
  font-size:24px;
}
h5 {
  font-size:22px;
}
p {
  margin: 0 0 30px 0;
}
#contact-details p {
  margin: 0 0 20px 0;
}
p.small {
  margin: 0 0 10px 0;
}
p, .main li {
  font-size: 18px;
}
p.lead {
  font-size: 20px;
  margin: 0 0 20px 0;
  line-height:1.5;
}
p.subtext {
  font-size: 18px;
  margin: -30px 0 30px 0;
  line-height:1.3;
}
p, .main li {
  line-height:1.6; /* text line-height */
}
.sidebar p {
  font-size: 16px;
}
.sidebar h3 {
  font-size:28px;
  margin-bottom:15px;
}
.blog-title p {
  margin-bottom:10px;
}
.blog-sidebar {
  padding-top:10px;
}
.blog-sidebar p {
  font-size: 14px;
  margin-bottom:0;
}
.blog-sidebar p.small {
  font-size: 12px;
}
.blog-feed hr, .sidebar hr {
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px dotted #e7e6d9;
}
.blog-feed hr {
  margin: 0 auto 10px auto;
}
.main .pagination li a  {
  text-decoration:none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background: #aeccd5;
  border-color: #aeccd5;
  cursor: default;
}
.sidebar hr {
  margin: 0 auto 20px auto;
}
.contact-icon {
  text-align:center;
}
.contact-icon .fa {
  font-size:50px;
  color:#49A6F5;
  padding-bottom:10px;
}
.fa-social-media {
  padding-top:5px;
  padding-bottom:5px;
}
.fa-social-media a .fa-circle {
  color:#aeccd5 !important;
}
.fa-social-media a:hover .fa-circle {
  color:#b8d7e1 !important;
}

.quote-block {
  padding-top:20px;
  padding-bottom:20px;
}
.quote-block-center {
  margin-left:auto;
  margin-right:auto;
}
.quote i.fa, .quote p {
  text-align:left !important;
}
.well-quote {
  margin-top:10px;
  margin-bottom:20px;
}
.well-quote h2 {
  margin-top:10px;
  margin-bottom:10px;
}
p.quote-lg,
p.quote-lg strong {
  font-size:28px !important;
  color:#004EAF !important;
}
.quote i.fa,
.quote p.quote,
.quote p.name {
  display:table-cell;
}
.quote p.quote {
  padding-left:10px;
  padding-right:10px;
}
.quote i {
  color:#9fdcfc;
}
.quote p.name i {
  color:#222;
  font-style:normal;
}
.quote p.name {
  font-size:14px;
  color:#747474;
  font-style:normal;
  line-height:1.2;
  border-left: 1px solid #e7e6d9;
  padding-left:20px;
  width:120px;
}
.quote p.name strong {
  font-size:16px;
  color:#222;
}
.main ul {
  padding-top:0;
  padding-bottom:1%;
}
.main li {
  margin-bottom:10px;
  text-align:left !important;
}

/* == CHECKLIST == */

ul.checklist {
  padding-top:0;
  padding-bottom:3%;
}
.checklist-center {
  display:table;
  margin-left:auto;
  margin-right:auto;
}
.checklist-col-1, .checklist-col-2,
.checklist-col-1-md, .checklist-col-2-md {
  float:left;
  width:50%;
}

.checklist.fa-ul {
  padding-left: 0;
  margin-left: 3.14285714em;
  list-style-type: none;
}
.checklist i {
  color:#314F93;
  line-height:1.4;
}

/* TABLE
-------------------------------------------------- */

table {
  font-size: 14pt;
  line-height:1.3;
}
table th {
  color:#006BB5;
}
.table-md {
  width:70%;
  margin:3% auto;
}
.table-lg {
  width:90%;
  margin:1% auto;
}
.table-vmiddle {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  /*background: url("images/backgrounds/bg-black.png") repeat center transparent;*/
}
.table-vmiddle td, .table-vmiddle th {
  vertical-align:middle !important;
}
.table > thead > tr > th,
.table-vmiddle > thead > tr > th {
  text-align:center;
  line-height:1.2;
}
.table-vmiddle > tbody > tr > td {
  text-align:center;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding:10px;
}
/*.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: url("images/backgrounds/bg-green.png") repeat center transparent;
}*/
.table-display {
  margin: 0 auto;
  display:table;
}
.vmiddle {
  display:table-cell;
  vertical-align:middle;
}

/* BACKGROUNDS
-------------------------------------------------- */

.bg-gold-light {
  background:#F3F4EC;
}
.bg-grey {
  background:#f6f6f6;
}
.bg-gold {
  background:#adb377;
}
.bg-olive {
  background:#858d5a;
}
.bg-ochre {
  background:#E06C23;
}
.bg-grey-top {
  background: url("images/backgrounds/bg-grey-top.jpg") repeat-x center top #f6f6f6;
  padding-top:2%;
}
.bg-grey-bottom {
  background: url("images/backgrounds/bg-grey-bottom.jpg") repeat-x center bottom #f6f6f6;
  padding-top:1%;
  display:block;
}
.bg-logo {
  background: url("images/backgrounds/bg-logo.png") no-repeat right top #F2F2F2;
}

/* FOOTER
-------------------------------------------------- */

#footer {
  margin-top:0;
}
.btn-footer {
  float:right;
  margin:0 0 0 8px;
}
.btn-footer img {
  float:left;
}
footer {
  margin:0 0 0 0;
  padding:2% 0 2% 0;
  background:#F3F4EC;
  /*background: url(images/backgrounds/bg-footer.jpg) repeat-x center top #0091C2;*/
  border-top:4px solid #858d5a;
}
.footer-text, .footer-btn {
  float:left;
}
.footer-text {
  width:75%;
  padding-top:0;
  margin-right:2%;
}
.footer-btn {
  width:20%;
  padding-top:1%;
}
.footer p {
  color:#1A1A1A;
  font-size:15px;
  padding:0;
  margin:0 0 15px 0;
  text-align:left;
  line-height:1.5;
}
.footer p a {
  color:#646464;
  text-decoration:none;
  line-height: 1.55;
}
.footer a:hover {
  color:#1A1A1A !important;
  opacity:1.0;
  text-decoration:none;
  /*border-bottom:1px dotted;*/
}

/* FACEBOOK FEED
-------------------------------------------------- */

.fb-feed {
  border:none;
  overflow:hidden;
  width:100%;
  height:395px;
  margin:2% auto;
}
@media (max-width: 730px) {
  .fb-feed { width:600px; }
}
@media (max-width: 640px) {
  .fb-feed { width:440px; }
}
@media (max-width: 480px) {
  .fb-feed { width:350px; }
}
@media (max-width: 340px) {
  .fb-feed { width:280px; }
}

/* FLEX-VIDEO
-------------------------------------------------- */

.iframe-lg {
  width:98%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-md {
  width:75%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-sm {
  width:50%;
  margin-left:auto;
  margin-right:auto;
}
.iframe-xs {
  width:25%;
  margin-left:auto;
  margin-right:auto;
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

/* TEXT COLOURS
-------------------------------------------------- */

.white { color:#fff !important; }
.blue { color:#004EAF !important; }
.navy { color:#1f315c !important; }
.cyan { color:#5FA0FF !important; }
.orange { color:#FBB03B !important; }
.olive { color:#858d5a !important; }
.gold { color:#adb377 !important; }
.deeporange { color:#F15A24 !important; }
.lightblue { color:#B2D8F4 !important; }
.grey { color:#3c3c3c !important; }
.green { color: #3c763d; }
.warning { color: #8a6d3b; }

a.blue:hover { color:#0062b7 !important; }
a.cyan:hover { color:#66c0ff !important; }

/* BUTTONS
-------------------------------------------------- */

.btn {
  font-size: 20px;
  text-align: left;
  padding: 8px 12px;
  border-radius: 2px;
}
.btn-lg {
  font-size: 18pt;
  text-align: left;
}
.btn-p {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.main button {
  margin:5px 2px;
}
.main p button {
  margin:5px 0;
}
.main button.btn-lg {
  padding: 12px 15px !important;
  line-height:26px !important;
}
.main button.btn {
  padding: 10px 12px;
  line-height:22px;
}
#search-results .btn-lg {
  font-size: 14px;
  text-align: center;
}
.btn-main {
  width: 138px;
  text-align:center;
}
a button.btn-main {
  margin-right:10px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 6px 10px 5px 10px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  border-radius: 2px !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 14px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  border-radius: 2px !important;
}
#search-results button {
  margin:8px 0 0 0;
  padding: 10px 15px;
  float:right;
  line-height:20px;
}
button a, a button {
  border-bottom:none;
  text-decoration:none;
}
.btn-full {
  width:100%;
  white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
}
.btn-full {
  text-align:center;
}
.btn-contact {
  width:100%;
  font-size:30px;
  margin:15% 0 0 0;
  padding: 2% 4%;
  text-align:left;
}
.btn-thick-border {
  border: 5px solid;
  border-color: #fab999 !important;
}
.btn-nav-bar {
  font-size:16px;
  padding: 7px 12px;
}
.btn-nav-bar  span{
  padding-left:6px;
}
.btn-primary { /* button color - BLUE */
  color: #fff;
  background: #00529C;
  border-color: #00529C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background: #005caf;
  border-color: #00529C;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
}
.btn-info { /* button color - OLIVE */
  color: #fff;
  background: #858d5a;
  border-color: #858d5a;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background: #939c64;
  border-color: #858d5a;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  
}
#navigation.bg-blue .btn-primary { /* contact us button color for collapsed menu - OLIVE */
  color: #fff;
  background: #858d5a;
  border-color: #858d5a;
}
#navigation.bg-blue .btn-primary:hover,
#navigation.bg-blue .btn-primary:focus,
#navigation.bg-blue .btn-primary:active,
#navigation.bg-blue .btn-primary.active {
  color: #fff;
  background: #939c64;
  border-color: #858d5a;
}
.btn-warning { /* button color - ORANGE */
  color: #fff;
  background: #F77536;
  border-color: #F77536;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background: #f78744;
  border-color: #F77536;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  
}
.btn-default { /* button color - SILVER */
  color: #666666;
  background: #f9f9f9;
  border-color: #adadad;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #666666;
  background: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  
}
.navbar-header .btn-default { /* button color for navbar-header - SILVER */
  color:#666666;
  background: #f9f9f9;
}
.navbar-header .btn-default:hover,
.navbar-header .btn-default:focus,
.navbar-header .btn-default:active,
.navbar-header .btn-default.active,
.navbar-header .open .dropdown-toggle.btn-default {
  color: #666666;
  background: #ebebeb;
}
.btn-success { /* button color - GREEN */
  color: #fff;
  background: #00AB73;
  border-color: #00AB73;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background: #00cb89;
  border-color: #00AB73;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  
}
.btn-danger { /* button color - OCHRE */
  color: #fff;
  background: #D76720;
  border-color: #D76720;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background: #ed7223;
  border-color: #D76720;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  
}



.cta {
  display:table;
  width:100%;
  height:auto;
  text-align:center;
  margin:10px 0;
}
.cta img {
  width:100%; /* needed in Firefox */
}
#cta a img:hover {
  opacity:1.0;
}
.cta:hover {
  opacity:0.9;
}
.cta-btn {
  width:100%;
  display:inline-table;
  margin-bottom: 0;
  background: #858d5a;
}
.cta-btn p {
  color:#fff;
  font-size: 14pt;
  line-height: 1.2;
  margin:0;
  padding: 15px 15px;
  display: table-cell;
  vertical-align: middle;
}



.cta-icon,
.grid-inline {
  display:inline-table;
  margin:10px auto;
  padding: 0 8px;
}
.cta-icon p,
.grid-inline p {
  text-align:center;
  font-size:15px;
  color:#0e0e0e;
  margin-bottom:0;
  padding-bottom:0;
  line-height:1.3;
}
.cta-icon a {
  text-decoration:none;
  color:#1A1A1A;
  margin-left:auto;
  margin-right:auto;
}
.cta-icon a:hover {
  opacity:0.9;
}

/* FORM
-------------------------------------------------- */

.form-control {
  font-size:16px;
}
.form-control {
  color:#000;
}
.controls-select {
  margin-bottom:10px;
}
.compress-select {
  margin-top:2%;
}
.form-group {
  margin-bottom: 2px;
}
.form-col-1, .form-col-2 {
  float:left;
}
.form-col-1 {
  width:50%
}
.form-col-2 {
  width:50%
}
.clear {
  clear:both;
}
.form-inline {
  clear:both;
}
.form-name {
  margin-right:5px;
  margin-left:15px;
}
.form-text {
  margin-top:20px;
  margin-left:15px;
}
label {
  margin: 0 auto 5px auto;
}
.checkbox label {
  margin-left:10px;
}
.feedback {
  height:auto;
  margin: 0 0 3% 0;
  border-radius: 6px;
  clear:both;
  text-align:left;
}
.feedback p {
  padding:16px;
  margin: 2%;
  line-height:1.3;
  font-size:16px;
}
.fa-icon i.fa,
.fa-icon span,
.fa-icon p {
  display:table-cell;
}
.feedback .fa-icon {
  padding-left:20px;
}
.fa-icon p {
  vertical-align:middle;
}
.fa-icon span {
  vertical-align:top;
  padding-top:14px;
  padding-bottom:50px;
}
.has-warning {
  /*border-color: #F7931E;*/
  border-color: #f7b32f;
  /*background:#fefcf4;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#book-quote {
  margin-bottom:8px;
}
#book-quote h2 {
  margin-top:20px;
}

/* FORM DEFAULT
-------------------------------------------------- */

#form-default {
  font-size: 16px;
}
#form-default .small {
  font-size: 14px;
}
#form-default .btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 6px;
}
#form-default.text-center input {
  text-align:center;
}
#form-default button {
  width:100%;
  margin-bottom:3%;
}
#form-default .form-group {
  margin-bottom: 15px;
}
#form-default label.radio-inline,
#form-default label.radio-inline-text {
  display: inline-block;
  padding-left: 0;
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#form-default label.radio-inline {
  vertical-align: middle;
}
#form-default label.radio-inline-text {
  vertical-align: top;
  padding-top: 3px;
  margin-right: 15px;
}

/* MEDIA QUERY
-------------------------------------------------- */

@media (min-width: 1200px)  {
  .pull-up-30-lg { margin-top:-30px !important; }
  .pull-up-25-lg { margin-top:-25px !important; }
  .pull-up-20-lg { margin-top:-20px !important; }
  .pull-up-15-lg { margin-top:-15px !important; }
  .pull-up-10-lg { margin-top:-10px !important; }
  .pull-up-bottom-30-lg { margin-bottom:-30px !important; }
  .pull-up-bottom-25-lg { margin-bottom:-25px !important; }
  .pull-up-bottom-20-lg { margin-bottom:-20px !important; }
  .pull-up-bottom-15-lg { margin-bottom:-15px !important; }
  .pull-up-bottom-10-lg { margin-bottom:-10px !important; }
  .pad-top-30-lg { padding-top:30px !important; }
  .pad-top-25-lg { padding-top:25px !important; }
  .pad-top-20-lg { padding-top:20px !important; }
  .pad-top-15-lg { padding-top:15px !important; }
  .pad-top-10-lg { padding-top:10px !important; }
  .pad-bottom-30-lg { padding-bottom:30px !important; }
  .pad-bottom-25-lg { padding-bottom:25px !important; }
  .pad-bottom-20-lg { padding-bottom:20px !important; }
  .pad-bottom-15-lg { padding-bottom:15px !important; }
  .pad-bottom-10-lg { padding-bottom:10px !important; }
  .margin-top-30-lg { margin-top:30px !important; }
  .margin-top-25-lg { margin-top:25px !important; }
  .margin-top-20-lg { margin-top:20px !important; }
  .margin-top-15-lg { margin-top:15px !important; }
  .margin-top-10-lg { margin-top:10px !important; }
  .margin-bottom-30-lg { margin-bottom:30px !important; }
  .margin-bottom-25-lg { margin-bottom:25px !important; }
  .margin-bottom-20-lg { margin-bottom:20px !important; }
  .margin-bottom-15-lg { margin-bottom:15px !important; }
  .margin-bottom-10-lg { margin-bottom:10px !important; }
  .submit {
    padding: 2% 2% 0 0;
  }
  #skip-nav .container,
  #header .container,
  #navbar .container,
  #cta .container,
  .main.container,
  .banner > .container,
  .displayer > .container  {
    width: 1040px !important;
  }
  .displayer1 {
    height: 380px;
    padding-top: 85px;
  }
}
@media (min-width: 991px) and (max-width: 1199px)  {
  .pull-up-30-md-lg { margin-top:-30px !important; }
  .pull-up-25-md-lg { margin-top:-25px !important; }
  .pull-up-20-md-lg { margin-top:-20px !important; }
  .pull-up-15-md-lg { margin-top:-15px !important; }
  .pull-up-10-md-lg { margin-top:-10px !important; }
  .pull-up-bottom-30-md-lg { margin-bottom:-30px !important; }
  .pull-up-bottom-25-md-lg { margin-bottom:-25px !important; }
  .pull-up-bottom-20-md-lg { margin-bottom:-20px !important; }
  .pull-up-bottom-15-md-lg { margin-bottom:-15px !important; }
  .pull-up-bottom-10-md-lg { margin-bottom:-10px !important; }
  .pad-top-30-md-lg { padding-top:30px !important; }
  .pad-top-25-md-lg { padding-top:25px !important; }
  .pad-top-20-md-lg { padding-top:20px !important; }
  .pad-top-15-md-lg { padding-top:15px !important; }
  .pad-top-10-md-lg { padding-top:10px !important; }
  .pad-bottom-30-md-lg { padding-bottom:30px !important; }
  .pad-bottom-25-md-lg { padding-bottom:25px !important; }
  .pad-bottom-20-md-lg { padding-bottom:20px !important; }
  .pad-bottom-15-md-lg { padding-bottom:15px !important; }
  .pad-bottom-10-md-lg { padding-bottom:10px !important; }
  .margin-top-30-md-lg { margin-top:30px !important; }
  .margin-top-25-md-lg { margin-top:25px !important; }
  .margin-top-20-md-lg { margin-top:20px !important; }
  .margin-top-15-md-lg { margin-top:15px !important; }
  .margin-top-10-md-lg { margin-top:10px !important; }
  .margin-bottom-30-md-lg { margin-bottom:30px !important; }
  .margin-bottom-25-md-lg { margin-bottom:25px !important; }
  .margin-bottom-20-md-lg { margin-bottom:20px !important; }
  .margin-bottom-15-md-lg { margin-bottom:15px !important; }
  .margin-bottom-10-md-lg { margin-bottom:10px !important; }
  .submit {
    padding: 2% 2% 0 0;
  }
}
@media (max-width: 1200px)  {
  #grid img {
	width:150px;
  }
}
@media (min-width: 991px)  {
  .divider-left-md  {
	border-left: 1px solid #e7e6d9;
	padding-left:3%;
  }
  .divider-right-md  {
	border-right: 1px solid #e7e6d9;
	padding-right:3%;
  }
}
@media (max-width: 991px)  {
  .pull-up-30-md { margin-top:-30px !important; }
  .pull-up-25-md { margin-top:-25px !important; }
  .pull-up-20-md { margin-top:-20px !important; }
  .pull-up-15-md { margin-top:-15px !important; }
  .pull-up-10-md { margin-top:-10px !important; }
  .pull-up-bottom-30-md { margin-bottom:-30px !important; }
  .pull-up-bottom-25-md { margin-bottom:-25px !important; }
  .pull-up-bottom-20-md { margin-bottom:-20px !important; }
  .pull-up-bottom-15-md { margin-bottom:-15px !important; }
  .pull-up-bottom-10-md { margin-bottom:-10px !important; }
  .pad-top-30-md { padding-top:30px !important; }
  .pad-top-25-md { padding-top:25px !important; }
  .pad-top-20-md { padding-top:20px !important; }
  .pad-top-15-md { padding-top:15px !important; }
  .pad-top-10-md { padding-top:10px !important; }
  .pad-bottom-30-md { padding-bottom:30px !important; }
  .pad-bottom-25-md { padding-bottom:25px !important; }
  .pad-bottom-20-md { padding-bottom:20px !important; }
  .pad-bottom-15-md { padding-bottom:15px !important; }
  .pad-bottom-10-md { padding-bottom:10px !important; }
  .margin-top-30-md { margin-top:30px !important; }
  .margin-top-25-md { margin-top:25px !important; }
  .margin-top-20-md { margin-top:20px !important; }
  .margin-top-15-md { margin-top:15px !important; }
  .margin-top-10-md { margin-top:10px !important; }
  .margin-bottom-30-md { margin-bottom:30px !important; }
  .margin-bottom-25-md { margin-bottom:25px !important; }
  .margin-bottom-20-md{ margin-bottom:20px !important; }
  .margin-bottom-15-md { margin-bottom:15px !important; }
  .margin-bottom-10-md { margin-bottom:10px !important; }
  .fa-2x-md { font-size: 2em !important; }
  .fa-3x-md { font-size: 3em !important; }
  .fa-4x-md { font-size: 4em !important; }
  .fa-5x-md { font-size: 5em !important; }
  /*#navbar .container-fluid {
	margin-right: auto;
	margin-left: auto;
	width:550px;
  }*/
  .pull-left-md { float: left; }
  .pull-right-md { float: right; }
  .cta-icon {
	padding: 4px;
  }
  .inline-table {
	padding: 0;
  }
  img.reduce-70-md {
	width:70%;
  }
  .banner h1 {
	font-size:30px;
	padding:15px 0 5px 0;
  }
  #form-default.text-center-md input {
	text-align:center !important;
  }
  .text-center-md {
	text-align:center !important;
  }
  .text-right-md {
	text-align:right !important;
  }
  .hide-md {
	display:none;
  }
  .show-md {
	display:block;
  }
  .img-xs {
	width:20% !important;
  }
  .img-sm {
	width:30% !important;
  }
  .img-md {
	width:40% !important;
  }
  .nav > li > a  {
	font-size: 16px; /* adjust MENU ITEM font-size */
	padding-left: 12px; /* adjust MENU ITEM padding-left */
	padding-right: 12px; /* adjust MENU ITEM padding-left */
  }
  #navigation .dropdown-menu {
	font-size: 17px; /* DROPDOWN text size */
  }
  .dropdown-menu > li > a {
	padding: 10px 16px; /* DROPDOWN text padding */
  }
  #book-quote {
	background:#EFEFEF;
  }
  #form-default .btn-lg {
	text-align: center;
  }
  footer {
	padding:3% 0 2% 0;
  }
  .footer-text p {
	font-size:14px;
  }
  .banner-cta p,
  .banner-cta-full p {
	text-align:left;
  }
  .banner-cta p button,
  .banner-cta-full p button {
	margin:0;
  }
  .displayer1 {
	height:280px;
  padding-top: 20px;
  }
  .displayer1 h1 {
	font-size:26px;
  }
  .displayer1 p {
	margin:0 0 15px 0 !important;
	padding:0;
	font-size:18px;
	line-height: 1.5;
  }
  ul.checklist {
	padding-top:0;
	padding-bottom:0;
  }
  .checklist-center-md {
	display:table;
	margin-left:auto;
	margin-right:auto;
  }
  .checklist-col-1-md, .checklist-col-2-md {
	float:none;
	width:100%;
  }
  .checklist-col-1-md ul {
	padding-bottom:0;
  }
  .checklist-col-1-md {
	margin-top:0;
  }
  .checklist-col-2-md {
	margin-bottom:0;
  }
  .contact-icon {
	text-align:left;
  }
  .photo-cap {
	margin-bottom: 20px;
	display:inline-table;
  }
  .photo-cap-img,
  .photo-cap-text {
	display:table-cell;
	vertical-align:middle;
  }
  .photo-cap-img {
	width:28%;
	padding:0;
	margin:0;
  }
  .photo-cap-text {
	width:72%;
	border-left:3px solid #B0B579;
	padding:12px 15px 12px 24px;
	background:#F3F4EC;
  }
  .photo-cap p,
  .photo-cap p strong  {
	color:#666666 !important;
  }
  .photo-cap p {
	font-size:20px !important;
	padding:0 !important;
	margin:0 !important;
	line-height:1.4 !important;
  }
}
@media (max-width: 767px) {
  #navigation {
	background:#fff;
	height:auto;
	border-radius: 0;
  }
  #navigation.bg-blue {
    background: #1a397c !important;
  }
  #navigation .dropdown-menu {
	font-size: 16px; /* DROPDOWN text size */
  }
  #navbar .container-fluid {
	width:auto;
  }
  .navbar-header {
	border-bottom: 1px solid #dde3e8; /* COLLAPSED MENU border-bottom color */
  }
  #navigation.bg-blue .navbar-header {
    border-bottom: 1px solid #3c67c3;
    height: 100px;
  }
  #navigation.bg-blue .navbar-header img {
    margin: 10px 0 5px 4px;
  }
  #navigation.bg-blue.navbar-inverse .navbar-toggle {
    background: #f0f7fc;
    border-color: #f0f7fc;
    margin-top: 30px;
  }
  #navigation.bg-blue.navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  #navigation.bg-blue.navbar-inverse .navbar-nav > .open > a {
    background: #3c67c3;
  }
  .navbar-collapse {
    border-bottom: 1px solid #dde3e8 !important; /* collapsed menu DROPDOWN border-bottom color */
  }
  #navigation.bg-blue .navbar-collapse {
    border-bottom: 1px solid #3c67c3 !important; /* collapsed menu DROPDOWN border-bottom color */
  }
  ul.navbar-nav > li:first-child {
	border-left:none; /* use for MENU with dividers */
  }
  .nav > li > a  {
	border-right: none; /* use for MENU with dividers */
	font-size: 16px; /* adjust MENU ITEM font-size */
	padding-left: 20px; /* adjust MENU ITEM padding-left */
	padding-right: 20px; /* adjust MENU ITEM padding-left */
  }
  .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
	border-color: #dde3e8; /* selected PARENT MENU border color */
  }
  .navbar-inverse .navbar-nav > li > a {
	border-bottom: 1px solid #dde3e8; /* collapsed parent menu border-bottom color */
  }
  #navigation.bg-blue.navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid #3c67c3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #00529C;
  	padding: 10px 30px;
  	background: #daecf6; /* collapsed submenu background color */
  	border-bottom: 1px solid #dff2fc;
  }
  #navigation.bg-blue.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    border-bottom: 1px solid #c7deea;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0062b7;
    background: #f0f7fc; /* hover collapsed submenu background color */
	border-bottom: 1px solid #dff2fc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background: transparent;
  }
  #skip-nav ul.navbar-nav > li:first-child {
	border-bottom:1px solid #d0d3b3;
	border-left: none;
  }
  #skip-nav ul.navbar-nav,
  #skip-nav ul.navbar-nav > li:first-child > a:hover {
	border-left: none;
  }
  #skip-nav .nav > li > a {
	font-size: 12px;
	padding: 5px 22px;
	text-align:center;
	border-right:none;
  }
  #skip-nav .nav > li > a > i {
	display:inline-block;
	margin-right:6px;
	font-size:22px;
  }
}
@media (max-width: 767px) {
  .pull-up-30-sm { margin-top:-30px !important; }
  .pull-up-25-sm { margin-top:-25px !important; }
  .pull-up-20-sm { margin-top:-20px !important; }
  .pull-up-15-sm { margin-top:-15px !important; }
  .pull-up-10-sm { margin-top:-10px !important; }
  .pull-up-bottom-30-sm { margin-bottom:-30px !important; }
  .pull-up-bottom-25-sm { margin-bottom:-25px !important; }
  .pull-up-bottom-20-sm { margin-bottom:-20px !important; }
  .pull-up-bottom-15-sm { margin-bottom:-15px !important; }
  .pull-up-bottom-10-sm { margin-bottom:-10px !important; }
  .pad-top-30-sm { padding-top:30px !important; }
  .pad-top-25-sm { padding-top:25px !important; }
  .pad-top-20-sm { padding-top:20px !important; }
  .pad-top-15-sm { padding-top:15px !important; }
  .pad-top-10-sm { padding-top:10px !important; }
  .pad-bottom-30-sm { padding-bottom:30px !important; }
  .pad-bottom-25-sm { padding-bottom:25px !important; }
  .pad-bottom-20-sm { padding-bottom:20px !important; }
  .pad-bottom-15-sm { padding-bottom:15px !important; }
  .pad-bottom-10-sm { padding-bottom:10px !important; }
  .margin-top-30-sm { margin-top:30px !important; }
  .margin-top-25-sm { margin-top:25px !important; }
  .margin-top-20-sm { margin-top:20px !important; }
  .margin-top-15-sm { margin-top:15px !important; }
  .margin-top-10-sm { margin-top:10px !important; }
  .margin-bottom-30-sm { margin-bottom:30px !important; }
  .margin-bottom-25-sm { margin-bottom:25px !important; }
  .margin-bottom-20-sm { margin-bottom:20px !important; }
  .margin-bottom-15-sm { margin-bottom:15px !important; }
  .margin-bottom-10-sm { margin-bottom:10px !important; }
  .fa-2x-sm { font-size: 2em !important; }
  .fa-3x-sm { font-size: 3em !important; }
  .fa-4x-sm { font-size: 4em !important; }
  .fa-5x-sm { font-size: 5em !important; }
  .pull-left-sm { float: left; }
  .pull-right-sm { float: right; }
  .main {
	text-align:center;
  }
  .btn {
    font-size: 18px;
    padding: 6px 12px;
  }
  p, p.lead {
	margin: 0 0 20px 0;
  }
  p, #content li, .main li {
	font-size: 16px;
  }
  p.subtext {
	font-size: 17px;
	margin: -15px 0 30px 0;
	line-height:1.3;
  }
  p.lead {
	font-size: 20px;
	margin: 0 0 20px 0;
	line-height:1.4;
  }
  .checklist i {
	color:#314F93;
	line-height:1.3;
  }
  h1 {
	font-size:33px;
  }
  h1.large {
	font-size: 37px;
	margin-bottom: 6px;
  }
  h2 {
	font-size:27px;
  }
  .checklist-center-sm {
	display:table;
	margin-left:auto;
	margin-right:auto;
  }
  .footer-btn {
	width:100%;
  }
  .footer-btn img {
	width:15%;
  }
  .hide-sm {
	display:none;
  }
  .show-sm {
	display:block;
  }
  img.reduce-30-sm {
	width:30%;
  }
  img.align-left-sm {
	margin-right: 0;
    margin-left: 0;
  }
  .checklist-center-sm {
	display:table;
	margin-left:auto;
	margin-right:auto;
  }
  .checklist-col-1, .checklist-col-2 {
	float:none;
	width:100%;
  }
  .checklist-col-1 ul {
	padding-bottom:0;
  }
  .checklist-col-1 {
	margin-top:0;
  }
  .checklist-col-2 {
	margin-bottom:0;
  }
  .cta-center-sm {
	float:none;
	margin: 0 auto;
	padding-top:0;
	clear:both;
  }
  .compress-select .controls-select {
	margin-bottom:0; !important;
  }
  .text-center-sm {
	text-align:center;
  }
  .text-right-sm {
	text-align:right !important;
  }
  .displayer1 h1 {
	font-size:26px;
	padding:0 0 5px 0;
  }
  .displayer1 p {
	margin:0 0 10px 0 !important;
	padding:0;
	line-height:1.3;
  }
  .displayer1 {
	background: none;
	height:auto;
  }
  .footnote {
	padding: 10px 15px 5px 15px;
  }
  .table-md {
	width:90%;
  }
  #form-default {
	padding-bottom:20px;
  }
  #form-default .form-group {
	margin-bottom: 0px;
  }
  #form-default input, #form-default textarea, #form-default select, #form-default label.radio-inline {
	margin-bottom: 15px;
  }
  #form-default button {
	margin-top: 15px;
  }
  #form-default label.radio-inline-text {
	vertical-align: top;
	padding-top: 0;
	margin-top: -2px;
  }
  #form-default label.radio-inline,
  #form-default label.radio-inline-text {
	margin-bottom: 15px;
  }
  .contact-icon {
	text-align:center;
  }
  .well-quote h2 {
	margin-top:0 !important;
	margin-bottom:0 !important;
  }
}
@media (max-width: 730px) { /* iPhone landscape view */
  .form-text {
	margin-top:0;
	margin-left:15px;
  }
  .photo-cap p {
	font-size:15px !important;
	padding:0 5px !important;
	margin:0 !important;
  }
  .cta-btn p {
	font-size: 12pt;
	line-height: 1.2;
	padding: 10px 15px;
  }
}
@media (max-width: 580px) {
  .table-md {
	width:100%;
  }
  .table-lg {
	width:100%;
	margin:2% auto;
  }
}
@media (max-width: 550px)  {
  #grid img {
	width:80px;
  }
  .grid-inline p.small {
	font-size:13px;
  }
}
@media (max-width: 560px) {
  .displayer1 h1 {
	font-size:26px;
	margin-bottom:0 !important;
	padding:5px 0;
  }
  h1 {
	font-size:30px;
  }
  h2 {
	font-size:26px;
  }
  h3 {
	font-size:24px;
  }
  .row h3, .main h3 {
	margin-top: 10px;
	margin-bottom: 20px;
  }
  p, .main li, .lead {
	line-height:1.66; /* text line-height */
  }
  .img-left, .img-right {
	float: none;
	margin: 1% auto;
	width:100%;
  }
  .img-left img, .img-right img {
	width:50%;
  }
  .photo-cap-img {
	width:35%;
  }
  .photo-cap-text {
	width:65%;
	padding:16px 15px 16px 20px;
	background:#F3F4EC;
  }
}
@media (max-width: 530px) {
  .pull-up-30-xs { margin-top:-30px !important; }
  .pull-up-25-xs { margin-top:-25px !important; }
  .pull-up-20-xs { margin-top:-20px !important; }
  .pull-up-15-xs { margin-top:-15px !important; }
  .pull-up-10-xs { margin-top:-10px !important; }
  .pull-up-bottom-30-xs { margin-bottom:-30px !important; }
  .pull-up-bottom-25-xs { margin-bottom:-25px !important; }
  .pull-up-bottom-20-xs { margin-bottom:-20px !important; }
  .pull-up-bottom-15-xs { margin-bottom:-15px !important; }
  .pull-up-bottom-10-xs { margin-bottom:-10px !important; }
  .pad-top-30-xs { padding-top:30px !important; }
  .pad-top-25-xs { padding-top:25px !important; }
  .pad-top-20-xs { padding-top:20px !important; }
  .pad-top-15-xs { padding-top:15px !important; }
  .pad-top-10-xs { padding-top:10px !important; }
  .pad-bottom-30-xs { padding-bottom:30px !important; }
  .pad-bottom-25-xs { padding-bottom:25px !important; }
  .pad-bottom-20-xs { padding-bottom:20px !important; }
  .pad-bottom-15-xs { padding-bottom:15px !important; }
  .pad-bottom-10-xs { padding-bottom:10px !important; }
  .margin-top-30-xs { margin-top:30px !important; }
  .margin-top-25-xs { margin-top:25px !important; }
  .margin-top-20-xs { margin-top:20px !important; }
  .margin-top-15-xs { margin-top:15px !important; }
  .margin-top-10-xs { margin-top:10px !important; }
  .margin-bottom-30-xs{ margin-bottom:30px !important; }
  .margin-bottom-25-xs { margin-bottom:25px !important; }
  .margin-bottom-20-xs { margin-bottom:20px !important; }
  .margin-bottom-15-xs { margin-bottom:15px !important; }
  .margin-bottom-10-xs { margin-bottom:10px !important; }
  .fa-2x-xs { font-size: 2em !important; }
  .fa-3x-xs { font-size: 3em !important; }
  .fa-4x-xs { font-size: 4em !important; }
  .fa-5x-xs { font-size: 5em !important; }
  .pull-left-xs { float: left; }
  .pull-right-xs { float: right; }
  .show-xs {
	display:block;
  }
  .hide-xs {
	display:none;
  }
  .text-center-xs {
	text-align:center;
  }
  p.subtext {
	font-size: 16px;
	margin: -15px 0 30px 0;
	line-height:1.3;
  }
  .blog-sidebar {
	padding-top:0;
  }
  p.quote, p.quotename {
	font-size:13pt;
  }
  .quote p.name {
	display:inline-block;
	border-left: none;
	margin-bottom: 0;
	padding-top:20px;
	padding-left:45px;
	width:100%;
  }
  .form-col-1 {
	width:50%
  }
  .form-col-2 {
	width:50%
  }
  .hide-text-xs {
	display:none;
  }
  .btn-header .btn {
	font-size:13pt !important;
  }
  .btn-header img {
	float:right;
	margin:4% 0 4% 0;
  }
  .iframe-md, .iframe-sm {
	width:100%;
  }
  /*#cta .btn {
	width:100%;
  }*/
}
@media (max-width: 460px) {
  .header-logo img {
	width:60%;
  }
  #navigation.bg-blue .navbar-header img {
    height: 70px
  }
  /*h1 {
	font-size:34px;
  }
  h2 {
	font-size:30px;
  }
  h3 {
	font-size:28px;
  }*/
  .btn-lg {
	font-size: 20px;
  }
  footer {
	padding:4% 0 3% 0;
  }
  .footer p {
	font-size:14px;
	margin:0 0 10px 0;
	line-height:1.5;
  }
}
@media (max-width: 360px) { /* Galazy S5 portrait view */
  #navigation.bg-blue .navbar-header { height: 90px; }
  #navigation.bg-blue .navbar-header img { height: 66px; }
  #navigation.bg-blue.navbar-inverse .navbar-toggle { margin-top: 25px; }
  p.small-sm,
  a.small-sm {
	font-size: 16px;
  }
  .displayer1 h1 {
	font-size:24px;
	padding:5px 0;
	line-height:1.0;
  }
  .gallery img {
	margin: 10px auto 10px auto;
  }
  img.reduce-70-md {
	width:64%;
  }
  p.subtext {
	font-size: 15px;
	margin: -15px 0 30px 0;
	line-height:1.3;
  }
  .text-center-xs {
	text-align:center;
  }
  .btn-main {
	width: 110px;
	text-align:center;
  }
  a button.btn-main {
	margin-right:6px;
  }
}
@media (min-width: 340px) and (max-width: 991px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 341px) {
  .img-responsive {
    margin-right: auto;
    margin-left: auto;
  }
  .form-col-1 {
	width:50%
  }
  .form-col-2 {
	width:50%
  }
  .footer-btn. btn-lg {
	font-size: 20px;
  }
}

/* End of 'custom' */

