/*** 25px left and right margins desktop ***/
/****------------ LESS Variables ------------****/
/****------------ Breakpoints ------------****/
/****------------ Widths ------------****/
/****------------ Colors ------------****/
/****------------ LESS Mixins ------------****/
.box-shadow {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
/****------------ TAGS  ------------****/
* {
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  color: #4d4d4f;
  margin: 0;
  text-align: center;
}
body .home {
  background-color: #ffffff;
}
h1 {
  color: #000;
  font-weight: 700;
  font-size: 51px;
  line-height: 1.2em;
  margin-top: 0;
}
.hero-msg h1 {
  font-size: 40px;
  line-height: 1.1em;
}

h2 {
  color: black;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2em;
  margin-bottom: .8em;
  margin-top: 0;
}
/*
#messaging-panel h2 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  margin-top: .4em;
  margin-bottom: .8em;
  margin-top: 20px;
}
@media only screen and (min-width: 720px) {
  #messaging-panel h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  #messaging-panel h2 {
    font-size: 35px;
    margin-bottom: .6em;
  }
}
*/
a:link h2 {
  color: black;
  text-decoration: none;
}
a:visited h2 {
  color: black;
  text-decoration: none;
}
a:hover h2 {
  color: #f9b14b;
  text-decoration: none;
}
a:active h2 {
  color: #f9b14b;
  text-decoration: none;
}
h3 {
  color: black;
  font-weight: bold;
  font-size: 19px;
  line-height: 1.3em;
  margin-top: 0;
}

#home-features h3 {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.1em;
}

#home-features p{
  font-size: 27px;
  line-height: 1.3em;
}

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

  #home-features h3 {
    font-size: 35px;
    line-height: 1.3em;
  }

  #home-features p{
    font-size: 20px;
  }

}
#sidebar .box h3 {
  margin-bottom: .5em;
}
a:link h3 {

  text-decoration: none !important;
}
a:visited h3 {

  text-decoration: none !important;
}
a:hover h3 {
  color: #b3b3b3 !important;
  text-decoration: underline !important;
}
a:active h3 {
  color: #b3b3b3 !important;
  text-decoration: underline !important;
}
h4 {
  color: black;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
#quicklinks h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .5em;
}
a:link h4 {
  color: black;
  text-decoration: none;
}
a:visited h4 {
  color: black;
  text-decoration: none;
}
a:hover h4 {
  color: #f9b14b;
  text-decoration: none;
}
a:active h4 {
  color: #f9b14b;
  text-decoration: none;
}
.hero-msg p {
  color: #4d4d4f;
  font-size: 20px;
  line-height: 1.4em;
}

#home-bottomcontent p {
  color: #989898;
  font-size: 14px;
  line-height: 1.6em;
}
p.footnote {
  font-size: .75em;
}
ul:not(.nav) {
  list-style-type: none;
  padding-left: 1.4em;
}
ul:not(.nav) li {
  position: relative;
}
ul:not(.nav) li:before {
  content: "\2022";
  color: #147e29;
  font-size: 1em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -0.8em;
}
ul.triangle {
  padding-left: 1.8em;
}
ul.triangle li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-width: .4em 0 .4em .6em;
  border-color: transparent transparent transparent #147e29;
  top: .35em;
  left: -1.2em;
}
#main-content a {
  font-weight: bold;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
/****------------ STRUCTURE ------------****/
#brand-bar {
  background-color: #fff;
}

@media only screen and (min-width: 992px) {
  #brand-bar {
   height: 135px;
  }
}

#content {
  margin: 0;
  padding: 16px 0 20px 0;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  #content {
    margin: 190px 0 0 0;
  }
}

