/*!
Theme Name: JE Brown
Template:   Divi
*/

#ot-sdk-btn {
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important
}

#footer-info #ot-sdk-btn.ot-sdk-show-settings:hover {
  opacity: 0.7 !important;
  background-color: inherit !important;
  color: white !important
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.yamm .navbar-right .dropdown-menu {
  right: auto;
}

.yamm .navbar-right .dropdown-menu.dropdown-page-right {
  right: 0;
}

.pager-nav .page-numbers {
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
}

.page-numbers>li {
  display: inline;

}

.navbar-form {
  padding: 1em;
  display: flex;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.list-unstyled {
  padding-left: 0;
  list-style: none !important;
}

.list-unstyled a {
  color: #337ab7;
  text-decoration: none;
}

.list-unstyled a:hover {
  text-decoration: underline;
}

.product-features {
  background-color: #95a495;
  color: white;
}

.product-actions {
  color: white;
  background-color: #40695a;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.page-numbers a,
.page-numbers span {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-numbers span.current {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav li ul {
  border-color: unset;
  background: transparent;
  padding: 0;
  border-top: unset;
  width: auto;
}

.links {
  margin-top: 1em;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
  display: flex;
  flex-direction: row !important;
  gap: 1.5em;
}

.node-readmore a {
  color: #337ab7 !important;
  text-decoration: none;
}

.node-readmore a:hover {
  text-decoration: underline;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.dropdown-toggle::after {
  display: none;
}

@media (min-with: 768px) {

  .navbar-right {}

  .navbar-nav {
    float: left;
    margin: 0;
  }
}

/*!
 * Vertical alignment styles
 * http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height
 */

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: top;
}

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
  padding: 0;
}

.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}


/*! Allows you to maintain aspect ratio on resize
 *  http://stackoverflow.com/questions/1495407/css-maintain-div-aspect-ratio
 */
div.stretchy-wrapper-3-2 {
  width: 100%;
  padding-bottom: 66.66666%;
  /* 3:2 */
  position: relative;
}

div.stretchy-wrapper-3-2>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

div.stretchy-wrapper-4-3 {
  width: 100%;
  padding-bottom: 75%;
  /* 4:3 */
  position: relative;
}

div.stretchy-wrapper-4-3>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



/*!
 * JEB
 */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-top: 0;
  line-height: 1.61803399;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #95a495;
}


/*!
 * Golden Ratio
 */
h5,
h6 {
  font-size: 1em;
}

h4 {
  font-size: 1.305em;
}

h3 {
  font-size: 1.61803399em;
}

h2 {
  font-size: 2.618033993em;
}

h1 {
  font-size: 4.236067987em;
}

small {
  font-size: 0.6180339883em;
}


.col-xs-12 {
  line-height: 1.580013398;
}

.col-xs-11 {
  line-height: 1.555924829;
}

.col-xs-10 {
  line-height: 1.53183626;
}

.col-xs-9 {
  line-height: 1.507747691;
}

.col-xs-8 {
  line-height: 1.483659122;
}

.col-xs-7 {
  line-height: 1.459570553;
}

.col-xs-6 {
  line-height: 1.435481984;
}

.col-xs-5 {
  line-height: 1.411393414;
}

.col-xs-4 {
  line-height: 1.387304845;
}

.col-xs-3 {
  line-height: 1.363216276;
}

.col-xs-2 {
  line-height: 1.339127707;
}

.col-xs-1 {
  line-height: 1.315039138;
}

@media (min-width: 768px) {

  .col-sm-12,
  .col-xs-12 {
    line-height: 1.742611239;
  }

  .col-sm-11,
  .col-xs-11 {
    line-height: 1.70497285;
  }

  .col-sm-10,
  .col-xs-10 {
    line-height: 1.667334461;
  }

  .col-sm-9,
  .col-xs-9 {
    line-height: 1.629696072;
  }

  .col-sm-8,
  .col-xs-8 {
    line-height: 1.592057683;
  }

  .col-sm-7,
  .col-xs-7 {
    line-height: 1.554419293;
  }

  .col-sm-6,
  .col-xs-6 {
    line-height: 1.516780904;
  }

  .col-sm-5,
  .col-xs-5 {
    line-height: 1.479142515;
  }

  .col-sm-4,
  .col-xs-4 {
    line-height: 1.441504126;
  }

  .col-sm-3,
  .col-xs-3 {
    line-height: 1.403865737;
  }

  .col-sm-2,
  .col-xs-2 {
    line-height: 1.366227347;
  }

  .col-sm-1,
  .col-xs-1 {
    line-height: 1.328588958;
  }
}

@media (min-width: 992px) {

  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    line-height: 1.875098369;
  }

  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    line-height: 1.826419386;
  }

  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    line-height: 1.777740402;
  }

  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    line-height: 1.729061419;
  }

  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    line-height: 1.680382436;
  }

  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    line-height: 1.631703452;
  }

  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    line-height: 1.583024469;
  }

  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    line-height: 1.534345486;
  }

  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    line-height: 1.485666502;
  }

  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    line-height: 1.436987519;
  }

  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    line-height: 1.388308536;
  }

  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    line-height: 1.339629552;
  }
}

