* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background: #ffffff;
  line-height: 1.5;
  position: relative;
  padding-bottom: 80px;
  min-height: 100%;
}
p {
  white-space: normal;
}
a {
  color: #333333;
  text-decoration: underline;
  outline: 0;
}
a:link {
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #333333;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: underline;
}
a:active {
  color: #333333;
  text-decoration: underline;
}
ul {
  margin: 0 10px 0 30px;
  padding: 0;
}
.red-highlight {
  color: #ee343f;
  font-weight: bold;
  font-size: 1.1em;
}


input[type=text],
input[type=email],
textarea {
  width: 45%;
  width: calc(50% - 16px);
  background: #d6dded;
  border-width: 0;
  height: 40px;
  padding: 10px;
  margin: 0 8px 16px 8px;
  font-size: 14px;
}
textarea {
  width: 92%;
  width: calc(100% - 16px);
  height: 200px;
  resize: none;
}
button {
  font-size: 14px;
  border-radius: 0;
  padding: 10px 30px;
  border: 0;  
  height: 40px;
  background: #093775;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  textarea {
    width: 92%;
    width: calc(100% - 16px);
  }
}


header {
  
}
header .top-bar {
  background-image: url('/assets/theme/images/logo.jpg');
  background-repeat: no-repeat;
  background-position: 10px 20px;
  height: 150px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
  padding: 50px 10px 0 0;
}
header .header_image {
  height: 300px;
  /*max-width: 1100px;
  margin: 0 auto;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer {
  line-height: 20px;
  background: #093775;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding: 20px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
footer p {
  margin: 0;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
  outline: 0;
}
footer a:link {
  color: #ffffff;
  text-decoration: underline;
}
footer a:visited {
  color: #ffffff;
  text-decoration: underline;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer a:active {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (max-width: 940px) {
  header .top-bar {
    padding: 97px 10px 0 0;
  }
  header .header_image {
    height: 200px;
  }
}

@media only screen and (max-width: 768px) {
  header .header_image {
    height: 150px;
  }
}
@media only screen and (max-width: 380px) {
  header .top-bar {
    background-position: center 20px;
  }
  header .top-bar .social {
    display: none;
  }
}

/* Images from wysiwyg editor */
.wysiwyg img[style*="float:left"],
.wysiwyg img[style*="float: left"] {
  margin: 0 10px 10px 0;
}
.wysiwyg img[style*="float:right"],
.wysiwyg img[style*="float: right"] {
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg img {
    max-width: 50%;
    height: auto;
  }
}

/* Social Media */
.social a span {
  color: #d6dded;
  font-size: 32px;
  margin: 0 0 0 15px;
}

nav {
  padding-top: 15px;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
  padding: 0 15px;
  background: #093775;
}
nav ul li {
  float: left;
}
nav ul li a {
  display: inline-block;
  height: 30px;
  width: 130px;
  line-height: 30px;
  background: #093775;
  color: #ffffff;
  text-decoration: underline;
  outline: 0;
  text-align: center;
  transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
}
nav ul li a:link {
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover {
  color: #ffffff;
  background: #ee343f;
  text-decoration: none;
}
nav ul li a:active {
  color: #ffffff;
  text-decoration: none;
}

/* Un-skew the text */
nav ul li a span {
  display: inline-block;
  transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
}




.slicknav_menu {
  display: none;
  /*position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;*/
  background-color: #093775;
}
.slicknav_btn {
  float: left;
  background-color: #ee343f;
  text-shadow: unset;
}
.slicknav_menu .slicknav_menutxt {
  text-shadow: unset;
}
@media only screen and (max-width: 940px) {
  #main-menu {
  	display:none;
  }
  .slicknav_menu {
  	display:block;
  }
}
.slicknav_menu nav ul {
  float: none;
  margin: 0;
}
.slicknav_menu nav ul li {
  float: none;
}
.slicknav_menu nav ul li a {
  width: 100%;
  transform: unset;
  -o-transform: unset;
  -moz-transform: unset;
  -webkit-transform: unset;
  padding: 0;
  margin: 0;
}
.slicknav_nav a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ee343f;
  color: #ffffff;
}
.slicknav_menu nav ul li a span {
  transform: unset;
  -o-transform: unset;
  -moz-transform: unset;
  -webkit-transform: unset;
}