#content #main-content * + h1,
#content #main-content * + h2,
#content #main-content * + h3,
#content #main-content * + h4,
#content #main-content * + p,
#content #main-content * + ul,
#content #main-content * + ol,
#content #main-content * + img {
  margin-top: 1.5em;
}
#content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 75px 0 0 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #content hr {
    display: none;
  }
}
#main-content {
  padding: 0 25px 40px 25px;
  /* border-bottom:  1px solid @light-gray; */
}
@media only screen and (min-width: 992px) {
  #main-content {
    border: none;
    padding-right: 0;
  }
}
#sidebar {
  margin-top: 40px;
  padding: 0px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #sidebar {
    margin-top: 0px;
    border: none;
  }
}
#footer {
  font-size: 12px;
  padding: 50px 0;
  background-color: #124e78;
  color: white;
  text-align: left;
  line-height: 1.6em;
}
#footer a:link {
  color: white;
  text-decoration: underline;
}
#footer a:link .fa-square {
  color: #f9b14b;
}
#footer a:link .knockout-icon {
  color: white;
}
#footer a:visited {
  color: white;
  text-decoration: underline;
}
#footer a:visited .fa-square {
  color: #f9b14b;
}
#footer a:visited .knockout-icon {
  color: white;
}
#footer a:hover {
  color: black;
  text-decoration: underline;
}
#footer a:hover .fa-square {
  color: #a2ad00;
}
#footer a:hover .knockout-icon {
  color: white;
}
#footer a:active {
  color: black;
  text-decoration: underline;
}
#footer a:active .fa-square {
  color: #a2ad00;
}
#footer a:active .knockout-icon {
  color: white;
}
#footer #social-icons {
  float: right;
  padding-bottom: 30px;
}
#header {
  width: 100%;
  top: 0;
  z-index: 20000;
}

@media only screen and (min-width: 992px) {
  #header {
    position: fixed;
  }
}

.mm-opened #header {
  top: 0;
}
#home-features {
  min-height: 100px;
  padding: 36px 0 18px 0;
}

@media only screen and (min-width: 992px) {
  #home-features {
    padding: 48px 0 30px 0;
  }
}
#home-hero {
  display: block;
  position: relative;
  height: auto;
  margin: 0 0 0 0;
  background-color: #124e78;
  text-align: center;
  box-sizing: content-box;
  border-bottom: 9px solid #b3b3b3;
}

@media only screen and (min-width: 992px) {
  #home-hero {
    margin: 190px 0 0 0;
    height: 400px;
  }
}
#home-hero .hero-wrap {
  position: relative;
  overflow: visible;
  height: auto;
}

@media only screen and (min-width: 992px) {
  #home-hero .hero-wrap {
    height: 100%;
  }
}

#home-hero .hero-img-mobi{
  display:none;
}
#home-hero .hero-img-md{
  display:none;
}

#home-hero .hero-img-lg{
  clear: both;
  background-repeat: no-repeat;
  background-position: top right;
  margin-right: 0;
  height: auto;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  #home-hero .hero-img-lg{
    float: right;
    width: 60%;
    height: 100%;
    clear:none;
  }
}



#home-hero .hero-img-lg img{
  width: 100%;

}
/*
@media only screen and (min-width: 720px) {
  #home-hero .hero-img-md {
    float: right;
    width: 450px;
    height: 364px;
    display:block;
  }
  #home-hero .hero-img-lg{
  
  }
  #home-hero .hero-img-mobi{
  	display:none;
  }
}


@media only screen and (min-width: 890px) {
  #home-hero .hero-img-lg {
 	float: right;
    width: 575px;
    height: 368px;
  	display:block;
  }
  #home-hero .hero-img-md{
  	display:none;
  }
  #home-hero .hero-img-mobi{
  	display:none;
  }
}
@media only screen and (min-width: 1200px) {
  #home-hero .hero-img-mobi{  
    margin-right: -30px;
  }
}
@media only screen and (max-width: 720px) {
  #home-hero .hero-img-mobi {
 	 display:inline;
  }
  #home-hero .hero-img-md{
  	display:none;
  }
   #home-hero .hero-img-lg{
  	display:none;
  }
  #home-hero .hero-img-mobi .mobi-img {
    width: 100%;
   }  
}
*/

#home-hero .hero-msg {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: white;

}


@media only screen and (min-width: 992px) {
  #home-hero .hero-msg {
    width: 40%;
    height: 100%;
  }
}


