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

body, li, table
p, label, p.quote, p.quotename, .footer-text p, .form-control, .file-input, .feedback p, .cta-btn p, .carousel p, .news-text p,
#displayer p.lead, .banner h1, .font-thin  {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:normal;
}
body em, em, li em, p em, #displayer p.lead em,
.banner h1 em , .font-thin em {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:italic;
}
.lead, .nav > li, .nav > li > a, .dropdown-menu > li, table th, .fa-num p {
 font-family:'Lato', Helvetica, Arial, sans-serif;
 font-weight: 400;
 font-style:normal;
}
.lead em, .fa-num p em {
 font-family:'Lato', Helvetica, Arial, sans-serif;
 font-weight: 400;
 font-style:italic;
}

p strong, strong, p.quotename strong, .news-text p strong, .navbar, .footer-text p strong,
.lead strong, td.title p, #no-more-tables td:before,
p.list-group-item-heading, .list-group-main .feed-date p, .main .pagination li a,
.carousel p strong, .footer p.lead strong, .banner h1 strong,
.cta .cta-plain p, .btn strong, .btn-lg strong, .cta-btn p strong, .cta-hover h2, .navbar-toggle-text, .cta-btn p, .cta.cta-plain p strong, p.testimonial-author strong,
.btn, .btn-lg, .btn.btn-xs, .btn.btn-sm, .carousel .btn, .btn-nav-collapse > .btn-sm {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style:normal;
}
p strong em, strong em, p.quotename strong em, .news-text p strong em, .footer-text p strong em, .lead em strong, .lead strong em, .extra-bold em, td.title p em,
.carousel p strong em, .footer p.lead strong em, .banner h1 strong em,
.cta .cta-plain p em, .btn strong em, .btn-lg strong em, .cta-btn p strong, em .cta-hover h2 em, .navbar-toggle-text em, .cta-btn p em, .cta.cta-plain p strong em, p.testimonial-author strong em,
.btn em, .btn-lg em, .btn.btn-xs em, .btn.btn-sm em .carousel .btn em, .btn-nav-collapse > .btn-sm em {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style:italic;
}


.btn-thin, .btn.btn-sm.btn-thin {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:normal;
}
.btn-thin em, .btn.btn-sm.btn-thin em {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style:italic;
}
.btn-thin strong, .btn.btn-sm.btn-thin strong, .fa-num p strong {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style:normal;
}
.btn-thin strong em, .btn.btn-sm.btn-thin strong em, .fa-num p strong em {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style:italic;
}


h1, h2, h3, h4, h5, h6,
#header p.lead {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style:normal;
}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
#header p.lead em {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style:italic;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong,
#header p.lead strong {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style:normal;
}
h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em, h2.large strong em,
#header p.lead strong em {
  font-family:'Lato', Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-style:italic;
}

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

body {
  position:relative;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a.anchor {
  position: relative;
  top:-14px;
  display: block;
  width: 0;
  height: 0;
}
.keep-left,
#testimonials {
  text-align:left !important;
}
.text-highlight {
  background: #ffff00;
}
.text-highlight-red {
  background: #e12b4d;
  color: #fff !important;
}
.text-shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0) !important;
}
.overlay-text-bottom {
  position: absolute;
  bottom:7%;
  width:100%;
}
.show-xxs,
.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xlg,
.show-btn,
.videoembed,
#no-more-tables td.show {
  display:none;
}
.float-left {
  float:left;
}
.float-right {
  float:right;
}
.no-float {
  float:none;
}
.inline-block {
  display: inline-block;
}
.container-full {
  width: 100%;
}
.text-compress p {
  font-size: 85%;
  margin: 0 0 5px 0;
}
.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+ */
}

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

#header {
  right: 0;
  left: 0;
  z-index: 1030;
  padding-top: 5px;
  padding-bottom: 10px;
  background: #fff;
  /*background: url("images/backgrounds/bg-header.png") no-repeat center top #005592;*/
}
/*#header,
.header-fix {
  height: 71px;
  display: block;
}*/
#header, #header p, #header img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#header p {
  font-size:19px;
  margin: 0 0 5px 0 !important;
  line-height: 1.2;
  color:#005592;
}
#header p.lead {
  font-size:32px;
}
#header .text-center p {
  padding-top: 20px;
}
#header .img-responsive {
  margin: 0 auto;
}
#header .img-responsive-left {
  margin: 0 10px;
  padding: 7px 0 10px 0;
}
#header .img-responsive
#header .img-responsive-left {
  float:left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#header button img {
  height: 28px;
}
#header img.header-logo {
  height: 110px;
}

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

#navbar {
  width:100%;
  margin:0 auto;
  height: auto;
  background: #005592;
}
#navbar a:hover {
  text-decoration:none !important;
}
#navigation {
  background: transparent;
  border: none;
  margin-bottom:0;
  border-radius: 0 !important;
  height:auto;
}
.nav-social-media {
  padding-top: 15px;
  z-index: 20000;
  position: absolute;
  right:20px;
  top:0;
}

.nav > ul {
  margin: 0px -15px;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li:first-child > a {
  border-left: 1px solid #7dabc6; /* use for MENU with dividers */
}
.nav > li > a {
  font-size: 20px;
  padding: 24px 20px 25px 20px; /* adjust top-padding and bottom-padding */
  line-height: 20px;
  border-radius: 0;
  /*margin: 0 12px;*/
  border-right: 1px solid #7dabc6; /* use for MENU with dividers */
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #0064ac; /* selected PARENT MENU background color */
  border-color: #7dabc6; /* selected PARENT MENU border color */
  border-radius: 0;
}
.nav > ul > li:hover {
  text-decoration: none;
  background: transparent; /* after click PARENT MENU background color */
}
.navbar .nav > li > a {
  color: #e6eff4; /* PARENT MENU text color */
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #fff; /* hover PARENT MENU text color */
  background: #0064ac;  /*hover PARENT MENU background color*/
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #fff;
  background: #0064ac;
}
.navbar .nav > .disabled > a,
.navbar .nav > .disabled > a:hover,
.navbar .nav > .disabled > a:focus {
  color: #fff;
  background: transparent;
}
.navbar .nav > .open > a:hover {
  color: #fff; /* hover selected PARENT MENU text color */
  background: #0064ac; /* hover selected PARENT MENU background color */
}
.navbar .nav > .open > a,
.navbar .nav > .open > a:focus {
  color: #fff; /* selected PARENT MENU text color */
  background: #0064ac; /* selected PARENT MENU background color */
  border-bottom: none;
}

.dropdown-menu > li > a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.nav > li > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #0064ac;  /* DROPDOWN background color */
  padding: 0;
  border:none;
}
.dropdown-menu > li > a {
  color: #fff; /* DROPDOWN text color */
  display: block;
  font-size: 20px;
  padding: 20px 20px;
  clear: both;
  line-height: 20px;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff; /* hover DROPDOWN text color */
  text-decoration: none;
  background: #0078ce; /* hover DROPDOWN background color */
}
.dropdown-menu > li:first-child > a:hover,
.dropdown-menu > li:first-child > a:focus {
  border-radius: 0 0 0 0;
}
.dropdown-menu > li:last-child > a:hover,
.dropdown-menu > li:last-child > a:focus {
  border-radius: 0 0 0 0;
}