@media (min-width: 1200px) {

  .col-lg-12,
  .col-md-12,
  .col-sm-12,
  .col-xs-12 {
    line-height: 1.995541215;
  }

  .col-lg-11,
  .col-md-11,
  .col-sm-11,
  .col-xs-11 {
    line-height: 1.936825327;
  }

  .col-lg-10,
  .col-md-10,
  .col-sm-10,
  .col-xs-10 {
    line-height: 1.87810944;
  }

  .col-lg-9,
  .col-md-9,
  .col-sm-9,
  .col-xs-9 {
    line-height: 1.819393553;
  }

  .col-lg-8,
  .col-md-8,
  .col-sm-8,
  .col-xs-8 {
    line-height: 1.760677666;
  }

  .col-lg-7,
  .col-md-7,
  .col-sm-7,
  .col-xs-7 {
    line-height: 1.701961779;
  }

  .col-lg-6,
  .col-md-6,
  .col-sm-6,
  .col-xs-6 {
    line-height: 1.643245892;
  }

  .col-lg-5,
  .col-md-5,
  .col-sm-5,
  .col-xs-5 {
    line-height: 1.584530005;
  }

  .col-lg-4,
  .col-md-4,
  .col-sm-4,
  .col-xs-4 {
    line-height: 1.525814118;
  }

  .col-lg-3,
  .col-md-3,
  .col-sm-3,
  .col-xs-3 {
    line-height: 1.46709823;
  }

  .col-lg-2,
  .col-md-2,
  .col-sm-2,
  .col-xs-2 {
    line-height: 1.408382343;
  }

  .col-lg-1,
  .col-md-1,
  .col-sm-1,
  .col-xs-1 {
    line-height: 1.349666456;
  }
}




.panel-default {
  border-color: #40695a;
}

.panel-default>.panel-heading {
  color: white;
  background-color: #604536;
  border-color: #40695a;
}



img {
  max-width: 100%;
  height: auto;
}

.btn {
  text-transform: uppercase;
}

#header {
  background-color: #604536;
  color: white;
}

#header a {
  color: white;
}

ul.list-horizontal {
  margin: 0;
  padding: 0;
}

ul.list-horizontal li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}



.navbar-brown {
  border: none;
  margin: 0;
}

.navbar-brown .navbar-nav>li>a,
.navbar-brown .navbar-nav>li>p,
.navbar-brown .navbar-nav>li>form {
  line-height: 22px;
  padding: 16px 20px;
  /*height: 71px;*/
  vertical-align: middle;
  display: table-cell;
  float: none;
}

.navbar-brown .nav-hl .fa {
  width: 14px;
  text-align: center;
}

.navbar-brown .nav-hl hr {
  margin-top: 2px;
  margin-bottom: 2px;
}

/*.navbar-brown .nav-hl.user-actions {*/
/* #margin-left:2px;*/
/*}*/

