html {
  min-height:100%;
  margin: 0;
  padding: 0;
  background-color:#FFFFFF;
  font-family: 'Raleway', sans-serif;
}

body {
  margin: 0 0 100px 0;
  width: 100%;
}

hr {
    border: 0px;
    border-top: 1px solid #ccc;
    margin: 50px 0px;

}

a[name]{
  padding-top: 80px;
  margin-top: -80px;
  display: inline-block;

}

.medscreen {
  display:none;
}

:target:before {
content:"";
display:block;
height:190px; /* fixed header height*/
margin:-190px 0 0 0; /* negative fixed header height */
}

.header {
position: fixed;
 width: 100%;
 z-index:4000;
  background-color:#FFF;
  height: 75px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.header-logo {
  float: left;
  margin: 0px;
}

.container {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;

}

.jumbotron {
  height: 460px;
  background: url(images/jumbotron-bg.jpg) no-repeat center center scroll;
  background-size: cover;

}

.feature {
  height: 600px;
  background: URL(images/timessquare.jpg) no-repeat center center scroll;
  background-size: cover;
}



.header .nav {
 position: absolute;
 top: 0;
 right: 0;
 display: inline-block;
  margin: 0;
  padding: 48px 0 0 0;
  list-style: none;
  text-transform: uppercase;
  width: auto;
}

.header .nav li {
  float: left;
  margin-right: 20px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.nav a {
  color: #000;
}

a {
	text-decoration: none;
	color: #006634;
}
a:hover {
  color: #f7931e;
}

.selected a {
	color: #f15b29;
	font-weight: 800;

}

.main {
  position: relative;
  top: 40px;
  text-align: center;
}

.main h1 {
  color: #fff;
  font-family: 'Georgia', serif;
  font-weight: 600;
  font-size: 70px;
  margin-top: 0px;
  margin-bottom: -20px;
  text-transform: uppercase;
}

.main h3 {
  color:#fff;
  font-family: 'Raleway', sans-serif; 
  margin-bottom: 80px;
  padding-bottom: 10px;
  margin-left: 50px;
  text-transform: uppercase;
  letter-spacing: 50px;
}

.btn-main {
  display: block;
  background-color: #006634;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1.3px;
  width: 300px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease 0s;
  margin-left: auto;
  margin-right: auto;
}

.btn-main:hover {
	background-color: #f15b29;
	font-family: 'Raleway', sans-serif;
 	font-weight: 600;
  font-size: 18px;
	color:#f1c600;

}

.supporting {
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  color: #333333;
  font-family: 'Raleway', sans-serif;
}

.supporting .col {
  float: left;
  width: 33%;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

.supporting h1 {
  font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.supporting h1 a {
  color:#333;
}

.supporting h1::after {
  content: '';
    width: 40px;
    border-bottom: 3px solid #666;
    left: 50%;
    margin-left: -20px;
    display: block;
    position: absolute;
    margin-top: 20px;
}

.supporting h2 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
}

.supporting p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0 50px;
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-word;
}

.supporting .legal {
  text-transform: uppercase;
  color: gray;
  font-size: small;
  text-align: justify;
  padding: 10px 50px;
}

.col2 {
  display:inline-block;
  width: 50%;
  font-family: 'Raleway', sans-serif;
  vertical-align: top;
  margin: 0px;
}

.col2 p {
  text-align: justify;
  text-justify: inter-word;
}

h2 {
  color:#006634;
  margin-bottom: -10px;
  padding: 0 50px;
}

h3 {
  font-style:italic;
  padding: 0px 50px 30px 50px;
}

h4 {
  font-size:18px;
  text-transform: uppercase;
  color: #888;
  text-align: center;
  padding:10px;
  margin:50px;
}

.supporting h3::after {
  content: '';
    width: 40px;
    border-bottom: 1px solid #666;
    display: block;
    position: absolute;
    margin: 15px 0px;
    padding: 0 50px;
}

#services {
  margin: 50px;
  text-align:center;
}

#services > ul {
  display: block;
  
  margin: 0 auto;

}

#services > ul, #services > ul > ul {
  padding: 0;
}

#services li {
  list-style: none;
}

#services > ul > li {
  text-transform: uppercase;
  font-weight: 600;
  color:#006634;
  padding: 20px 0;
}