body.standard .container .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

body.standard .heading {
  margin: 20px auto 0 auto;
  padding: 0 40px 0 40px;
  height: 40px;
}
body.standard .heading.testimonials {
  background: #d6dded;
  padding-top: 15px;
  height: 55px;
}
body.standard .heading .corner {
  display: inline-block;
  height: 0;
  width: 0;
  border-left: 20px solid #ee343f;
  border-top: 20px solid #ee343f;
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
}
body.standard .heading .text {
  display: inline-block;
  font-size: 26px;
  margin: 0 0 0 10px;
  line-height: 40px;
  height: 40px;
  vertical-align: top;
  color: #ee343f;
}

body.standard .content {
  margin: 0 auto 0 auto;
  padding: 0 90px 0 90px;
  overflow: hidden;
}
body.standard .content.testimonials {
  background: #d6dded;
}

body.standard .text-carousel {
  padding: 0 0 15px 0;
}
body.standard .text-carousel > .buttons > .button-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
body.standard .text-carousel > .buttons > .button-wrapper li {
  display: inline-block;
}
body.standard .text-carousel > .buttons > .button-wrapper .button {
  background: #093775;
  width: 215px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 10px 10px 10px;
  font-size: 12px;
  cursor: pointer;
}
body.standard .text-carousel > .buttons > .button-wrapper li.slick-active .button {
  background: #ee343f;
}
body.standard .text-carousel > .slides {
  background: #dae1eb;
  /*max-width: 920px;*/
  margin: 0 auto;
  /*padding: 0 90px 0 90px;*/
  border-left: 90px solid #ffffff;
  border-right: 90px solid #ffffff;
}
body.standard .text-carousel > .slides .slide {
  /*background: #dae1eb;*/
}
body.standard .text-carousel > .slides .slide h3 {
  margin: 15px;
  color: #093775;
  font-weight: bold;
  font-size: 16px;
}
body.standard .text-carousel > .slides .slide p {
  margin: 15px;
}