#home-hero .hero-msg .inner-wrap {
  width: 100%;
  position: relative;
  padding: 24px 36px;
  text-align: left;
  box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
  #home-hero .hero-msg .inner-wrap {
    padding: 30px 32px 0 32px;
  }
}
#home-hero .hero-msg .inner-wrap:after {
  position: absolute;
  display: none;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  /*
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 0;
  */
}
@media only screen and (min-width: 720px) {
  #home-hero .hero-msg .inner-wrap:after {
    display: block;
    content: '';
    height: 100%;
    right: -67px;
    border-width: 182px 0 182px 67px;
  }
}
@media only screen and (min-width: 890px) {
  #home-hero .hero-msg .inner-wrap:after {
    border-width: 183.5px 0 183.5px 67px;
  }
}
#home-hero .hero-msg .btn {
  margin: 16px 0 8px 0;
}
#main-wrap {
  top: 0px;
  padding-top:0;
  /* this is a fix to account for fixed position of #header
	and positioning in slideout of mobile menu */
}
@media only screen and (min-width: 890px) {
  #main-wrap {
    top: 0px;
    padding-top: 0;
  }
}
#mobile-menu {
  background-color: #eee;
}
#navbar {
  overflow: visible;
  background-color: #147e29;
  height: auto;
}
@media only screen and (min-width: 890px) {
  #navbar {
    display: block;
    height: auto;
  }
}

#navbar .page-area-wrap{
  padding: 0;

}

#quicklinks {
  background-color: #147e29;
  margin-top: 0;
  /* padding: 26px 0 0 0; */
}
@media only screen and (min-width: 768px) {
  #quicklinks {
    /* padding: 50px 0; */
  }
}
#quicklinks .page-area-wrap {
  display: table;
  padding: 0 25px;
}
.page-area-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .page-area-wrap {
    padding: 0 25px;
  }
}
/****------------ MODULES OR BLOCKS ------------****/
img.fullwidth {
  width: 100%;
}
#footer nav,
#fineprint,
#copyright {
  padding: 0 25px;
}
@media only screen and (min-width: 992px) {
  #footer nav,
  #fineprint,
  #copyright {
    padding: 0 3%;
  }
}
#fineprint {
  margin-top: 0;
}
#fineprint p,
#fineprint li {
  margin-bottom: 1.6em;
}
#footer nav {
  margin: 20px 0;
}
#footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer nav ul li {
  float: left;
  margin-left: 0;
  margin-right: 12px;
  margin-bottom: .5em;
  border-right: 1px solid white;
}
#footer nav ul li a {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
}
#footer nav ul li a:link {
  color: white;
  text-decoration: underline;
  background-color: transparent;
}
#footer nav ul li a:visited {
  color: white;
  text-decoration: underline;
  background-color: transparent;
}
#footer nav ul li a:hover {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}
#footer nav ul li a:active {
  color: black;
  text-decoration: underline;
  background-color: transparent;
}
#footer nav ul li:last-child {
  border: none;
}

#home-features{
  background-color: #fff;
  padding: 36px 36px;
}

@media only screen and (min-width: 992px) {
  #home-features{
    padding: 36px 0;
  }
}


#home-features .cell{
  padding: 0;
}

#home-features .cell img{
  width: 100%;
  max-height: 400px;
}

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

  #home-features .cell{
    padding: 18px 25px;
  }


  #home-features .cell:first-child{
    padding-left: 0;
    padding-right: 50px;
  }

  #home-features .cell:last-child{
    padding-right: 0;
    padding-left: 50px;
  }

}

#home-features .cell .text{
  padding: 24px 15% 80px 15%;
}

@media only screen and (min-width: 992px) {
  #home-features .cell .text{
    padding: 12px 0 0 0;
  }
}

#sidebar{
  padding-bottom: 2em;
}

#sidebar .cell img {
  width: 100%;
  margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
  #sidebar .cell img {
    margin-bottom: 12px;
  }
}

#sidebar .cell {
  text-align: center;
}

#sidebar .cell h3{
  font-size: 48px; 
}

#sidebar .cell p{
  font-size: 27px; 
}