.navbar-brown .navbar-nav>li {
  /*height: 71px;*/
  /*padding-right: 8px;*/
}

li.nav-hl.user-actions {
  background-color: #604536;
  display: flex;
  flex-direction: column;
}

/*.user-actions {*/
/*    width: 120px;*/
/*}*/
.user-actions .username {
  white-space: nowrap;
}

.navbar-brown .navbar-nav>li>a {
  padding: 6px;
  display: block;
  height: auto;
}

.navbar-brown .navbar-nav>li>a:hover {
  background-color: #95a495;
}

.nav-hl {
  background-color: #95a495;
}

/*.navbar-brown .nav>li>a:focus, .navbar-brown .nav>li>a:hover{*/
/* background-color: #95a495;*/
/*}*/
/*.navbar-brown .nav>li.nav-hl>a:focus, .navbar-brown .nav>li.nav-hl>a:hover{*/
/* background-color: #604536;*/
/*}*/
.nav,
navbar-nav {
  padding-right: 0;
  padding-bottom: 0;
}

.portal-contact {
  display: flex !important;
  padding: 16px 0;
}

.portal-contact>a {
  padding: 0;
}

.portal-contact>a:hover {
  background-color: transparent !important;
}

.portal-contact>a>.fa-brands {
  font-size: 1.5em;
}


.navbar-text.social {
  font-size: 2.0em;
  margin: 0;
  padding-right: 0
}

.navbar-white {
  background-color: white;
  border: none;
  margin-bottom: 0;
}

.navbar-white .navbar-brand {
  margin-bottom: 30px;
}

.navbar-white .navbar-brand img {}

.navbar-white a {
  color: black;
}

.navbar-white .open>a,
.navbar-white .open>a:focus,
.navbar-white .open>a:hover {
  color: white;
  background-color: #604536;
}

.row-same-height {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
}

.yamm .yamm-content,
.dropdown-menu {
  padding: 0;
  border: 0;
}

.yamm .yamm-content,
.dropdown-menu .row {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
}

.navbar-white .dropdown-menu ul {
  list-style: none;
}

.dropdown-fancy .row {
  margin: 0;
  width: 500px;
}

.navbar-white .states {
  background-color: #604536;
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
}

.navbar-white .options {
  background-color: #95a495;
  color: white;
}

.navbar-white .options li strong {
  font-size: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}


.navbar-white .row .states ul {
  padding-right: 0;
}

.navbar-white .row .options ul {
  padding-top: 1.2em;
}

.navbar-white .options a {
  color: white !important;
}

.navbar-white .state-item.maintainHover {
  text-decoration: underline;
}



.nav-fw-right,
.nav-fw-left {
  background-color: #604536;
}

.nav-fw-center {
  background-color: #95a495;
  padding-bottom: 1em;
}

.nav-fw-right h3,
.nav-fw-left h3,
.nav-fw-center h3,
.nav-fw-right a,
.nav-fw-left a,
.nav-fw-center a {
  color: white;
}

.navbar-white .yamm-fw ul {
  padding: 0;
}

.navbar-white .user-info {
  border: 2px solid #111;
  background-color: #95a495;
  color: white;
  padding: 2em;
}

.navbar-white .get-in-touch {
  background-color: #95a495;
  color: white;
  padding: 2em;
}

.navbar-white .contact-links {
  background-color: #604536;
  color: white;
  padding: 1em;
}

.navbar-white .contact-links a {
  color: white;
}

.btn {
  border-radius: 0;
}

.btn-primary {
  background-color: #604536;
  border-color: #604536;
}

.btn-primary:hover {
  background-color: #95a495;
}

.btn-info {
  color: white;
  background-color: #95a495;
  border-color: #95a495;
}

.btn-info:hover {
  background-color: #604536;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: bold;
  text-transform: uppercase;
}


.list-inline {
  margin-left: 0;
}

.footer {
  background-color: #95a495;
  color: white;
  padding-bottom: 0;
}

.main-footer {
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding-bottom: 1em;
}

.main-footer h3,
.main-footer a {
  color: white;
}