.navbar-collapse {
  max-height: 430px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
.navbar-brand {
  float: left;
  /*padding: 15px 15px;*/
  padding:0 10px;
  font-size: 17px;
  line-height: 20px;
  line-height: 50px;
  display:none;
}
.navbar-brand img.header-logo {
  max-height: 44px;
  padding-top: 5px;
}
.navbar .navbar-brand {
  color: #4D4D4D;
  font-size:17px;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #80A1B6;
  background: transparent;
}
.navbar .navbar-text {
  color: #4D4D4D;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-top: -3px;
}

.navbar-header {
  border-bottom: none; /* COLLAPSED MENU border-bottom color */
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background: #005592; /* COLLAPSED MENU TOGGLE background color */
  
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar .navbar-toggle {
  background: #005592; /* COLLAPSED MENU TOGGLE background color */
  border-color: #fff; /* COLLAPSED MENU TOGGLE border color */
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background: #fff; /* hover COLLAPSED MENU TOGGLE background color */
  border-color: #005592; /* hover COLLAPSED MENU TOGGLE border color */
}
.navbar .navbar-toggle:hover .navbar-toggle-text,
.navbar .navbar-toggle:focus .navbar-toggle-text {
  color:#005592;
}
.navbar-toggle-button {
  float: right;
  padding: 8px 10px;
  margin-top: 6px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.navbar-toggle-text,
.navbar-toggle-icon {
  float:left;
}
.navbar-toggle-text {
  margin: 0 1px 0 0;
  color:#fff; /* COLLAPSED MENU TOGGLE text color */
  font-size:11pt;
}
.navbar-toggle-text .fa-bars {
  margin-top: -3px;
}
.icon-bar-top {
  margin-top: 3px;
}
.navbar .navbar-toggle .icon-bar {
  background: #fff; /* COLLAPSED MENU TOGGLE icon bars color */
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: transparent;
}

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

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

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

.img-responsive {
  margin: 10px auto;
}
.img-responsive-left {
  margin: 10px 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.img-center {
  margin: 1% auto;
}
.img-left {
  float: left;
  margin: 1% 1% 1% 0;
}
.img-right {
  float: right;
  margin: 1% 0 1% 1%;
}
.img-full {
  width: 100%;
  margin: 0;
}
.gallery img {
  width:100%;
  margin: 10px auto 20px auto;
  border: 1px solid #e7e6d9;
}
.gallery-lg {
  margin: 3% auto;
}
.fa-stack.fa-3x img.icon { width:40px; }
.fa-stack.fa-4x img.icon { width:60px; }

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

.banner {
  margin-bottom:0;
  padding-top:20px;
  padding-bottom:30px;
  height:auto;
  background: #E1EBEF;
  background-repeat: no-repeat;
}
.banner-lg {
  min-height:280px;
  padding-bottom:40px;
}
.banner h1 {
  font-size:56px;
  margin:0 !important;
  padding:0 0 5px 0;
}
.banner-plain h1 {
  font-size:46px;
}
.banner h3 {
  font-size: 44px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.banner p {
  margin:0 0 15px 0 !important;
  padding:0;
}
.banner1 {

}
.banner .banner-text {
  display: table;
  min-height: 120px;
}
.banner .banner-text-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.banner .banner-text-middle {
  display: table-cell;
  vertical-align: middle;
}
.banner1 { background: url("images/banner/1.jpg") no-repeat center right #cedae8; }
.banner2 { background: url("images/banner/2.png") no-repeat center #F2F2F2; }
.banner3 { background: url("images/banner/3.jpg") no-repeat center #F2F2F2; }
.banner4 { background: url("images/banner/4.jpg") no-repeat bottom right #F2F2F2; }
.banner5 { background: url("images/banner/5.jpg") no-repeat bottom right #F2F2F2; }
.banner6 { background: url("images/banner/6.jpg") no-repeat center #F2F2F2; }

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

.banner-cta > .container {
  width:100%;
  padding:0;
  display: table;
  margin: 0 auto;
}
.banner-cta .img-responsive {
  margin:0;
}
.banner-cta-img, .banner-cta-btn {
  display: table-cell;
  vertical-align: middle;
}
.banner-cta-img { width: 65%; }
.banner-cta-btn { width: 35%; }

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

.banner-quote p {
  margin: 0;
}
.banner-quote p.small {
  font-size: 98%;
  opacity: 0.5;
}
.banner-quote p.lead {
  font-size: 22px;
  margin: 0 0 20px 0;
  line-height: 1.5;
}
.banner-quote p,
.banner-quote p strong,
.banner-quote p.lead,
.banner-quote p.lead strong,
.banner-quote .fa-quote-left,
.banner-quote.bg-yellow .fa-quote-left {
  color: #fff !important;
}
.banner-quote.bg-yellow p,
.banner-quote.bg-yellow p strong,
.banner-quote.bg-yellow p.lead,
.banner-quote.bg-yellow p.lead strong {
  color: #002341 !important;
}
.banner-quote .fa-quote-left {
  font-size:38px;
  opacity: 0.5;
  margin-bottom: 15px;
}

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

.displayer {
  margin:0 auto;
  padding-bottom:0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.displayer .checklist i {
  color:#44B4E0;
  line-height: 1.0;
}
.displayer .checklist.fa-ul {
  padding-left: 0;
  margin-left: 2.5em;
  list-style-type: none;
  padding-right: 20px;
}
.displayer .headline {
  border-bottom: 2px solid #518fcc;
  margin: 10px 0 15px 0;
}
.displayer .white-text .headline {
  border-bottom: 2px solid #fff;
  margin: 10px 0 15px 0;
}
.displayer-text-bottom {
  position: absolute;
  bottom:35%;
  left:15px;
  right:15px;
}
.white-text,
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6,
.white-text strong, .white-text p, .white-text p.lead, .white-text li, .white-text p a {
  color:#fff !important;
  /*text-shadow: 1px 1px 4px rgba(0, 0, 0, 1.0);*/
}
.white-text p a {
  opacity: 0.9 ;
  color:#fff !important;
}
.white-text p a:hover {
  opacity: 1.0;
  color:#fff !important;
}
.displayer h1 {
  font-size:50px;
  margin:0 !important;
  padding:15px 0 15px 0;
  line-height: 1.1;
  letter-spacing: 1px;
}
.displayer h2 {
  font-size:40px;
  margin:0 !important;
  padding:0 0 10px 0;
  line-height: 1.2;
}
.displayer p,
.displayer ul li {
  font-size:20px;
  line-height: 1.3;
}
.displayer p.lead {
  font-size:24px;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.displayer .lead li { font-size:24px; }
.displayer1 .lead li { font-size: 32px; }
.displayer1 ul.fa-checklist li { background-position: left top 6px; }
.displayer p.small {
  font-size: 18px;
}
.displayer ul {
  margin-top:0;
  margin-bottom:0;
}
.displayer ul li {
  padding:0;
  margin-bottom:8px;
}
.displayer .img-responsive {
  margin: 0 auto !important;
}

.displayer {
  position:relative;
  overflow: hidden;
  height:500px;
}
.displayer1 { background: url("images/displayer/1.jpg") no-repeat top center #355b7f; }
.displayer2 { background: url("images/displayer/2.jpg") no-repeat center #355b7f; }
.displayer3 { background: url("images/displayer/3.jpg") no-repeat center bottom #335372; }
.bg-cover {
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}
.bg-contain {
  background-size: contain !important;
}

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

.displayer-video {
  position:relative;
  overflow: hidden;
  height:580px;
  padding-top:120px;
  background: url("images/backgrounds/bg-black.png") repeat transparent;
}
.displayer-video #video-background {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.displayer-video-center #video-background {
  top: 67px;
}
.displayer-video-right #video-background {
  right: -61%;
  top: -34%;
  min-width: 100%;
  min-height: 100%;
  width: 1980px;
  height: auto;
}
.caption-top {
  position: absolute;
  top:30px;
  left:8%;
  right:6%;
}
.caption-bottom {
  position: absolute;
  bottom:30px;
  left:28%;
  right:26%;
}
.caption-bottom-lg {
  left:8%;
  right:6%;
}

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

body {
  color:#4D4D4D; /* DEFAULT FONT colour */
}
.content,
.content-banner,
.content-cta {
  background: #fff;
}
.content {
  padding-top:40px;
  padding-bottom:40px;
}
.content-banner {
  padding-top:30px;
  padding-bottom:30px;
}
.content-cta {
  padding-top:25px;
  padding-bottom:25px;
}
.content-sm {
  padding-top:20px;
  padding-bottom:20px;
}
.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 {
  opacity:0.9;
}
hr {
  margin: 30px auto;
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid #e7e6d9;
}
.bg-lightblue hr,
hr.white {
  border-top: 1px solid #fff;
}
#content-2 hr { margin: 5px auto 30px auto; }
.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;
}
#news .img-responsive {
  margin:0 auto;
}
.cta-row .col-md-12, .cta-row .col-md-6, .cta-row .col-md-4, .cta-row .col-md-3,
.cta-row .col-sm-4, .cta-row .col-sm-3,
.cta-row .col-xs-6, .cta-row .col-xs-4 {
  padding: 0 5px 0 5px;
}
.row.cta-row {
  margin-left: 0;
  margin-right: 0;
}
.date-box {
  background:#AA9748 ;
  width: 100px;
  text-align: center;
  padding: 10px 15px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.date-box p,
.date-box p strong {
  color:#fff !important;
}
.date-box p {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}
.date-box p strong { font-size: 40px; }

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

.row h1, .main h1,
.row h2, .main h2,
.main h1 a, .main h1 strong,
.main h2 a, .main h2 strong {
  color:#005592;
}
.row h3, .main h3,
.row h4, .main h4,
.row h5, .main h5,
.row h6, .main h6,
.main h3 a, .main h3 strong,
.main h4 a, .main h4 strong,
.main h5 a, .main h5 strong,
.main h6 a, .main h6 strong {
  color:#000;
}
.main p.lead,
.main p.lead strong,
table strong {
  color:#000;
}
.main p a, .main p.lead a, .main li a, .table a {
  text-decoration:underline;
}
.main h1 a, .main h2 a, .main h3 a, .main h4 a, .main h5 a, .main h6 a {
  text-decoration:none;
  border-bottom: 1px dotted;
}
.uppercase {
  text-transform: uppercase;
}

.main h1 a:hover,
.main h2 a:hover {
  color:#006bb7;
}

.main h3 a:hover,
.main h4 a:hover,
.main h5 a:hover,
.main h6 a:hover {
  color:#696969;
}
.main p.lead a {
  color: #4D4D4D;
}
.main p.lead a:hover {
  color: #696969;
}
.main p strong,
.main li strong,
.main p a,
.main li a,
.displayer p a,
.table a {
  color:#000;
}
.main p a:hover,
.main li a:hover,
.table a:hover {
  color:#626262;
}

.row h1, .main h1,
.row h2, .main h2 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.row h3, .main h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.row h4, .main h4,
.row h4, .main h5 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.row blockquote h4, .main blockquote h4,
.row blockquote h4, .main blockquote h5 {
  margin-top: 0;
}
.article-header .row h1, .article-header h1,
.article-header .row h2, .article-header h2 {
  margin-bottom: 0;
  margin-bottom: 10px !important;
}
.table h4,
.table h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.table-condensed h4,
.table-condensed h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table h4 {
  color:#005592;
  font-size:24px;
}
.table h5 {
  color:#6A737C;
  font-size:22px;
}


.fa-lg.fa-check-circle {
  font-size: 100px;
  line-height: .75em;
}
.fa-num {
  float: left;
  margin: 0 20px 30px 0;
}
.fa-num.fa-num-lg {
  margin: 0 20px 10px 0;
}


h1 { font-size:50px; }
h1.large { font-size:47px; }
h2 { font-size:38px; }
h2.large {
  font-size:40px;
  line-height:1.1 !important;
}
h3 { font-size:36px; }
h4 { font-size:30px; }
h5 { font-size:28px; }
h6 { font-size:26px; }
p, .main li { font-size: 21px; }
p.lead {
  font-size: 24px;
  margin: 0 0 30px 0;
  line-height:1.4;
}
p.lead.large { font-size:30px; }
p.small { font-size: 95%; }
.contact-details p {
  font-size:18px;
  margin: 0 0 20px 0 !important;
}

p { margin: 0 0 30px 0; }
p.small { margin: 0 0 15px 0; }
.text-compress p { margin: 0 0 10px 0; }

p, .main li { line-height:1.6; /* text line-height */ }
.main h1 { line-height:1.1; /* text line-height */ }
.main h2, .main h3 { line-height:1.3; /* text line-height */ }
.main h4 { line-height:1.33; /* text line-height */ }
.main h5 { line-height:1.33; /* text line-height */ }

.main .pagination li a  {
  text-decoration:none;
}

.headline {
  border-bottom: 4px solid #518fcc;
  margin: 10px 0 20px 0;
}
.headline h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.0;
}

.blue-circle {
  position: relative;
  border-width: 12px;
  border-color: #518fcc;
  border-style: solid;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 28px auto 20px auto;
}
.circle-number {
  font-size: 72px;
  color: #518fcc;
  font-weight: bold;
  line-height: 0.5;
  z-index: 10;
}
.circ-1 {
  position: absolute;
  left: 30px;
  top: 30px;
}
.circ-2 {
  position: absolute;
  left: 33px;
  top: 30px;
}


code, kbd, pre, samp {
  font-size: 15px;
}
kbd {
  padding: 2px 4px;
  color: #fff;
  background: #333;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #28b7fa;
  background: #ebf6fe;
  border-radius: 4px;
}
samp {
  color: #000;
}
blockquote {
  margin: 0 0 30px 0;
  padding: 25px 25px 25px 35px;
}
blockquote.bg-grey {
  background:#f7f7f9;
}
blockquote.bg-grey,
blockquote.bg-grey p {
  font-size: 18px;
}
blockquote.bg-grey p {
  margin: 0 0 20px 0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom:0;
}
blockquote.bg-blue {
  background: #f2f5f8;
  border-left: 5px solid #3084C4;
  padding: 25px 4% 25px 6%;
}
blockquote.bg-blue p,
blockquote.bg-blue p strong {
  color: #3084C4;
}
blockquote.bg-blue p {
  line-height: 1.7;
}

.pagination {
  margin: 25px 0 0 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
  color: #3084C4;
  border: 1px solid #3084C4;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #3084C4;
  border-color: #3084C4;
  cursor: not-allowed;
}
.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: #fff;
  background: #005592;
  border-color: #005592;
  cursor: default;
}
.pagination >li > a:hover,
.pagination >li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background: #3084C4;
  border-color: #3084C4;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 12px 19px;
  font-size: 17px;
  border-top:none;
  border-right:none;
  border-bottom: 4px solid #3084C4;
  border-left:none;
  margin-left: 1px;
  margin-right: 1px;
}


.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;
}
p.quote-lg,
p.quote-lg strong {
  font-size:22px !important;
  color:#004EAF !important;
}
.quote i.fa,
.quote p.quote,
.quote p.name {
  display:table-cell;
}
.quote p.name img {
  margin-top:10px;
  max-width:90px;
  max-height:40px;
}
.quote p.quote {
  font-size:18px !important;
  padding-left:10px;
  padding-right:10px;
}
.quote-sm {
  padding-bottom:30px;
}
.quote i.fa-check {
  display:inline-block;
  margin-right: 4px;
}
.quote p.name i,
.quote p.quotename i {
  color:#222;
  font-style:normal;
}
.quote i {
  color:#E5E5E5;
}
.quote p.name {
  border-left: 1px solid #e7e6d9;
  padding-left:20px;
  width:120px;
}
.quote p.name,
.quote p.quotename {
  font-size:12px;
  color:#747474;
  font-style:normal;
  line-height:1.3;
}
.quote p.name strong,
.quote p.quotename strong {
  font-size:17px;
  color:#222;
}
.quote p.quotename {
  padding-left:44px;
  padding-top: 20px;
}
.quote p.quotename img {
  float:left;
  padding:0 7px 0 0;
  margin-top: 0;
}
.quote p.quotename img.year {
  float:right;
  margin-top: -20px;
  padding:0;
  height:88px;
}
.quote-video p.name {
  width:auto !important;
}
.well {
  padding: 19px 19px 0 19px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: inset none;
}
.well-lg {
  padding: 30px 30px 0 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: inset none;
  margin-bottom: 30px;
}


.main ul,
.main ol {
  padding-top:0;
  padding-bottom:10px;
}
.main ul ul {
  padding-top:5px;
}
.main li {
  margin-bottom:10px;
  text-align:left !important;
}
.main blockquote li:last-child {
  margin-bottom:0;
  text-align:left !important;
}

/* == CHECKLIST == */

ul.checklist {
  padding-top:0;
  padding-bottom:10px;
}
.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 li {
  line-height:1.6;
}
.checklist i {
  color:#44B4E0;
  line-height:1.3;
}
img.fa-checklist {
  vertical-align: bottom;
}
ul.fa-checklist li {
  background: url("images/icons/fa-checklist.png") no-repeat left top;
  padding-left: 35px;
  list-style: none;
  margin-left:-25px;
  text-align:left !important;
}

/* WIDGETS
-------------------------------------------------- */

#packages p {
  margin: 0 0 8px 0;
}
#packages a,
#packages a p,
#packages a:hover {
  color:#222222;
  text-decoration: none !important;
}
.widget-package {
  background: #fff;
  border: 1px solid #e7e6d9;
  border-radius: 4px;
  margin: 10px auto;
  overflow: hidden;
}
.widget-package:hover {
  opacity:0.9;
}
.widget-img {
	max-width: 100%;
  width:100%;
  height:150px; /* set height of image */
  overflow:hidden;
  position: relative;
}
.widget-img img.img-responsive {
  position: absolute;
  left: 50%; /* center image with hidden overflow */
  top: 50%; /* center image with hidden overflow */
  -webkit-transform: translateY(-50%) translateX(-50%); /* center image with hidden overflow */
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -moz-transform:  translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}
/*.widget-img img {
  position: relative;
  display: block;
  min-width: 300px;
  max-height: 220px;
}*/
.widget-img img.img-new,
.widget-img img.img-sold {
  width:auto;
  min-width: 120px;
  max-height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0;
}
img.img-new,
img.img-sold {
  display: none;
}
.new img.img-new,
.sold img.img-sold {
  display: block;
}

.widget-package .img-responsive {
  margin: 0 auto !important;
}
.package-details-lg {
  height:160px;
  overflow:hidden;
  width:100%;
  background: url("images/backgrounds/bg-shadow-bottom.png") repeat-x bottom #fff;;
}
.package-details {
  padding:15px 15px 0 15px;
}
.package-details i.fa {
  margin-right: 3px;
}
.widget-btn {
  width:100%;
  min-height: 74px;
  display:inline-table;
  margin-bottom: 0;
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #333;
}
#packages .widget-btn {
  width:100%;
  min-height: 74px;
  max-height: 74px;
  display:block;
  margin-bottom: 0;
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #333;
  overflow: hidden;
}
.widget-btn p,
.widget-btn p strong {
  color:#fff !important;
}
.widget-btn p {
  padding: 14px 20px 14px 10px;
  display:table-cell;
  vertical-align: middle;
  overflow-y: hidden;
}
#packages .widget-btn p {
  font-size: 17px;
  line-height: 1.33;
}
.package-details p {
  font-size: 16px;
}
.package-price {
  border-top: 1px solid #e7e6d9;
}
.package-price p {
  color:#375B85 !important;
  padding: 10px 20px 0 10px;
}
.fa-bathtub {
  width:22px;
  height:19px;
  background: url("images/icons/bathtub.png") no-repeat bottom transparent;
  background-size: cover;
  margin-right: 6px !important;
}
.fa-studytable {
  width:26px;
  height:22px;
  background: url("images/icons/studytable.png") no-repeat bottom transparent;
  background-size: cover;
  margin-right: 6px !important;
}



.widget {
  margin-bottom:20px;
}
.widget input,
.widget button {
  border-radius:3px;
}
.main .widget button {
  margin: 0;
}
.widget-find-header,
.widget-newsletter-header {
  padding:10px;
}
.widget-find-header span,
.widget-find-header p {
  display:inline-block;
}
.widget-find-header p,
.widget-find-header p strong,
.widget-newsletter-header p,
.widget-newsletter-header p strong {
  color:#fff;
}
.widget-find-header span {
  font-size:38px;
}
.widget-find-header p {
  font-size:16px;
  margin:0;
  line-height:1.2;
}
.widget-find-header p strong {
  font-size:20px;
  margin:0;
  line-height:1.2;
}
.widget-newsletter-header p,
.widget-newsletter-header p strong {
  font-size:20px;
  margin:5px 0;
  line-height:1.2;
  text-align:center;
}
.widget-find-form {
  background: #00C4EF;
  display:block;
  height:auto;
  padding:20px 10px 6px 10px;
}
.widget-find-form p {
  color:#001E40;
  font-size:17px;
  margin:0 0 15px 0;
  line-height:1.2;
}
.widget-newsletter-form {
  background: url("images/backgrounds/bg-widget-newsletter.png") no-repeat center top #00C4EF;
  display:block;
  height:auto;
  padding:6px 10px 6px 10px;
}
.widget-newsletter-form p {
  color:#001E40;
  font-size:17px;
  margin:0 0 15px 0;
  line-height:1.2;
}
.widget-newsletter-form p.lead {
  font-size:17px;
  margin:120px 0 15px 0;
  line-height:1.2;
  text-align:center;
}
.widget-newsletter-form p.lead,
.widget-newsletter-form p.lead strong {
  color:#fff;
}
.widget-newsletter-form p.footer,
.widget-newsletter-form p.footer a {
  color:#fff;
  font-size:14px;
  margin:10px 0;
  line-height:1.2;
  text-align:left;
  text-decoration:none;
}
.widget-newsletter-form p.footer a:hover {
  color:#EDFBFE !important;
  text-decoration:underline;
}
.widget-facebook iframe {
  borrder:none;
  overflow:hidden;
  width:100%;
  height:427px;
}

.widget-cta .img-responsive {
  margin:0 auto;
}
.widget-cta .cta {
  display:table;
  width:100%;
  height:auto;
  text-align:left;
  margin-bottom:20px;
}
.widget-cta .cta img {
  width:100%; /* needed in Firefox */
  border-radius: 3px 3px 0 0;
}
.widget-cta a img:hover {
  opacity:1.0;
}
.widget-cta .cta:hover {
  opacity:0.9;
}
.widget-cta .cta-btn {
  width:100%;
  min-height:70px;
  display:inline-table;
  margin-bottom: 0;
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #3084c4;
  border-radius: 0 0 3px 3px;
}
.widget-cta .cta-btn-plain {
  width:100%;
  min-height:70px;
  display:inline-table;
  margin-bottom: 0;
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #3084c4;
  padding: 15px;
  border-radius: 3px;
}
.widget-cta .cta-btn-plain:hover {
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #338dd2;
}
.widget-cta .cta-btn-plain p.icon {
  font-size:60px;
}
.widget-cta .cta-btn-plain p {
  font-size: 24px;
  margin:0;
  padding: 10px 20px 10px 10px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.widget-cta .cta-btn-plain p,
.widget-cta .cta-btn-plain p strong,
.widget-cta .cta-btn-social {
  color: #fff;
}
.widget-cta .cta-btn p {
  font-size: 13pt;
  line-height: 1.2;
  margin:0;
  padding: 10px 20px 10px 10px;
  display: table-cell;
  vertical-align: middle;
}
.widget-cta .cta-btn p span {
  font-size: 11pt;
  line-height: 1.2;
}
.widget-cta .cta-btn p.large {
  font-size: 18pt;
  line-height: 0.9;
  padding: 10px 20px 10px 10px;
}
.widget-cta .cta-btn p.large span {
  font-size: 11pt;
  line-height: 0.9;
}
.widget-cta .cta-btn p,
.widget-cta .cta-btn p span,
.widget-cta .cta-btn p strong,
.widget-cta .cta-btn p.large {
  color:#fff;
}
.widget-cta .cta-btn-promo {
  min-height:86px;
  background: url("images/backgrounds/bg-cta-arrow-blue.png") no-repeat right #FFE600;
}
.widget-cta .cta-btn-promo p,
.widget-cta .cta-btn-promo p span,
.widget-cta .cta-btn-promo p strong,
.widget-cta .cta-btn-promo p.large {
  color:#002341;
}
.widget-cta .cta-btn-login {
  border-radius: 5px;
}
.widget-cta .cta-btn-icon {
  font-size: 60px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
  width:30%;
}
.widget-cta .cta-special {
  position:relative;
  height:280px;
  background:#fae82e;
}
.widget-cta .cta-special-img {
  position:absolute;
  z-index:1;
}
.widget-cta .cta-special-text {
  position:absolute;
  bottom:10px;
  width:100%;
  height:auto;
  z-index:2;
}
.widget-cta .cta-special-text p {
  color:#000;
  text-align:center;
  font-size: 12pt;
  line-height: 1.2;
  margin:0;
  padding: 10px;
}

.widget-logo p,
.widget-video p {
  font-size: 13pt;
  line-height: 1.2;
}
.widget-logo p.small,
.widget-video p.small {
  font-size: 10pt;
}

.alert {
  border-radius: 1px;
}
.alert-default {
  background: #f2f2f2;
  border-color: #e5e5e5;
  color: #333 !important;
}
.alert-info {
  background: #fff;
  border-color: #e5e5e5;
  color: #333 !important;
}
.alert-icon {
  padding-bottom: 40px;
  margin: 5px 15px 5px 5px;
  float: left;
  font-size: 26px;
}
.alert.text-compress {
  padding: 10px 12px;
  margin-bottom: 20px;
}

.testimonial {
  margin: 0;
  padding: 22px 30px 26px 40px;
  position: relative;
  color: #000;
  border-radius: 3px;
  background:#ebebeb;
  border-left: none;
}
.testimonial p {
  font-size:17px;
  line-height:1.9;
  margin:0;
  text-align:right;
}
.testimonial .fa-quote-left {
  color: #e9ecc4;
  margin-left:-20px;
}
.testimonial-pic {
  float:right;
  padding:4px 0 0 7px;
}
.testimonial-black {
  color: #fff;
  background:#333333;
  padding: 23px 30px 30px 30px;
}
.testimonial-black h1 {
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.testimonial h5 {
  margin-top: 5px;
  margin-bottom: 0;
}
.testimonial .fa-quote-left {
  color: #fff;
  margin-left:-20px;
  opacity:0.5;
}
.testimonial .fa-star,
.testimonial .fa-star-o,
.testimonial .fa-star-half-o,
#testimonials .fa-star,
#testimonials .fa-star-o,
#testimonials .fa-star-half-o {
  color: #508FCC;
  padding: 10px 0;
  font-size:22px;
}
.arrow-down {
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  margin: 0 0 0 86%;
}
.arrow-down { border-top: 15px solid #ebebeb; }
.arrow-down.arrow-down-black { border-top: 15px solid #333333; }
.testimonial-pic {
  float:right;
  padding:4px 0 0 7px;
}
.testimonial-pic-left {
  float:left;
  margin: 0 0 25px 90px;
}
.testimonial-author {
  margin: 10px 25px 25px 0;
  text-align:right;
  line-height:1.1;
  font-size: 17px;
}
.testimonial-author-left {
  margin: 0 0 55px 150px;
  text-align:left;
}
.testimonial-author,
.testimonial-author strong {
  color: #000 !important;
}
.testimonial-author span,
#testimonials p.name span {
  font-size: 13px;
  color: #000;
}
#testimonials p.name {
  font-size:18px;
  line-height:1.1;
  margin:0 0 20px 0 !important;
}

/* NEWS
-------------------------------------------------- */

#news {
  padding-top:0;
  padding-bottom:20px;
}
#news h1 {
  font-size:24px;
  margin:0;
  padding:0;
}
.news-img,
.news-text {
  display:block;
}
.news-img {
  position: relative;
}
.news-img img {
  width:100%; /* needed in Firefox */
}
.news-img img.news-arrow {
  width:auto;
}
.news-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}



.news-img,
.news-text {
  display:block;
}
.news-img {
  position: relative;
  border-top:4px solid #CC782A;
}
.news-img img {
  width:100%; /* needed in Firefox */
}
.news-img img.news-arrow {
  width:auto;
}
.news-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
}
.newsfeed {
  width:100%;
  margin-top:10px;
  margin-bottom:10px;
  display:inline-table;
}
.newsfeed h2 {
  font-size:26px;
  margin-bottom:15px;
}
.newsfeed .newsfeed-btn button {
  margin:0;
}
.newsfeed-thumb,
.newsfeed-text {
  display:table-cell;
  vertical-align:middle;
}
.newsfeed-thumb {
  width:20%;
  padding:0;
  margin:0;
}
.newsfeed-text {
  width:80%;
  padding:10px 20px 10px 24px;
  border-left:3px solid #E1EBEF;
  background:#f7fafb;
  position:relative;
}
.newsfeed-text p {
  font-size: 12pt;
  line-height: 1.5;
  margin-bottom:20px;
}
.newsfeed-text p.small {
  font-size: 88%;
}
.newsfeed-date {
  background:#005592;
  margin-bottom:10px;
}
.newsfeed-date:hover {
  opacity:0.9;
}
.newsfeed-date:hover {
  opacity:0.9;
}
.newsfeed-btn {
  position:absolute;
  bottom:0;
  right:0;
}
.newsfeed-btn button.btn {
  border-radius: 0 !important;
}

.article-date {
  background:#005592;
  margin-bottom:10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.article-date p,
.newsfeed-date p {
  color:#fff;
  text-align:center;
  font-size: 12pt;
  line-height: 1.2;
  margin:0;
  padding: 5px;
}
.article-date {
  margin-top:10px;
}
span.date {
  width:100%;
  display:block;
  font-size: 32px;
}
.article-header {
  margin-bottom:20px;
}
p.article-btn {
  margin: 0 !important;
}
.article-btn .btn-lg,
.article-btn .btn-group-lg > .btn {
  padding: 14px 22px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 0;
}


/* NEWSFEED in FOOTER
-------------------------------------------------- */

#footer .newsfeed-box {
	clear: both;
}
#footer a:hover .newsfeed-box {
	opacity:0.85;
}
#footer .newsfeed-img, .newsfeed-txt {
	float: left;
	height:100px;
	overflow:hidden;
	margin-bottom: 10px;
}
#footer .newsfeed-img {
	border-radius: 3px 0 0 3px;
	width:30%;
}
#footer .newsfeed-img .img-responsive {
	margin: 0 auto !important;
}
#footer .newsfeed-txt {
  padding:15px 25px 15px 15px;
  border-radius: 0 3px 3px 0;
  width:70%;
  min-height:70px;
  display:inline-table;
  background: url("images/backgrounds/bg-cta-arrow-blue.png") no-repeat right #ecf1f5;
}
#footer a:hover .newsfeed-box .newsfeed-txt {
	background: url("images/backgrounds/bg-cta-arrow-blue.png") no-repeat right #fff;
}
#footer .newsfeed-txt p {
	color:#333 !important;
	font-size: 12px !important;
	padding: 0 !important;
	margin: 0 0 5px 0 !important;
	text-align: left;
	line-height: 1.3 !important;
}
#footer .newsfeed-txt p.lead,
#footer .newsfeed-txt p.lead strong {
	font-size: 15px !important;
}
#footer a:hover .newsfeed-box .newsfeed-txt p,
#footer a:hover .newsfeed-box .newsfeed-txt p strong,
#footer a:hover .newsfeed-box .newsfeed-txt p.lead {
	color:#203A5B !important;
}

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