#services > ul > li::after {
    content: '';
    width: 120px;
    border-bottom: 1px solid #666;
    left:50%;
    display: block;
    position: absolute;
    margin: 15px -60px;

}

ul > ul > ul {
  font-style: italic;
  font-weight: normal;
  font-family: 'Lora', serif;
  margin-top: -5px;
}

#services > ul > ul > li {
  font-weight: bold;
  margin: 8px 0;
}

.veterans {
  display: inline-block;
}
.veterans li {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 50px;
  width: 80%;
  list-style: none;
}
.left {
  display: inline-block;
  float: left;
  width: 33%;
  height:auto;
}

#provetus { 
  min-width:300px;
  height:200px;
  background: URL(images/provetus.jpg) no-repeat top center;
  background-size: contain;
}
.right {
 overflow:hidden;
 max-width:66%;

}

.left, .right {
  vertical-align:top;
}

#contact {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

#contact p {
  text-align: center;
  margin-top: 20px;
}

.maillink a {
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  color:#888;
  font-family: 'Lora', serif;
  margin: 10px auto;
  line-height:30px;
  width:350px;
}

#contact .btn-main {
  margin-top: 20px;
}

.clearfix {
  clear: both;
}

.footer {
  position: fixed;
  left:0;
  bottom:0;
  background-color: #333;
  color: #fff;
  margin-top: 50px;
  padding: 5px 20px;
  width: 100%;
}

.footer p {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

.footer a {
  color: #f7931e;
}
.footer a:hover {
  color: #f15b29;
}



/* 
accordian stuff
*/
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  display:none;
}
.cd-accordion-menu label, .cd-accordion-menu a {
    display: block;
    padding: 0;
    margin: 0;
    width:100%;
    margin: 0 auto;
    text-align: center;
}

.cd-accordion-menu label {
  margin: 5px 0;
  border-bottom: thin solid #888;
}

.cd-accordion-menu ul {
  /* by default hide all sub menus */
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.cd-accordion-menu li {
     width:100%;
    margin: auto;
    padding: 5px 0;
    border-top: thin solid #888;
}
 
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

/* */
@media only screen and (min-width:450px) and (max-width:650px) and (orientation : landscape) {
    .med-screen {
    display: none;
    }

  .header {
    height: 75px;
    overflow: hidden;
  }

  .header-logo {
  }

  .navbar {
    float:right;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    line-height:15px;
    height:auto;
    overflow:hidden;
  }

  .nav {
    float:right;
    max-width:auto;
  }
}

@media screen and (max-width: 699px) {
    .med-screen {
    display: none;
    }


  body {
    -webkit-text-size-adjust: 100%;
  }

  :target:before {
    content:"";
    display:block;
    height:50px; /* fixed header height*/
    margin:-50px 0 0 0; /* negative fixed header height */
  }

  .html {
    max-width:100%;
  }

  img {
    max-width:100%;
    height:auto;
  }

  .header{
    max-width: 100%;
  } 

  .right {
    width:100%
  }

  .header-logo img{ 
    max-width:160px;
  }

  .nav {
    max-width: 100%;
    bottom:0;
  }

  .nav li {
    font-size: 10px !important;
  }

  .container {
    max-width: 100%;
    padding: 5px;
  }

  .jumbotron{
    max-width:100%;
    height:250px;
  }

  .footer {
    padding:0 10px;
    margin-top:0;
    max-width:100%;
  }
  .footer p {
    font-size:8px;
  }
}


@media (max-width: 800px) {

  .medscreen {
    display: block;
  }

  .nav {
    width: auto;
    padding: 10px 0 0 0;
  }


  .col2 {
    width:100%;
  }

  .left {
    margin-bottom:20px;
  }

  .left, .right {
    width:100%;
    max-width:100%;
    height:auto;
    overflow:visible;
  }

  .right p {
    margin:0 auto;
    padding:0 50px;
        overflow:visible;
  }

  #provetus {
    height:150px;
    margin: 0auto;
  }

  .left img {
    margin: auto;
    display:block;
    height:auto;
  }
}

@media (max-width: 1020px) {
  .header {
    height: auto;
  }
  .header .nav {
    padding: 0 0 10px 0;
  }

  .header .nav {
    position: relative;
    float:right;
  }
}

