/* LESS Document */
/* --------------------- Variables ------------------------- */
/* ----------------------Typography------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 .5em 0;
  color: #faa633;
  font-family: 'Anton', sans-serif;
}
.feature h1,
.feature h2,
.feature h3,
.feature h4,
.feature h5,
.feature h6 {
  color: white;
  text-shadow: 0px 2px 5px #905504;
}
h1 {
  font-size: 47px;
}
h2 {
  font-size: 39px;
}
h3 {
  font-size: 33px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 23px;
}
h6 {
  font-size: 19px;
}
p,
ol,
ul {
  font-weight: 400;
  line-height: 1.65em;
  margin: 0 0 1.5em;
}
p a,
ol a,
ul a {
  text-decoration: underline;
  color: #f49006;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
p a:hover,
ol a:hover,
ul a:hover {
  text-decoration: underline;
  color: #1b2c6c;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
.feature p, .feature ol, .feature ul {
  color: white;
  font-size: 1.5em;
  text-shadow: 0px 2px 5px #905504;
  margin: 0;
  font-weight: 700;
  line-height: 1.25em;
}
.lead {
  font-size: 19px;
}
li.long {
  padding-bottom: .5em;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.btn {
  display: inline-block;
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
  background-color: #faa633;
  padding: 8px 12px;
  color: white;
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  text-shadow: none;
  margin: 3px;
}
.feature .btn {
  border: 2px solid white;
  background: transparent;
}
.btn.btn-lg {
  padding: 12px 18px;
  font-size: 1.375em;
}
.feature .btn.btn-lg {
  border: 2px solid white;
  background: transparent;
}
.btn:hover {
  color: white;
  text-decoration: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.feature .btn:hover {
  color: #faa633;
  background-color: white;
}
.btn.secondary {
  background-color: #253d95;
}
footer.footnotes {
  color: #8d8d8d;
  font-size: .8em;
  border-top: 1px solid #d8d8d7;
  margin-top: 4em;
  padding-top: 2em;
}
blockquote {
  font-size: 23px;
  line-height: 1.25em;
  font-style: italic;
  margin: 2em 8%;
  border-left: 5px solid #faa633;
  padding-left: 25px;
}
blockquote span {
  display: block;
  font-size: .8em;
  color: #8d8d8d;
  margin-top: 1em;
}
hr {
  border: none;
  height: 3px;
  background-color: #d8d8d7;
  margin: 3em 5%;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.show-mobile {
  display: none !important;
}
figure {
  border: 1px solid #d8d8d7;
  padding: 15px;
  background: white;
  margin: .5em 1em 1em;
}
figure figcaption {
  color: #8d8d8d;
  font-size: .8em;
  font-style: italic;
  padding-top: 10px;
}
img,
a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 1em;
}
img.img-70,
a img.img-70 {
  max-width: 70%;
}
.accent {
  color: #1b2c6c;
}
.highlight {
  background-color: yellow;
}
.panel {
  padding: 15px;
  background-color: #fff8ef;
  border-top: 5px solid #faa633;
  margin-bottom: 2em;
}
.panel.support {
  min-height: 275px;
}
.panel.research {
  min-height: 380px;
}
section {
  padding: 40px 0;
}
/* ----------------------Base Layout------------------------ */
html,body {margin:0;padding:0;height:100%;}
body {
  background-color: #f8f8f8;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #404040;
}
header#masthead {
  background-image: url(/img/header-bg.png);
  background-position: bottom right;
  height: 134px;
  z-index: 1;
  position: relative;
}
header#masthead .logo {
  height: 100px;
  width: auto;
  margin: 10px 0 0;
  display: inline-block !important;
}
header#masthead span.title {
  color: white;
  font-size: .875em;
}
header#masthead .navbar-toggle {
  background-color: white;
  margin: 0;
  position: absolute;
  top: 39px;
  right: 15px;
}
header#masthead .navbar-toggle .icon-bar {
  background-color: #faa633;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
  position: relative;
}
header#masthead .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
header#masthead .navbar-toggle .icon-bar.top {
  transform: rotate(45deg);
  transform-origin: top left;
  left: 6px;
}
header#masthead .navbar-toggle .icon-bar.bottom {
  transform: rotate(-45deg);
  transform-origin: bottom left;
  left: 6px;
}
header#masthead .navbar-toggle .icon-bar.middle {
  opacity: 0;
  left: 10px;
}
header#masthead .navbar-toggle.collapsed .icon-bar.top {
  transform: rotate(0deg);
  transform-origin: top left;
  left: 0px;
}
header#masthead .navbar-toggle.collapsed .icon-bar.bottom {
  transform: rotate(0deg);
  transform-origin: bottom left;
  left: 0px;
}
header#masthead .navbar-toggle.collapsed .icon-bar.middle {
  opacity: 1;
  left: 0px;
}
header#masthead #navbar {
  margin-top: 32px;
  position: relative;
}
header#masthead #navbar .nav li {
  padding: 0 15px;
}
header#masthead #navbar .nav li a {
  color: white;
  padding: 17px 0px 10px;
  text-shadow: 0 1px 5px #111c43;
  text-decoration: none;
  font-family: 'Anton', sans-serif;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header#masthead #navbar .nav li a.active:before {
  visibility: visible;
  background-color: #faa633;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header#masthead #navbar .nav li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar .nav li a:hover {
  text-decoration: none;
}
header#masthead #navbar .nav li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: white;
}
header#masthead #navbar .nav li.open a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
header#masthead #navbar .nav .dropdown-menu {
  min-width: 170px;
  background-color: #feebd2;
  border: none;
  border-radius: 0;
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.15);
  padding: 0;
}
header#masthead #navbar .nav .dropdown-menu li {
  padding: 0;
}
header#masthead #navbar .nav .dropdown-menu li a {
  font-size: 1em;
  text-shadow: none;
  color: #f49006;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar .nav .dropdown-menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f49006;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar .nav .dropdown-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.65);
  transition: all 0.2s ease-in-out 0s;
}
header#masthead #navbar .nav .dropdown-menu li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
main {
  z-index: 0;
  margin-top: -20px;
}
nav.sidebar-nav {
  background-color: #fff8ef;
}
nav.sidebar-nav ul {
  list-style: none;
  padding: 10px 0;
}
nav.sidebar-nav ul a {
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  transition: all 0.1s ease-in-out 0s;
}
.content {
  background-color: white;
  padding: 50px 0;
  border: 1px solid #D8D8D7;
  border-top: none;
  position: relative;
}
.home .content {
  padding-top: 0px;
}
.feature {
  background-color: #faa633;
  padding: 2em 0;
  margin-top: -20px;
  border-bottom: 5px solid #253d95;
  /*box-shadow: inset 0 0 200px 0 #905504;*/
}
.sub-feature {
  margin-bottom: 3em;
}
.sub-feature .sub-image
{
  min-height: auto !important;
}

