@charset "utf-8";
/* CSS Document */
body {
    background: #ffffff;
    background-color: #fff;
}
.main-container {
    box-shadow: 0px 0px 50px #999;
}
.flexbox {
    display: flex;
	justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}
.self-center {
    align-self: center;
}
.features-block p {
    text-align: left;
}
.features-block .img-left img {
    width: 115px;
}
.hero500 {
    height: 440px;
}
a.cta-color {
    font-weight: 700;
    font-size: 15px;
    background-color: #73a333; /* GREEN3 DEFAULT */
}
a.cta-color:hover {
    background-color: #4e7518 !important;
}
.navbar-toggle {
    height: 36px;
}
.navbar-nav>li>a {
    margin-right: 22px;
}
.navbar-nav>li>a:hover {
    background-color: #01749e;
    opacity: .5;
}
.container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
    flex-wrap: nowrap;
    xxdisplay: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.navbar-toggle {
    height: 30px;
    margin: auto 20px;
}
.navbar.bg-transparent .navbar-nav>li>a, .navbar.bg-color .navbar-nav>li>a {
    color: #fff;
    opacity: 1;
    text-align: center;
    border: 0px;
	}

.navbar-right-p-t {
    padding-top: 28px;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    background-color: transparent;
}
/* TOP ARROW */
.top {
    background: #525E6C url("/inc/top-arrow.svg") no-repeat center 50%;
    border-radius: 50%;
}

.cite-info a:link, .cite-info a:visited {
    color: #fff;
}
.parallax-500 { 
    height: 500px !important; 
    background-attachment: fixed !important;
    background-position: 80% !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.parallax-100 { 
    height: 100% !important; 
    background-attachment: fixed !important;
    background-position: 80% !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.parallax { 
    height: auto !important;
    background-attachment: fixed !important;
    background-position: 80% !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

/* TURNS PHOTOS INTO CIRCLES (HELPS TO BE SAME WIDTH & HEIGHT) */
 .circle-pic {
    border-radius: 50% !important;
}

/* RESPONSIVE FIXES */
@media screen and (max-width: 998px) {
.navbar-toggle .icon-bar {
    background-color: #fff;
    opacity: 0.8;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px;
    margin-top: 17px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff !important;
    border-radius: 4px;
}
.navbar-right-p-t {
    padding-top: 0px;
}
}

@media (min-width: 768px) {
.navbar-right {
    xxfloat: none!important;
    margin-right: -15px;
    margin-top: 22px;
}
}
@media only screen and (max-width: 991px) {
.navbar-collapse {
    border-top: 1px solid #E8E8E8;
    /* margin-top: 15px; */
}
.navbar-nav>li>a {
    margin-right: 0px;
}
}
@media(max-width:768px) {
.flexbox {
    flex-direction:column;
    align-items:center;
}
.features-list, .features-list.features-list-left {
    text-align: center !important;
}
}
