﻿/* -------------------------------------------------- */
/*              RESPONSIVE GRID SYSTEM                */
/* -------------------------------------------------- */

/*
	1.  BASIC PAGE SETUP
	2.  MAIN LAYOUT
	3.  NAVIGATION
	4.  HEADINGS
	5.  PARAGRAPHS
	6.  LISTS
	7.  LINKS
	8.  COLOURS
	9.  IMAGES
	10. FORSM
    11. HOME BOXES
    12. VERTICAL ACCORDION
    13. GOOGLE MAPS
    14. BOOTSTRAP CHANGES
*/


/* -------------------------------------------------- */
/*               1. BASIC PAGE SETUP                  */
/* -------------------------------------------------- */
body {
  color: #000000;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #ffffff;
  overflow-x: hidden
}

body,
html {
  height: 100%;
}

hr {
  border: 0;
  height: 1px;
  margin: 40px auto 20px auto;
  max-width: 960px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #b5b5b5, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #b5b5b5, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #b5b5b5, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #b5b5b5, #f0f0f0)
}

hr.disclaimer {
  border: 0;
  height: 1px;
  margin: 40px auto 20px auto;
  max-width: 960px;
  background-image: -webkit-linear-gradient(left, #dedede, #b5b5b5, #dedede);
  background-image: -moz-linear-gradient(left, #dedede, #b5b5b5, #dedede);
  background-image: -ms-linear-gradient(left, #dedede, #b5b5b5, #dedede);
  background-image: -o-linear-gradient(left, #dedede, #b5b5b5, #dedede)
}

hr.popi {
  border: 0;
  height: 2px;
  margin: 0px auto 20px auto;
  max-width: 960px;
  background: #002f55
}


/* -------------------------------------------------- */
/*                  2. MAIN LAYOUT                    */
/* -------------------------------------------------- */
#skiptomain {
  display: none;
}

#headcontainer {
  width: 100%;
  height: auto;
  background-color: #002f55;
}

#headcontainer_callback {
  width: 100%;
  height: auto;
  margin: -20px 0px 0px 0px;
  background-color: rgba(29, 29, 29, 0.5);
}

.headcontent {
  clear: both;
  color: #373737;
  margin: 0px auto;
  padding: 5px 15px;
  position: relative;
}

#banner {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  height: 232px;
  border-top: 1px solid #ffffff;
  background-image: url(../images/SJC-banner.jpg);
}

.bannercontent {
  max-width: 960px;
  margin: 0px auto;
  padding: 0px;
}

#banner_pages {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  height: 116px;
  border-top: 1px solid #ffffff;
  background-image: url(../images/SJC-banner.jpg);
}

#banner_callback {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  min-height: 150px;
  background-image: url(../images/SJC-banner-callback.jpg)
}

.maincontent {
  clear: both;
  color: #373737;
  margin: 25px auto;
  padding: 0px;
  position: relative;
  max-width: 960px;
}


@media screen and (max-width: 992px) {
  .maincontent {
    margin-left: 10px;
    margin-right: 10px;
  }
}

#footercontainer {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-color: #dedede;
}

#footer {
  clear: both;
  color: #ffffff;
  margin: 0px auto;
  padding: 30px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  max-width: 960px;
  text-align: center;
}

.border {
  width: 100%;
  padding: 0px 30px;
  margin: 0px 0px 30px 0px;
  border: 3px solid #002f55;
}



/* -------------------------------------------------- */
/*                   3. NAVIGATION                    */
/* -------------------------------------------------- */
#navigation {
  clear: both;
  color: #002f55;
  margin: 5px auto;
  padding: 0px;
  position: relative;
  text-align: center;
  font-family: Arial;
}

.menu-link {
  display: none;
}