.main-footer h3 {
  border-bottom: 1px solid white;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

.main-footer label {
  font-weight: 300;
}

.main-footer a {
  text-decoration: none;
}

.main-footer a:hover {
  color: #604536;
}

.footer .container-fluid {
  color: black;
  background-color: white;
  padding: 10px;
}

.footer .container-fluid p {
  text-align: center;
}

.get-in-touch span {
  display: block;
  float: left;
  clear: both;
  margin-right: .5em;
  padding-top: 4px;
}

.get-in-touch address {
  display: block;
  float: left;
}

.moratorum-true {
  color: red
}


.container-fluid.banner {
  padding: 0;
  height: 155px;
  background-repeat: no-repeat;
  background-position: center;

}


.container-fluid.banner h1 {
  color: black;
  text-shadow: 2px 2px 4px white;
  font-weight: bold;

}

#portal-sub-nav {
  position: relative;
  right: 0;
  top: 20px;
  white-space: nowrap;
  border: 1px solid white;
  background: rgba(240, 240, 255, 0.8)
}

#portal-sub-nav li {
  margin-left: 1em;
  white-space: nowrap;
}

#portal-sub-nav li a {
  color: #3d5b9a;
  color: black;
  text-decoration: none;
  text-shadow: 1px 1px 1px white;
}

#portal-sub-nav li a:hover {
  color: #601226;
}

/*#mininav {*/
/*    !*padding:0.6em !important;*!*/
/*    !*height:71px !important*!*/
/*}*/

/*#mininav li {*/

/*}*/
/*#mininav li a {*/
/*    displa*/
/*}*/
/*#mininav li a:hover {*/
/*    text-decoration: none;*/
/*}*/

.nav-hl.user-navigation {
  display: flex !important;
}

.nav-hl.user-navigation>a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 16px 12px !important;
}

.nav-hl.user-navigation>a:hover {
  background-color: #604536;
}


.mailLink {
  color: red !important;
  font-weight: bold !important
}

.newMail0 {
  color: inherit !important;
  font-weight: bold
}

#mininav li a:hover {
  color: #601226
}

#dashboard_portal_banner {
  position: relative
}

#dashboard_portal_banner .container {}

#dashboard_portal_banner h1 {
  /*margin:0;
    padding:0*/

}

#dashboard-user-email {
  margin: 0;
  padding: 0;
  height: auto
}


#portal-header-user {
  font-size: 20px;
  text-shadow: 1px 1px 3px white;
}

#portal-page-header {

  padding: 0;
  margin: 0;
  margin-top: 70px;
  text-align: right;
  margin-right: 46px
}

/*
, #front-blurb-featured p a
*/
.amsuitebutton {
  background: #1e5799;
  background: -moz-linear-gradient(left, #1e5799 0%, #00d4ff 100%);
  background: -webkit-linear-gradient(left, #1e5799 0%, #00d4ff 100%);
  background: linear-gradient(to right, #1e5799 0%, #00d4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#00d4ff', GradientType=1);
}

.amsuitebutton:hover {
  border-color: #00d4ff
}

.page-node-128 .container-fluid.banner h1 {
  position: absolute;
  bottom: 40px;
  right: 20px;
  color: black;
  text-shadow: none;
  font-weight: bold;

}


/* Remove outline from image link */
.navbar-brand:focus {
  outline: none;
}


/* table style column align */
.views-align-left {
  text-align: left;
}

.views-align-right {
  text-align: right;
}

.views-align-center {
  text-align: center;
}

/* Grid style column align. */
.views-view-grid .views-col {
  float: left;
}

.views-view-grid .views-row {
  float: left;
  clear: both;
  width: 100%;
}

/* Provide some space between display links. */
.views-display-link+.views-display-link {
  margin-left: 0.5em;
}

/* Drupal only */
.feed-icon {
  display: none;
}

#comments .user-picture {
  width: 64px;
  height: 64px;
}

#comments .media-body {
  border: 2px solid #95a495;
  padding: 1em;
}

.comment-wrapper {
  border-top: 1px solid #40695a;
  margin-top: 2em;
}

#comments .indented {
  padding-left: 64px;
}

