/* FONT-FAMILY
-------------------------------------------------- */


p, body, li, label, p.quote, p.quotename, .carousel-caption h1, .carousel-caption .checklist li, .footer-text p, .form-control, .feedback p, #note p.lead, #contact 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, .carousel-caption h1 em, #form-default, .btn em, .btn-lg em, .footer-text p em, p strong em, strong em, em strong, strong,  {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:italic;
}
h1, h2, h3, h4, h5, h6, .btn, .btn-lg, .navbar-toggle-text, .lead, .lead strong, .main h1  {
  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, .lead em, .lead strong em, .lead em {
  font-family:'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style:italic;
}
p strong, strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .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 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 {
  display: block !important;
  height: 5px !important;
  margin-top: -5px !important;
  visibility: hidden !important;
}
.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+ */
}
.no-pad-right { padding-right:0; }
.no-pad-left { padding-left:0; }
.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-60 { padding-bottom:60px !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; }

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

#header {
  /*background:#fff;
  background: url("images/backgrounds/bg-header.jpg") repeat-x center bottom #fff;*/
}

/* 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 top transparent;
  /*background:#8f1912;*/
  border: none;
  height:60px;
}
ul.navbar-nav > li:first-child {
  /*border-left:none;*/
  border-left:1px #C2DFDE 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: 18px;
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px #C2DFDE solid; /* use for MENU with dividers */
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
  border-color: #C2DFDE; /* selected PARENT MENU border color */
  border-radius: 2px 2px 0 0;
}
.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}
ul.navbar-nav > li:hover {
  text-decoration: none;
  background: transparent; /* after click PARENT MENU background color */
}
#navigation .dropdown-menu {
  background: #CEE6E5;  /*DROPDOWN background color */
  padding: 0;
  margin: 0;
  font-size: 18px; /* DROPDOWN text size */
  border:none;
  border-radius: 0 2px 2px 2px;
}
.dropdown-menu > li > a {
  padding: 14px 20px; /* DROPDOWN text padding */
  color: #0D5B6E; /* DROPDOWN text color */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #0D5B6E; /* hover DROPDOWN text color */
  text-decoration: none;
  background: #ebf8f7; /* 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 {
  display:none;
}
#navbar .container-fluid {
  margin-right: auto;
  margin-left: auto;
  width:510px; /* center menu items */
}
.nav-btn {
  float:left;
  margin: 5px 0 0 10px;
}
.nav-btn img {
  height:39px;
}

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

.navbar-inverse {
  /*background: #4095E6;*/
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #0D5B6E;
  font-size:17px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #0D5B6E;
  background: transparent;
}
.navbar-inverse .navbar-text {
  color: #0D5B6E;
}
.navbar-inverse .navbar-nav > li > a {
  color: #0D5B6E; /* PARENT MENU text color */
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #0D5B6E; /* hover PARENT MENU text color */
  background: #CEE6E5;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #0D5B6E;
  background: #CEE6E5;
}
.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-toggle {
  border-color: #C2DFDE; /* COLLAPSED MENU ICON border color */
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background: #C2DFDE; /* hover COLLAPSED MENU ICON background color */
}
.navbar-header {
  border-bottom: 1px solid #C2DFDE; /* COLLAPSED MENU border-bottom color */
}
.navbar-header img {
  display: none;
}
img.logo {
  margin:2px 0 0 8px;
  height:44px;
  float: left;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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:#0D5B6E; /* COLLAPSED MENU icon text color */
  font-size:11pt;
}
.icon-bar-top {
  margin-top: 3px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background: #0D5B6E; /* COLLAPSED MENU icon bars color */
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #0D5B6E;
  background: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #0D5B6E; /* selected PARENT MENU text color */
  background: #CEE6E5; /* selected PARENT MENU background color */
}

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