.table { background: #fff; }
table .row {
  margin-left: -10px;
  margin-right: -10px;
}
table,
table p,
.table li {
  font-size: 16px !important;
  line-height:1.2;
}
.table ul,
.table ol {
  padding-left: 26px;
}
table p {
  margin: 0 0 10px 0;
}
.table > tbody > tr > td.price p {
  margin: 0 0 5px 0;
}
.table > tbody > tr > td.price p.small {
  margin: 0;
  font-size: 88%;
}
.table > tbody > tr > td.title p {
  font-size: 21px;
  text-align: left;
}
.table > thead > tr.text-left > th,
.table > thead > tr > th.text-left {
  text-align:left;
}
.table-vmiddle > tbody > tr > td {
  vertical-align: middle !important;
}
.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;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table.table-condensed > thead > tr > td,
.table.table-condensed > tbody > tr > td,
.table.table-condensed > tfoot > tr > td {
  padding:5px 10px;
}
.table > thead > tr > th {
  line-height:1.2;
  vertical-align: bottom;
  background: #005592;
  padding:12px 10px;
  color:#fff;
  font-size: 22px;
}
.table > thead.text-center > tr > th {
  text-align:center;
}
.table > thead.text-right > tr > th {
  text-align:right;
}
.table > thead > tr > th.bg-grey {
  background: #F1F1F1;
  color:#000;
}
.table-display {
  margin: 0 auto;
  display:table;
}
.vmiddle {
  display:table-cell;
  vertical-align:middle;
}

.table > thead:first-child > tr:first-child > td.left-corner,
.table-bordered > thead > tr > td.left-corner {
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table td.no-border-top { border-top: 1px solid #fff; }
.table td.no-border-bottom { border-bottom: 1px solid #fff; }
.table td.no-border-left { border-left: 1px solid #fff; }
.table td.no-border-right { border-right: 1px solid #fff; }

.table > thead > tr > td.grey,
.table > tbody > tr > td.grey,
.table > tfoot > tr > td.grey,
.table > thead > tr > th.grey,
.table > tbody > tr > th.grey,
.table > tfoot > tr > th.grey,
.table > thead > tr.grey > td,
.table > tbody > tr.grey > td,
.table > tfoot > tr.grey > td,
.table > thead > tr.grey > th,
.table > tbody > tr.grey > th,
.table > tfoot > tr.grey > th {
  background: #f4f4f4 !important;
}
.table-hover > tbody > tr > td.grey:hover,
.table-hover > tbody > tr > th.grey:hover,
.table-hover > tbody > tr.grey:hover > td,
.table-hover > tbody > tr:hover > .green,
.table-hover > tbody > tr.grey:hover > th {
  background: #ededed;
}
.table > thead > tr > td.green,
.table > tbody > tr > td.green,
.table > tfoot > tr > td.green,
.table > thead > tr > th.green,
.table > tbody > tr > th.green,
.table > tfoot > tr > th.green,
.table > thead > tr.green > td,
.table > tbody > tr.green > td,
.table > tfoot > tr.green > td,
.table > thead > tr.green > th,
.table > tbody > tr.green > th,
.table > tfoot > tr.green > th {
  background: #00b154 !important;
  color:#fff !important;
}
.table-hover > tbody > tr > td.green:hover,
.table-hover > tbody > tr > th.green:hover,
.table-hover > tbody > tr.green:hover > td,
.table-hover > tbody > tr:hover > .green,
.table-hover > tbody > tr.green:hover > th {
  background: #00c25c !important;
}
.table > thead > tr > td.purple,
.table > tbody > tr > td.purple,
.table > tfoot > tr > td.purple,
.table > thead > tr > th.purple,
.table > tbody > tr > th.purple,
.table > tfoot > tr > th.purple,
.table > thead > tr.purple > td,
.table > tbody > tr.purple > td,
.table > tfoot > tr.purple > td,
.table > thead > tr.purple > th,
.table > tbody > tr.purple > th,
.table > tfoot > tr.purple > th {
  background: #7733a9 !important;
  color:#fff !important;
}
.table-hover > tbody > tr > td.purple:hover,
.table-hover > tbody > tr > th.purple:hover,
.table-hover > tbody > tr.purple:hover > td,
.table-hover > tbody > tr:hover > .purple,
.table-hover > tbody > tr.purple:hover > th {
  background: #8439bb !important;
}
.table > thead > tr > td.blue,
.table > tbody > tr > td.blue,
.table > tfoot > tr > td.blue,
.table > thead > tr > th.blue,
.table > tbody > tr > th.blue,
.table > tfoot > tr > th.blue,
.table > thead > tr.blue > td,
.table > tbody > tr.blue > td,
.table > tfoot > tr.blue > td,
.table > thead > tr.blue > th,
.table > tbody > tr.blue > th,
.table > tfoot > tr.blue > th {
  background: #007ed3 !important;
  color:#fff !important;
}
.table-hover > tbody > tr > td.blue:hover,
.table-hover > tbody > tr > th.blue:hover,
.table-hover > tbody > tr.blue:hover > td,
.table-hover > tbody > tr:hover > .blue,
.table-hover > tbody > tr.blue:hover > th {
  background: #008ae6 !important;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background: #f3f5f9;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background: #eaedf4;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background: #ebcccc;
}

.table-hover > tbody > tr:hover {
  background: #fafafa;
}
.table-hover > tbody > tr.no-hover:hover {
  background: #fff;
}
.table-hover > tbody > tr.default.no-hover:hover {
  background: #f4f4f4;
}


/* PANELS
-------------------------------------------------- */

.panel {
  margin-top: 10px;
  margin-bottom: 30px;
  background: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: none);
  box-shadow: none;
}
.panel.panel-default .panel-body {
  padding: 15px 15px 0 15px;
}
.panel p {
  margin-bottom:20px !important;
}
.panel ul {
  padding-bottom:5px !important;
}
.panel p.btn-article .text-right {
  text-align: right;
}
.panel p.btn-article,
.panel p.btn-article button {
  margin: 0 !important;
  padding: 10px;
}

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

.bg-black { background:#000; }
.bg-white { background:#fff; }
.bg-lightgrey { background:#fbfbfb; }
.bg-grey { background:#F1F1F1; }
.bg-darkgrey { background:#4D4D4D; }
.bg-paynesgrey { background:#51626F; }
.bg-indigo { background:#061856; }
.bg-gold { background:#FAC532; }
.bg-blue { background:#0B84C4; }
.bg-lightblue { background:#F2F7F9; }
.bg-navy { background:#005592; }
.bg-cyan { background:#44B4E0; }
.bg-blue-sky {
	background: -webkit-linear-gradient(-0deg, #FFFFFF 0%,#3084C4 100%);
	background: linear-gradient(-0deg, #FFFFFF 0%,#3084C4 100%);
  background-repeat: no-repeat;
}
.bg-form { background: url("images/backgrounds/bg-form.png") no-repeat center top #f2f2f3; }
.bg-box-black {
  background: url("images/backgrounds/bg-black.png") repeat transparent;
  padding: 0 20px 15px 20px;
  margin-bottom: 15px;
}
.bg-box-blue {
  background: #0B84C4;
  padding: 1px 20px 15px 100px;
  margin: 0;
  width: 70%;
}
.bg-box-blue h3 { font-size: 32px; }
.bg-box-white { background: url("images/backgrounds/bg-white.png") repeat transparent; }
.bg-arrow-down { background: url("images/backgrounds/bg-arrow-down.png") no-repeat center top transparent; }
.bg-arrow-down-indigo { background: url("images/backgrounds/bg-arrow-down-white.png") no-repeat center top #061856; }
.bg-arrow-down-lightblue { background: url("images/backgrounds/bg-arrow-down-white.png") no-repeat center top #F2F7F9; }
.bg-arrow-down-cyan { background: url("images/backgrounds/bg-arrow-down-white.png") no-repeat center top #44B4E0; }
.bg-arrow-down-blue { background: url("images/backgrounds/bg-arrow-down-white.png") no-repeat center top #0B84C4; }
.bg-arrow-down-img-1 { background: url("images/backgrounds/bg-arrow-down-img-1.jpg") no-repeat center top #104480; }
.bg-arrow-down-img-2 { background: url("images/backgrounds/bg-arrow-down-img-2.jpg") no-repeat center top #061856; }
.bg-arrow-down-img-3 { background: url("images/backgrounds/bg-arrow-down-img-3.jpg") no-repeat center top #061856; }
.bg-sprout-process { background: url("images/backgrounds/bg-sprout-process.jpg") no-repeat center #175da2; }
.bg-free-guide { background: url("images/backgrounds/bg-free-guide.jpg") no-repeat center #005592; }

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

#footer {
  margin-top:0;
}
.btn-footer {
  float:right;
  margin:0 0 0 8px;
}
.btn-footer img {
  float:left;
}
.footer-logos img {
  max-width:120px;
}
footer {
  margin:0 0 0 0;
  padding:40px 0 30px 0;
  background:#333333;
}
.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 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.footer p {
  color:#fff;
  font-size:16px;
  padding:0;
  margin:0 0 15px 0;
  text-align:left;
  line-height:1.5;
}
.footer p.text-center,
.footer .text-center p {
  text-align:center;
}
.footer p.lead,
.footer p.lead strong,
.footer p strong {
  color:#fff;
}
.footer p.lead {
  font-size:18px;
  /*text-transform: uppercase;*/
}
.footer p a,
.footer p.lead a,
.footer-logos-text p,
.footer .fa-circle  {
  text-decoration:none;
  color:#e0e0e0;
}
.footer a:hover {
  color:#fff !important;
  opacity:1.0;
  text-decoration:none;
}
.footer .fa-circle { color:#8ccde5; }
.footer .fa-social { color:#fff; }
.footer a:hover .fa-circle {
  color:#fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.footer a:hover .fa-social {
  color:#8ccde5;
}


.footer .fa-2x {
  font-size: 2.7em;
}
.footer label {
  color:#fff;
  font-size:16px;
}
.footer .form-control {
  color:#fff;
  background: transparent;
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.footer .form-control.has-warning {
  border-color: #f7b32f;
  background: #88631a;
}
.footer #form-default ::-webkit-input-placeholder { color: #fff; }
.footer #form-default ::-moz-placeholder {color: #fff; }
.footer #form-default :-ms-input-placeholder { color: #fff; }
.footer #form-default :-o-input-placeholder { color: #fff; }

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

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 7px;
  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
-------------------------------------------------- */

.black { color:#000 !important; }
.white, .white strong { color:#fff !important; }
.cyan, .cyan strong { color:#44B4E0 !important; }
.gold, .gold strong { color:#FAC532 !important; }
.orange, .orange strong { color:#F79824 !important; }
.blue, .blue strong { color:#3084C4 !important; }
.lightblue, .lightblue strong { color:#B9E0F7 !important; }
.darkgrey, .darkgrey strong { color:#4D4D4D !important; }
.grey, .grey strong { color:#C4C4C4 !important; }
.silver, .silver strong { color:#CBCBCB !important; }
.lightgrey, .lightgrey strong { color:#F2F2F2 !important; }
.navy, .navy strong { color:#005592 !important; }
.indigo, .indigo strong { color: #061856 !important; }
.paynesgrey, .paynesgrey strong { color:#51626F !important; }
.teal, .teal strong { color:#238C96 !important; }
.green, .green strong { color:#6AC594 !important; }

.blue a { color: #3084C4 !important; }
.blue a:hover { color: #006bb7 !important; }

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

.btn {
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.3;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 2px solid;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.btn .glyphicon-menu-left,
.btn .glyphicon-menu-right {
  font-size: 84%;
}
.btn-p {
  margin-top:0 !important;
  margin-bottom:0 !important;
}
.main p button {
  margin:5px 0;
}
.btn-arrow { background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right transparent; }
.btn-arrow.bg-navy { background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #005592; }
.btn-arrow.bg-indigo { background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #061856; }
.btn-arrow.bg-paynesgrey { background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #51626F; }
.btn-arrow.bg-black { background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #000; }

.btn-corner { background: url("images/backgrounds/bg-cta-corner.png") no-repeat right bottom transparent; }
.btn-corner.bg-navy { background: url("images/backgrounds/bg-cta-corner.png") no-repeat right bottom #005592; }
.btn-corner.bg-indigo { background: url("images/backgrounds/bg-cta-corner.png") no-repeat right bottom #061856; }
.btn-corner.bg-paynesgrey { background: url("images/backgrounds/bg-cta-corner.png") no-repeat right bottom #51626F; }
.btn-corner.bg-black { background: url("images/backgrounds/bg-cta-corner.png") no-repeat right bottom #000; }

.btn-corner:hover {
  background-position: right -2px bottom -2px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 2px 6px 2px 6px !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  border-radius: 1px !important;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 14px !important;
  font-size: 19px !important;
  line-height: 1.3 !important;
  border-radius: 0 !important;
}
.btn-sm.btn-social {
  padding: 8px 4px !important;
  width:45px;
  text-align: center;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 42px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-square.btn-lg,
.btn-square.btn-group-lg > .btn {
  padding: 5px !important;
  font-size: 32px !important;
  width:70px;
  height: 70px;
  margin-bottom:7px;
  line-height: 1.2;
  border-radius: 0;
}
.btn-square.btn-xs,
.btn-square.btn-group-xs > .btn {
  padding: 5px !important;
  font-size:20px !important;
  width:40px;
  height: 38px;
}
.btn-square.btn-sm,
.btn-square.btn-group-sm > .btn {
  padding: 5px !important;
  font-size: 22px !important;
  width: 50px;
  height: 46px;
}
.btn-square {
  text-align: center !important;
}
.btn-xlg {
  padding: 14px 58px;
  font-size: 42px;
}
.navbar-btn {
  padding: 7px 14px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  border-radius: 0 !important;
  margin:5px 0 0 10px !important;
  display:none;
}
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 */
  text-align:center !important;
}
.btn-full.text-left {
  text-align:left !important;
}
.btn-full.text-left span,
.btn-full.text-left i.fa {
  float:right;
}
.btn.btn-sm span.glyphicon-menu-right,
.btn.btn-sm span.glyphicon-menu-left,
.btn-full.text-left i.fa {
  margin-top: 3px;
}
.btn-nav-bar {
  font-size:16px;
  padding: 7px 12px;
}
.btn-nav-bar  span {
  padding-left:6px;
}

.btn-primary strong,
.btn-info strong,
.btn-success strong,
.btn-danger strong {
  color: #fff !important;
}


.btn-primary { /* button color - BLUE */
  color: #fff;
  background: #3084C4;
  border-color: #3084C4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background: #338dd2;
  border-color: #338dd2;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  
}
.btn-info { /* button color - CYAN */
  color: #fff;
  background: #44B4E0;
  border-color: #44B4E0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background: #4ac3f3;
  border-color: #4ac3f3;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  
}
.btn-warning { /* button color - PAYNES GREY & WHITE */
  color: #51626F;
  background: #fff;
  border-color: #51626F;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background: #51626F;
  border-color: #51626F;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  
}
.btn-default { /* button color - NAVY & WHITE */
  color: #005592;
  background: #fff;
  border-color: #005592;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background: #005592;
  border-color: #005592;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  
}
#footer .btn-inverse.btn-default { /* button color - INVERSE WHITE & GREY FOOTER */
  color: #333333;
  background: #fff;
  border-color: #fff;
}
#footer .btn-inverse.btn-default:hover,
#footer .btn-inverse.btn-default:focus,
#footer .btn-inverse.btn-default:active,
#footer .btn-inverse.btn-default.active,
#footer .open .dropdown-toggle.btn-inverse.btn-default {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-success { /* button color - NAVY */
  color: #fff;
  background: #005592;
  border-color: #005592;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background: #006bb7;
  border-color: #006bb7;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  
}
.feedback .btn-success { /* button color - GREEN */
  color: #fff;
  background: #3c763d;
  border-color: #3c763d;
}
.feedback .btn-success:hover,
.feedback .btn-success:focus,
.feedback .btn-success:active,
.feedback .btn-success.active,
.feedback .open .dropdown-toggle.btn-success {
  color: #fff;
  background: #51a053;
  border-color: #51a053;
}
.btn-danger { /* button color - INDIGO */
  color: #fff;
  background: #061856;
  border-color: #061856;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background: #0b2a98;
  border-color: #0b2a98;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  
}


.btn-twitter { /* button color - TWITTER */
  color: #fff;
  background: #53C9E0;
  border-color: #53C9E0;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  color: #fff;
  background: #59d8f1;
  border-color: #59d8f1;
}
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
  
}
.btn-linkedin { /* button color - LINKEDIN */
  color: #fff;
  background: #0A729C;
  border-color: #0A729C;
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  color: #fff;
  background: #0c85b6;
  border-color: #0c85b6;
}
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
  
}
.btn-facebook { /* button color - FACEBOOK */
  color: #fff;
  background: #3B5998;
  border-color: #3B5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #fff;
  background: #496fbd;
  border-color: #496fbd;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  
}
.btn-youtube { /* button color - YOUTUBE */
  color: #fff;
  background: #EE1C1B;
  border-color: #EE1C1B;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  color: #fff;
  background: #ff1e1d;
  border-color: #ff1e1d;
}
.btn-youtube:active,
.btn-youtube.active,
.open .dropdown-toggle.btn-youtube {
  
}
.btn-google { /* button color - GOOGLE */
  color: #fff;
  background: #dd5044;
  border-color: #dd5044;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  color: #fff;
  background: #f4584b;
  border-color: #f4584b;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-google {
  
}


.btn-nav-collapse {
  margin: 6px 0;
}

.btn-inverse { /* button color - INVERSE */
  color: #fff;
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  -webkit-transition: border-color 0.4s, color 0.2s;
  transition: border-color 0.4s, color 0.4;
}
.btn-inverse::before {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}

.btn-inverse.btn-danger { /* button color - INVERSE INDIGO */
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-inverse.btn-danger:hover,
.btn-inverse.btn-danger:focus,
.btn-inverse.btn-danger:active,
.btn-inverse.btn-danger.active,
.open .dropdown-toggle.btn-inverse.btn-danger {
  color: #fff;
  background: #061856;
  border-color: #061856;
}
.bg-arrow-down-blue .btn-inverse.btn-primary { /* button color - INVERSE BLUE */
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-inverse.btn-primary:hover,
.btn-inverse.btn-primary:focus,
.btn-inverse.btn-primary:active,
.btn-inverse.btn-primary.active,
.open .dropdown-toggle.btn-inverse.btn-primary {
  color: #338dd2;
  background: #fff;
  border-color: #fff;
}
.bg-arrow-down-blue  .btn-inverse.btn-primary:hover,
.bg-arrow-down-blue  .btn-inverse.btn-primary:focus,
.bg-arrow-down-blue  .btn-inverse.btn-primary:active,
.bg-arrow-down-blue  .btn-inverse.btn-primary.active,
.bg-arrow-down-blue  .open .dropdown-toggle.btn-inverse.btn-primary {
  color: #338dd2;
  background: #fff;
  border-color: #fff;
}
.btn-inverse.btn-info { /* button color - INVERSE CYAN */
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-inverse.btn-info:hover,
.btn-inverse.btn-info:focus,
.btn-inverse.btn-info:active,
.btn-inverse.btn-info.active,
.open .dropdown-toggle.btn-inverse.btn-info {
  color: #fff;
  background: #44B4E0;
  border-color: #44B4E0;
}
.btn-inverse.btn-success { /* button color - INVERSE NAVY */
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-inverse.btn-success:hover,
.btn-inverse.btn-success:focus,
.btn-inverse.btn-success:active,
.btn-inverse.btn-success.active,
.open .dropdown-toggle.btn-inverse.btn-success {
  color: #fff;
  background: #005592;
  border-color: #005592;
}
.btn-inverse.btn-white.btn-success { /* button color - INVERSE NAVY WHITE BOX */
  color: #005592;
  background: #fff;
  border-color: #fff;
}
.btn-inverse.btn-white.btn-success:hover,
.btn-inverse.btn-white.btn-success:focus,
.btn-inverse.btn-white.btn-success:active,
.btn-inverse.btn-white.btn-success.active,
.open .dropdown-toggle.btn-inverse.btn-white.btn-success {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-inverse.btn-white.btn-primary { /* button color - INVERSE BLUE WHITE BOX */
  color: #3084C4;
  background: #fff;
  border-color: #fff;
}
.btn-inverse.btn-white.btn-primary:hover,
.btn-inverse.btn-white.btn-primary:focus,
.btn-inverse.btn-white.btn-primary:active,
.btn-inverse.btn-white.btn-primary.active,
.open .dropdown-toggle.btn-inverse.btn-white.btn-primary {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-inverse.btn-white.btn-info { /* button color - INVERSE CYAN WHITE BOX */
  color: #005592;
  background: #fff;
  border-color: #fff;
}
.btn-inverse.btn-white.btn-info:hover,
.btn-inverse.btn-white.btn-info:focus,
.btn-inverse.btn-white.btn-info:active,
.btn-inverse.btn-white.btn-info.active,
.open .dropdown-toggle.btn-inverse.btn-white.btn-info {
  color: #fff;
  background: #44B4E0;
  border-color: #44B4E0;
}


.cta-plain {
  width:100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 20px;
}
.cta-plain p.small {
  font-size: 100%;
}


.cta {
  display:table;
  width:100%;
  height:auto;
  /*text-align:left;*/
  margin:10px 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.cta.cta-plain {
  height:160px;
}
.widget-cta .cta.cta-plain {
  height: 90px;
}
.cta.cta-plain p {
  font-size: 27px;
}
.cta:hover {
  opacity:0.9;
}
.cta.bg-black:hover {
  opacity:0.8;
}
.cta:hover .cta-text p {
  font-size: 28px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.cta .img-responsive {
  margin: 0 auto;
}
.cta-plain .cta-text {
  vertical-align: middle;
  display: table-cell;
}
.cta-plain .cta-text,
.cta-plain .cta-text p,
.cta-plain .cta-text p strong {
  color:#fff;
}
.cta-plain .cta-text p {
  margin: 0;
  line-height: 1.1;
}
.cta-btn {
  width:100%;
  height:60px;
  display:inline-table;
  margin-bottom: 0;
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right #508FCC;
}
.cta-btn p {
  color:#fff;
  font-size: 14pt;
  line-height: 1.2;
  margin:0;
  padding: 10px 25px 10px 20px;
  display: table-cell;
  vertical-align: middle;
}
.cta-btn.cta-btn-sm p {
  padding: 10px 25px 10px 10px;
  width: 100%;
}
.cta-btn.cta-btn-sm img {
  float: left;
  height:90px;
}
.cta-rooms .cta {
  margin: 5px 0;
}



.news {
  display:table;
  width:100%;
  height:auto;
  text-align:left;
  margin:10px 0;
}
#news a img:hover {
  opacity:1.0;
}
.news:hover {
  opacity:0.9;
}
.news-text {
  width:100%;
  display:inline-table;
  margin-bottom: 0;
  background:transparent;
}
.news-text {
  height:70px;
}
.news-text p {
  color:#333132;
  font-size: 16px;
  line-height: 1.4;
  margin:0;
  padding: 10px 10px;
  display: table-cell;
  vertical-align: top;
}
a:hover .news-text {
  color:#000;
}

#grid {
  text-align:center;
}
.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:#666;
  margin-bottom:0;
  padding-bottom:0;
  line-height:1.2;
}
.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:19px;
  color:#000;
  border-radius: 0;
  height: 46px;
}
.file-input {
  font-size:19px;
  width:100%;
  height: 46px;
  padding: 6px 0;
  line-height: 1.42857143;
  color: #000;
  border-radius: 4px;
}
.controls-select {
  margin-bottom:10px;
}
.compress-select {
  margin-top:2%;
}
.form-group {
  margin-bottom: 2px;
}
.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 {
 padding-left: 25px;
}
.feedback {
  height:auto;
  margin: 2% 0 2% 0;
  border-radius: 0;
  clear:both;
  text-align:left;
}
.feedback p {
  padding:16px;
  margin: 2%;
  line-height:1.3;
  font-size:16px;
}

.text-success,
.text-success strong,
.bg-success .fa-circle {
  color: #3c763d !important;
}
.text-warning,
.text-warning strong,
.bg-warning .fa-circle {
  color: #8a6d3b !important;
}
.text-info,
.text-info strong,
.bg-info .fa-circle,
.bg-info .fa-pulse {
  color: #31708f !important;
}
.text-danger,
.text-danger strong,
.bg-danger .fa-circle {
  color: #a94442 !important;
}

.fa-icon i.fa,
.fa-icon span,
.fa-icon p {
  display:table-cell;
}
.feedback .fa-icon {
  padding-left:20px;
  display: table; /* needed to align feedback icon and text */
  width: 100%;
}
.feedback .fa-icon .fa-stack {
  width: 9%;
}
.feedback .fa-icon p {
  width: 91%;
  padding-right: 20px;
}
.fa-icon i.fa,
.fa-icon p {
  vertical-align:middle;
}
.feedback .btn i.fa,
.feedback .btn span {
  display:inline-block;
}
.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: #f7b32f;
  background:#fcf8e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.file-input.has-warning {
  border: 1px solid #f7b32f;
}
#book-quote {
  margin-bottom:8px;
}
#book-quote h2 {
  margin-top:20px;
}

/* MENU SIDEBAR
-------------------------------------------------- */

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group i {
  margin-right: 10px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background: #f9f9f9;
  border: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.list-features .list-group-item {
  background: url("images/buttons/btn-square-arrow.jpg") no-repeat center right #fff;
  text-align: left;
  padding: 15px 55px 15px 15px;
  width:100%;
  font-size: 17px;
  margin-bottom: 5px;
  border: 1px solid #CBCBCB;
}
.list-group-item-parent,
.list-group-item-parent strong {
  font-size: 15px;
  color:#203A5B !important;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background: #f6f6f6;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background: #ececec;
  color: #bcbcbc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #203A5B;
  background: #e7f1f9;
  border-color: #d9e2ea;
}

/* LIST GROUP MAIN
-------------------------------------------------- */

.list-group-main .list-group-item {
  position: relative;
  display: block;
  padding: 0 15px 0 15px;
  margin-bottom: 0;
  border-top: none;
  border-right: none;
  border-bottom: 4px solid #3084C4;
  border-left: none;
  background: transparent;
}
.list-group-main .list-group-item:first-child {
  border-top: none;
}
.list-group-main .list-group-item:last-child {
  border-bottom: 4px solid #3084C4;
}
.list-group-main p.list-group-item-heading {
  margin: 20px 20px 6px 0;
  font-size: 24px;
  line-height: 1.3;
}
.list-group-main p.list-group-item-text {
  margin: 0 20px 18px 0;
  font-size: 18px;
  color:#666666;
  line-height:1.4;
}
.list-group-main p.small {
  font-size: 82%;
  line-height:1.4;
}
.list-group-main .feed-icon {
  width:30px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:6px;
  font-size: 18px;
}
.list-group-main .feed-img {
  width:100%;
  height:300px;
  overflow: hidden;
}
.list-group-main .feed-img img {
  min-height: 300px;
  max-width: inherit;
}
.list-group-main .feed-date {
  width:200px;
  background:#3084C4;
  left: -10px;
  padding: 10px 25px;
  margin-bottom:-6px;
}
.list-group-main .feed-date p {
  color: #fff;
  font-size: 15px;
  margin-bottom:0;
  text-transform: uppercase;
}
.list-group-main .feed-category {
  color: #3084C4;
}
.list-group-main .list-group-item-img {
  margin:0 0 15px 0;
  height:120px;
}
.list-group-main .list-group-item.active strong,
.list-group-main .list-group-item.active .list-group-item-heading,
.list-group-main .list-group-item.active .list-group-item-text,
.list-group-main .list-group-item.active:hover .list-group-item-text,
.list-group-main .list-group-item.active:focus .list-group-item-text {
  color: #51626F;
}
.list-group-main a.list-group-item {
  color: #51626F;
}
.list-group-main a.list-group-item .list-group-item-heading,
.list-group-main a.list-group-item p.list-group-item-heading strong {
  color: #005592;
}
.list-group-main .list-group-item-text strong {
  color: #333;
}
.list-group-main .list-group-item i {
  padding-bottom:6px;
}
.list-group-main a.list-group-item:hover i,
.list-group-main a.list-group-item:hover strong,
.list-group-main a.list-group-item:hover .list-group-item-heading,
.list-group-main a.list-group-item:hover p.list-group-item-heading strong,
.list-group-main a.list-group-item:focus i,
.list-group-main a.list-group-item:focus strong,
.list-group-main a.list-group-item:focus .list-group-item-heading,
.list-group-main a.list-group-item:focus p.list-group-item-heading strong {
  color: #3084C4;
}
.list-group-main a.list-group-item:hover,
.list-group-main a.list-group-item:focus {
  text-decoration: none;
  color: #3084C4;
  background: #F2F7F9;
}
.list-group-main .list-group-item.active,
.list-group-main .list-group-item.active:hover,
.list-group-main .list-group-item.active:focus {
  z-index: 2;
  color: #3084C4;
  background: #F2F7F9;
}

/* LIST GROUP SIDEBAR
-------------------------------------------------- */

.list-group-sidebar .list-group-item {
  padding: 15px;
  border-bottom: 2px solid #3084C4;
}
.list-group-sidebar .list-group-item:first-child {
  border-top: 3px solid #3084C4;
}
.list-group-sidebar .list-group-item:last-child {
  border-bottom: 3px solid #3084C4;
}
.list-group-sidebar p.list-group-item-heading {
  margin: 0 20px 0 0;
  font-size: 20px;
  line-height: 1.1;
}

/* LIST GROUP FOOTER
-------------------------------------------------- */

.list-group-footer .list-group-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 0;
  padding: 0 15px;
}
.list-group-footer .list-group-item:first-child {
  border-top: 1px solid #CCCCCC;
}
.list-group-footer .btn-arrow {
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right transparent;
}
.list-group-foot a:hover .btn-arrow {
  background: url("images/backgrounds/bg-cta-arrow.png") no-repeat right transparent;
}
.list-group-footer .list-group-item-text strong {
  color: #333;
}
.list-group-footer .list-group-item i {
  padding-bottom:0;
}
.list-group-footer .feed-date p {
  color: #767676;
  font-size: 12px;
  margin-bottom:0;
  text-transform: uppercase;
}
.list-group-footer p.list-group-item-heading {
  line-height: 1.1.;
}
.list-group-footer p.list-group-item-heading,
.list-group-footer p.list-group-item-text {
  padding-right:22px;
  color:#4D4D4D;
}
.list-group-footer p.list-group-item-heading {
  margin: 10px 0 5px 0 !important;
}
.list-group-footer a.list-group-item .list-group-item-heading,
.list-group-footer a.list-group-item p.list-group-item-heading strong {
  color: #4D4D4D;
}
.list-group-footer a.list-group-item:hover i,
.list-group-footer a.list-group-item:hover strong,
.list-group-footer a.list-group-item:hover .list-group-item-heading,
.list-group-footer a.list-group-item:focus i,
.list-group-footer a.list-group-item:focus strong,
.list-group-footer a.list-group-item:focus .list-group-item-heading,
.list-group-footer a.list-group-item:hover p.list-group-item-heading strong {
  color: #4D4D4D !important;
}
.list-group-footer a.list-group-item:hover,
.list-group-footer a.list-group-item:focus {
  text-decoration: none;
  color: #4D4D4D !important;
  background: #FBFBFB;
}
.list-group-footer .list-group-item.active,
.list-group-footer .list-group-item.active:hover,
.list-group-footer .list-group-item.active:focus {
  z-index: 2;
  color: #767676;
  background: #FBFBFB;
  border: none;
}
.list-group-footer .feed-category,
.list-group-footer .fa,
.list-group-footer a.list-group-item:hover .feed-icon,
.list-group-footer a.list-group-item:hover i,
.list-group-footer .small.text-center {
  color:#3084C4;
}
.list-group-footer .list-group-img {
  padding: 0;
  overflow: hidden;
  height:110px;
}
.list-group-footer .list-group-img img {
  margin: 0;
  height:auto;
  width:100%;
}

/* BLOG FEED
-------------------------------------------------- */

.blog-feed .img-responsive {
  margin: 0 auto;
}
.blog-feed.list-group-main .list-group-item {
  padding: 0 15px 0 0;
}
.blog-feed .feed-date {
  bottom:2px;
  left: 5px;
  position: absolute;
}

/* LOADERS FEED
-------------------------------------------------- */

.loaders-row .white-box,
.loaders-row .red-box {
  height: 412px;
  overflow: hidden;
}
.white-box {
  height: auto;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 1px solid #e7e6d9;
  text-align: left;
  background: #fff;
}
.red-box {
  height: auto;
  overflow-y: hidden;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 1px solid #005592;
  text-align: left;
  background: #005592;
}
.red-box .btn-warning { /* button color - COOL RED & WHITE */
  color: #005592;
  background: #fff;
  border-color: #fff;
}
.red-box .btn-warning:hover,
.red-box .btn-warning:focus,
.red-box .btn-warning:active,
.red-box .btn-warning.active {
  color: #fff;
  background: #005592;
  border-color: #fff;
}
.white-box h4,
.white-box h4 a {
  color:#005592;
}
.white-box h4 a:hover { color:#f22143; }
.white-box p { font-size: 16px; }
.red-box .white a {
  color:#fff;
  border-bottom: none;
}
.red-box .white a:hover {
  color:#fff;
  border-bottom: 1px dotted;
}
.white-box-body { padding: 0 20px;}
.red-box-body { padding: 120px 20px 0 20px;}

/* ACCESSORIES FEED
-------------------------------------------------- */

.thumb-box {
  height: auto;
  overflow-y: hidden;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto 30px auto;
  border: 1px solid #e7e6d9;
  text-align: center;
  background: #fff;
  width: 250px;
}
.thumb-box p {
  font-size: 16px;
  margin: 10px 0 10px 0;
}
.thumb-box p.small {
  font-size: 13px;
  margin: 10px 0 10px 0;
}
.thumb-box a p {
  color: #666666;
}
.thumb-box a:hover p {
  color: #333;
}
.thumb-box .img-responsive {
  width:100%;
  margin:0 auto;
}


/* VIDEO FEED
-------------------------------------------------- */

.video-feed .bg-white {
  height: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.video-box {
  height: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 1px solid #e7e6d9;
  text-align: center;
}
.video-feed .img-responsive,
.video-box .img-responsive {
  margin: 0 auto 10px auto;
  width: 100%;
}
.video-feed p,
.video-feed h3 {
  padding-left:15px;
  padding-right:15px;
}
.video-feed p {
  font-size: 15px;
  margin: 0;
  line-height: 1.4;
}
.video-feed h3  {
  color: #3084C4;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 15px 0;
  padding-top: 10px;
}
.video-text {
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}


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

#form-default {
  font-size: 19px;
  padding-bottom: 15px;
}
#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: 0;
}
#form-default.text-center input {
  text-align:center;
}
#form-default button {
  width:100%;
}
#form-default .form-group {
  margin-bottom: 15px;
}
#form-default .checkbox input[type="checkbox"] {
  margin-left:-25px;
}
#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;
}

#form-default.form-inverse label {
  color:#fff;
  font-size:16px;
}
#form-default.form-inverse .form-control {
  color:#e6eff4;
  background: url("images/backgrounds/bg-black.png") repeat transparent;
  border: 2px solid #e6eff4;
  margin-bottom: 5px;
  height: 55px;
}
#form-default.form-inverse .form-control.has-warning {
  border-color: #f7b32f;
  background: #88631a;
}
#form-default.form-inverse ::-webkit-input-placeholder { color: #fff; }
#form-default.form-inverse ::-moz-placeholder {color: #fff; }
#form-default.form-inverse :-ms-input-placeholder { color: #fff; }
#form-default.form-inverse :-o-input-placeholder { color: #fff; }


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

@media (min-width: 1500px)  {
  #header .container,
  #navigation .container,
  #footer .container,
  .content .container,
  .content-banner .container,
  .content-cta .container,
  .content-sm .container,
  .banner .container,
  .article-banner .container,
  .displayer .container  {
    width: 1200px !important;
  }
}
@media (min-width: 1200px)  {
  #header .container,
  .displayer .container {
    width: 100%;
  }
  .banner-lg {
    min-height:340px;
    padding-top:102px;
    padding-bottom:65px;
  }
  .widget-cta .cta.cta-plain p strong {
    font-size: 21px;
  }
  .widget-cta .cta-btn p span {
    font-size: 12pt;
  }
  .widget-cta .cta-btn-icon {
    width:25%;
  }
  .widget-cta .cta-special {
    height:250px;
  }
  .widget-cta .cta-special-text {
    bottom:0;
  }
  .hide-xlg {
    display:none;
  }
  .show-xlg {
    display:block;
  }
  .article-date p {
    text-align:center;
    font-size: 22px;
    line-height: 1.2;
    margin:0;
    padding:10px 5px;
  }
  span.date {
    width:100%;
    display:block;
    font-size: 48px;
  }
  .testimonial p { font-size: 14px; }
}
@media (max-width: 1199px)  {
  .displayer h1 {
    font-size: 42px;
  }
  #grid img {
   width:150px;
  }
  .hide-lg { display:none; }
  .show-lg { display:block; }
  .list-group-footer p.list-group-item-heading {
    font-size: 15px;
    line-height: 1.44;
  }
  .bg-box-blue { width: 80%; }
  .bg-box-blue h3 { font-size: 30px; }
}
@media (min-width: 1125px)  {
  #header .text-center p {
    padding-top: 30px;
  }
}



@media (min-width: 1235px) { /* 90% zoom */
  .displayer-text-bottom {
    bottom:13%;
  }
  .displayer h1 { font-size: 56px; }
  .displayer p.lead { font-size: 28px; }
  .displayer1 { background-position: center; }
  .fa-num {
    margin: -10px 20px 30px 0;
  }
  .bg-box-blue { padding-left: 12%; }
}
@media (min-width: 1373px) { /* 75% zoom */
  .banner .banner-text {
    display: table;
    min-height: 200px;
  }
  .bg-box-blue {
    padding-left: 17%;
    width: 66%;
  }
}
@media (min-width: 1647px) { /* 67% zoom */
  p, .main li { font-size: 24px; }
  p.lead { font-size: 26px; }
  .banner2 .banner-text {
    min-height: 180px;
  }
  .bg-box-blue {
    padding-left: 18%;
    width: 60%;
  }
  .displayer3 {
    padding-top: 60px;
    height: 600px;
  }
}
@media (min-width: 1854px) { /* 50% zoom */
  .bg-box-blue { padding-left: 22%; }
  .displayer-text-bottom {
    bottom:11%;
  }
}
@media (min-width: 2469px) { /* 33% zoom */
  .bg-box-blue {
    padding: 1px 20px 15px 20px;
    margin: 0 auto;
    width: 1100px;
    text-align: center;
  }
  .nav > li > a {
    padding: 24px 14px 25px 14px;
  }
}
@media (min-width: 3700px) { /* 25% zoom */

}

@media (max-width: 1040px)  {
  .nav > li > a {
    padding: 24px 16px 25px 16px;
  }
}
@media (min-width: 992px) {
  .article-banner .container,
  .displayer .container {
    width: 97%;
  }
  #footer .container,
  .content .container,
  .content-banner .container,
  .content-cta .container,
  .content-sm .container,
  .article-banner .container,
  .banner .container {
    width: 980px;
  }
  #header .container,
  #navigation .container {
    width: 100%;
  }
  #header .img-responsive-left {
    padding: 5px 0;
  }
  .header-right {
    margin-left: 10px;
  }
  .caret {
    margin-left: 3px;
    border-top: 3px dashed;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
  }
  .cta-row .col-md-12, .cta-row .col-md-6, .cta-row .col-md-4, .cta-row .col-md-3,
  .cta-row .col-sm-4, .cta-row .col-sm-3,
  .cta-row .col-xs-6, .cta-row .col-xs-4 {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  #header .container,
  .article-banner .container,
  .displayer .container {
    width: 1140px;
  }
  #navigation .container {
    width: 1080px;
  }
  #footer .container,
  .article-banner .container,
  .content .container,
  .content-cta .container,
  .content-sm .container,
  .content-banner .container,
  .banner .container {
    width: 1040px;
  }  .caret {
    margin-left: 2px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .header-right {
    margin-left: 50px;
  }
}
@media (max-width: 890px) {
  .widget-cta .cta.cta-plain p strong {
    font-size: 20px;
  }
}
@media (max-width: 991px) { /* Changing the collapsed mobile navbar breakpoint */
  .navbar-header {
    float: none;
    /*-webkit-box-shadow:0 0 2px #e1e1e1;
    -moz-box-shadow: 0 0 2px #e1e1e1;
    box-shadow:0 0 2px #e1e1e1;*/
    border-bottom: 1px solid #e1e1e1;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: none; /* COLLAPSED MENU dropdown border-top */
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav > li:first-child > a {
    border-left: none;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color:transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.in {
    overflow-y: auto !important;
  }
  .collapse.in {
    display:block !important;
    border-bottom: 1px solid #005592;
  }

  /* Mobile navbar styles at breakpoint */

  #header .container {
    width:100%;
    padding-left: 0;
    padding-right: 0;
  }
  #header .hide-sm {
    display: none;
  }
  #header .col-md-9 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #header { height: auto; }
  #header img.header-logo {
    height:47px;
    margin:1px 5px 0 0px;
  }
  #header,
  .header-fix {
    height: 44px;
  }
  .header-right {
    width: 100%;
  }
  #navbar {
    height: auto;
    border-bottom: none;
  }
  #navbar .show-sm { display: block; }
  #navbar .btn-xs .btn-img {
    height:25px;
  }
  #navigation {
    background:#fff;
    height:auto;
    border-radius: 0;
  }
  .navbar-fixed-top-sm {
    top: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-nav {
    margin-top: 0px;
  }
  .navbar-brand,
  .navbar-btn {
    display:block;
  }
  .navbar-collapse {
    background: #fff;  /* collapsed menu DROPDOWN footer background color */
  }
  ul.nav > li:first-child { }
  ul.nav > li:first-child {
    border-left:none; /* use for MENU with dividers */
  }
  .nav > li > a {
    font-size: 18px; /* adjust MENU ITEM font-size */
    line-height: 20px;
    border-right: none; /* use for MENU with dividers */
    margin-left: 0; /* needed for 0 left-padding and right-padding */
    margin-right: 0; /* needed for 0 left-padding and right-padding */
    padding: 10px 20px; /* adjust MENU ITEM padding-left */
  }
  .nav > li > .dropdown-menu {
    margin: 0;
    border-radius: 0;
  }
  .dropdown-menu > li > a {
    font-size: 18px; /* DROPDOWN text size */
    padding: 12px 20px; /* DROPDOWN text padding */
    color: #D0D3DC; /* DROPDOWN text color */
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-color: #3F4A66; /* selected PARENT MENU border color */
  }
  .navbar .nav > li > a {
    color:#333;
    border-bottom: 1px solid #e8e8e8; /* collapsed parent menu border-bottom color */
    background: #F1F1F1;
  }
  .navbar .nav > li > a:hover,
  .navbar .nav > li > a:focus {
    color: #005592; /* hover PARENT MENU text color */
    background: #fff; /* hover PARENT MENU background color */
    border-bottom: 1px solid #e8e8e8; /* hover PARENT MENU border-bottom color */
    border-top: none;
    padding: 10px 20px;
  }
  .navbar .nav > li:last-child > a:hover {
    border-bottom: 1px solid #fff;
  }
  .navbar .nav > li:last-child > a:focus {
    border-bottom: 1px solid #a6afb3;
  }
  .navbar .nav > .open > a,
  .navbar .nav > .open > a:focus {
    color: #005592; /* selected PARENT MENU text color */
    background: #fff; /* selected PARENT MENU background color */
    border-bottom: 1px solid #a6afb3;
    border-right:none;  /* use for MENU with dividers  */
  }
  .navbar .nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar .nav .open .dropdown-menu .divider {
    background: transparent;
  }
  .navbar .nav .open .dropdown-menu > li > a {
    color: #fff;
    padding: 10px 30px;
    background: #005592; /* collapsed submenu background color */
    border-bottom: 1px solid #0060a4;
  }
  .navbar .nav .open .dropdown-menu > li > a:hover,
  .navbar .nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background: #005ea1; /* hover collapsed submenu background color */
    border-bottom: 1px solid #0060a4;
  }
  .navbar .nav .open .dropdown-menu > li:last-child > a,
  .navbar .nav .open .dropdown-menu > li:last-child > a:hover,
  .navbar .nav .open .dropdown-menu > li:last-child > a:focus {
    border-bottom: 1px solid #e8e8e8;
  }
  .navbar .nav .open .dropdown-menu > .active > a,
  .navbar .nav .open .dropdown-menu > .active > a:hover,
  .navbar .nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background: #080808;
  }
  .navbar .nav .open .dropdown-menu > .disabled > a,
  .navbar .nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background: transparent;
  }
  .dropdown-menu > li:first-child > a:hover,
  .dropdown-menu > li:first-child > a:focus,
  .dropdown-menu > li:last-child > a:hover,
  .dropdown-menu > li:last-child > a:focus {
    border-radius: 0;
  }
  .navbar-collapse .btn-sm {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 991px)  {
  .displayer h1 {
    font-size:40px;
    line-height: 1.1;
  }
  .displayer h2 { font-size:35px; }
  .displayer h2 strong em { font-family: 'CooperBTW01-BoldItalic',"Helvetica Neue", Helvetica, Arial, sans-serif; }
  .displayer p,
  .displayer ul li {
    font-size:19px;
    line-height: 1.3;
  }
  .displayer p.small { font-size:17px; }
  .displayer p.lead,
  .displayer .lead li { font-size:22px; }
  .displayer1 .lead li { font-size: 24px; }
  .displayer1 ul.fa-checklist li { background-position: left top; }
  .displayer { height:420px; }
  .displayer-text-bottom { bottom: 7%; }

  .overlay-text-bottom { bottom:1%; }
  .bg-white-sm { background: #fff; }
  .bg-box-blue {
    padding: 1px 20px 15px 50px;
    width: 80%;
  }
  .bg-box-blue h3 { font-size: 27px; }

  .btn {
    font-size: 22px;
    text-align: left;
    padding: 8px 8px;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    padding: 8px 14px !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    border-radius: 1px !important;
  }
  .btn-sm.btn-youtube{
    padding: 8px 12px !important;
  }
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: 24px;
    padding: 10px 27px;
  }
  .btn-xlg {
    padding: 14px 14px;
    font-size: 38px;
  }
  .btn-square {
    padding: 7px 16px !important;
    line-height: 32px !important;
    font-size: 24px !important;
  }
  #footer .btn {
    font-size: 14px;
    padding: 10px 8px;
  }
  .footer .fa-2x {
    font-size: 2.2em;
  }
  #footer #form-default .btn-sm, .btn-group-sm > .btn {
    padding: 8px 14px !important;
    font-size: 20px !important;
  }
  .btn-sm.btn-social {
    padding: 6px 4px !important;
    width: 34px;
  }
  .btn-full-md {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
  .btn-full-md.text-left-sm {
    text-align:left !important;
  }
  .btn-full-md span.glyphicon-menu-right {
    float:right;
  }
  .btn-full-md span.glyphicon-menu-left {
    float:left;
  }
  .article-btn .btn-lg,
  .article-btn .btn-group-lg > .btn {
    padding: 5px 12px;
    font-size: 22px;
  }
  .cta.cta-plain { height:100px; }
  .cta.cta-plain p { font-size: 19px; }
  .cta:hover .cta-text p {
    font-size: 19px;
    letter-spacing: 1px;
  }
  .cta-btn {
    height:50px;
  }
  .cta-btn p {
    font-size: 12pt;
    line-height: 1.2;
    margin:0;
    padding: 5px 25px 5px 15px;
  }
  .cta-icon {
    padding: 4px;
  }
  .inline-table {
    padding: 0;
  }

  h1 { font-size:44px; }
  h2 { font-size:40px; }
  h1.large { font-size:44px; }
  h2.large { font-size:44px; }
  h3 { font-size:35px; }
  h4 { font-size:28px; }
  h5 { font-size:26px; }
  h6 { font-size:24px; }
  p.lead { font-size: 24px; }
  p, .main li { font-size: 19px; }
  .headline h2 { font-size: 34px; }
  .date-box { width: 80px; }
  .date-box p { font-size: 15px; }
  .date-box p strong { font-size: 32px; }

  .list-group i {
	margin-right: 5px;
  }
  .list-group-item,
  .list-group-item-parent,
  .list-group-item-parent strong {
	font-size: 13px;
  }
  .list-group-main p.list-group-item-heading {
    font-size: 20px;
    line-height: 1.3;
  }
  .list-group-footer p.list-group-item-heading {
    font-size: 14px;
    line-height: 1.44;
  }
  .content-banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .content-banner h3 {
    font-size: 24px;
  }
  .banner {
    padding-top:0;
    padding-bottom:20px;
  }
  .banner-plain {
    padding-top: 5px;
    padding-bottom: 0 !important;
  }
  .banner-lg {
    min-height:230px;
    padding-top:85px;
    padding-bottom:45px;
  }
  .banner h1 { font-size:40px; }
  .banner h3 { font-size: 28px; }
  .footer p {
    font-size:16px;
  }

  #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;
  }
  #form-default .btn-lg {
    text-align: center;
  }
  .footer-text p {
    font-size:14px;
  }
  .quote p.quote {
    font-size:17px !important;
  }
  .quote p.name,
  .quote p.quotename {
    font-size:12px;
  }
  .quote p.name strong,
  .quote p.quotename strong {
    font-size:15px;
  }

  .testimonial p {
    font-size:16px;
    line-height:1.5;
  }
  .testimonial-author {
    font-size: 16px;
  }
  .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;
  }
  .widget-cta .cta-special {
    height:320px;
  }
  .arrow-down,
  .arrow-down-gold,
  .arrow-down-lg {
    margin: 0 0 0 92%;
  }
  .newsfeed-thumb {
    height: 150px;
  }
  .newsfeed-text {
    height: 180px;
  }
  .pagination { margin: 25px 0 0 0; }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 8px 14px;
    font-size: 13px;
  }
  .list-group-main p.list-group-item-text {
    font-size: 17px;
  }
  .video-feed .bg-white {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .list-group-main .col-md-1 {
  	width:12%;
  }
  .list-group-main .col-md-11 {
  	width:88%;
  }
}
@media (min-width: 768px) and (max-width: 991px)  {
  #navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
  .list-group-main .col-sm-1 {
  	width:18%;
  }
  .list-group-main .col-sm-11 {
  	width:82%;
  }
	#footer .newsfeed-img {
		border-radius: 3px 3px 0 0;
		width:100%;
		height:140px;
		margin-bottom: 0;
	}
	#footer .newsfeed-img .img-responsive {
		margin: 0 auto !important;
	}
	#footer .newsfeed-txt {
		padding:15px 25px 15px 15px;
		border-radius: 0 0 3px 3px;
	 width:100%;
	 height:100px;
	 margin-bottom: 10px;
	}
}

/* NO MORE TABLES TABLE
-------------------------------------------------- */
@media only screen and (max-width: 862px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		color: #1a1a1a;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
  #no-more-tables td.blank,
  #no-more-tables .remove {
    display: none;
  }
  #no-more-tables td.full-row {
    width: 100%;
    display: inline-block;
    padding-left: 10px;
  }
  #no-more-tables td.title.full-row {
    background: #508FCC;
    color:#fff;
  }
  #no-more-tables td.title.full-row p {
    font-size: 20px !important;
  }
  #no-more-tables td.full-row p {
    text-align: center;
    margin-bottom: 0;
  }
  #no-more-tables tr {
    margin-bottom: 20px;
  }
  #no-more-tables.table-bordered {
    border: none;
  }
}
@media (min-width: 768px) { /* Needed for floating content images */
  .pull-right-md {
    float: right !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  .pull-left-md {
    float: left !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
  .container {
    width: 95%;
  }
  .navbar-nav {
    margin: 0 -15px 0 -15px;
  }
  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
  }
  .blue-circle {
    margin: 15px auto 36px auto;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    margin: 0 -15px 5px -15px;
  }
  #navbar .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  a.anchor {
    top:-12px;
  }
  .pull-right-md.img-responsive,
  .pull-left-md.img-responsive {
    max-width: 80%;
    margin: 10px auto 20px auto !important;
  }
  .img-responsive-sm {
    max-width: inherit;
    width: 40%;
  }
  .displayer .container { width: 98%; }
  .displayer h1 { font-size: 40px; }
  .displayer h2 { font-size:30px; }
  .displayer p.lead,
  .displayer .lead li { font-size: 20px; }
  .displayer1 .lead li { font-size: 24px; }
  .bg-box-blue {
    padding: 1px 15px 15px 15px;
    width: 86%;
    margin: 0 auto;
    text-align: center;
  }
  .bg-box-blue h3 { font-size: 26px; }
  .red-box-body { padding: 20px 20px 0 20px; }

  .float-left-sm { float:left; }
  .float-right-sm { float:right; }
  h2.large {
    font-size:42px;
  }
  .row h1, .main h1,
  .row h2, .main h2 {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .main h1  {
    line-height: 1.1;
  }
  .main h2  {
    line-height: 1.2;
  }
  p, p.lead {
    margin: 0 0 20px 0;
  }
  p, .main li {
    font-size: 17px;
  }
  p, .main li {
    line-height:1.5; /* text line-height */
  }
  p.lead {
    font-size: 20px;
    margin: 0 0 20px 0;
    line-height:1.3;
  }
  ul.checklist {
    padding-bottom:6px;
  }
  .checklist i {
    line-height:1.3;
  }
  ul.fa-checklist li {
    background: url("images/icons/fa-checklist-sm.png") no-repeat left top;
    padding-left: 28px;
    margin-left: -35px !important;
    text-align:left !important;
  }
  .text-compress p {
    line-height:1.2;
  }
  .fa-num { margin: 0 20px 40px 0; }
  .fa-num.fa-num-lg { margin: 0 20px 20px 0; }
  .content-banner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .banner {
    padding-bottom: 10px;
  }
  .banner-lg {
    min-height:190px;
    padding-top:70px;
    padding-bottom:35px;
  }
  .banner h1 {
    font-size:36px;
  }
  .banner p {
    font-size:15px;
  }
  .img-responsive-center-sm {
    margin: 10px auto;
  }
  .btn-lg, .btn-group-lg > .btn {
    font-size: 20px;
    padding: 11px 22px;
  }
  .btn-square.btn-lg,
  .btn-square.btn-group-lg > .btn {
    padding: 2px !important;
    font-size: 24px !important;
    width:50px;
    height: 50px;
    margin-bottom:5px;
  }
  .btn-full-sm {
    width:100%;
    white-space:normal; /* needed for Firefox unexpected line-break on floating elements */
    text-align:center;
  }
  .btn-full-sm.text-left-sm {
    text-align:left !important;
  }
  .btn-full-sm span.glyphicon-menu-right {
    float:right;
  }
  .btn-full-sm span.glyphicon-menu-left {
    float:left;
  }
  .btn span.glyphicon-menu-right,
  .btn span.glyphicon-menu-left {
    margin-top: 3px;
  }
  .cta.cta-plain { height:60px; }

  h1 { font-size:36px; }
  h2 { font-size:32px; }
  h1.large { font-size:38px; }
  h2.large { font-size:36px; }
  h3 { font-size:31px; }
  h4 { font-size:26px; }
  h5 { font-size:26px; }
  h6 { font-size:24px; }
  .date-box { width: 70px; }
  .date-box p { font-size: 13px; }
  .date-box p strong { font-size: 24px; }

  .content-cta {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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.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-btn {
    height:50px;
  }
  .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-center-sm p {
    text-align:center !important;
  }
  .text-left-sm {
    text-align:left;
  }
  .text-right-sm {
    text-align:right !important;
  }
  .banner-cta p,
  .banner-cta-full p {
    text-align:center;
  }
  .testimonial p.lead {
    font-size: 23px;
  }
  .quote p.quote {
    line-height:1.5;
  }
  .quote p.name strong,
  .quote p.quotename strong {
    font-size:14px;
  }
  .quote p.quotename img.year {
    margin-top: -15px;
  }
  .quote p.quotename img.year,
  img.year {
    height:70px;
  }
  .footnote {
    padding: 10px 15px 5px 15px;
  }
  #form-default, .form-control {
    font-size: 17px;
  }
  #form-default .form-group {
    margin-bottom: 0px;
  }
  #form-default input,
  #form-default textarea,
  #form-default select,
  #form-default label.radio-inline,
  #form-default.form-inverse .form-control {
    margin-bottom: 15px;
  }
  #form-default button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #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;
  }
  #news h2 {
    font-size:26px;
  }
  #news .img-responsive {
    margin:0;
  }
  .news {
    width:100%;
    margin-bottom: 6px;
    display:inline-table;
  }
  .news-img,
  .news-text {
    display:table-cell;
    vertical-align:middle;
  }
  .news-img {
    width:30%;
    padding:0;
    margin:0;
    border-top:none;
  }
  .news-text {
    width:70%;
    padding:10px 20px 10px 15px;
    border-left:3px solid #CC782A;
    background:#fffefa;
  }
  a:hover .news-text {
    background:#fff;
  }
  .news-text p {
    font-size: 15px;
    line-height: 1.3;
  }
  .article-date {
    padding-top: 0;
    padding-bottom: 0;
  }
  span.date {
    width:auto;
    display:inline;
    font-size: 12pt;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 11px;
    font-size: 13px;
  }
  .newsfeed-thumb {
    height: auto;
  }
  .newsfeed-text {
    height: auto;
  }
  .list-group-sidebar .list-group-item {
    padding: 10px 15px;
    border-bottom: 2px solid #3084C4;
  }
  .list-group-sidebar p.list-group-item-heading {
    margin: 0 20px 0 0;
    font-size: 15px;
    line-height: 1.0;
  }
  .list-group-main p.list-group-item-text {
    margin: 0 20px 18px 0;
    font-size: 14px;
  }
  .video-feed .bg-white {
    height: auto;
  }
  .video-feed .bg-white p {
    font-size: 15px;
  }
  .video-feed .bg-white h3  {
    font-size: 17px;
  }
  .widget-cta .cta-btn-plain p.icon {
    font-size:45px;
  }
  .bg-sprout-process { background: url("images/backgrounds/bg-sprout-process-sm.jpg") no-repeat center #175da2; }
}
@media (max-width: 730px) { /* iPhone landscape view */
  .banner-cta .btn-lg,
  .banner-cta .btn-group-lg > .btn {
    padding: 10px 13px;
    font-size: 18px;
    border-radius: 3px;
  }
  .main h3 .text-highlight-red { line-height:1.4; /* text line-height */ }
  .form-text {
    margin-top:0;
    margin-left:15px;
  }
  .videogallery { display:none; }
  .videoembed { display:block; }
  .widget-cta .cta-btn-icon {
    font-size: 40px;
    width:20% !important;
  }
  .widget-cta .cta-special {
    height:280px;
  }
  .widget-facebook iframe {
    width:538px;
  }
  .blog-feed p.list-group-item-text {
    font-size: 14px;
  }
}
@media (min-width: 721px) and (max-width: 991px) {
  .list-group-main .feed-img img {
    min-width:400px;
  }
  .list-group-main p.list-group-item-text {
    font-size: 15px;
  }
}
@media (max-width: 720px) {
  .blog-feed .col-xs-5,
  .blog-feed .col-xs-7,
  .blog-feed .col-xs-6 {
    width: 100%;
  }
  .blog-feed.list-group-main .list-group-item {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    border-bottom: none;
    background: #F2F7F9;
  }
  .blog-feed.list-group-main .list-group-item:last-child {
    margin-bottom: 0;
  }
  .blog-feed p.list-group-item-heading,
  .blog-feed p.list-group-item-text {
    padding: 0 15px 0 15px;
  }
  .blog-feed p.list-group-item-text {
    font-size: 16px;
  }
  .blog-feed .feed-date {
    bottom: 3px;
    left: 5px;
    position: absolute;
  }
  .blog-feed .btn-arrow {
    background: url("images/backgrounds/bg-cta-arrow.png") no-repeat transparent;
    background-position: right 20px bottom 12%;
  }
  .blog-feed .btn-arrow-blue {
    background: url("images/backgrounds/bg-cta-arrow-blue.png") no-repeat transparent;
    background-position: right 20px bottom 12%;
  }
  .blog-feed .img-responsive {
    width:100%;
    border-bottom: 4px solid #3084C4;
  }
  .list-group-main .feed-img img {
    min-width:400px;
  }
  .list-group-main .feed-date {
    margin-bottom:-3px;
  }
  .list-group-main p.list-group-item-heading {
    font-size: 20px;
  }
}
@media (max-width: 604px) {
  .cta-btn {
    width:100%;
  }
}
@media (min-width: 601px) { /* Needed for floating content images */
  .pull-right-sm {
    float: right !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  .pull-left-sm {
    float: left !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
}
@media (max-width: 600px) { /* Needed for floating content images */
  .pull-right-sm.img-responsive,
  .pull-left-sm.img-responsive {
    max-width: 80%;
    margin: 10px auto 20px auto !important;
  }
}
@media (max-width: 560px) {
  h1 { font-size:32px; }
  h1.large { font-size:38px; }
  h2 { font-size:29px; }
  h3 { font-size:28px; }
  h4 { font-size:22px; }
  h5 { font-size:21px; }
  h6 { font-size:20px; }

  .main h4 { line-height:1.3; /* text line-height */ }
  .main h4 .text-highlight { line-height:1.4; /* text line-height */ }
  .row h2, .main h2,
  .row h3, .main h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .fa-num { margin: 0 20px 60px 0; }
  .fa-num.fa-num-lg { margin: 0 20px 20px 0; }
  .displayer1 { background-position: bottom center; }
  .banner h1 { font-size: 28px; }
  #news h2 {
    font-size:25px;
    padding-top: 4px;
  }

  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-banner {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .content-banner h3 {
    font-size: 20px;
  }

  .img-left, .img-right {
    float: none;
    margin: 1% auto;
    width:100%;
  }
  .img-left img, .img-right img {
    width:50%;
  }
  .news-img {
    width:30%;
  }
  .news-text {
    width:70%;
    padding:10px 0 10px 5px;
  }
  .news-text p {
    font-size: 13px;
    line-height: 1.4;
  }
  .banner-cta .btn-lg,
  .banner-cta .btn-group-lg > .btn {
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 3px;
  }
  .widget-facebook iframe {
    width:480px;
  }
}
@media (max-width: 550px)  {
  .banner-quote p.lead {
    font-size: 20px;
    line-height: 1.3;
  }
  #grid img {
    width:80px;
  }
  .grid-inline p.small {
    font-size:13px;
  }
  .widget-cta .cta-btn p {
    font-size: 12pt;
    /*vertical-align: top;*/
  }
  .widget-cta .cta-btn {
    min-height:70px;
  }
}
@media (max-width: 530px) {
  .displayer h1 { font-size: 32px; }
  .displayer p, .displayer ul li {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .displayer p.lead {
    font-size:19px;
    margin: 0 20px 20px 0;
  }
  .displayer .checklist.fa-ul { margin-left: 30px }
  h2.large { font-size:34px; }

  .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;
  }
  .btn {
    padding: 10px 8px;
    font-size: 20px;
  }
  .btn-lg {
    padding: 10px 16px;
    font-size: 21px;
  }
  #form-default .feedback {
    margin: -10px 0 20px 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%;
  }
  .banner2 { background: url("images/banner/2-xs.png") no-repeat right #D5EAF7; }
  .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%;
  }
  .arrow-down,
  .arrow-down-gold {
    margin: 0 0 0 85%;
  }
  .well-author {
    padding: 14px 14px 8px 14px;
  }
  .well-author h4 {
    font-size:19px;
  }
  .well-author p {
    font-size:15px;
    margin: 0 0 10px 0;
  }
  .footer-logos img {
    max-width:90px;
  }
}
@media (min-width: 529px) { /* Needed for floating content images */
  .pull-right-xs {
    float: right !important;
    margin-left:20px !important;
    margin-bottom:20px !important;
  }
  .pull-left-xs {
    float: left !important;
    margin-right:20px !important;
    margin-bottom:20px !important;
  }
}
@media (max-width: 528px) { /* Needed for floating content images */
  .pull-right-xs.img-responsive,
  .pull-left-xs.img-responsive {
    max-width: 80%;
    margin: 10px auto 20px auto !important;
  }
  .thumb-box.pull-right-xs,
  .thumb-box.pull-left-xs {
    width: 70%;
  }
}
@media (max-width: 520px) {
  .widget-cta .cta-btn-icon {
    width:30% !important;
  }
  .video-feed .col-xs-4 { width: 100%; }
}
@media (max-width: 500px) {
  .cta-btn.cta-btn-sm p {
    padding: 10px 25px 10px 20px;
  }
  .cta-btn.cta-btn-sm img {
    height:60px;
  }
  .widget-facebook iframe {
    width:420px;
  }
  #footer .newsfeed-img {
    width:40%;
  }
  #footer .newsfeed-txt {
    padding:12px 24px 10px 10px;
    width:60%;
  }
  #footer .newsfeed-txt p {
    font-size: 11px !important;
    margin: 0 0 5px 0 !important;
    line-height: 1.2 !important;
  }
  #footer .newsfeed-txt p.lead {
    font-size: 12px !important;
  }
  #cta .col-xs-6,
  .widget-cta .col-xs-6 {
    width:100%;
  }
  .cta.cta-plain p { font-size: 20px; }
  .cta:hover .cta-text p { font-size: 20px; }
}
@media (max-width: 466px) {
  .displayer h1 { font-size:31px; }
  .bg-box-blue h3 { font-size:24px; }
}
@media (max-width: 460px) {
  .fa-num {
    margin: 0 20px 80px 0;
  }
  .banner3 h1 {
    font-size:28px;
  }
  .cta-btn-lg {
    height:76px;
  }
  .btn-lg {
    font-size: 20px;
  }
  .arrow-down-left {
    margin: 0 0 0 28px !important;
  }
  .testimonial-pic-left {
    margin: -5px 0 25px 70px;
  }
  .testimonial-author-left {
    margin: -5px 0 55px 130px !important;
  }

  .footer p {
    font-size:15px;
    margin:0 0 10px 0;
    line-height:1.5;
  }
  .footer p.lead {
    font-size:16px;
  }
  .list-group-main .feed-category p.small {
    font-size: 75%;
    line-height:1.2;
  }
  .btn-sm.btn-social {
    padding: 8px 4px !important;
    width: 41px;
  }
  .list-group-footer .list-group-img {
    height:110px;
  }
  .list-group-footer .list-group-img img {
    height:auto;
    width:auto;
    max-width:240px;
  }
}
@media (max-width: 430px) {
  .widget-facebook iframe {
    width:370px;
  }
  .widget-cta .cta-btn p.large {
    font-size: 15pt;
    line-height: 1.0;
    padding: 5px 20px 10px 10px;
  }
  .widget-cta .cta-btn p.large span {
    font-size: 11pt;
    line-height: 0.8;
  }
  .contact-details p {
    font-size:16px;
  }
  .list-group-main .col-xs-2 {
  	width:20%;
  }
  .list-group-main .col-xs-10 {
  	width:80%;
  }
  .video-feed .col-xs-6 { width: 100%; }
  .video-feed .bg-white { margin-bottom: 20px; }
}
@media (max-width: 360px) { /* iPhone & Galaxy S5 portrait view */
  h1 { font-size:28px; }
  h2 { font-size:26px; }
  h3 { font-size:26px; }
  h1.large { font-size:33px; }
  h2.large { font-size: 32px; }
  p.lead.large { font-size: 26px; }
  .headline h2 { font-size: 30px; }

  .displayer h1 { font-size: 27px; }
  .displayer h2 { font-size:24px; }
  .displayer p.lead,
  .displayer p.lead,
  .displayer .lead li {
    font-size: 18px;
  }
  .displayer1 h1 { font-size: 33px; }
  .displayer1 .lead li {
    font-size: 22px;
    line-height: 1.0;
  }
  .bg-box-blue h3 { font-size: 21px; }

  .navbar-collapse .cta-row .col-xs-6 { width:100%; }

  .widget-cta .cta-btn-icon {
    font-size: 30px;
  }
  .gallery img {
    margin: 10px auto 10px auto;
  }
  .show-xxs {
    display:block;
  }
  .hide-xxs {
    display:none;
  }
  .banner5 .col-xs-6 { width:100%; }
  .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;
  }
  .btn {
    padding: 8px 6px;
    font-size: 18px;
  }
  .btn-lg {
    padding: 10px 12px;
    font-size: 20px;
  }
  .btn-main {
    width: 110px;
    text-align:center;
  }
  .btn-sm.btn-social {
    padding: 6px 2px !important;
    width: 35px;
    font-size: 15px !important;
  }
  .cta-btn-md {
    height:65px;
  }
  .cta-btn-lg {
   height:90px;
  }
  .cta-btn p {
    font-size: 11pt;
    line-height: 1.2;
    margin:0;
    padding: 15px 20px 15px 10px;
  }
  .cta-rooms .cta-btn p {
    font-size: 13pt;
  }
  .cta-rooms .col-xs-8 {
    width: 100%;
  }
  a button.btn-main {
    margin-right:6px;
  }
  .footer .fa-2x {
    font-size: 2.0em;
  }
  .feedback .fa-icon .fa-stack { width: 12%; }
  .feedback .fa-icon p { width: 88%; }

  #news h2 {
    font-size:18px;
  }
  .newsfeed-date p {
    font-size: 10pt;
    padding: 11px 5px;
  }
  .newsfeed h2 { font-size: 19px; }
  .newsfeed-text p { font-size: 11pt; }
  .menu-sidebar .col-xs-2,
  .menu-sidebar .col-xs-8 {
    width:100%;
  }
  .list-group-footer .list-group-img {
    height: 146px;
  }

  .testimonial-author {
    margin: 10px 10px 25px 0;
  }
  .widget-cta .cta-special {
    height:260px;
  }
  .widget-cta .cta-btn {
    min-height:120px;
  }
  .widget-cta .cta-btn p.large {
    font-size: 13pt;
    line-height: 1.2;
  }
  .widget-cta .cta-btn-icon {
    width:20% !important;
  }
  .widget-cta .cta-btn p.large span {
    font-size: 11pt;
    line-height: 0.7;
  }
  .widget-facebook iframe {
    width:290px;
  }
}
@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;
  }
  .footer-btn. btn-lg {
    font-size: 20px;
  }
}

/* End of 'custom' */

