/* Generated by less 2.2.0 */
.transition {
  transition: all 0.5s ease;
}
.positionfull {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
html,
body {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
  font-family: 'EB Garamond', serif;
}
table {
  border-collapse: collapse;
}
table,
td {
  padding: 0px;
}
img {
  border: 0px;
}
.headings {
  font-weight: normal;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
h1,
.h1 {
  color: gray;
  font-size: 3.6em;
  font-family: 'EB Garamond', serif;
}
h1 a,
.h1 a {
  color: gray;
  font-size: 3.6em;
  font-family: 'EB Garamond', serif;
}
h2,
.h2 {
  color: gray;
  font-size: 2.4em;
  font-family: 'EB Garamond', serif;
}
h2 a,
.h2 a {
  color: gray;
  font-size: 2.4em;
  font-family: 'EB Garamond', serif;
}
h3,
.h3 {
  color: gray;
  font-size: 1.8em;
  font-family: 'EB Garamond', serif;
}
h3 a,
.h3 a {
  color: gray;
  font-size: 1.8em;
  font-family: 'EB Garamond', serif;
}
h4,
.h4 {
  color: gray;
  font-size: 1.4em;
  font-family: 'EB Garamond', serif;
}
h4 a,
.h4 a {
  color: gray;
  font-size: 1.4em;
  font-family: 'EB Garamond', serif;
}
h5,
.h5 {
  color: gray;
  font-size: 1em;
  font-family: 'EB Garamond', serif;
}
h5 a,
.h5 a {
  color: gray;
  font-size: 1em;
  font-family: 'EB Garamond', serif;
}
h6,
.h6 {
  color: gray;
  font-size: 0.8em;
  font-family: 'EB Garamond', serif;
}
h6 a,
.h6 a {
  color: gray;
  font-size: 0.8em;
  font-family: 'EB Garamond', serif;
}
a {
  text-decoration: none;
  color: #00273f;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}
label,
.form label {
  font-size: 14px!important;
  font-weight: normal;
}
*::selection {
  background: #00273f;
  color: #FFF;
  /* Safari */
}
*::-moz-selection {
  background: #00273f;
  color: #FFF;
}
input,
select,
textarea {
  width: 100%!important;
}
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
  width: auto!important;
}
hr {
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 30px 0 ;
}
xmp {
  background: #EEE;
  border-radius: 5px;
}
div.form div.item,
div.webform div.item {
  padding: 0;
}
table.webform td {
  padding: 5px 2px;
}
/* Bootstrap Resets*/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.search .input-group-addon {
  padding: 0;
}
.input-group-addon .btn,
.input-group-addon input {
  padding: 8px 12px;
  margin: 0;
}
.back-to-top {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
  z-index: 9999;
}
/* NAVIGATION */
.navigation ul li a {
  border-radius: 0;
  font-size: 1.2em;
  white-space: nowrap;
}
.navigation ul li.selected a {
  background: #00273f;
  color: #FFF;
}
.navigation ul li.selected li a {
  background: transparent;
}
.navigation ul li a:hover,
.navigation ul li.selected li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.navigation ul li ul a {
  font-size: 1em;
}
.navigation ul li li {
  background: #FFF;
}
.navigation-inner ul ul li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-mobile {
  overflow-x: hidden;
}
.nav-mobile li {
  float: none;
  display: block;
  width: 100%;
}
.nav-mobile li a {
  margin: 0!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 1em;
  display: block;
}
.nav-mobile li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.nav-mobile li,
.nav-mobile li ul {
  padding: 0!important;
  margin: 0!important;
}
.nav-mobile li ul li {
  background: rgba(0, 0, 0, 0.2);
}
/* NAVIGATION */
.container-fixed {
  position: fixed!important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: relative;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
.container-fixed .header-bottom {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #FFF;
}
/* BANNER */
.banner {
  background: #EEE;
  position: relative;
  margin-bottom: 40px;
  color: #FFF;
}
.banner h3 {
  color: #FFF;
}
.banner .banner-inner {
  height: 100%;
  position: relative;
}
.slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.slide {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.slide .slide-inner h3 {
  margin-bottom: 10px;
}
.slide .slide-inner h3 span {
  font-size: .7em;
  display: block;
  margin-bottom: 10px;
}
.slide .slide-inner .text {
  margin-top: 20px;
  line-height: 25px;
}
.controls {
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.controls a {
  background: rgba(0, 0, 0, 0.2);
  width: 15px;
  height: 15px;
  border: 2px solid #FFF;
  border-radius: 300px;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 2px;
}
.controls a.active {
  background: #FFF;
}
.pager-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 100%;
}
.pager-arrows a {
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: #FFF;
}
.pager-arrows .next {
  float: right;
}
.pager-arrows .prev {
  float: left;
}
/* BANNER */
/* CONTENT */
/* STANDARD QUOTES */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
q:lang(sv) {
  quotes: '\201D' '\201D' '\2019' '\2019';
}
q:lang(da) {
  quotes: '\00BB' '\00AB' '\203A' '\2039';
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}
/* SAFARI SUPPORT */
q:before {
  content: '\201C';
}
q:after {
  content: '\201D';
}
q q:before {
  content: '\2018';
}
q q:after {
  content: '\2019';
}
/* BLOCKQUOTES */
.quotes {
  position: relative;
  padding: 0;
  margin: 80px;
}
.quotes * {
  quotes: none;
}
.quotes > *:before,
.quotes .quotes > *:after {
  position: absolute;
}
.quotes > *:before {
  content: '\201C';
  left: 7px;
}
.quotes > *:after {
  content: '\201D';
}
.quotes q:before {
  content: '\2018';
}
.quotes q:after {
  content: '\2019';
}
/* LANGUAGE-SPECIFIC QUOTES SAFARI STYLE */
*[lang~='da'] q:before,
q[lang~='da']:before,
*[lang~='da'] .quotes > *:before,
.quotes[lang~='da'] > *:before {
  content: '\201E';
}
*[lang~='da'] q:after,
q[lang~='da']:after,
*[lang~='da'] .quotes > *:after,
.quotes[lang~='da'] > *:after {
  content: '\201C';
}
*[lang~='da'] q q:before,
q[lang~='da'] q:before,
*[lang~='da'] .quotes q:before,
.quotes[lang~='da'] q:before {
  content: '\2019';
}
*[lang~='da'] q q:after,
q[lang~='da'] q:after,
*[lang~='da'] .quotes q:after,
.quotes[lang~='da'] q:after {
  content: '\2019';
}
*[lang~='sv'] q:before,
q[lang~='sv']:before,
*[lang~='sv'] .quotes > *:before,
.quotes[lang~='sv'] > *:before {
  content: '\201D';
}
*[lang~='sv'] q:after,
q[lang~='sv']:after,
*[lang~='sv'] .quotes > *:after,
.quotes[lang~='sv'] > *:after {
  content: '\201D';
}
*[lang~='sv'] q q:before,
q[lang~='sv'] q:before,
*[lang~='sv'] .quotes q:before,
.quotes[lang~='sv'] q:before {
  content: '\2019';
}
*[lang~='sv'] q q:after,
q[lang~='sv'] q:after,
*[lang~='sv'] .quotes q:after,
.quotes[lang~='sv'] q:after {
  content: '\2019';
}
.quotes {
  padding: 0 0 0 180px;
  color: #999;
  font-size: 16px;
}
.quotes > *:before,
.quotes > *:after {
  font-size: 300px;
  line-height: 80px;
  font-family: Impact;
  color: #65b8ad;
}
.quotes > *:before {
  content: '\201C';
  left: 5px;
  top: 80px;
}
.quotes > *:after {
  content: '\201D';
  right: 12px;
  bottom: -20px;
  display: none;
}
/* Tabs */
.tab-nav {
  background: transparent;
  padding: 0;
}
.tab-nav li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.tab-nav li a {
  padding: 10px;
  display: block;
}
.tab-nav li:before {
  content: "";
  display: none;
}
.tab-nav .r-tabs-state-active {
  background: #EEE;
}
.responsiveTabs {
  margin-top: 20px;
}
.responsiveTabs ul.ui-tabs-nav {
  overflow: hidden;
  border-bottom: 1px solid #0068ab;
  margin-bottom: 30px!important;
}
.responsiveTabs ul.ui-tabs-nav,
.responsiveTabs ul.ui-tabs-nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.responsiveTabs ul.ui-tabs-nav li {
  float: left;
  overvlow: hidden;
}
.responsiveTabs ul.ui-tabs-nav li a {
  background: #004d82;
  color: #FFF;
  padding: 5px 15px;
  margin-right: 2px;
  display: block;
  border-radius: 3px 3px 0px 0px;
  font-size: 14px;
}
.responsiveTabs ul li.ui-tabs-active a,
.responsiveTabs ul li.ui-state-active a {
  background: #0068ab!important;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
  overflow: hidden;
  border: 1px solid #EEE;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-accordion-title a {
  display: block;
  padding: 10px;
  background: #004D82;
  color: #FFF;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.r-tabs .r-tabs-accordion-title a:before {
  float: right;
  position: relative;
  top: 2px;
  content: "\f106";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active a:before {
  content: "\f107";
  top: 5px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
  background: #0068AB;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
.responsiveTabs.accordion.r-tabs .r-tabs-nav {
  display: none;
}
.responsiveTabs.accordion.r-tabs .r-tabs-accordion-title {
  display: block;
}
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
.parallax {
  background: transparent!important;
}
.box {
  padding: 80px;
  background: #65b8ad;
  margin: 40px 0 0 0;
}
.box h1,
.box .h1 {
  color: #65b8ad;
}
.box h2,
.box .h2 {
  color: #65b8ad;
}
.box h3,
.box .h3 {
  color: #65b8ad;
}
.box h4,
.box .h4 {
  color: #65b8ad;
}
.box h5,
.box .h5 {
  color: #65b8ad;
}
.box h6,
.box .h6 {
  color: #65b8ad;
}
.inline-full-container-inner {
  position: absolute;
  left: 0;
  width: 100%;
}
.page-header {
  background: rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  margin: 0 0 40px 0;
  margin: 0;
  /*height:200px;*/
  border: 0;
}
.content-header {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  margin: 0 0 40px 0;
}
.slideshow .nav {
  text-align: left;
  position: relative;
  z-index: 999;
}
.slideshow .nav a {
  width: 10px;
  height: 10px;
  background: #CCC;
  text-indent: -9999px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 300px;
}
.slideshow .cycle-pager-active a {
  background: #65b8ad;
}
.slideshow .item {
  padding: 0;
}
/* ANIMATIONS */
.animate {
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.out-animation {
  opacity: 0;
}
.in-animation {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/* GENERAL TEMPLATE STYLES */
.btn {
  border: 0;
  color: #FFF;
  transition: all 0.5s ease;
}
.btn:hover {
  color: #FFF;
}
.btn.btn-primary,
.btninput[type="submit"] {
  background: #00273f;
}
.btn.btn-primary:hover,
.btninput[type="submit"]:hover {
  background: #00070c;
}
.btn.btn-default {
  background: gray;
}
.btn.btn-default:hover {
  background: #676767;
}
.btn.btn-secondary {
  background: #65b8ad;
}
.btn.btn-secondary:hover {
  background: #4aa095;
}
.alert {
  color: rgba(255, 255, 255, 0.5) !important;
}
.table {
  background: #FFF;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.table th {
  background: gray;
  color: #FFF;
}
.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: 15px;
}
.table td {
  border: 1px solid #EEE;
}
.table .btn {
  margin-top: -8px;
  margin-bottom: -5px;
}
.sm a {
  transition: all 0.5s ease;
  display: inline-block;
  margin: 10px 2px 0 0 ;
  color: #FFF;
  background: #00273f;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
.sm a:hover {
  background: #00070c;
}
.header-top {
  background: rgba(0, 0, 0, 0.1);
}
.header-top .mini-nav {
  padding: 6px;
}
.header-top .mini-nav .btn {
  margin-left: 5px;
}
.header-bottom {
  padding: 20px 0;
}
.header .btn {
  margin: 0;
}
.header .search {
  width: 250px;
  position: relative;
}
.search input,
.search .input-group-addon {
  background: rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0;
  padding: 12px 0 12px 15px;
  color: #FFF;
  height: auto;
}
.search input:focus {
  box-shadow: none;
}
.input-group-addon .fa {
  color: #00273f;
  padding: 0 10px 0 0;
}
.search input[type="submit"] {
  background: transparent;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 35px!important;
  cursor: pointer;
  z-index: 3;
}
.search input::-webkit-input-placeholder {
  color: #00273f;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.testimonials {
  overflow: hidden;
}
.footer {
  background: #e2e0d9;
  color: #807767;
}
.footer .footer-top {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  font-size: 12px;
  color: #0066a5;
}
.footer .footer-bottom {
  padding: 40px 0;
}
.footer .footer-bottom .sm a {
  font-size: 25px;
  margin-left: 5px;
}
.footer .footer-bottom .sm a:first-child {
  margin: 0;
}
.footer .contact-info {
  padding: 20px 0;
}
.footer .contact-info h5 {
  font-size: 30px;
}
.footer .blog-list {
  padding: 20px 0;
}
.footer .blog-list article {
  padding: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .blog-list article:first-child {
  border: 0;
  padding-top: 0;
}
.footer .date {
  color: #999;
}
.footer .contact-form {
  padding: 20px 0;
}
.footer h1,
.footer .h1 {
  color: #ffffff;
}
.footer h2,
.footer .h2 {
  color: #ffffff;
}
.footer h3,
.footer .h3 {
  color: #ffffff;
}
.footer h4,
.footer .h4 {
  color: #ffffff;
}
.footer h5,
.footer .h5 {
  color: #ffffff;
}
.footer h6,
.footer .h6 {
  color: #ffffff;
}
.footer .date {
  color: #ffffff;
}
.footer .footer-top {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
  opacity: .7;
}
.footer a:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .navigation ul {
    letter-spacing: 1px!important;
    font-size: 1.2em;
  }
  .nav-justified li {
    display: block!important;
    float: left;
    width: auto;
  }
  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }
  .slide {
    height: auto;
    min-height: 100%;
    padding: 20px;
  }
  .slide-inner {
    width: auto;
  }
  .slide-inner .text {
    width: auto;
  }
}
@media (max-width: 1080px) {
  .navigation ul {
    letter-spacing: 1px!important;
    font-size: 1em;
  }
  .nav-justified li {
    display: block!important;
    float: left;
    width: auto;
  }
  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }
  .slide {
    height: auto;
    min-height: 100%;
  }
  .slide-inner {
    width: auto;
  }
  .slide-inner .text {
    width: auto;
  }
}
@media (max-width: 768px) {
  .sticky-container-inner.container-fixed {
    position: static!important;
  }
  .logo a img {
    margin: 0 auto;
  }
  .sm-phone {
    margin: 27px 0 0 0;
  }
  .phone {
    font-size: 12px;
    border: 0;
    margin: 0 5px;
    padding: 0;
  }
  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }
  .slide {
    height: auto;
    min-height: 100%;
  }
  .slide-inner {
    width: auto;
  }
  .slide-inner .text {
    width: auto;
  }
  .slideshow .slide-item {
    padding: 10px 0;
  }
  .quotes {
    padding: 0 0 0 60px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
  .quotes > *:before,
  .quotes > *:after {
    font-size: 150px;
    line-height: 60px;
  }
  .quotes > *:before {
    content: '\201C';
    left: 0;
    top: 20px;
  }
  h2,
  h3,
  h5 {
    margin-top: 20px;
  }
  .box {
    padding: 20px;
  }
}
.navigation-inner ul,
.navigation-inner li {
  margin: 0;
  padding: 0;
}
/* Level 1 */
.navigation-inner ul {
  position: relative;
  list-style: none;
  z-index: 9998;
  /* Level 2 */
}
.navigation-inner ul li {
  white-space: normal;
  list-style: none;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.navigation-inner ul li a {
  display: block;
  outline: 0;
  text-decoration: none;
}
.navigation-inner ul li.hover,
.navigation-inner ul li:hover {
  position: relative;
}
.navigation-inner ul ul {
  width: auto;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  /* Level 3 */
}
.navigation-inner ul ul li {
  float: none;
  font-weight: normal;
  display: block!important;
  width: auto;
}
.navigation-inner ul ul li a {
  min-width: 200px !important;
  display: block!important;
  width: 100%;
}
.navigation-inner ul ul ul {
  top: 0;
  left: 100%!important;
}
/* ACCORDION MENU */
.nav-accordion,
.nav-accordion li,
.nav-accordion ul {
  margin: 0!important;
  padding: 0;
  list-style-type: none;
}
.nav-accordion ul {
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.nav-accordion .subs {
  position: relative;
}
.nav-accordion .subs i {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
/* TEMPLATE STYLES */
.page-header-inner {
  background: #CCC;
  height: 200px;
}
h4 {
  margin-top: 20px;
}
.nav-mobile {
  background: #00273f !important;
}
label {
  width: 100%;
}
input[type="text"],
textarea {
  width: 100%;
  border-radius: 0;
}
.fancy-pop {
  display: none;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  color: #0389af;
}
.btn.btn-primary {
  position: relative;
  color: #FFF;
  padding: 10px 30px;
  transition: all 0.5s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092c40+0,186784+99 */
  background: #092c40;
}
.btn.btn-primary:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 3px;
}
.btn.btn-primary:hover {
  background: #186784;
}
.btn.btn-default {
  background: transparent;
  border: 1px solid #00273f;
  color: #0389af;
  padding: 3px 10px;
}
.btn.btn-secondary {
  background: transparent;
  border: 1px solid #65b8ad;
  color: #65b8ad;
  padding: 10px 30px;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 5% 0 0 5%;
}
.header .btn-schedule i {
  font-size: 24px;
  margin-top: 7px;
}
.header-bottom {
  transition: all 0.5s ease;
}
.container-fixed {
  transition: all 0.5s ease;
}
.container-fixed .header-bottom {
  padding: 10px 0 10px 10px;
}
.navigation .navigation-inner li a {
  text-transform: uppercase;
  padding: 18px;
  color: #00273f;
}
.navigation .navigation-inner li a:visited {
  color: #00273f;
}
.banner {
  position: relative;
}
.banner .slide-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  height: 50%;
  bottom: -1px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.banner .slide-overlay {
  background: url(../../assets/img/banner-overlay.png) no-repeat;
  background-size: cover;
}
.banner .slide {
  height: 92vh;
}
.banner .slide-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.banner .slide-inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
.banner .slide-inner h3 {
  font-size: 110px;
  color: #00273f;
}
.banner .slide-inner h3 span {
  font-size: 27px;
  letter-spacing: 3px;
  color: #65b8ad;
}
.banner.banner-page .slide {
  height: 52vh;
}
.banner.banner-page .slide .slide-inner h2 {
  font-size: 50px;
  color: #00273f;
}
.banner.banner-page .slide .slide-inner h3 {
  font-size: 30px;
  color: #573700;
  letter-spacing: 3px;
}
.sidebar {
  border-top: 0;
}
.msg {
  padding: 20px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.content {
  background: #FFF;
  min-height: 400px;
  z-index: 999;
  line-height: 30px;
}
.box {
  color: #FFF;
  position: relative;
  padding: 280px 0;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#092c40+0,186784+99 */
  background: #092c40;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #092c40 0%, #186784 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #092c40 0%, #186784 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #092c40 0%, #186784 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#092c40', endColorstr='#186784', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.box .container {
  position: relative;
  z-index: 2;
  max-width: 80%;
}
.box:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../assets/img/tree.png) no-repeat bottom left;
}
.box:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 100px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.box:after {
  margin: 5%;
}
.box h2 {
  margin-bottom: 40px;
}
.service-item-list {
  margin-bottom: -200px;
}
.service-item-list a {
  text-decoration: none;
}
.service-item-list a .service-item {
  background: #65b8ad;
  padding: 30px;
  position: relative;
  z-index: 999;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#097466+1,65b8ad+99 */
  background: #097466;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #097466 1%, #65b8ad 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #097466 1%, #65b8ad 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #097466 1%, #65b8ad 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#097466', endColorstr='#65b8ad', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.service-item-list a .service-item:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 7px;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.1);
}
.service-item-list a .service-item h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #FFF;
  padding-top: 40px;
  margin-bottom: 10px;
}
.service-item-list a .service-item .btn {
  opacity: 0;
}
.service-item-list a .service-item .icon {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  margin: 0 auto;
  padding: 2px;
  line-height: 0;
  margin-top: 80px;
}
.service-item-list a .service-item .icon i {
  font-size: 100px;
  color: #FFF;
  overflow: hidden;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.service-item-list a .service-item .icon i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 2px;
}
.service-item-list a .service-item .icon img {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.service-item-list a:hover .service-item .btn {
  opacity: 1;
}
.step {
  max-width: 200px;
  margin: 0 auto;
  position: relative;
}
.step-number {
  font-size: 10em;
  line-height: 100px;
  padding: 30px;
  color: #65b8ad;
  opacity: 0.3;
}
.step-text {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.step-text h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
}
h6 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #00273f;
}
h6 strong {
  font-size: 2em;
  font-weight: normal;
}
.footer {
  color: #00273f;
  position: relative;
}
.footer a {
  color: #00273f;
}
.footer .footer-top {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 5px;
  color: #00273f;
}
.footer .disclaimer {
  font-style: italic;
}
.footer .contact-info {
  color: #00273f;
  padding-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.footer .contact-info address {
  margin: 0;
}
.footer .contact-info .phone {
  margin-bottom: 10px;
}
.footer .contact-info .btn-default {
  color: #00273f !important;
  font-size: 10px;
}
.footer .contact-info .smartvest {
  margin-left: 10px;
  display: inline-block;
}
.broker {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
}
@media (max-width: 1200px) {
  .nav > li li > a:hover {
    border: 0;
    margin: 0;
  }
  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1080px) {
  .banner {
    box-shadow: none;
  }
  .nav > li > a {
    font-size: 14px!important;
  }
  .nav > li li > a:hover {
    border: 0;
    margin: 0;
  }
  .banner {
    background-size: auto;
    width: 100%;
    height: auto;
  }
  .service-item-list {
    margin-bottom: -100px;
  }
  .service-item-list a .service-item {
    padding: 10px;
  }
  .service-item-list a .service-item h3 {
    font-size: 1.2em;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .service-item-list a .service-item .icon {
    margin-top: 20px;
  }
  .service-item-list a .service-item .btn {
    padding: 5px 15px;
  }
  .service-item-list a .service-item .btn:hover {
    padding: 5px 15px;
  }
  .box {
    padding: 180px 0;
  }
  .box h2 {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 5% 0 0 0;
  }
  .banner {
    box-shadow: none;
  }
  .banner .slide-inner h3 {
    font-size: 70px;
  }
  .banner .slide-inner h3 span {
    font-size: 18px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 25px;
  }
}
@media (max-width: 320px) {
  .content-inner {
    padding: 10px!important;
  }
  .btn {
    white-space: normal;
  }
}