body.standard .testimonial-carousel {
  background: #d6dded;
  padding: 10px 0 50px 0;
  position: relative;
}
body.standard .testimonial-carousel > .buttons > .button-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
body.standard .testimonial-carousel > .buttons > .button-wrapper li {
  display: inline-block;
}
body.standard .testimonial-carousel > .buttons > .button-wrapper .button {
  background: #093775;
  width: 215px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 10px 10px 10px;
  font-size: 12px;
  cursor: pointer;
}
body.standard .testimonial-carousel > .buttons > .button-wrapper li.slick-active .button {
  background: #ee343f;
}
body.standard .testimonial-carousel > .slides {
  background: #d6dded;
  margin: 0 auto
}
body.standard .testimonial-carousel > .slides .slide {
  border: 5px solid #d6dded;
  background: #ffffff;
}
body.standard .testimonial-carousel > .slides .slide .text p {
  margin: 10px 15px 10px 15px;
}
body.standard .testimonial-carousel > .slides .slide .text .logo {
  max-width: 200px;
  max-height: 200px;
  margin: 0 0 15px 15px;
  float: right;
}
body.standard .testimonial-carousel > .slides .slide .text::after {
  content: "";
  clear: both;
  display: table;
}
body.standard .testimonial-carousel .slick-dots {
  bottom: -35px;
}
/* Hide all solid buttons */
body.standard .testimonial-carousel .slick-dots .full {
  color: #093775;
  display: none;
}
body.standard .testimonial-carousel .slick-dots .outer {
  color: #ffffff;
}
/* Re-show the active solid button */
body.standard .testimonial-carousel .slick-dots .slick-active .full {
  display: block;
}
/* Hide active hollow button */
body.standard .testimonial-carousel .slick-dots .slick-active .outer {
  display: none;
}
/* Show solid button on hover */
body.standard .testimonial-carousel .slick-dots li:hover .full {
  display: block;
}
/* Hide hollow button on hover */
body.standard .testimonial-carousel .slick-dots li:hover .outer {
  display: none;
}
body.standard .testimonial-carousel .overlay {
  position: absolute;
  width: 100px;
  z-index: 1000;
}
body.standard .testimonial-carousel .overlay-left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6dded+0,d6dded+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(214,221,237,1) 0%, rgba(214,221,237,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(214,221,237,1) 0%,rgba(214,221,237,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(214,221,237,1) 0%,rgba(214,221,237,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6dded', endColorstr='#00d6dded',GradientType=1 ); /* IE6-9 */
}
body.standard .testimonial-carousel .overlay-right {
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6dded+0,d6dded+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(214,221,237,0) 0%, rgba(214,221,237,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(214,221,237,0) 0%,rgba(214,221,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(214,221,237,0) 0%,rgba(214,221,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6dded', endColorstr='#d6dded',GradientType=1 ); /* IE6-9 */
}

body.standard .content.news {
  background: #093775;
  color: #ffffff;
  padding: 0 20px 0 20px;
  border-left: 90px solid #ffffff;
  border-right: 90px solid #ffffff;
}
body.standard .content.news a,
body.standard .content.news a:link,
body.standard .content.news a:visited,
body.standard .content.news a:hover,
body.standard .content.news a:active {
  color: #ffffff;
  text-decoration: underline;
  outline: 0;
}

body.standard .rss-feed {
  border-left: 90px solid #ffffff;
  border-right: 90px solid #ffffff;
}
body.standard .rss-feed .entry {
  margin: 20px 0 0 0;
  background: #dae1eb;
  padding: 20px 20px 20px 20px;
}
body.standard .rss-feed .entry p.title {
  color: #093775;
  font-weight: bold;
  margin: 0;
  font-size: 1.2em;
}
body.standard .rss-feed .entry .summary {
  
}
body.standard .rss-feed .entry .summary * {
  color: #093775;
  font-weight: bold;
  margin: 0;
  font-size: 0.9em;
}
body.standard .rss-feed .entry .summary p {
  color: #093775;
  font-weight: normal;
  margin: 0;
}
body.standard .rss-feed .entry .info {
  color: #093775;
  font-weight: normal;
  margin: 0;
  font-size: 0.7em;
}

body.standard #contact {
  position: relative;
}
body.standard #contact .social {
  position: absolute;
  right: 110px;
}

body.standard .contact-form {
  text-align: center;
  font-size: 0;
  border-left: 82px solid #ffffff;
  border-right: 82px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  body.standard {
    font-size: 13px;
  }
  body.standard .heading {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.standard .content {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.standard .text-carousel > .buttons > .button-wrapper .button {
    height: 40px;
    line-height: 40px;
    width: 180px;
  }
  body.standard .text-carousel > .slides {
    border-left: 60px solid #ffffff;
    border-right: 60px solid #ffffff;
  }
  body.standard .testimonial-carousel > .slides .slide .text p {
    margin: 5px 10px 5px 10px;
  }
  body.standard .testimonial-carousel > .slides .slide .text .logo {
    max-width: 100px;
    max-height: 100px;
    margin: 0 0 5px 5px;
  }
  body.standard .testimonial-carousel .overlay {
    display: none;
  }
  body.standard .content.news {
    border-left: 60px solid #ffffff;
    border-right: 60px solid #ffffff;
  }
  body.standard .rss-feed {
    border-left: 60px solid #ffffff;
    border-right: 60px solid #ffffff;
  }
  body.standard #contact .social {
    right: 80px;
  }
  body.standard .contact-form {
    border-left: 52px solid #ffffff;
    border-right: 52px solid #ffffff;
  }
}

@media only screen and (max-width: 480px) {
  body.standard .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.standard .text-carousel > .buttons > .button-wrapper .button {
    height: 30px;
    line-height: 30px;
  }
  body.standard .text-carousel > .slides {
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
  }
  body.standard .content.news {
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
  }
  body.standard .rss-feed {
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
  }
  body.standard #contact .social {
    right: 20px;
  }
  body.standard .contact-form {
    border-left: 12px solid #ffffff;
    border-right: 12px solid #ffffff;
  }
}

body.contact .container .wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

body.contact .content {
  margin: 0 auto 0 auto;
  padding: 0 90px 0 90px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body.contact {
    font-size: 13px;
  }
  body.contact .content {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 480px) {
  body.contact .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