/* Only indent 1 time */
#comments .indented .indented {
  padding-left: 0;
}

#comments,
#comment-form-wrapper {
  margin-top: 3em;
}

div.tags {
  margin-bottom: 1em;
  color: #95a495;
}

div.tags a {
  color: #95a495;
}

.square-date,
.square-state {
  background-color: #95a495;
  color: white;
  margin-top: 26px;
  padding: 2px;
}

.square-date span,
.square-state span {
  display: block;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}

.square-date a,
.square-state a {
  color: white;
}

.square-date-day,
.square-state-state {
  font-size: 2em;
  line-height: 1em;
}

.square-date-year {
  font-size: .8em;
}

#front-row-1 {
  height: 410px;
  margin-bottom: 6em;
  background-repeat: no-repeat;
  background-position: center;
}

#front-blurb-featured {
  background-color: rgb(0 0 0 / 80%);
  padding: 0 2em 2em 2em;
  font-size: 1.2em;
  color: white !important;
}

#front-blurb-featured * {
  color: white;
}

#front-row-1 h2 {
  color: black;
}

.front-row-1-dark#front-row-1 h1,
.front-row-1-dark#front-row-1 h2,
.front-row-1-dark#front-row-1 h2 small {
  color: white;
}


#front-login-form {
  background-color: #95a495;
  color: white;
  padding: 30px 50px;
}

#front-login-form h1 {
  color: white;
  text-align: center;
}

#front-login-form p {
  text-align: center;
}

#front-login-form a {
  color: white;
}

#front-login-form button {
  margin-bottom: 1em;
}

#front-blurb-experience {
  padding-right: 50px;
}

#front-row-2 {
  margin-bottom: 6em;
}

#front-login-form .btn-logged-in {
  width: 225px;
  margin-bottom: .5em;
}

#front-row-3 .front-call-block .front-call-block-img-and-text {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

#front-row-3 .front-call-block a {
  color: white;
}

#front-row-3 .front-call-block .reveal {
  display: none;
}

#front-row-3 .front-call-block:hover .reveal {
  display: block;
}

#front-row-3 .front-call-block .front-call-block-button>a {
  display: block;
  color: white;
  height: 4em;
  font-size: 1.4em;
  text-align: center;
  padding-top: 1.2em;
  margin-top: 0;
}

#front-row-3 .front-call-block {
  /* Wrapper fixes white line cause by rounding error */
  background-color: #604536;
}

#front-row-3 .front-call-block:hover {
  background-color: #95a495;
}

#front-row-3 .front-call-block-img-and-text>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  position: relative;
  background-color: rgba(0, 0, 0, .5);
}

#front-row-3 .front-call-block-img-and-text>a>span {
  display: block;
  position: absolute;
  top: 15%;
  padding-left: 2em;
  padding-right: 2em;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.front-call-block-button strong {
  text-transform: uppercase;
}

#front-row-3 {
  margin-bottom: 6em;
}

#front-row-4 {
  height: 410px;
  margin-bottom: 6em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/custom/jeb/images/front-fire.jpg);
  color: white;
  text-align: center;
}

#front-row-4 h2 {
  color: white;
}

#front-blurb-brush {
  margin-top: 100px;
  padding: 0 2em 2em 2em;
  font-size: 1.4em;
}

#front-blurb-brush p {
  padding-top: 1em;
}

#front-row-4 {
  margin-bottom: 2em;
}

#front-row-5 {
  height: 500px;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url(/themes/custom/jeb/images/front-brokers-r.jpg);
}

#front-blurb-become {
  color: white;
  background-color: #40695a;
  margin-top: 50px;
  padding: 2em 2em 2em 2em;
  font-size: 1.2em;
}

#front-blurb-become h2 {
  color: white;
  margin-top: 0;
}

#front-blurb-become p {
  padding-top: 1em;
}

@media (max-width: 991px) {
  #front-row-5 {
    background-image: none;
    height: auto;
    margin-bottom: 4em;
  }

  #front-blurb-become {
    margin-top: 0;
  }
}