.menu {
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu ul {
  margin: 0px;
  padding: 10px 5px 0px 0px;
  display: inline-table;
  position: relative;
  list-style: none;
}

.menu>li>ul.sub-menu {
  padding: 4px 0;
  min-width: 10em;
  font-family: Arial;
  background-color: #999999;
  z-index: 10000;
}

.menu ul li {
  padding: 0px;
  line-height: 24px;
}

.menu ul li.sub {
  padding: 0px;
  line-height: 20px;
}

.menu>ul>li {
  display: inline-block;
}

.menu ul li a {
  color: #ffffff;
  display: block;
  font-size: 12pt;
  font-weight: normal;
  font-family: Arial;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left
}

.menu ul li a.active {
  color: #999999
}

.menu ul li.sub a {
  color: #ffffff;
  display: block;
  font-size: 12pt;
  font-weight: normal;
  font-family: Arial;
  text-decoration: none;
  text-align: left;
}

.menu ul li a:hover {
  color: #ffffff;
  background-color: #999999;
}

.menu ul li>a {
  padding: 5px;
}

.menu ul ul {
  top: 100%;
  display: none;
  padding: 0px;
  position: absolute;
  min-width: 197px;
  margin-top: -2px;
  background-color: #999999;
  z-index: 10000;
  border-left: 0px
}

.menu ul li:hover>ul {
  display: block;
}

.menu ul ul li:hover>ul {
  display: block;
  left: 180px;
  top: 0px;
  min-width: 250px;
  border-left: 1px solid #ffffff;
  font-family: Arial
}

.menu ul ul>li {
  color: #002f55;
  position: relative;
  font-size: 13pt;
  font-family: Arial;
  font-weight: bold;
}

.menu ul ul>li a {
  height: auto;
  padding: 5px 0px 5px 0px;
  font-size: 12pt;
  background: none;
  font-family: Arial;
  text-transform: none
}

.menu ul ul>li a:hover {
  color: #002f55;
}

@media all and (max-width: 768px) {
  .example-header .container {
    width: 100%;
  }

  a.menu-link {
    color: #ffffff;
    float: right;
    display: block;
    padding: 10px;
    font-size: 12pt;
    font-family: Arial;
    text-decoration: none;
    background-color: #999999;
  }

  .menu {
    top: 68px;
    clear: both;
    float: right;
    width: 300px;
    right: 10px;
    color: #ffffff;
    z-index: 100000;
    position: absolute;
    min-width: inherit;
    background-color: #999999;
  }

  .menu,
  .menu>ul ul {
    overflow: hidden;
    max-height: 0;
  }

  .menu>li>ul.sub-menu {
    border: none;
    padding: 0px;
    background-color: #999999;
  }

  .menu.active,
  .menu>ul ul.active {
    max-height: 60em;
  }

  .menu ul {
    display: inline;
    z-index: 10000;
  }

  .menu li,
  .menu>ul>li {
    display: block;
    border-top: 0px solid #ffffff;
  }

  .menu li:first-child {
    border-top: 0px;
  }

  .menu li a {
    color: #ffffff !important;
    height: 30px;
    display: block;
    padding: 10px;
    position: relative;
    line-height: normal;
  }

  .menu li a:hover,
  .menu li a:active {
    color: #002f55 !important;
  }

  .menu li.has-submenu>a:after {
    top: 5px;
    right: 0;
    display: block;
    content: '+';
    padding: 0px 5px;
    position: absolute;
    font-size: 12pt;
  }

  .menu li.has-submenu>a.active:after {
    content: "-";
  }

  .menu ul ul>li a {
    height: 30px;
    border: 0px;
    padding: 10px;
    background-color: transparent;
  }

  .menu ul ul,
  .menu ul ul ul {
    top: auto;
    left: auto;
    border: none;
    display: inherit;
    position: relative;
  }
}


/* -------------------------------------------------- */
/*                   4. HEADINGS                      */
/* -------------------------------------------------- */
h1 {
  color: #002f55;
  margin: 20px 0px;
  padding: 5px 0px;
  font-size: 34px;
  text-align: left;
  font-family: Arial;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase
}

h1.banner {
  color: #c3c3c3;
  margin: 0px;
  padding: 75px 0px 0px 20px;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1px;
  text-shadow: 1px 1px #333333;
}

h2 {
  color: #002f55;
  margin: 30px 0px 5px 0px;
  padding: 5px 0px;
  font-size: 24px;
  text-align: left;
  font-family: Arial;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase
}

h2.banner {
  color: #ffffff;
  margin: 0px;
  padding: 10px 0px 0px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 3px;
  text-shadow: 1px 1px #333333;
}

h3 {
  color: #002f55;
  margin: 30px 0px 0px 0px;
  padding: 5px 0px;
  font-size: 18px;
  text-align: left;
  font-family: Arial;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase
}

h3.popi {
  margin: 0px 0px 30px 0px;
}

h4 {
  color: #af0e04;
  margin: -5px 0px 20px 0px;
  padding: 0px;
  font-size: 18px;
  text-align: left;
  font-family: Arial;
  line-height: normal;
  font-weight: normal;
}

h5 {
  color: #002f55;
  margin: 0px;
  padding: 5px 0px;
  font-size: 18px;
  text-align: left;
  font-family: Arial;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase
}

h6 {
  color: #002f55;
  margin: 5px 5px 8px 5px;
  padding: 0px;
  hyphens: auto;
  font-size: 14pt;
  text-align: left;
  line-height: 20px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  h1.banner {
    padding: 50px 0px 0px 20px;
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  h1.banner {
    padding: 20px 0px 0px 20px;
    font-size: 40px;
    line-height: 40px;
  }
}

span.small {
  color: #af0e04
}

span.small_panning {
  color: #3e3e3e;
  font-size: 80%;
  padding-left: 10px;
  text-transform: none
}


/* -------------------------------------------------- */
/*                 5. PARAGRAPHS                      */
/* -------------------------------------------------- */
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
}

p.quick {
  color: #3a3a3a;
  margin: 0px 10px;
  padding: 0px;
  hyphens: auto;
  font-size: 14px;
  text-align: left;
  line-height: 26px;
  font-family: Arial;
}


p.social {
  color: #3a3a3a;
  margin: 5px 10px;
  padding: 0px;
  hyphens: auto;
  font-size: 14px;
  text-align: right;
  line-height: 26px;
  font-family: Arial;
}

p.credits {
  font: normal 7pt arial;
  color: #002f55;
  margin: 15px 5px 5px 5px;
  padding: 0;
  hyphens: auto;
  text-align: center;
  line-height: 26px;
  letter-spacing: 1px;
}

p {
  color: #3a3a3a;
  margin: 5px 0px 30px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 11pt;
  text-align: justify;
  font-family: arial;
  line-height: 22px;
}

p.disclaimer {
  color: #3a3a3a;
  margin: 25px 0px 30px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 7pt;
  text-align: justify;
  font-family: arial;
  line-height: 14px;
}

p.lists_top {
  color: #3a3a3a;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 11pt;
  text-align: justify;
  font-family: arial;
  line-height: 22px;
}

p.lists_bottom {
  color: #3a3a3a;
  margin: 30px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 11pt;
  text-align: justify;
  font-family: arial;
  line-height: 22px;
}

p.lists_both {
  color: #3a3a3a;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 11pt;
  text-align: justify;
  font-family: arial;
  line-height: 22px;
}

p.logo {
  color: #393939;
  margin: 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 16px;
  text-align: left;
  line-height: 26px;
}

p.tagline {
  color: #393939;
  margin: 0px 5px 0px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 16px;
  text-align: right;
  line-height: 26px;
}

p.phones {
  color: #3a3a3a;
  margin: 15px 0px 15px 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 11pt;
  text-align: center;
  font-family: arial;
  line-height: 22px;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  p.disclaimer {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  p.tagline {
    text-align: left
  }

  p.tagline img {
    max-width: 240px !important
  }

  p.quick {
    margin-bottom: 30px;
    padding-left: 20px;
  }
}

p.forms {
  color: #4c4c4c;
  margin: 0px;
  padding: 0px;
  hyphens: auto;
  font-size: 15px;
  text-align: justify;
  font-family: Arial;
  line-height: 30px;
}

p.rgt {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

.no_space {
  margin-top: -5px;
}


/* -------------------------------------------------- */
/*                     6. LISTS                       */
/* -------------------------------------------------- */
ul,
ol {
  color: #af0e04;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 10px;
  hyphens: auto;
  font-size: 11pt;
  text-align: justify;
  font-family: arial;
  line-height: 22px;
}

li {
  margin: 2px 0px 2px 10px;
  padding: 2px 0px 2px 10px;
}

li ul,
li ol {
  margin: 0;
  font-size: 1em;
  /* 16 / 16 = 1 */
}

dl,
dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: normal;
}

dd p,
dt p {
  margin-bottom: 5px;
}

dl.popi dd {
  padding-left: 30px;
}

dl.popi dt p {
  font-weight: bold;
}


/* -------------------------------------------------- */
/*                     7. LINKS                       */
/* -------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none
}

a:link.normal,
a:visited.normal {
  color: #3a3a3a;
  text-decoration: none;
}

a:hover.normal,
a:active.normal {
  color: #002f55;
  text-decoration: underline;
}

a:link.quickcontact,
a:visited.quickcontact {
  color: #3a3a3a;
  text-decoration: none;
}

a:active.quickcontact,
a:hover.quickcontact {
  color: #002f55;
  text-decoration: none;
}

a:link.credits,
a:visited.credits {
  color: #002f55 !important;
  text-decoration: none;
}

a:active.credits,
a:hover.credits {
  color: #002f55 !important;
  text-decoration: underline;
}

.bannerland { background-color: #002f55; padding: 10px; margin: 0px 0px 30px 0px; border-radius: 5px;}
.bannerland a { color: #ffffff; letter-spacing: 1px; text-transform: uppercase; font-weight: bold; }


/* -------------------------------------------------- */
/*                  8. COLOURS                        */
/* -------------------------------------------------- */
.clr1 {
  color: #002f55;
}

/* blue */
.clr2 {
  color: #999999;
}

/* grey */
.clr3 {
  color: #c3c3c3;
}

/* lgrey */
.clr4 {
  color: #ffffff;
}

/* white */
.clr5 {
  color: #3a3a3a;
}

/* dark grey */
.clr6 {
  color: #af0e04;
}

/* red */


/* -------------------------------------------------- */
/*                    9. IMAGES                       */
/* -------------------------------------------------- */
img {
  width: auto\9;
  height: auto\9;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-width: 0;
  border-style: none;
  border-color: inherit;
  border: none;
  background-color: transparent;
}

img.action {
  margin: 0px;
}

img.imgleft {
  margin-top: 30px
}

img.floatleft {
  float: left;
  margin: 0px 20px 0px 0px;
  padding-right: 5px;
}

img.floatright {
  float: right;
  margin: 0px 0px 0px 20px;
  padding-left: 5px;
}

img.homefull {
  margin: 30px 0px 0px 0px;
}

img.border {
  border: 4px solid #002f55;
}

img.landimages {
  border: 4px solid #002f55;
  max-width: 400px;
  margin: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  img.action {
    margin: 10px 0px 0px 0px;
  }

  img.floatleft,
  img.floatright {
    float: none;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px dashed #7a2131;
    margin: 0px auto;
    padding: 0px 0px 5px 0px;
    text-align: center;
    display: block
  }
}


/* -------------------------------------------------- */
/*                    10. FORMS                       */
/* -------------------------------------------------- */
input,
textarea,
submit,
select {
  width: 100%;
  color: #ffffff;
  border: 1px solid #bcbcbc;
  margin: 2px;
  padding: 3px 10px;
  font-size: 14px;
  max-width: 100%;
  text-align: justify;
  background: #002e54;
  height: 24px;
  letter-spacing: 1px;
  border-radius: 5px;
}

input {
  height: auto;
}

textarea {
  height: 120px;
}

select {
  font-size: 14px;
  padding: 10px 5px;
  width: 100%;
}



.submit {
  text-align: center;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  opacity: 1
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}

.nomore {
  display: none !important;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  display: inline !important;
  text-align: left;
  width: auto;
  background-color: #002e54;
  margin-left: 5px;
}

/* -------------------------------------------------- */
/*                 11. HOME BOXES                     */
/* -------------------------------------------------- */
.boxgrid,
.boximage,
.contactbox,
.boximage2,
.boxgrid-2col {
  float: left;
  width: 100%;
  height: 208px;
  border: 10px solid #ffffff;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin-left: 0px;
  background-color: #ffffff;
}

.boxgrid2 {
  float: left;
  width: 100%;
  height: 230px;
  border: 10px solid #ffffff;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin-left: 0px;
  background-color: #ffffff;
}

.boxgrid2 h3 {
  margin-top: 0px;
  text-align: center;
}

.contactbox {
  height: auto
}

.boxgrid img,
.boximage img,
.boximage2 img,
.boxgrid-2col img {
  top: 0;
  left: 0;
  position: absolute;
}

.boxgrid p,
.boxgrid2 p {
  /* inside box */
  font: normal 10pt arial;
  color: #ffffff;
  margin: 0px 10px;
  padding: 10px 0px;
  text-align: center;
}

.boxgrid h3,
.boximage h3,
.boximage2 h3,
.boxes_sml h3,
.boxes_lrg h3,
.boxgrid-2col h3 {
  font: normal bold 12pt arial;
  color: #002f55;
  margin: 154px 3px 0px 3px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase
}

.boxes_sml h3,
.boxes_lrg h3 {
  margin: 10px 3px 0px 3px
}

.boxes_lrg h3 {
  margin: 150px 3px 0px 3px;
}

.boxgrid h4,
.boximage h4,
.boximage2 h4,
.boxes_sml h4,
.boxes_lrg h4 {
  font: normal bold 9pt arial;
  color: #002f55;
  margin: 0px 3px 0px 3px;
  padding: 0px;
  text-align: center;
}

.boxcaption {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #002f55;
}

.boxcaption h3 {
  /* inside box */
  font: normal bold 12pt arial;
  color: #ffffff;
  margin: 10px 3px 0px 3px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase
}

.captionfull .boxcaption {
  top: 0px;
  left: 0;
}

.caption .boxcaption {
  top: 270px;
  left: 0;
}

.boxes_sml .caption,
.boxes_lrg .caption {
  top: 220px;
  left: 0;
}

.contactbox h2,
.contactbox h3,
.contactbox p {
  text-align: center;
}

.boximage2 {
  float: left;
  width: 100%;
  height: 208px;
  border: 10px solid #ffffff;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin-left: 0px;
  background-color: #ffffff;
  background-image: url(../images/action14.jpg);
  background-repeat: no-repeat;
}

.boxes_sml,
.boxes_lrg {
  width: 100%;
  max-width: 230px;
  height: 210px;
  border: 10px solid #ffffff;
  margin: 0px auto 14px auto;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  margin-left: 0px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top;
}

.boxes_lrg {
  background-image: url(../images/action14.jpg);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
}



@media screen and (max-width: 992px) {

  .boxgrid,
  .boximage {
    margin: 10px;
    max-width: 230px;
  }
}

@media screen and (max-width: 816px) {
  .contactbox {
    margin: 10px;
    width: 96%
  }

  .boxgrid {
    float: left;
    width: 100%;
    height: 210px;
  }

  .boxgrid h3 {
    font: normal bold 12pt arial;
    color: #002f55;
    margin: 150px 3px 0px 3px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase
  }

  .boxcaption h3 {
    top: 100px;
    left: 0;
    margin: 10px 3px 0px 3px;
    color: #ffffff
  }


}


/*
@media screen and (max-width: 800px) {
    .boximage2 {
        margin: 10px;
        max-width: 610px;
        background-image: url(../images/action14b.jpg);
        background-repeat: no-repeat;
    }
}*/

@media screen and (max-width: 740px) {
  .boximage2 {
    margin: 10px;
    max-width: 480px;
  }
}

@media screen and (max-width: 520px) {
  .boxes_lrg {
    background-image: url(../images/action14b.jpg);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 230px;
  }
}



/* ------------------------------------------------- */
/*             12. VERTICAL ACCORDION                */
/* ------------------------------------------------- */
/* LIST */
ul.accordion {
  color: #ffffff;
  list-style: none;
  max-width: 585px;
  background-color: #002f55
}

/* FORM */
input.accordion {
  position: absolute;
}

label.accordion {
  display: block;
  float: left;
  height: 290px;
  width: 40px;
  overflow: hidden;
  background: #002f55;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  transition: background 300ms ease;
  border-right: 1px solid #ffffff;
}

label:hover,
li:nth-child(even)>input+label:hover {
  background: #999999;
  color: #fff;
  cursor: pointer;
}

input[type="radio"]:checked~label {
  background: #002f55;
  color: #fff;
  cursor: default !important;
}

.accordion li {
  margin: 0px;
  padding: 0px;
}

.accordion li p {
  margin: 0px auto;
  text-align: center
}

/* SLIDES */
.accslide {
  display: block;
  height: 290px;
  width: 0px;
  padding: 0px 0;
  float: left;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  transition: all 700ms ease;
  background-color: #daebcb
}

.accslide * {
  padding-left: 0px;
}

.accslide img {
  margin: 0px;
  height: 100%;
}

input[type="radio"]:not(:checked)~label>* {
  padding-left: 7px;
  font-size: 1.2em;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 240px;
  text-align: center;
  text-transform: uppercase
}

input.accordion[type="radio"]:checked~label>* {
  padding-left: 7px;
  font-size: 1.2em;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 240px;
  text-align: center;
  text-transform: uppercase
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: none;
}


li:nth-child(1):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 80px);
}