@media only screen and (min-width: 992px) {
  #sidebar .cell h3{
    font-size: 35px; 
  }

  #sidebar .cell p{
    font-size: 20px; 
  }
}

#sidebar .cell a.btn{
  margin-top: 1em;
}

#sidebar .cell a:link,
#sidebar .cell a:visited,
#sidebar .cell a:hover,
#sidebar .cell a:active{
  text-decoration: none !important;
}

/*

#home-features .cell,
#sidebar .cell {
  text-align: left;
  padding: 0 25px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 800px) {
  #home-features .cell,
  #sidebar .cell {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  #home-features .cell,
  #sidebar .cell {
    margin-bottom: 12px;
  }
}
#home-features .cell img,
#sidebar .cell img {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  #home-features .cell img,
  #sidebar .cell img {
    float: left;
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  #home-features .cell img,
  #sidebar .cell img {
    float: none;
    width: 100%;
  }
}
#home-features .cell .text,
#sidebar .cell .text {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  #home-features .cell .text,
  #sidebar .cell .text {
    float: right;
    width: 46%;
  }
}
@media only screen and (min-width: 992px) {
  #home-features .cell .text,
  #sidebar .cell .text {
    float: none;
    width: 100%;
    padding: 0 7%;
  }
}
#home-features .cell .text h3,
#sidebar .cell .text h3 {
  margin-top: .35em;
}

#sidebar .cell {
  padding: 0 40px 0 0;
}
@media only screen and (min-width: 992px) {
  #sidebar .cell {
    margin-bottom: 40px;
  }
}

*/

#login {
  float: right;
  display: inline-block;
  position: relative;
   margin-right: 12px;
}

@media only screen and (min-width: 992px) {
  #login {
    float: right;
    width: auto;
    height: auto;
    margin-top: 8px;
    margin-right: 25px;
    border: none;
  }
}

#login-panel {
  position: absolute;
  z-index: 40000;
  display: none;
  top: 10px;
  right: 0;
  width: 223px;
  padding: 20px 15px 6px 15px;
  text-align: left;
  font-size: 13px;
  background-color: #e8e8e8;
  border-radius: 8px;
}
#login-panel.open {
  border: 1px solid #cccccc;
}

/*@media only screen and (min-width: 992px) {*/
/*  top: 40px;*/
/*} */


#login-panel a:link{
  text-align: center;
  color: black;
}

#skip-nav{
  width: 0;
  height: 0;
  float: right;
  clear: right;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 12px;
  
}

@media only screen and (min-width: 992px) {
  #skip-nav{
    width: auto;
    height: auto;
    margin-bottom: 25px;
  }
}

#login-btn{
  float: right;
  clear: right;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
  height: 44px;
  padding: 0 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  background-color: #147e29;
  color: white;
}

@media only screen and (min-width: 992px) {
  #login-btn{
    background-repeat: no-repeat;
    background-position: top 15px right 12px;
    padding: 0 38px 0 28px;
  }
}


#login-btn i{
  display: none;
  margin-right: .5em;
}

@media only screen and (min-width: 992px) {
  #login-btn i{
    display: inline;
  }
}



a#skip-nav:link,
a#skip-nav:visited,
a#skip-nav:hover,
a#skip-nav:active
{
  color: #000 !important;
  text-decoration: underline;

}


@media only screen and (min-width: 890px) {
  #login-panel.open {
    border-top: none;
  }
}
@media only screen and (min-width: 890px) {
  #login-panel {
    box-sizing: border-box;
    padding-top: 10px;
  }
}
#login-panel input[type="text"],
#login-panel input[type="password"] {
  font-size: 14px;
  width: 100%;
  padding: 0 6px;
  margin-bottom: 8px;
}
#login-panel input[type="checkbox"] {
  margin: 6px 0 16px 0;
  display: inline;
}
#login-panel a:link {
  text-decoration: none;
}
#login-panel a:visited {
  text-decoration: none;
}
#login-panel a:hover {
  text-decoration: underline;
}
#login-panel a:active {
  text-decoration: underline;
}
#login-panel button {
  display: block;
  width: 100%;
  margin: 2px 0 8px 0;
  cursor: pointer;
}
#login-panel button:hover {
  background-color: gray;
}
#login-panel label {
  padding: 0;
  line-height: 24px;
}
#login-panel label span {
  display: inline;
  padding: 0 0 0 18px;
}

