.box-shadow {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
* {
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    font-family: "Roboto Regular", serif;
    font-weight: 400;
    font-weight: 400;
    /*background-color: #042c47;*/
    color: #1e1e1e;
    margin: 0;
    text-align: center;
}
h1,
h2,
h3,
h4 {
    font-family: "Open Sans", sans-serif;
}
h1 em,
h2 em,
h3 em,
h4 em {
    font-weight: 700;
    font-style: italic;
}
h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #a72040;
    line-height: 1.1em;
}
h2 {
    font-weight: 700;
    color: #494949;
    font-size: 25px;
    line-height: 1.2em;
}
@media only screen and (min-width: 720px) {
    h2 {
        line-height: 1.4em;
    }
}
@media only screen and (min-width: 992px) {
    h2 {
        line-height: 1.5em;
    }
}
h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #042c47;
}
p {
    color: #1e1e1e;
    font-size: 17px;
}
ul:not(.nav):not(.dropdown) {
    list-style-type: none;
    padding-left: 1.5em;
}
ul:not(.nav):not(.dropdown) li {
    position: relative;
}
ul:not(.nav):not(.dropdown):not(.mm-listview) li:before {
    content: "\2022";
    color: red;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: -0.8em;
}
ol {
    padding-left: 1.5em;
}
li {
    font-size: 16px;
}
@media only screen and (min-width: 992px) {
    li {
        font-size: 16px;
    }
}
#brand-bar {
    position: relative;
    box-sizing: content-box;
    /*height: 60px;*/
    height:auto;
    background-color: white;
}
/*@media only screen and (min-width: 850px) {
    #brand-bar {
      height: 70px;
    }
}
@media only screen and (min-width: 950px) {
    #brand-bar {
        text-align: left;
        height: 130px;
    }
}
*/