.displayer {
  height:auto;
  padding-top:50px;
  padding-bottom:20px;
  margin-bottom:0;
}
.displayer1 h1, .displayer1 h2, .displayer1 p {
  /*text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);*/
}
.displayer1 h1 {
  color:#0D5B6E !important;
  font-size:42px;
  margin:0 !important;
  padding:22px 0 15px 0;
  line-height: 1.2;
}
.displayer1 p {
  color:#666666 !important;
  margin:0 0 20px 0 !important;
  padding:0;
  font-size:20px;
  line-height: 1.5;
}
.displayer1 {
  padding-top:90px;
  margin-bottom:0;
}
.displayer1 { background: url("images/displayer/1.jpg") no-repeat center bottom #dde9e8; }
.bg-cover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.show-displayer-sm {
  height:400px;
}
.show-displayer-sm img {
  display:none;
}

/* 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;
}

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

.main {
  color:#666666; /* DEFAULT FONT colour */
  padding-top:1%;
  padding-bottom:1%;
}
.home {
  text-align:center;
}
.default {
  text-align:left;
}
.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;
}
.checklist-col-1, .checklist-col-2 {
  float:left;
  width:50%;
}
.checklist-center {
  display:table;
  margin-left:auto;
  margin-right:auto;
}
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;
}

#note {
  margin-top:5px;
}
#note p.lead {
  /*font-size:40px;
  margin: 5px 0 5px 0;
  line-height:1.1;*/
}
#contact {
  padding-bottom:0;
}
#contact p {
  margin: 5px 0 5px 0;
}
#contact p.lead {
  margin: 15px 0 5px 0;
}
#contact p.lead .small,
#contact p.small {
  font-size:17px;
}


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

.row h1, .main h1 {
  color:#c2cd24;
}
.row h2, .main h2,
.row h3, .main h3,
.row h4, .main h4 {
  color:#9fcc32;
}
.row h5, .main h5,
.row h6, .main h6 {
  color:#000 !important;
}
.main p.lead, .main p strong, .displayer p strong {
  color:#000;
}

.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 h2 a,
.main h3 a,
.main h5 a,
.main h6 a {
  color:#B32317;
}
.main h1 a:hover,
.main h2 a:hover,
.main h3 a:hover,
.main h5 a:hover,
.main h6 a:hover {
  color:#d0291b;
}
.main p a,
.main li a,
.main h4 a,
.displayer p a {
  color:#000;
}
.main p a:hover,
.main li a:hover,
.main h4 a:hover {
  color:#4f4f4f;
}

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


h1.large {
  font-size: 52px;
  margin-bottom: 6px;
}
h2.large {
  font-size: 44px;
  margin-bottom: 18px;
}
h1 {
  font-size:42px;
}
h2 {
  font-size:36px;
}
h3 {
  font-size:32px;
}
h4 {
  font-size:30px;
}
h5 {
  font-size:24px;
}
p, h5 {
  margin: 0 0 30px 0;
}
p, .main li {
  font-size: 19px;
}
p.lead {
  font-size: 26px;
}
p {
  line-height:1.77; /* text line-height */
}
.lead {
  line-height:1.44; /* text line-height */
}
.main li {
  line-height:1.5; /* text line-height */
}
.main h4 {
  line-height:1.2; /* text line-height */
}

.main ul, .main ol {
  padding-top:0;
  padding-bottom:1%;
}
.main li {
  margin-bottom:10px;
  text-align:left !important;
}

/* == CHECKLIST == */

ul.checklist {
  padding-top:0;
  padding-bottom:10px;
}
ul.small li {
  font-size:13px !important;
}
.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:#9fcc32;
  line-height:1.4;
}

table p {
  margin-bottom:20px;
}
table ul.checklist {
  padding-bottom:20px;
}
table ul.checklist li {
  font-size:17px !important;
  margin-bottom:0;
}
table .checklist li {
  line-height: 1.7 !important;
}
table .checklist.fa-ul {
  padding-left: 0;
  margin-left: 2.7em !important;
  list-style-type: none;
}


p.quote, p.quotename {
  text-align:left;
}
.quote-block {
  padding-top:20px;
  padding-bottom:20px;
}
.quote i.fa, .quote p {
  text-align:left !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:#CEE6E5;
}
.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;
}

