/* ==========================================================================
   vars & mixins
   ========================================================================== */
.transparent {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* ==========================================================================
   fonts
   ========================================================================== */
@font-face {
  font-family: 'LatoLight';
  src: url('../fonts/Lato-Lig-webfont.eot');
  src: url('../fonts/Lato-Lig-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Lig-webfont.woff') format('woff'), url('../fonts/Lato-Lig-webfont.ttf') format('truetype'), url('../fonts/Lato-Lig-webfont.svg#LatoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LatoBold';
  src: url('../fonts/lato-bol-webfont.eot');
  src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bol-webfont.woff') format('woff'), url('../fonts/lato-bol-webfont.ttf') format('truetype'), url('../fonts/lato-bol-webfont.svg#LatoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Dubiel';
  src: url('../fonts/Dubiel-webfont.eot');
  src: url('../fonts/Dubiel-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Dubiel-webfont.woff') format('woff'), url('../fonts/Dubiel-webfont.ttf') format('truetype'), url('../fonts/Dubiel-webfont.svg#Dubiel') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   general
   ========================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  font-family: LatoLight, helvetica, arial, sans-serif;
  color: #2f2f2f;
  background: #f3fbff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #f3fbff 0%, #feffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3fbff), color-stop(100%, #feffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #f3fbff 0%, #feffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #f3fbff 0%, #feffff 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #f3fbff 0%, #feffff 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, #f3fbff 0%, #feffff 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3fbff', endColorstr='#feffff', GradientType=0);
  /* IE6-9 */

}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #004669;
}
h1 {
  font-size: 2.2em;
}
h2,
h3 {
  color: #ee3d42;
}
p {
  margin: 0;
  padding: 7px 0;
  line-height: 1.25em;
}
.wrapper {
  max-width: 960px;
  margin: auto;
  width: 98%;
}
.strapline {
  color: #004669;
}
.red-text {
  color: #ee3d42;
}
.flex-control-paging {
  position: relative;
  z-index: 2;
}
.flex-control-paging li {
  float: left;
  margin-left: 5px;
}
.flex-control-paging li:first-child {
  margin-left: 0;
}
.flex-control-paging li a {
  display: block;
  width: 21px;
  height: 21px;
  background: #f4fafd;
  text-indent: -9999px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
  cursor: pointer;
}
.flex-control-paging li a:hover {
  background: #b3ddf1;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
.flex-control-paging li .flex-active {
  background: #004669;
}
.flex-control-paging li .flex-active:hover {
  background: #004669;
}
a {
  color: #ee3d42;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
a:hover {
  color: #004669;
}
.button {
  background: #004669;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1em;
  padding: 6px 8px 5px 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
.button:hover {
  background: #ee3d42;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
/* ==========================================================================
   header
   ========================================================================== */
.header-top header {
  padding: 10px 0;
  margin-top: 10px;
}
.header-top header .logo {
  float: left;
  display: inline;
}
.header-top header figure {
  width: 100%;
  max-width: 287px;
}
.header-top header figure img {
  max-width: 100%;
  display: inline-block;
}
.header-top header .content {
  float: right;
  text-align: right;
}
.header-top header .content .telephone {
  margin: 10px 8px 0 0;
  color: #ee3d42;
  font-size: 1.7em;
}
.header-top header .content .telephone span {
  color: #004669;
}
.header-top header .content nav {
  margin: 3px 0 0 0;
}
.header-top header .content nav ul li {
  float: left;
  text-align: left;
  margin: 0 0 0 5px;
}
.header-top header .content nav ul li:first-child {
  margin-left: 0;
}
.header-top header .content nav ul li a {
  color: #004669;
  display: block;
  font-size: 1.1em;
  padding: 5px 8px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.header-top header .content nav ul li.current-menu-item a,
.header-top header .content nav ul li.current-page-ancestor a,
.header-top header .content nav ul a:hover {
  color: #ffffff;
  background: #004669;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
.ie8 .header-top header figure {
  width: 287px;
}
/* ==========================================================================
   banner
   ========================================================================== */
.banner {
  margin: 20px 0;
}
.banner .wrapper {
  position: relative;
}
.banner .wrapper figure {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.banner .wrapper figure img {
  max-width: 100%;
  display: block;
}
.banner .wrapper .copy {
  position: absolute;
  bottom: 30px;
  right: -5px;
  font-size: 2.4em;
  padding: 12px 15px 15px 12px;
  background: #f4fafd;
  color: #004669;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.banner .wrapper .copy span {
  color: #ee3d42;
  font-family: LatoBold, helvetica, arial, sans-serif;
}
.banner .wrapper .slides li {
  display: none;
}
.banner .wrapper .flex-control-paging {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.banner .wrapper .flex-control-paging li a {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.banner .wrapper .flex-control-paging li .flex-active {
  background: #ee3d42;
}
.banner .wrapper .flex-control-paging li .flex-active:hover {
  background: #ee3d42;
}
.banner .wrapper .map {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.banner .wrapper .map #bgmp_map-canvas {
  height: 412px!important;
  width: 100%!important;
}
/* ==========================================================================
   main content
   ========================================================================== */
section.content {
  padding-bottom: 20px;
}
section.content .two-col {
  float: left;
  width: 49%;
  margin-left: 2%;
}
section.content .two-col:first-child {
  margin-left: 0;
}
section.content .left-col {
  float: left;
  width: 70%;
}
section.content .left-col h2 {
  padding: 5px 0;
}
section.content .left-col ul {
  margin: 5px 0;
}
section.content .left-col ul li {
  padding: 7px 0 7px 17px;
  margin: 0 0 0 20px;
  color: #004669;
  background: url(../images/bg-bullet.png) no-repeat 0% 48%;
}
section.content .right-col {
  float: right;
  width: 28%;
}
section.content .right-col img {
  float: right;
  max-width: 100%;
  margin: 3% 0 15px 0;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section.content .right-col h2 {
  padding: 0 0 10px 0;
}
section.content .right-col nav {
  margin: 0 0 20px 0;
}
section.content .right-col nav ul li {
  margin: 3px 0;
}
section.content .right-col nav ul li a {
  display: block;
  padding: 5px;
  background: #daeef8;
  color: #004669;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
section.content .right-col nav ul li a:hover {
  background: #004669;
  color: #ffffff;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
section.content .right-col nav ul li.current_page_item a {
  background: #004669;
  color: #ffffff;
}
section.content .button {
  color: #ffffff;
}
/* ==========================================================================
   team members
   ========================================================================== */
section.content .left-col .team-members .copy h2 {
  color: #004669;
}
section.content .left-col .team-members .copy ul li {
  margin-left: 0;
}
/* ==========================================================================
   features
   ========================================================================== */
section.features {
  background: #f4fafd;
  border-top: 1px #daeef8 solid;
}
section.features ul li {
  float: left;
  width: 24%;
  margin: 20px 0 20px 1.33%;
}
section.features ul li:first-child {
  margin-left: 0;
}
section.features ul li figure {
  overflow: hidden;
  width: 100%;
}
section.features ul li figure img {
  display: block;
  max-width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section.features ul li figure:after {
  content: "";
  background: url(../images/bg-features-shad.png) no-repeat top left;
  background-size: 100%;
  height: 14px;
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.features ul li .copy h2 {
  font-size: 1.3em;
  color: #ee3d42;
  padding: 0;
}
section.features ul li .copy p {
  font-size: 0.9em;
  color: #004669;
}
section.features ul li .button {
  margin-top: 5px;
}
/* ==========================================================================
   team members
   ========================================================================== */
.team-members {
  margin: 20px 0;
}
.team-members article {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.team-members article:nth-child(odd) {
  margin-left: 0;
}
.team-members article figure {
  width: 100%;
  margin: 5px 0;
}
.team-members article figure img {
  max-width: 100%;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/*==========================================================================
  blog output
  ==========================================================================*/
section.content .left-col .blog-output {
  margin: 20px 0 0 0;
}
section.content .left-col .blog-output li {
  width: 100%;
  margin: 0 0 5% 0;
  padding: 0;
  background: none;
}
section.content .left-col .blog-output li figure {
  width: 25%;
  float: left;
  margin: 2px 2% 0 0;
  overflow: hidden;
}
section.content .left-col .blog-output li figure img {
  float: left;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section.content .left-col .blog-output li figure:after {
  content: "";
  background: url(../images/bg-features-shad.png) no-repeat top left;
  background-size: 100%;
  height: 14px;
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.content .left-col .blog-output li article {
  float: left;
  width: 73%;
}
section.content .left-col .blog-output li article h2 a {
  color: #ee3d42;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
section.content .left-col .blog-output li article h2 a:hover {
  color: #004669;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
section.content .left-col .blog-output li article time {
  font-size: 0.8em;
  color: #004669;
  display: block;
  padding: 5px 0;
}
section.content .left-col .blog-output li article .button {
  margin-top: 5px;
}
/*==========================================================================
  cookie table styles
  ==========================================================================*/
.cookie-data-table {
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
  display: block;
  text-align: left;
}
.cookie-data-table thead tr th {
  padding: 6px 2px;
  background: #daeef8;
}
.cookie-data-table tr td {
  padding: 4px 10px 4px 2px;
}
/*==========================================================================
  contact
  ==========================================================================*/
.contact-listings h3 {
  padding: 12px 0 0 0;
}
.contact-listings span {
  color: #004669;
}
/* ==========================================================================
   forms
   ========================================================================== */
.wpcf7 {
  width: 100%;
  margin-top: 10px;
}
.wpcf7 table {
  width: 100%;
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 7px 6px;
  margin-bottom: 5px;
  border: 0;
  background: #daeef8;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7 input[type=submit] {
  float: right;
  width: auto;
  font-size: 1.8em;
  background: #004669;
  padding: 9px 10px 7px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 5px 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wpcf7 input[type=submit]:hover {
  background: #ee3d42;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}
/* ==========================================================================
   Contact Form 7 Styles 
   ========================================================================== */
.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-response-output {
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
}
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
  background: #FA6161;
  width: 100%;
  padding: 10px 0px 10px 10px;
}
.wpcf7-mail-sent-ok {
  background: #68b84b;
}
.wpcf7-not-valid {
  background: #FA6161!important;
  color: #fff;
}
/* ==========================================================================
   footer
   ========================================================================== */
section.footer-area {
  background: #daeef8;
  padding: 30px 0;
}
section.footer-area h2 {
  margin: 0 0 10px 0;
  color: #004669;
}
section.footer-area .latest-news {
  width: 50%;
  float: left;
  margin: 0 0 20px 0;
}
section.footer-area .latest-news figure {
  width: 45%;
  float: left;
  margin: 3px 0 0 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section.footer-area .latest-news figure img {
  max-width: 100%;
  display: block;
}
section.footer-area .latest-news .copy {
  width: 52%;
  float: right;
}
section.footer-area .latest-news .copy p {
  font-size: 0.9em;
  line-height: 1.2em;
  color: #004669;
}
section.footer-area .latest-news .copy h3 a {
  color: #ee3d42;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
section.footer-area .latest-news .copy h3 a:hover {
  color: #004669;
}
section.footer-area .latest-news .copy .button {
  font-size: 0.85em;
  margin-top: 5px;
}
section.footer-area .testimonials {
  width: 49%;
  float: right;
}
section.footer-area .testimonials .testimonial .flex-viewport {
  background: #f4fafd;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section.footer-area .testimonials .testimonial blockquote {
  margin: 0;
  padding: 10px 20px 3px 20px;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #004669;
}
section.footer-area .testimonials .testimonial blockquote p {
  text-indent: 14px;
}
section.footer-area .testimonials .testimonial blockquote p:before {
  content: '\201C';
  color: #ee3d42;
  font-family: Dubiel, helvetica, arial, sans-serif;
  font-size: 2.8em;
  position: absolute;
  margin-top: 7px;
  margin-left: -27px;
}
section.footer-area .testimonials .testimonial blockquote p:after {
  content: '\201D';
  color: #ee3d42;
  font-family: Dubiel, helvetica, arial, sans-serif;
  font-size: 2.8em;
  position: absolute;
  margin-top: 7px;
  margin-left: -10px;
}
section.footer-area .testimonials .testimonial cite {
  margin: 0 0 15px 0;
  padding: 0 20px;
  display: block;
  font-style: normal;
  font-size: 0.9em;
  color: #ee3d42;
}
section.footer-area .testimonials .testimonial .flex-control-paging {
  float: right;
  margin: 10px 0;
}
section.footer-area .testimonials .testimonial:after {
  content: url(../images/bg-testimonial-tail.png);
  margin: 0 0 0 20px;
}
/* ==========================================================================
   footer (c)
   ========================================================================== */
section.footer-bar {
  background: #058b95;
  font-size: 0.7em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 0;
}
section.footer-bar ul {
  text-align: center;
}
section.footer-bar ul li {
  padding: 0 3px 0 13px;
  background: transparent url(../images/bullet-footer-image.png) no-repeat 0% 45%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.footer-bar ul li:first-child {
  padding-left: 0;
  background: none;
}
section.footer-bar ul li a {
  color: #ffffff;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
section.footer-bar ul li a:hover {
  color: #cccccc;
  -webkit-transition: color 400ms linear;
  -moz-transition: color 400ms linear;
  -o-transition: color 400ms linear;
  -ms-transition: color 400ms linear;
  transition: color 400ms linear;
}
