body {
  font-family: Trenda-Light;
  overflow-x: hidden;
  font-size: 18px;
  padding-top: 97px;
  
}

@media (min-width: 768px) {
	body {
	  font-family: Trenda-Light;
	  overflow-x: hidden;
	  font-size: 18px;
	  padding-top: 176px;
	}
}

body, html { height:100%;}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #0C65B0;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: Trenda-Light;
}

h2,h3 {
  font-family: Trenda-Black;
}



.img-centered {
  margin: 0 auto;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  min-width: 100%;
  height: auto;
}

hr {
    border: none;
    height: 1px;
    color: #0C65B0;
    background-color: #0C65B0;
}


.form-control {
  color: #000;
  background-color: #e6eff7;
  border: 1px solid #e6eff7;

}

.navbar {
  min-height: 40px;
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 0 5px;
  height: 59px;
  line-height: 30px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #fff;
}


@media (min-width: 768px) {

h1 {
  margin: .30em 0;
  font-size: 3em;
  font-family: Trenda-Light;
}

.navbar {
  min-height: 120px;
  margin-bottom: 20px;
}


.navbar-brand {
  padding: 0 15px;
  height: 120px;
  line-height: 60px;
}

}


.navbar-custom {
  padding-top: 10px;
  background: #fff;
  font-family: Trenda-Light;
  border: none;

}
.navbar-custom .navbar-brand {
  color: #000;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #000;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #000;
}
.navbar-custom .navbar-nav li a:hover {
  color: #0C65B0;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #0C65B0;
}
.navbar-custom .navbar-nav li.active a {
  color: #0C65B0;
  background: #fff;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #0C65B0;
  background: #fff;
}
.navbar-custom .navbar-toggle {
  color: #000;
  font-size: 0.8em;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fff;
  color: #0C65B0;
  border-color: #fff;
}
@media (min-width: 768px) {
  .navbar-custom {
	padding-top: 10px;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
	.navbar-left {
	float: left !important;
	}
	.navbar-right {
	float: right !important;
	margin-right: -15px;
	margin-top: 85px
	}
	.navbar-right ~ .navbar-right {
	margin-right: 0;
	}
  
	section {
	  margin-bottom: 100px;
	  padding-top: 186px;
	  margin-top: -186px;
	  padding-bottom: 100px;
	}
}

	.navbar-right {
	float: right !important;
	text-align: right;
	}
	.navbar-right ~ .navbar-right {
	margin-right: 0;
	}

section {

  padding-bottom: 70px;
}



.bluearrow {
	font-size: 0.6em;
	vertical-align: middle;
	color: #0C65B0;	
}

.largebluearrow {
	font-size: 2em;
	vertical-align: middle;
	color: #0C65B0;	
}

.whitearrow {
	font-size: 0.6em;
	vertical-align: middle;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}



}


footer {
  color: white;
}

footer .footer-above {
  padding: 15px 0;
  background-color: #0C65B0;
  color: #fff;
  font-size: 0.9em;
}

footer .footer-below {
  padding: 15px 0;
  background-color: #fff;
  font-size: 0.9em;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #0C65B0;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-westgraphics {
  color: white;
  background-color: #0C65B0;
  border-color: #0C65B0;
  font-weight: 700;
  font-size: 18px;
}
.btn-westgraphics:hover,
.btn-westgraphics:focus,
.btn-westgraphics:active,
.btn-westgraphics.active,
.open .dropdown-toggle.btn-westgraphics {
  color: white;
  background-color: #666666;
  border-color: #666666;
}
.btn-westgraphics:active,
.btn-westgraphics.active,
.open .dropdown-toggle.btn-westgraphics {
  background-image: none;
}
.btn-westgraphics.disabled,
.btn-westgraphics[disabled],
fieldset[disabled] .btn-westgraphics,
.btn-westgraphics.disabled:hover,
.btn-westgraphics[disabled]:hover,
fieldset[disabled] .btn-westgraphics:hover,
.btn-westgraphics.disabled:focus,
.btn-westgraphics[disabled]:focus,
fieldset[disabled] .btn-westgraphics:focus,
.btn-westgraphics.disabled:active,
.btn-westgraphics[disabled]:active,
fieldset[disabled] .btn-westgraphics:active,
.btn-westgraphics.disabled.active,
.btn-westgraphics[disabled].active,
fieldset[disabled] .btn-westgraphics.active {
  background-color: #0C65B0;
  border-color: #0C65B0;
}
.btn-westgraphics .badge {
  color: #0C65B0;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}

#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #0C65B0;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}