.sub-feature .sub-image img {
  display: block;
  margin: auto;
  width: 300px;
  height: auto;
  margin-bottom: 2em;
}
footer#footer {
  text-align: center;
  margin: 50px 25px;
  color: #8d8d8d;
}
footer#footer a {
  color: #8d8d8d;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}
footer#footer a:hover {
  color: #404040;
  transition: all 0.1s ease-out 0s;
  -webkit-transition: all 0.1s ease-out 0s;
}

.badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

.badges .badge-link:last-child {
  margin-bottom: 0;
}

.badges .badge-link img {
  height: 60px;
}
/* ----------------------Responsive------------------------ */
@media (min-width: 768px) {
  .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (max-width: 400px) {
  header#masthead .logo {
    width: 220px;
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .left {
    float: none;
  }
  .right {
    float: none;
  }
  .show-mobile {
    display: block !important;
  }
  a.btn.show-mobile {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
  }
  .sub-feature {
    padding-bottom: 3em;
    border-bottom: 3px solid #d8d8d7;
  }
  .content {
    padding-top: 25px;
  }
  .navbar-toggle {
    display: block;
  }
  header#masthead .pencil-nav {
    display: none;
  }
  header#masthead div.col-md-7.col-sm-12 {
    padding: 0;
  }
  header#masthead #navbar {
    margin-top: 14px;
    background-color: white;
    z-index: 0;
    border-bottom: 5px solid #253d95;
    position: relative;
    padding: 0;
  }
  header#masthead #navbar .nav {
    padding: 15px;
  }
  header#masthead #navbar .nav li {
    padding: 0;
  }
  header#masthead #navbar .nav li a {
    color: #f49006;
    text-shadow: none;
    padding: 8px 15px;
    transition: all 0.2s ease-in-out 0s;
  }
  header#masthead #navbar .nav li a:before {
    content: none;
  }
  header#masthead #navbar .nav li a:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.65);
    transition: all 0.2s ease-in-out 0s;
  }
  header#masthead #navbar .nav .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    box-shadow: none;
    background: transparent;
  }
  header#masthead #navbar .nav .dropdown-menu li a {
    padding-left: 30px;
  }
  header#masthead #navbar .nav .dropdown-menu li a:before {
    content: none;
  }
  .navbar-collapse,
  .navbar-collapse.collapse {
    padding: 10px 0;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
    margin: 0;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
    z-index: 100;
  }
}
@media (max-width: 350px) {
  header#masthead #navbar {
    margin-top: 0px;
  }
}
@media (max-width: 1199px) {
  .panel.support {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .panel.support {
    min-height: 310px;
  }
  .feature {
    padding: 2em 0;
  }
  .feature p {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .panel.support {
    min-height: inherit;
  }
  .panel.research {
    min-height: inherit;
  }
}