#front-row-6 {
  min-height: 345px;
  margin-bottom: 6em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/themes/custom/jeb/images/phone_girl_fade_1920x620.jpg);
  color: white;
}

#front-row-6 h2,
#front-row-6 h3 {
  margin-top: 0;
}

#front-row-6 h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.6em;
  min-height: 120px;
}

#front-blurb-recent-news {
  padding: 0 15px 1em 15px;
  font-size: 1.4em;
}

.front-blurb-news-item {
  margin-bottom: 15px;
}

#front-blurb-recent-news p {
  padding-top: 1em;
}

#front-row-6 {
  margin-bottom: 4em;
}

@media (max-width: 991px) {
  #front-row-6 {
    background-size: cover;
  }

  #front-row-6 .col-xs-6 {
    margin-bottom: 2em;
  }

  #front-row-6 h2 {
    min-height: 0;
  }

}

#front-row-8 {
  min-height: 345px;
  margin-bottom: 4em;
  background-repeat: no-repeat;
  background-position: center;
  color: black;
}

#front-row-8 h2,
#front-row-8 h3 {
  margin-top: 0;
  color: black;
  font-weight: bold;
}

#front-row-8 h3 {
  text-transform: uppercase;

  font-size: 1.4em;
  line-height: 1.6em;

}

#front-row-8 img {
  margin-left: 3em;
  margin-top: 1em;
}

#front-row-8 #front-blurb-recent-news {
  color: #fff;
  font-size: 1.4em;
  width: 400px;
}

#front-row-8 #front-blurb-recent-news p {
  padding-top: 1em;
}

#front-row-8 .btn {
  background-color: #337ab7;
}

@media (max-width: 991px) {
  #front-row-8 {
    background-size: cover;
  }

  #front-row-8 .col-xs-6 {
    margin-bottom: 2em;
  }

  #front-row-8 h2 {
    min-height: 0;
  }

  #front-row-8 #front-blurb-recent-news {
    background-color: rgb(200, 200, 200)
  }



}


#front-row-7 {
  margin-top: 2em;
  margin-bottom: 2em;
}

#front-row-7 img {
  margin-top: 1em;
}

.field--name-body {
  margin-top: 2em;
}

.page-node-type-page .product-features {
  background-color: #95a495;
  color: white;
}

.page-node-type-page .product-actions {
  color: white;
  background-color: #40695a;
}

.page-node-type-page .product-actions a:not(.btn) {
  color: white;
  background-color: #40695a;
}

.page-node-type-page .product-actions a:not(.btn):hover {
  color: aliceblue;
  background-color: #40695a;
}

.page-node-type-page .product-actions a.btn {
  box-shadow: 1px 1px #333;
}

body.page-taxonomy-term .field-type-image {
  text-align: center;
}

.view-news-by-carrier .field-type-image {
  float: left;
  margin-right: 2em;
}

.view-id-archive.view-display-id-block_1 .active {
  color: #604536;
}

.view-id-archive.view-display-id-block_1 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.min-size-square-date {
  width: 100px;
}

#node-323 section h1 {
  background-color: #40695a;
  margin-left: -100%;
  margin-right: -100%;
  padding: .4em 100% .5em;
  color: white;
  overflow: hidden;
}

body.page-node-323 {
  overflow-x: hidden;
}

#block-views-block-carrierimages-block-1 {
  margin: 2rem 0 2rem
}

.teaser .links .comment-add {
  display: none;
}


.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.form-group {
  margin-bottom: 15px;
}

.footer-widget .wp-block-separator {
  width: 100%;
}

#gform_wrapper_1 {
  .gform_title {
    display: none;
  }

  .gfield_label {
    color: white;
  }

  #input_1_3 {
    flex-direction: column;

    .gform-field-label {
      color: white;
    }
  }

  #field_1_3 {
    margin-top: -20px;
  }

  #gform_submit_button_1 {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
  }
}