#login-panel h3{
  text-align: right;
  font-size: 20px;
  padding-right: 12px;
}

#login-panel p {
  margin: 6px 0;
}
#logo {
  margin-top: 14px;
}
@media only screen and (min-width: 992px) {
  #logo {
    float: left;
  }
}

#page-title {
  padding: 0 25px;
}
#postcard {
  background-color: white;
  text-align: left;
  padding: 35px 0;
}
#postcard .img {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  #postcard .img {
    float: left;
    padding-left: 25px;
    width: 33%;
  }
}
@media only screen and (min-width: 800px) {
  #postcard .img {
    width: 28%;
  }
}
@media only screen and (min-width: 992px) {
  #postcard .img {
    width: 22%;
  }
}
#postcard .img img {
  width: 60%;
}
@media only screen and (min-width: 550px) {
  #postcard .img img {
    padding-right: 25px;
    width: 100%;
  }
}
#postcard .text {
  position: relative;
  padding: 20px 25px 0 25px;
  font-size: 23px;
}
@media only screen and (min-width: 550px) {
  #postcard .text {
    float: left;
    width: 67%;
    font-size: 21px;
    padding: 0px 30px 0 45px;
  }
}
@media only screen and (min-width: 800px) {
  #postcard .text {
    width: 72%;
    font-size: 24px;
    padding: 0px 30px 0 45px;
  }
}
@media only screen and (min-width: 992px) {
  #postcard .text {
    width: 78%;
    font-size: 24px;
    padding: 10px 25px 0 50px;
  }
}
#postcard .text:before {
  display: none;
  content: '';
  position: absolute;
  top: 38%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 12px;
  border-color: transparent transparent transparent #f9b14b;
}
@media only screen and (min-width: 550px) {
  #postcard .text:before {
    display: inline-block;
    top: 20%;
  }
}

#quicklinks{
  text-align: center;
  padding: 1.5em 0;
}

@media only screen and (min-width: 992px) {
  #quicklinks{
    padding: 0;
  }
}

#quicklinks a{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  clear: both;
  text-decoration: none !important;
}

@media only screen and (min-width: 992px) {
  #quicklinks a{
    width: 33.3%;
    display: inline-block;
    clear: none;
    margin: 0;
  }
}

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

  #quicklinks a{
    border-right: 1px solid #000;
  }

  #quicklinks a:first-child{
    border-left: 1px solid #000;
  }

}

#quicklinks a:link h4,
#quicklinks a:link p{
  color: white;
}
#quicklinks a:visited h4,
#quicklinks a:visited p {
  color: white;
}
#quicklinks a:hover h4,
#quicklinks a:hover p{
  color: #000;
}
#quicklinks a:hover .icon img {
  background-color: #000;
}
#quicklinks a:active h4,
#quicklinks a:active p {
  color: #000;
}
#quicklinks a:active .icon img {
  background-color: #000;
}
#quicklinks a:last-child .qlink {
  border: none;
  margin-bottom: 0;
}
#quicklinks .icon img {
  background-color: #fff;
}
#quicklinks .qlink {
  height: auto;
  padding: .75em 0;
  border-bottom: 1px solid #2e708e;
  width: 100%;
  box-sizing: border-box;
  float: none;
  clear: both;
  /*
	&:last-child{
		border:  none;
		margin-bottom: 0;
	}
	*/
  text-align: left;
}

@media only screen and (min-width: 992px) {
  #quicklinks .qlink {
    float: left;
    clear: none;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    padding: 1.2em 3%;
    text-align: left;
  }
}
#quicklinks .qlink table {
  width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}


#quicklinks .qlink td.icon {
  width: 82px;
}
#quicklinks .qlink td.text {
  padding-left: 5%;
}
#quicklinks .qlink p {
  color: white;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 1.2em;
}