@media only screen and (max-width: 949px) {
    #brand-bar {
        border-bottom: 1px solid #75994f;
    }
}
#brand-bar .page-area-wrap {
    padding: 0;
}
@media only screen and (min-width: 950px) {
    #brand-bar .page-area-wrap {
        padding: 0 20px;
    }
}
footer {
   font-family: "Roboto Regular", serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6em;
    text-align: left;
    border-top: 14px solid #1797e3;
    background-color: #042c47;
    height: 92px;
    padding: 18px 18px;
    color: #fff;
}
@media only screen and (min-width: 992px) {
    footer {
        height: 140px;
        padding: 18px 0;
    }
}
footer p {
    font-size: 13px;
    color: #fff;
}
footer a:link {
    color: #fff;
    text-decoration: underline;
}
footer a:visited {
    color: #fff;
    text-decoration: underline;
}
footer a:hover {
    color: #1797e3;
    text-decoration: underline;
}
footer a:active {
    color: #1797e3;
    text-decoration: underline;
}
footer strong {
    font-weight: 700;
}
#header {
    width: 100%;
    position: static;
    top: 0;
    z-index: 20000;
}
@media only screen and (min-width: 950px) {
    #header {
       /* position: fixed !important;*/
    }
}
@media only screen and (max-width: 949px) {
    #header {
        border-bottom: 12px solid #042c47;
    }
}
#home-features {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 3em 0 3em 0;
    width: 100%;
    overflow: hidden;
}
#home-features .feature {
    margin: 1.5em auto 2em auto;
    width: 80%;
    text-align: center;
}
@media only screen and (min-width: 640px) {
    #home-features .feature {
        position: relative;
        float: left;
        width: 30.333333333%;
        height: 320px;
        margin: 0 1.5%;
        padding: 0 2%;
    }
    #home-features .feature:first-child {
        margin-left: 1.5%;
    }
    #home-features .feature:last-child {
        margin-right: 1.5% !important;
    }
}
@media only screen and (min-width: 850px) {
    #home-features .feature {
        height: 365px;
        padding: 0 1%;
    }
}
@media only screen and (min-width: 900px) {
    #home-features .feature {
        height: 365px;
    }
}
#home-features .feature h3 {
    font-size: 22px;
    text-transform: capitalize !important;
    color: #204486 !important;
}
@media only screen and (min-width: 640px) {
    #home-features .feature h3 {
        font-size: 18px;
        height: 1em;
        overflow: visible;
        margin-bottom: 1.3em;
    }
}
@media only screen and (min-width: 720px) {
    #home-features .feature h3 {
        font-size: 20px;
    }
}
#home-features .feature p {
    font-size: 16px;
}
@media only screen and (min-width: 1020px) {
    #home-features .feature p {
        font-size: 18px;
    }
}
#home-features .feature .icon {
    width: 50%;
}
@media only screen and (min-width: 640px) {
    #home-features .feature .icon {
        width: 65%;
    }
}
@media only screen and (min-width: 850px) {
    #home-features .feature .icon {
        width: auto;
    }
}
@media only screen and (min-width: 640px) {
    #home-features .feature .btn {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 15px;
        margin: auto;
    }
}
#home-hero {
    display: block;
    box-sizing: border-box;
    background-color: #e9ccaf;
    background-image: url(../img/cbb/home-hero-sm.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    height: 0;
    padding-bottom: 70%;
    margin-top: 350px;
    overflow: visible;
}
@media only screen and (min-width: 640px) {
    #home-hero {
        background-image: url(../img/cbb/home-hero-md.jpg);
        background-size: auto 100%;
        background-position: -30px 0;
        height: 40vw;
        max-height: 463px;
        padding-bottom: 0;
        margin-top: 0;
    }
}
@media only screen and (min-width: 950px) {
    #home-hero {
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1250px) {
    #home-hero {
        background-image: url(../img/cbb/home-hero-lg.jpg);
        background-position: -8vw 0;
    }
}
@media only screen and (min-width: 1350px) {
    #home-hero {
        background-position: -3vw 0;
    }
}
@media only screen and (min-width: 1450px) {
    #home-hero {
        background-position: 0vw 0;
    }
}
@media only screen and (min-width: 1500px) {
    #home-hero {
        background-position: 3vw 0;
    }
}
@media only screen and (min-width: 1550px) {
    #home-hero {
        background-position: 3vw 0;
    }
}
@media only screen and (min-width: 1600px) {
    #home-hero {
        background-position: 6vw 0;
    }
}
@media only screen and (min-width: 1750px) {
    #home-hero {
        background-position: 10vw 0;
    }
}
@media only screen and (min-width: 1900px) {
    #home-hero {
        background-position: 11vw 0;
    }
}
@media only screen and (min-width: 1950px) {
    #home-hero {
        background-position: 13vw 0;
    }
}
@media only screen and (min-width: 2050px) {
    #home-hero {
        background-position: 15vw 0;
    }
}
@media only screen and (min-width: 2150px) {
    #home-hero {
        background-position: 17vw 0;
    }
}
@media only screen and (min-width: 2250px) {
    #home-hero {
        background-position: 18vw 0;
    }
}
@media only screen and (min-width: 2350px) {
    #home-hero {
        background-position: 20vw 0;
    }
}
@media only screen and (min-width: 2520px) {
    #home-hero {
        background-position: 22vw 0;
    }
}
@media only screen and (min-width: 2725px) {
    #home-hero {
        background-position: 24vw 0;
    }
}
@media only screen and (min-width: 2900px) {
    #home-hero {
        background-position: 26vw 0;
    }
}
@media only screen and (min-width: 3100px) {
    #home-hero {
        background-position: 27vw 0;
    }
}