li:nth-child(2):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 80px);
}

li:nth-child(1):nth-last-child(3) input[type="radio"]:checked~.accslide {
  width: calc(100% - 120px);
}

li:nth-child(2):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 120px);
}

li:nth-child(3):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 120px);
}

li:nth-child(1):nth-last-child(4) input[type="radio"]:checked~.accslide {
  width: calc(100% - 160px);
}

li:nth-child(2):nth-last-child(3) input[type="radio"]:checked~.accslide {
  width: calc(100% - 160px);
}

li:nth-child(3):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 160px);
}

li:nth-child(4):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 160px);
}

li:nth-child(1):nth-last-child(5) input[type="radio"]:checked~.accslide {
  width: calc(100% - 200px);
}

li:nth-child(2):nth-last-child(4) input[type="radio"]:checked~.accslide {
  width: calc(100% - 200px);
}

li:nth-child(3):nth-last-child(3) input[type="radio"]:checked~.accslide {
  width: calc(100% - 200px);
}

li:nth-child(4):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 200px);
}

li:nth-child(5):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 200px);
}

li:nth-child(1):nth-last-child(6) input[type="radio"]:checked~.accslide {
  width: calc(100% - 240px);
}

li:nth-child(2):nth-last-child(5) input[type="radio"]:checked~.accslide {
  width: calc(100% - 240px);
}