/* 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-olive {
  background:#eff0e4;
}
.bg-lightgreen {
  background:#e4f1f0 !important;
}
.bg-lightgrey {
  background:#F9F9F9;
}
.bg-grey {
  background:#F2F2F2;
}
.bg-black {
  background:#000;
}
.bg-logo {
  background: url("images/backgrounds/bg-logo.png") no-repeat right top #F2F2F2;
}
#book-quote {
  background: url("images/backgrounds/bg-book-quote.png") no-repeat right top #EFEFEF;
}

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

#footer {
  margin-top:1%;
}
.btn-footer {
  float:right;
  margin:0 0 0 8px;
}
.btn-footer img {
  float:left;
}
footer {
  margin:0 0 0 0;
  padding:1% 0 2% 0;
  background:#E6E6E6;
  /*background: url(images/backgrounds/bg-footer.jpg) repeat-x center top #0091C2;*/
  border-top:2px solid #B3B3B3;
}
.footer-text, .footer-btn {
  float:left;
}
.footer-text {
  width:75%;
  padding-top:3%;
  margin-right:2%;
}
.footer-btn {
  width:20%;
  padding-top:1%;
}
.footer-text p {
  color:#666666;
  font-size:16px;
  padding:0;
  margin:5px 0 0 5px;
  text-align:left;
  line-height:1.5;
}
.footer-text p a {
  color:#666666;
  text-decoration:none;
}
.footer-text a:hover {
  color:#333 !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:#145685 !important; }
.aqua { color:#127E7B !important; }
.lightgreen { color:#CEE6E5 !important; }
.deepsea { color:#0D5B6E !important; }
.green { color:#3c763d !important; }
.olive { color:#c1cc22 !important; }
.grey { color:#4D4D4D !important; }
.warning { color: #8a6d3b; }

a.aqua:hover { color:#15908d !important; }
a.deepsea:hover { color:#0f6a80 !important; }

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

.btn {
  font-size: 15pt;
  text-align: left;
}
.btn-lg {
  font-size: 18pt;
  text-align: left;
}
.btn-p {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.cta {
  margin-bottom:20px;
}
.cta-center {
  float:none;
  margin: 0 auto;
  padding-top:0;
  clear:both;
}
.main button {
  margin:5px 2px;
}
#slider button {
  width:240px;
  float:left;
  margin:10px 5px 0 0;
}
#slider button.btn-lg {
  text-align:center;
}
#slider button, .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-xs,
.btn-group-xs > .btn {
  padding: 3px 8px !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  border-radius: 3px !important;
}
#search-results button {
  margin:8px 0 0 0;
  padding: 10px 15px;
  float:right;
  line-height:20px;
}
button a, a button {
  border-bottom: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:150px;
  text-align:center;
}
.btn-contact span.glyphicon {
  margin-right:5px;
}
.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 - GREEN */
  color: #fff;
  background: #368353;
  border-color: #368353;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background: #3b8e5a;
  border-color: #368353;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-info { /* button color - SEAGREEN */
  color: #0D5B6E;
  background: #e4f1f0;
  border-color: #CEE6E5;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #0D5B6E;
  background: #CEE6E5;
  border-color: #CEE6E5;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-warning { /* button color - AQUA */
  color: #fff;
  background: #127E7B;
  border-color: #127E7B;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background: #15908d;
  border-color: #127E7B;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-default { /* button color - SILVER */
  color: #262626;
  background: #dfdfdf;
  border-color: #dfdfdf;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #262626;
  background: #ebebeb;
  border-color: #dfdfdf;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-success { /* button color - OLIVE */
  color: #fff;
  background: #9fcc32;
  border-color: #9fcc32;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background: #acdd37;
  border-color: #9fcc32;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-danger { /* button color - DEEP SEA */
  color: #fff;
  background: #0D5B6E;
  border-color: #0D5B6E;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background: #0f6a80;
  border-color: #0D5B6E;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

#grid {
  text-align:center;
}
.grid-inline {
  display:inline-table;
  margin:10px auto;
  padding: 0 8px;
}
.grid-inline p {
  text-align:center;
  font-size:15px;
  color:#0e0e0e;
  margin-bottom:0;
  padding-bottom:0;
  line-height:1.3;
}

/* 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: 2% 0 2% 0;
  border-radius: 4px;
  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 i.fa,
.fa-icon p {
  vertical-align:middle;
}
.fa-icon span {
  vertical-align:top;
  padding-top:14px;
  padding-bottom:50px;
}
.text-success,
.text-success a,
.text-success strong {
  color: #3c763d !important;
}
a.text-success:hover,
.text-success a hover {
  color: #2b542c !important;
}
.text-info,
.text-info a,
.text-info strong {
  color: #005488 !important;
}
a.text-info:hover,
.text-info a:hover {
  color: #004672 !important;
}
.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 .feedback {
  margin: -15px 0 20px 0;
}
#form-default .btn-lg {
  padding: 10px 16px;
  font-size: 22px;
  line-height: 1.33;
  border-radius: 3px;
}
#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)  {
  .no-pad-right-lg { padding-right:0; }
  .no-pad-left-lg { padding-left:0; }
  .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;
  }
  /*#navbar .container,*/
  #note .container,
  #contact .container,
  .displayer1 > .container {
    width: 1040px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px)  {
  .no-pad-right-md-lg { padding-right:0; }
  .no-pad-left-md-lg { padding-left:0; }
  .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: 1199px)  {
  #grid img {
	width:150px;
  }
  .arrow-down {
	margin: 0 0 0 90%;
  }
  .hide-lg {
	display:none;
  }
  .show-lg {
	display:block;
  }
}
@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)  {
  .no-pad-right-md { padding-right:0; }
  .no-pad-left-md { padding-left:0; }
  .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:450px; /* center menu items */
  }
  .displayer {
	padding-top:80px;
  }
  .displayer1 h1 {
	font-size:37px;
	padding:10px 0 15px 0;
  }
  .displayer1 p {
	font-size:19px;
  }
  #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;
  }
  .nav > li > a  {
	font-size: 17px; /* adjust MENU ITEM font-size */
	padding-left: 26px; /* adjust MENU ITEM padding-left */
	padding-right: 26px; /* adjust MENU ITEM padding-left */
  }
  #navigation .dropdown-menu {
	font-size: 17px; /* DROPDOWN text size */
  }
  .dropdown-menu > li > a {
	padding: 14px 13px; /* DROPDOWN text padding */
  }
  #form-default .btn-lg {
	text-align: center;
  }
  footer {
	padding:1% 0 3% 0;
  }
  .footer-text p {
	font-size:14px;
  }
}
@media (min-width: 767px) and (max-width: 1199px)  {
  .no-pad-right-sm-lg { padding-right:0; }
  .no-pad-left-sm-lg { padding-left:0; }
}
@media (min-width: 767px) {
  .no-pad-right-sm-xlg { padding-right:0; }
  .no-pad-left-sm-xlg { padding-left:0; }
  .pull-up-30-sm-xlg { margin-top:-30px !important; }
  .pull-up-25-sm-xlg { margin-top:-25px !important; }
  .pull-up-20-sm-xlg { margin-top:-20px !important; }
  .pull-up-15-sm-xlg { margin-top:-15px !important; }
  .pull-up-10-sm-xlg { margin-top:-10px !important; }
  .pull-up-bottom-30-sm-xlg { margin-bottom:-30px !important; }
  .pull-up-bottom-25-sm-xlg { margin-bottom:-25px !important; }
  .pull-up-bottom-20-sm-xlg { margin-bottom:-20px !important; }
  .pull-up-bottom-15-sm-xlg { margin-bottom:-15px !important; }
  .pull-up-bottom-10-sm-xlg { margin-bottom:-10px !important; }
  .pad-top-30-sm-xlg { padding-top:30px !important; }
  .pad-top-25-sm-xlg { padding-top:25px !important; }
  .pad-top-20-sm-xlg { padding-top:20px !important; }
  .pad-top-15-sm-xlg { padding-top:15px !important; }
  .pad-top-10-sm-xlg { padding-top:10px !important; }
  .pad-bottom-30-sm-xlg { padding-bottom:30px !important; }
  .pad-bottom-25-sm-xlg { padding-bottom:25px !important; }
  .pad-bottom-20-sm-xlg { padding-bottom:20px !important; }
  .pad-bottom-15-sm-xlg { padding-bottom:15px !important; }
  .pad-bottom-10-sm-xlg { padding-bottom:10px !important; }
  .margin-top-30-sm-xlg { margin-top:30px !important; }
  .margin-top-25-sm-xlg { margin-top:25px !important; }
  .margin-top-20-sm-xlg { margin-top:20px !important; }
  .margin-top-15-sm-xlg { margin-top:15px !important; }
  .margin-top-10-sm-xlg { margin-top:10px !important; }
  .margin-bottom-30-sm-xlg { margin-bottom:30px !important; }
  .margin-bottom-25-sm-xlg { margin-bottom:25px !important; }
  .margin-bottom-20-sm-xlg { margin-bottom:20px !important; }
  .margin-bottom-15-sm-xlg { margin-bottom:15px !important; }
  .margin-bottom-10-sm-xlg { margin-bottom:10px !important; }
  .fa-2x-sm-xlg { font-size: 2em !important; }
  .fa-3x-sm-xlg { font-size: 3em !important; }
  .fa-4x-sm-xlg { font-size: 4em !important; }
  .fa-5x-sm-xlg { font-size: 5em !important; }
}
@media (max-width: 767px) {
  #navigation {
	background: #e4f1f0;
	border-radius: 0;
	height:auto;
  }
  #navigation .dropdown-menu {
	font-size: 16px; /* DROPDOWN text size */
  }
  #navbar .container-fluid {
	width:auto;
  }
  /*.navbar-brand {
	display:block;
  } */
  .navbar-header img {
	display:block;
  }
  .navbar-collapse {
    border-bottom: 1px solid #e4f1f0 !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: #C2DFDE; /* selected PARENT MENU border color */
  }
  .navbar-inverse .navbar-nav > li > a {
	border-bottom: 1px solid #C2DFDE; /* collapsed parent menu border-bottom color */
  }
  .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: #0D5B6E;
	padding: 10px 30px;
	background: #CEE6E5; /* collapsed submenu background color */
	border-bottom: 1px solid #C2DFDE;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #0D5B6E;
    background: #ebf8f7; /* hover collapsed submenu background color */
	border-bottom: 1px solid #C2DFDE;
  }
  .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: #0D5B6E;
    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: #0D5B6E;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .no-pad-right-sm { padding-right:0; }
  .no-pad-left-sm { padding-left:0; }
  .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-right-sm { float:right; }
  .displayer {
	padding-top:50px;
  }
  .displayer1 h1 {
	font-size:32px;
	line-height:1.1;
  }
  .displayer1 p {
	margin:0 0 10px 0 !important;
	font-size:18px;
	line-height: 1.4;
  }
  p, #content li, .main li {
	font-size: 17px;
  }
  p.lead {
	font-size: 18px;
  }
  h1 {
	font-size:36px;
  }
  h1.large {
	font-size: 44px;
	margin-bottom: 6px;
  }
  h2.large {
	font-size: 38px;
	margin-bottom: 18px;
  }
  h2 {
	font-size:40px;
  }
  h5 {
	font-size:20px;
	line-height: 1.3;
	margin:0 0 20px 0;
  }
  .row h1, .main h1 {
	margin-top: 0;
	margin-bottom: 15px;
  }
  .row h2, .main h2,
  .row h3, .main h3 {
	margin-top: 10px;
	margin-bottom: 15px;
  }
  #contact p.lead {
	font-size:22px;
  }
  #contact p.lead .small,
  #contact p.small {
	font-size:15px;
  }
  .checklist-center-sm {
	display:table;
	margin-left:auto;
	margin-right:auto;
  }
  .footer-text {
	width:100%;
	padding-top:0;
	margin-right:0;
  }
  .footer-btn {
	width:100%;
  }
  .footer-btn img {
	width:15%;
  }
  .footer-text p {
	font-size:14px;
	margin:5px 0 0 0;
	text-align:center;
	line-height:1.5;
  }
  .btn-footer {
	float:none;
	margin:0 auto;
	width:110px;
  }
  .btn-footer img {
	margin:2px 0 0 2px;
	height:60px;
  }
  .hide-sm {
	display:none;
  }
  .show-sm {
	display:block;
  }
  img.align-left-sm {
	margin-right: 0;
    margin-left: 0;
  }
  .checklist-center-sm {
	display:table;
	margin-left:auto;
	margin-right:auto;
  }
  .cta-center-sm {
	float:none;
	margin: 0 auto;
	padding-top:0;
	clear:both;
  }
  .checklist-col-1, .checklist-col-2 {
	float:none;
	width:100%;
  }
  .checklist-col-1 ul {
	padding-bottom:0;
  }
  .checklist-col-1 {
	margin-top:4%;
  }
  .checklist-col-2 {
	margin-bottom:3%;
  }
  .compress-select .controls-select {
	margin-bottom:0; !important;
  }
  #cta {
	margin: 0 auto 2% auto;
  }
  .text-center-sm {
	text-align:center;
  }
  .text-right-sm {
	text-align:right !important;
  }
  .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;
  }
}
@media (max-width: 730px) { /* iPhone landscape view */
  .form-text {
	margin-top:0;
	margin-left:15px;
  }
}
@media (max-width: 640px) {
  .main, #content .main {
	text-align:center;
  }
}
@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;
  }
  #contact p.lead {
	font-size:18px;
	line-height: 1.5;
  }
}
@media (max-width: 560px) {
  h1 {
	font-size:34px;
  }
  h2 {
	font-size:32px;
  }
  h3 {
	font-size:30px;
  }
  .row h2, .main h2,
  .row h3, .main h3 {
	margin-top: 20px;
	margin-bottom: 20px;
  }
  p, .main li, .lead {
	line-height:1.6; /* text line-height */
  }
  .displayer1 h1 {
	font-size:29px;
	line-height:1.2;
  }
  .img-left, .img-right {
	float: none;
	margin: 1% auto;
	width:100%;
  }
  .img-left img, .img-right img {
	width:50%;
  }
}
@media (max-width: 530px) {
  .no-pad-right-xs { padding-right:0; }
  .no-pad-left-xs { padding-left:0; }
  .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; }
  .show-xs {
	display:block;
  }
  .hide-xs {
	display:none;
  }
  .btn-full-xs {
	width:100%;
	white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
	text-align:center;
  }
  .text-center-xs {
	text-align:center;
  }
  p.quote, p.quotename {
	font-size:13pt;
  }
  p.quote {
	margin: 3% 0 3% 0;
	padding-left:40px;
  }
  p.quotename {
	padding-left:40px;
	margin: 2% 0 6% 0;
  }
  .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%;
  }
}
@media (max-width: 460px) {
  .header .col-xs-6 {
	width:44%;
  }
  .header .col-xs-3 {
	width:28%;
  }
  h1 {
	font-size:32px;
  }
  h2 {
	font-size:30px;
  }
  h3 {
	font-size:28px;
  }
  .btn-lg {
	font-size: 20px;
  }
  footer {
	padding:1% 0 4% 0;
  }
}
@media (max-width: 340px) { /* iPhone portrait view */
  p.small-sm,
  a.small-sm {
	font-size: 16px;
  }
  .gallery img {
	margin: 10px auto 10px auto;
  }
  .hide-xxs {
	display:none;
  }
  .text-center-xxs {
	text-align:center;
  }
  .btn-full-xxs {
	width:100%;
	white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
	text-align:center;
  }
  .quote-author {
	margin: 10px 10px 25px 0;
  }
  table .checklist.fa-ul {
	padding-left: 0;
	margin-left: 2.0em !important;
	list-style-type: none;
  }
}
@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;
  }
  .footer-btn button {
	margin:10px 0 0 0;
	padding: 13px 15px;
	line-height:26px;
  }
}