#sidebar .box {
  padding: 0 43px 0 0 !important;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  #sidebar .box {
    padding-right: 0 !important;
  }
}
#sidebar .box .text {
  padding: 3% 2% 7% 0;
}
@media only screen and (min-width: 992px) {
  #sidebar .box .text {
    padding: 7% 6%;
  }
}
#sidebar .box .btn {
  margin-top: 16px;
}
#sidebar > .row {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) {
  #sidebar > .row {
    padding-left: 80px;
  }
}
/****------------ LINK STYLING ------------****/
a:link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
a:visited {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
a:hover {
  color: #b3b3b3;
  font-weight: 700;
  text-decoration: underline;
}
a:active {
  color: #b3b3b3;
  font-weight: 700;
  text-decoration: underline;
}

a:link h1, a:link h2, a:link h3, a:link h4,
a:visited h1, a:visited h2, a:visited h3, a:visited h4,
a:hover h1, a:hover h2, a:hover h3, a:hover h4,
a:active h1, a:active h2, a:active h3, a:active h4{
  text-decoration: none !important;
}

#home-features *{
  text-decoration: none !important
}




/****------------ BUTTONS ------------****/
.btn,
button {
  border-radius: 8px;
  height: 44px;
  padding: 0 38px 0 28px;
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top 15px right 12px;
  background-color: #147e29;
  color: white;
}

button:hover{
  color: white !important;
  background-color: #b3b3b3;
}


a.btn, a#login-btn,
a.button {
  display: inline-block;
  color: white;
}
a.btn:link, a#login-btn:link,
a.button:link {
  background-color: #147e29;
  text-decoration: none;
}
a.btn:visited, a#login-btn:visited,
a.button:visited {
  background-color: #147e29;
  text-decoration: none;
}
a.btn:hover, a#login-btn:hover,
a.button:hover {
  color: white !important;
  background-color: #b3b3b3;
  text-decoration: none;
}
a.btn:active, a#login-btn:active,
a.button:active {
  color: white;
  background-color: #b3b3b3;
  text-decoration: none;
}
/****------------ NAVIGATION ------------****/
ul#main-nav {
  list-style-type: none;
  margin: 0;
  padding: 0 25px;
  overflow: visible;
  height: 55px;
}
ul#main-nav > li {
  float: left;
  position: relative;
  line-height: 55px;
  color: black;
  overflow: hidden;
  width: 33.333%;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  border-left: 1px solid black;
}

ul#main-nav > li a{
  display: inline-block;
  width: 100%;
  height: 100%;
}

ul#main-nav > li:last-child{
  border-right: 1px solid black;
}
ul#main-nav > li:not(.individual-investor) {
  display: none;
}
@media only screen and (min-width: 992px) {
  ul#main-nav > li:not(.individual-investor) {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  ul#main-nav > li {
    padding-right: 0;
  }
}
ul#main-nav > li.individual-investor ul.dropdown {
  position: absolute;
  left: auto;
  top: 45px;
  right: 0;
  text-align: left;
}
ul#main-nav > li.individual-investor {
  float: right;
}
ul#main-nav > li.individual-investor > a {
  height: 32px;
  line-height: 30px;
  margin-top: 13px;
  border: 1px solid #f9b14b;
  padding-left: 15px;
  padding-right: 34px;
  background: transparent url(../img/chevron-down.png) top 13px right 12px no-repeat;
}
ul#main-nav > li.individual-investor > a:link {
  color: white;
  background-color: transparent;
}
ul#main-nav > li.individual-investor > a:visited {
  color: white;
  background-color: transparent;
}
ul#main-nav > li.individual-investor > a:hover {
  color: #fef1df;
  background-color: transparent;
}
ul#main-nav > li.individual-investor > a:active {
  color: #f9b14b;
  background-color: transparent;
}
ul#main-nav > li.individual-investor ul.dropdown {
  width: 100%;
}
ul#main-nav > li a {
  display: inline-block;
  height: 100%;
  padding: 0 18px;
}
ul#main-nav > li a:link {
  color: white;
  text-decoration: none;
}
ul#main-nav > li a:visited {
  color: white;
  text-decoration: none;
}
ul#main-nav > li a:hover {
  color: #000;
  background-color: #b3b3b3;
  text-decoration: none;
}
ul#main-nav > li a:active {
  color: #000;
  background-color: #b3b3b3;
  text-decoration: none;
}
ul#main-nav > li.hover {
  overflow: visible;
  /*
			> a{
				color:  @dark-blue;
				background-color: white;
				
			}
			*/
}
ul#main-nav ul.dropdown {
  display: none;
  position: absolute;
  z-index: 20000;
  top: 55px;
  left: 0;
  width: 250px;
  padding: 0 10px 8px 10px;
  text-align: left;
  text-transform: none;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.93);
  z-index: 1000;
  font-size: 14px;
  font-weight: bold;
}
ul#main-nav ul.dropdown li {
  display: block;
  line-height: 40px;
}
ul#main-nav ul.dropdown li a {
  display: block;
  padding: 0 15px;
  border-bottom: 1px solid #dddddd;
  border-top: none !important;
  font-weight: normal;
}
ul#main-nav ul.dropdown li a:link {
  color: #09577b;
  text-decoration: none;
}
ul#main-nav ul.dropdown li a:visited {
  color: #09577b;
  text-decoration: none;
}
ul#main-nav ul.dropdown li a:hover {
  color: #da5f24;
  text-decoration: none;
}
ul#main-nav ul.dropdown li a:active {
  color: #da5f24;
  text-decoration: none;
}
ul#main-nav ul.dropdown li:last-child a {
  border: none;
}
a#login-btn,
a#logout-btn {
  display: inline-block;
  background-image: none;
}