li:nth-child(3):nth-last-child(4) input[type="radio"]:checked~.accslide {
  width: calc(100% - 240px);
}

li:nth-child(4):nth-last-child(3) input[type="radio"]:checked~.accslide {
  width: calc(100% - 240px);
}

li:nth-child(5):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 240px);
}

li:nth-child(6):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 240px);
}

li:nth-child(1):nth-last-child(7) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(2):nth-last-child(6) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(3):nth-last-child(5) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(4):nth-last-child(4) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(5):nth-last-child(3) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(6):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(7):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 280px);
}

li:nth-child(1):nth-last-child(8) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(2):nth-last-child(7) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(3):nth-last-child(6) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(4):nth-last-child(5) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(5):nth-last-child(4) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(6):nth-last-child(3) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(7):nth-last-child(2) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}

li:nth-child(8):nth-last-child(1) input[type="radio"]:checked~.accslide {
  width: calc(100% - 320px);
}


/* -------------------------------------------------- */
/*                 13. GOOGLE MAPS                    */
/* -------------------------------------------------- */
.google-maps {
  position: relative;
  padding-bottom: 0%;
  /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  min-height: 320px;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/* ------------------------------------------------- */
/*               14 BOOTSTRAP CHANGES                */
/* ------------------------------------------------- */
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

/* -------------------------------------------------- */
/*                    15 ACCORDION                    */
/* -------------------------------------------------- */
button.accordion {
  width: 100%;
  color: #002f55;
  cursor: pointer;
  border: none;
  padding: 10px 18px;
  outline: none;
  hyphens: auto;
  font-size: 18px;
  transition: 0.4s;
  text-align: left;
  line-height: 26px;
  font-family: arial;
  background-color: #ffffff;
  font-weight: normal;
  letter-spacing: 1px;
}

button.accordion.active,
button.accordion:hover {
  color: #3a3a3a;
  background-color: #ffffff;
}

button.accordion:after {
  float: right;
  color: #002f55;
  content: '\002B';
  font-weight: bold;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  margin: 20px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  box-shadow: none;
}