#menu-brown-brown-copyright-menu {
  display: flex;
  gap: 0.5em;

  a {
    color: #337ab7;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .ot-sdk-show-settings {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
  }

  .ot-sdk-show-settings:hover {
    text-decoration: underline;
  }
}

#menu-brown-brown-copyright-menu> :not(:last-child):after {
  content: ' | ';
}

#main-nav {
  a {
    padding-bottom: 0 !important;
  }
}

.dropdown-fancy {
  position: absolute;
  z-index: 1;

}


.nav li ul {
  visibility: visible;
  opacity: 1;
  position: relative;

}

.navbar-nav .dropdown-menu {
  position: absolute;
}

li.dropdown>ul {
  padding: 0;
}

.nav li .dropdown-menu li {
  padding: 0;
}

.states ul {
  position: inherit !important;
  background: transparent;
  display: flex;
  flex-direction: column;
  padding: 0.5em !important;
  box-shadow: none !important;
}

.options ul {
  position: inherit !important;
  display: flex;
  flex-direction: column;
  padding: 0.5em !important;
  box-shadow: none !important;
}

.contact-links ul {
  position: inherit !important;
  display: flex;
  flex-direction: column;
  padding: 0.5em !important;
  box-shadow: none !important;
}

.row-same-height.row-full-height ul {
  position: inherit !important;
  display: flex;
  flex-direction: column;
  padding: 0.5em !important;
  box-shadow: none !important;
}

.row-same-height.row-full-height h3 {
  padding-top: 20px;
}

.row-same-height.row-full-height a {
  color: white !important;
}

.contact-links ul a {
  color: white !important;
}

.states ul li,
.options ul li {
  font-size: 15px;
  color: white !important;
}

li>svg {
  width: 14px;
}

#sidebar {
  list-style: none;

  a {
    color: #337ab7;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }
}

#et-top-navigation .navbar-nav>li {
  padding-top: 15px;
  padding-bottom: 15px;

  a {
    font-size: 14px;
    font-weight: 400;
  }
}

#et-top-navigation .navbar-nav>li:hover {
  background-color: #eeeeee;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding: 35px 35px 0 !important
}

.container-fluid.banner h1 {
  color: black;
  text-shadow: 2px 2px 4px white;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 10px;
}

.main-container {
  padding-top: 15px;
}

svg.ext {
  width: 14px;
}

.content a {
  color: #337ab7;
  text-decoration: none;
}

.content a:hover {
  text-decoration: underline;
}

.views-row a {
  color: #337ab7;
  text-decoration: none;
}

.views-row a:hover {
  text-decoration: underline;
}

span.state-tax {
  display: flex;
  flex-direction: column;
}

.view-header {
  padding-bottom: 10px;
}

#gform_wrapper_2 {
  padding-bottom: 20px;

  .gform_title,
  .gform_description {
    display: none;
  }

  #gform_submit_button_2 {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: white;
  }

  #gform_submit_button_2:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
  }
}

#main-content .container:before {
  content: unset;
}

#content-area-help ul {
  list-style-type: disc;
  padding-bottom: 2em;
}

#content-area-search ol {
  list-style-type: decimal;
}

#content-area-search {
  a {
    color: #337ab7;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }
}

#et_mobile_nav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .logo_container {
    display: none
  }

  #navbar ul.nav.navbar-nav.navbar-right {
    display: block;
  }

  #header {
    .yamm>.container-fluid>div {
      display: block !important;
    }
  }
}

.navbar.yamm.navbar-brown {
  padding: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: auto;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  height: 100%;

  .btn {
    z-index: 2;
    margin-left: -4px;
    height: 100%;
  }
}

.service-support-dd {
  width: 180% !important;

  left: -300px !important;

  h3 {
    padding-bottom: 0;
    padding-left: 5px;
  }

  ul {
    padding-top: 0;
  }

  img {
    width: 25%;
  }

  .nav-fw-center ul li {
    line-height: 1.5em;
  }

  .nav-fw-left ul li {
    line-height: 1.5em;
  }

  .nav-fw-right ul li {
    line-height: 1.5em;

  }
}