#hamburger-icon {
  float: left;
  position: relative;
  width: 60px;
  height: 60px;
  border-left: 1px solid #dddddd;
}
@media only screen and (min-width: 720px) {
  #hamburger-icon {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 992px) {
  #hamburger-icon {
    display: none;
  }
}
#hamburger-icon span,
#hamburger-icon span:before,
#hamburger-icon span:after {
  position: absolute;
  display: block;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 27px;
  background-color: #636f79;
}
#hamburger-icon span {
  position: absolute;
  left: 16px;
  top: 26px;
}
@media only screen and (min-width: 720px) {
  #hamburger-icon span {
    top: 30px;
  }
}
#hamburger-icon span:before {
  top: -10px;
}
@media only screen and (min-width: 720px) {
  #hamburger-icon span:before {
    top: -10px;
  }
}
#hamburger-icon span:after {
  bottom: -10px;
}
@media only screen and (min-width: 720px) {
  #hamburger-icon span:after {
    bottom: -10px;
  }
}
#mobile-menu {
  text-align: left !important;
}

@media only screen and (min-width: 992px) {
  a#login-btn.clicked,
  a#logout-btn.clicked {
    margin-top: -1px;
    margin-right: -1px;
    border: 1px solid #cccccc;
    background-color: #e8e8e8;
  }
}
.display-inline{
	display:inline;
}
#qlinks {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  clear: both;
  text-decoration: none !important;
}

#qlinks .qlink {
  height: auto;
  padding: .75em 0;
  border-bottom: 1px solid #2e708e;
  width: 100%;
  box-sizing: border-box;
  float: none;
  clear: both;
  /*
	&:last-child{
		border:  none;
		margin-bottom: 0;
	}
	*/
  text-align: left;
 }
 #qlinks .qlink h4{
 	color:white;
 }
@media only screen and (min-width: 992px) {
 #qlinks{
    width: 33.3%;
    display: inline-block;
    clear: none;
    margin: 0;
    border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: white;
  }
  #qlinks .qlink {
    float: left;
    clear: none;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    padding: 1.2em 3%;
    text-align: left;
  }
}
.skipToContent { 
	position: absolute;
	top: 0;
	left: -10em;
	z-index: 0;
	display: block;
	text-align: center;
    color:transparent;
	background: transparent;
	padding: 0.25em 0.75em;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.skipToContent:focus {
    border:none;
    outline:none;
	-ms-transform: translateX(10em);
	-webkit-transform: translateX(10em);
	transform: translateX(10em);
}