#home-hero #yes-no {
    width: 75%;
}
@media only screen and (min-width: 400px) {
    #home-hero #yes-no {
        width: 65%;
    }
}
@media only screen and (min-width: 540px) {
    #home-hero #yes-no {
        width: 55%;
    }
}
@media only screen and (min-width: 1100px) {
    #home-hero #yes-no {
        width: 45%;
    }
}
#home-hero h1 {
    font-size: 26px;
    font-weight: 400;
    font-weight: 400;
    color: #042c47;
    line-height: 1.3em;
    margin: 1em 0 0.5em 0;
}
@media only screen and (min-width: 400px) {
    #home-hero h1 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 640px) {
    #home-hero h1 {
        font-size: 19px;
        margin: 0.7em 0 0.25em 0;
    }
}
@media only screen and (min-width: 680px) {
    #home-hero h1 {
        font-size: 24px;
        margin: 0.5em 0 0.2em 0;
    }
}
@media only screen and (min-width: 768px) {
    #home-hero h1 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    #home-hero h1 {
        margin-top: 1em;
    }
}
#home-hero h1 strong {
    font-weight: 700;
    font-weight: 700;
    font-size: 1.4em;
}
#home-hero p {
    font-size: 16px;
    margin-bottom: 1em;
}
@media only screen and (min-width: 640px) {
    #home-hero p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 680px) {
    #home-hero p {
        font-size: 15px;
        margin-bottom: 0.7em;
    }
}
@media only screen and (min-width: 680px) {
    #home-hero p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 850px) {
    #home-hero p {
        margin-bottom: 1em;
    }
}
@media only screen and (min-width: 992px) {
    #home-hero p {
        margin-bottom: 2em;
    }
}
#home-hero .page-area-wrap {
    position: relative;
    overflow: visible;
}
#home-hero .message {
    position: absolute;
    top: -350px;
    left: 0;
    height: 350px;
    width: 100%;
    background-color: #e9ccaf;
    padding: 30px 15px 0 15px;
}
@media only screen and (min-width: 400px) {
    #home-hero .message {
        padding-top: 36px;
    }
}
@media only screen and (min-width: 480px) {
    #home-hero .message {
        padding: 36px 40px 0 40px;
    }
}
@media only screen and (min-width: 540px) {
    #home-hero .message {
        padding: 45px 60px 0 60px;
    }
}
@media only screen and (min-width: 640px) {
    #home-hero .message {
        position: static;
        width: 50%;
        height: auto;
        float: right;
        background-color: transparent;
        padding: 15px 20px 0 10px;
    }
}
@media only screen and (min-width: 680px) {
    #home-hero .message {
        padding: 15px 20px 0 20px;
    }
}
@media only screen and (min-width: 768px) {
    #home-hero .message {
        padding: 25px 30px 0 30px;
    }
}
@media only screen and (min-width: 850px) {
    #home-hero .message {
        padding: 40px 30px 0 30px;
    }
}
@media only screen and (min-width: 900px) {
    #home-hero .message {
        padding: 60px 40px 0 40px;
    }
}
@media only screen and (min-width: 1024px) {
    #home-hero .message {
        padding: 80px 40px 0 40px;
    }
}
@media only screen and (min-width: 1100px) {
    #home-hero .message {
        padding: 110px 40px 0 40px;
    }
}
@media only screen and (min-width: 1200px) {
    #home-hero .message {
        padding: 130px 40px 0 40px;
    }
}
 #hero-img {
    background-color: #fff;
}
@media only screen and (min-width: 950px) {
    #hero-img {
        margin-top: 40px;
    }
}
 #hero-img {
    padding-bottom: 16px;
}
 #hero-img {
    height: 0;
    padding-bottom: 47.1%;
   /* background-image: url(../img/cbb/CBbCommonQuestions.jpg)
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
  
}
@media only screen and (min-width: 680px) {
     #hero-img {
       /* background-image: url(../img/cbb/CBBHowItWorks.jpg);*/
        padding-bottom: 30%;
    }
}
@media only screen and (min-width: 992px) {
   #hero-img {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
}
#grant-steps {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 12px 0;
}
@media only screen and (min-width: 768px) {
    #grant-steps {
        padding: 12px 18px;
    }
}
#grant-steps .step {
    background-color: #edf4f8;
    text-align: center;
    padding: 15px 15px 25px 15px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
    #grant-steps .step {
        float: left;
        width: 45%;
        height: 255px;
        padding: 15px;
        border-radius: 8px;
    }
}
@media only screen and (min-width: 1100px) {
    #grant-steps .step {
        height: 265px;
    }
}
#grant-steps .step p {
    font-family: "Roboto Regular", serif;
    font-weight: 700;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 0.5em;
    color: #494949;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    #grant-steps .step p {
        padding: 0 40px;
    }
}
#grant-steps .step img {
    width: 200px;
}
@media only screen and (min-width: 768px) {
    #grant-steps .step img {
        width: 63%;
    }
}
#grant-steps .or {
    position: relative;
    text-align: center;
    height: 90px;
    padding-top: 25px;
}
@media only screen and (min-width: 768px) {
    #grant-steps .or {
        float: left;
        width: 10%;
        height: 255px;
    }
}
@media only screen and (min-width: 1100px) {
    #grant-steps .or {
        height: 265px;
    }
}
#grant-steps .or p {
    display: inline-block;
   font-family: "Roboto Regular", serif;
    color: #042c47;
    text-transform: uppercase;
    border-top: 1px solid #042c47;
    border-bottom: 1px solid #042c47;
    font-size: 32px;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
    line-height: 1.1em;
    padding-top: 0.15em;
    width: auto;
    height: 1.3em;
}
@media only screen and (min-width: 768px) {
    #grant-steps .or p {
        display: block;
        width: 60%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
#main-wrap {
    top: -57px;
    padding-top: 57px;
}
@media only screen and (min-width: 950px) {
    #main-wrap {
        top: 0;
        padding-top: 0;
    }
}
#navbar {
    overflow: visible;
    display: none;
    background-color: white;
    border-bottom: 1px solid green;
    height: auto;
}
@media only screen and (min-width: 950px) {
    #navbar {
        display: block;
        height: auto;
    }
}
.page-area-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    padding: 0;
    overflow: hidden;
}
@media only screen and (min-width: 992px) {
    .page-area-wrap {
        padding: 0 20px;
    }
}
img.fullwidth {
    width: 100%;
}
#header {
    position: relative;
    z-index: 70000;
}
#logo {
    display: inline;
    width:70%;
    left: auto;
    right: auto;
    /*margin-top: 18px;*/
}
@media only screen and (min-width: 480px) {
    #logo {
         width:70%;
        /*margin-top: 12px;*/
    }
}
@media only screen and (min-width: 850px) {
    #logo {
         width:70%;
        margin-top: 16px;
    }
}
@media only screen and (min-width: 992px) {
    #logo {
        display: inline-block;
        float: left;
        width:100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) and (min-width: 950px) {
	 #brand-bar {
       
    }
    #logo{
     display: inline !important;
     margin-top: 30px;
    }
     .btn-primary {
	margin:20px auto !important;
}
}
#main-content {
    background-color: #fff;
    /*padding-bottom: 3em;*/
}
#main-content .page-area-wrap {
    text-align: left;
    width: auto;
    padding: 8px 0 30px 0;
}
#main-content .text-wrap {
    padding: 0 15px 1em 15px;
}
@media only screen and (min-width: 540px) {
    #main-content .text-wrap {
        padding: 0 18px 1em 18px;
    }
}
@media only screen and (min-width: 992px) {
    #main-content .text-wrap {
        padding: 1em 36px;
    }
}
#main-content .mobi-full-bleed {
    padding: 0;
}
#main-content .desktop-full-width {
    padding: 0 18px;
}
#main-content * + h1,
#main-content * + h2,
#main-content * + h3,
#main-content * + h4,
#main-content * + p,
#main-content * + ul,
#main-content * + ol,
#main-content * + img {
    margin-top: 1em;
}
.faqs .faq {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #607e41;
    padding: 0;
    margin-bottom: 1.2em;
    overflow: hidden;
}
.faqs .faq h2 {
    background-color: #edf4f8;
    margin: 0;
    padding: 0.6em 1em 0.4em 1em;
    line-height: 1.2em;
}
.faqs .faq a:link h2 {
    color: #204486;
    text-decoration: none;
}
.faqs .faq a:visited h2 {
    color: #204486 ;
    text-decoration: none;
}
.faqs .faq a:hover h2 {
    color: #bd1330;
    text-decoration: underline;
}
.faqs .faq a:active h2 {
    color: #bd1330;
    text-decoration: underline;
}
.faqs .faq .answer {
    background-color: #fff;
    padding: 1.5em 1.8em 1.5em 1.8em;
}
a:link {
    color: #204486;
    text-decoration: none;
}
a:visited {
    color: #204486 ;
    text-decoration: none;
}
a:hover {
    color: #bd1330;;
    text-decoration: underline;
}
a:active {
    color:  #bd1330;;
    text-decoration: underline;
}
.btn,
button {
    border-radius: 4px;
    /*height: 40px;
    width: 200px;
    margin: 1em 0 2em 0;
    padding: 0;
    line-height: 40px;*/
    font-family: "Roboto Regular", serif;
    background-color: #75994f;
    color: white;
    transition: ease-in;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    padding: 6px 0px;
    font-weight: 700;
    
    
}
.btn-primary {
	background-color: #004f9d;
	color: #FFF !important;
	border: 1px solid #004f9d;
	margin-top:40px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
	background-color:  #FFF;
	color: #004f9d !important;
}
.btn-secondary {
	background-color: #e28331;
	color: #FFF !important;
	border: 1px solid #e28331;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
	background-color:#fff !important;
	color: #e28331 !important;
}
@media only screen and (max-width:950px) {
    .btn-primary {
	margin:20px auto !important;
}
}
@media only screen and (min-width: 640px) {
    .btn,
    button {
        width: 180px;
    }

    
}
@media only screen and (max-width: 639px) {
    .btn,
    button {
        width: 180px;
    }

    
}
@media only screen and (min-width: 850px) {
    .btn,
    button {
        width: 220px;
    }
}
/*#home-hero .btn.opt-in,
#home-hero button.opt-in {
    height: 32px;
    line-height: 32px;
    margin: 0;
}
#brand-bar .btn.opt-in,
#brand-bar button.opt-in {
    float: right;
    width: 60px;
    height: 60px;
    margin: 0;
}
@media only screen and (min-width: 850px) {
    #brand-bar .btn.opt-in,
    #brand-bar button.opt-in {
        height: 70px;
        width: 70px;
    }
}
@media only screen and (max-width: 949px) {
    #brand-bar .btn.opt-in,
    #brand-bar button.opt-in {
        display: table !important;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
        color: black;
        border-left: 1px solid #e5e5e5;
    }
    #brand-bar .btn.opt-in span,
    #brand-bar button.opt-in span {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
    }
    #brand-bar .btn.opt-in span:after,
    #brand-bar button.opt-in span:after {
        content: none;
    }
}
@media only screen and (min-width: 950px) {
    #brand-bar .btn.opt-in,
    #brand-bar button.opt-in {
        width: 200px;
        height: 32px;
        line-height: 32px;
        margin-top: 72px;
    }
}
.btn span,
button span {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.btn span:after,
button span:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 17px;
    background: transparent url(../img/cbb/btn-arrow.png) left top no-repeat;
}
@media only screen and (max-width: 949px) {
    .btn #brand-bar btn.opt-in span,
    button #brand-bar btn.opt-in span {
        padding: 0;
    }
    .btn #brand-bar btn.opt-in span:after,
    button #brand-bar btn.opt-in span:after {
        content: none;
    }
}
a.btn,
abutton {
    display: inline-block;
}
a.btn:link,
abutton:link {
    color: white;
    background-color: #75994f;
    text-decoration: none;
}
a.btn:visited,
abutton:visited {
    color: white;
    background-color: #75994f;
    text-decoration: none;
}
a.btn:hover,
abutton:hover {
    color: white;
    background-color: #042c47;
    text-decoration: none;
}
a.btn:active,
abutton:active {
    color: white;
    background-color: #042c47;
    text-decoration: none;
}*/
#main-nav {
    display: none;
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    background-color: #042c47;
    text-align: center;
    margin-top:40px;
}
@media only screen and (min-width: 992px) {
    #main-nav {
        display: block;
    }
}
#main-nav .page-area-wrap {
    position: relative;
    height: 40px;
}
#main-nav ul.nav {
    position: absolute;
    display: inline-block;
    list-style-type: none;
    left: 0;
    right: 0;
    padding: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: #FFF;
    
    padding-left: 0 !important;
}
#main-nav ul.nav:before,
#main-nav ul.nav:after {
    content: none;
}
#main-nav ul.nav > li {
    display: inline-block;
    height: 100%;
    text-align: center;
    margin:0px;
   font-family: "Roboto Regular", serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
}
#main-nav ul.nav > li.sel a {
    color: #004f9d !important;
    font-size: 16px !important;
    text-decoration:underline !important;
}
#main-nav ul.nav > li a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
}
#main-nav ul.nav > li a:link {
    color: #004f9d !important;
    text-decoration: none;
}
#main-nav ul.nav > li a:visited {
     color: #004f9d !important;
    text-decoration: none;
}
#main-nav ul.nav > li a:hover {
    color: #004f9d !important;
    text-decoration: underline;
}
#main-nav ul.nav > li a:active {
     color: #004f9d !important;
     text-decoration: underline;
}
#main-nav ul.nav > li:first-child {
    margin-left: 0;
}
#main-nav ul.nav > li:last-child {
    margin-right: 0;
}
#hamburger-icon {
    float: left;
    position: relative;
    width: 60px;
    height: 60px;
    border-right: 1px solid #e5e5e5;
}
@media only screen and (min-width: 850px) {
    #hamburger-icon {
        height: 70px;
        width: 70px;
    }
}
@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: 850px) {
    #hamburger-icon span {
        left: 22px;
        top: 32px;
    }
}
#hamburger-icon span:before {
    top: -10px;
}
#hamburger-icon span:after {
    bottom: -10px;
}
#mobile-menu {
    text-align: left !important;
    font-family: "Roboto Regular", serif;
}
.nav > li > a {
    padding-left: 0;
    background-color: transparent !important;
}
@media only screen and (min-width: 992px) {
    .pull-md-right {
        float: right !important;
    }
}
@media only screen and (min-width: 992px) {
    .pull-md-left {
        float: left !important;
    }
}
.lowercase {
    text-transform: lowercase !important;
}
.amber-text {
    color: #e38d33 !important;
}
.gray-text {
    color: #494949 !important;
}
.prefix-icon {
    margin-right: 0.35em;
}
p.prefix-icon-indent {
    text-indent: -0.65em;
    padding-left: 1.35em;
}
h4.panel-title em {
    font-weight: 500;
}
