/**
 * Set up a decent box model on the root element
 */
 html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

hr {
  width: 50%;
  border-top: 4px solid #ededed;
}

/* CSS Document */
body {
  font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0b3b60;
  font-family: semplicitapro, sans-serif;
  text-transform: uppercase;
}

.content h3 {
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
}

#content div {
	margin:10px auto;
}

form div {
	margin:0;
}

#content-title h2 {
  color: #0b3b60;
  font-family: semplicitapro, sans-serif;
  font-weight: 300;
  font-size: 3em;
  margin-top: 42px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

#content-feature {
  background: #dddddd;
  background: -moz-linear-gradient(0deg, #dddddd 0%, #eeeeee 10%, #eeeeee 50%, #eeeeee 90%, #dddddd 100%);
  background: -webkit-linear-gradient(0deg, #dddddd 0%, #eeeeee 10%, #eeeeee 50%, #eeeeee 90%, #dddddd 100%);
  background: linear-gradient(0deg, #dddddd 0%, #eeeeee 10%, #eeeeee 50%, #eeeeee 90%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#dddddd",GradientType=1);
  margin-top: 12px;
  padding-top: 63px;
  padding-bottom: 63px;
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: center;
}

#content {
  margin-top: 63px;
}

#content ul {
  list-style: none;
  padding-inline-start: 0;
  list-style-position: outside;
}

#content ul li::before {
  padding: 0 15px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

#content ul li {

  line-height: 1.1em;
  margin-bottom: 16px;
}

a {
  color: #0d573e;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumb {
  background-color: white;
  border-radius: 0;
  font-family: "Big John PRO", sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 18px;
  text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb-item a {
  color: #005740;
}

/* ----- EVENT GRID ----- */
.event-grid {
  margin-top: 32px;
}

.event-grid-item {
  display: grid;
  grid-template-columns: 17% auto;
  min-width: 100%;
  margin-bottom: 15px;
}

.event-grid-item a {
  color: #0d573e;
}

.event-grid-item-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #0d573e;
  padding-left: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
  width: 100%;
  min-width: 100%;
}

.event-grid-item-content h3 {
  font-family: "Big John PRO", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
}

.event-grid-item-content-dates {
  font-family: "Big John PRO", sans-serif;
}

.event-grid-item-content-location {
  font-size: 0.8em;
}

.resources {
  margin-top: 120px;
}

.resources h3 {
  color: #0b3b60;
  font-weight: 300;
  font-style: normal;
  font-size: 3em;
  text-transform: uppercase;
  border-bottom: 4px solid #f1f1f1;
  padding-bottom: 14px;
}

.members-content {
  margin-top: 36px;
}

.resources-item img {
  width: 100%;
}

.resources-content {
  margin-top: 12px;
}

.resources-content .widget-item-content {
  font-size: 0.875em;
}

@media only screen and (min-width: 1200px) {
  .resources-content .widget-item-content {
    font-size: 1em;
  }
}

.consumers-content {
  padding-top: 36px;
  padding-bottom: 80px;
}

#stats {
  background: #dddddd;
  background: -moz-linear-gradient(0deg, #dddddd 0%, #eeeeee 10%, #eeeeee 50%, #eeeeee 90%, #dddddd 100%);
  background: -webkit-linear-gradient(0deg, #dddddd 0%, #eeeeee 10%, #eeeeee 50%, #eeeeee 90%, #dddddd 100%);
  background: linear-gradient(0deg, #dddddd 0%, #eeeeee 10%, #eeeeee 50%, #eeeeee 90%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd",endColorstr="#dddddd",GradientType=1);
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

#stats h2 {
  color: #003764;
  font-weight: bold;
  font-style: normal;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 0;
  overflow: hidden;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  #stats h2:before,
  #stats h2:after {
    content: "";
    display: inline-block;
    height: .5em;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-bottom: 0;
  }

  #stats h2:before {
    background-image: linear-gradient(120deg, #0d573e, #032f20);
    transform: skew(-20deg);
    margin-left: -50%;
    margin-right: 18px;
  }

  #stats h2:after {
    background-image: linear-gradient(120deg, #032f20, #0d573e);
    margin-left: 18px;
    margin-right: -50%;
    transform: skew(-20deg);
  }
}

.stats-content .col-sm-3 {
  margin-top: 80px;
  text-align: center;
  border-right: 3px solid #fff;
}

.stats-content .col-sm-3:last-child {
  border-right: none;
}

.stat-item img {
  max-width: 60%;
  height: auto;
}

.stat-item-big {
  color: #003764;
  font-family: 'Big John PRO',sans-serif;
  font-weight: bold;
  font-size: 3em;
  line-height: 60px;
  margin-top: 30px;
}

.xl-number .stat-item-big {
  padding-top: 12px;
  padding-bottom: 36px;
}

.stat-item-small {
  color: #003764;
  font-family: 'Big John PRO',sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase; }

.stat-item-content {
  font-size: 1em; }

@media only screen and (min-width: 992px) {
  .stat-item-big {
    font-size: 5em;
    line-height: 60px;
    margin-top: 30px;
  }

  .stat-item-small {
    font-size: 2em;
  }
}

.widget-title {
  display: grid;
  grid: auto / 75% auto;
}

.widget-title div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.widget-title .btn-primary, #gform_submit_button_4, #gform_submit_button_5 {
  background-color: #147c85;
  border: none;
}

.widget-title .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #126c74;
}

.event-widget-item {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(183, 183, 183, 0.4);
  padding-top: 16px;
  padding-right: 9px;
  padding-bottom: 16px;
  margin-bottom: 18px;
}

.widget-item i {
  float: left;
  margin-top: 6px;
  margin-right: 6px;
  color: #0b3b60;
}

.widget-item h4 {
  font-family: 'Big John PRO',sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

@media only screen and (min-width: 1200px) {
  .widget-item h4 {
    font-size: 1.5em;
  }
}

.widget-item a {
  color: #005740;
}

.widget-item-content {
  margin-left: 26px;
}

.blog-widget-item {
  display: block;
}

.blog-widget-item-image {
  margin-bottom: 16px;
}

.blog-widget-item-image img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .blog-widget-item {
    display: grid;
    grid-template-columns: 30% auto; }

  .blog-widget-item-image {
    margin-bottom: 0; }

  .blog-widget-item-image img {
    width: inherit; } }
.blog-widget-item-content {
  margin-left: 16px;
  margin-bottom: 24px; }

/* ----- FOOTER ----- */
footer {
  background-color: #003764;
  color: #fff;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 50px; }

.footer-grid {
  display: grid;
  grid-template-columns: 148px auto auto; }

footer .footer-text {
  align-self: flex-end; }

.footer-social-icons {
  margin-left: 148px;
  margin-top: 6px; }

.footer-social-icons span {
  margin-right: 12px; }

.footer-social-icons a {
  color: #fff; }

/* ----- HEADER ----- */
header.header-desktop {
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

header.mobile {
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px; }

.logo-header {
  padding-top: 100px; }

.logo-header img {
  width: 27%; }

header h3 {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #fff; }

.header-home h3 {
  max-width: 80%;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  header h3 {
    font-size: 36px; } }
@media only screen and (min-width: 992px) {
  header h3 {
    font-size: 42px; } }
@media only screen and (min-width: 1200px) {
  header h3 {
    font-size: 54px; } }

/* ----- NAVBAR ----- */
.navbar-brand img {
  width: 180px; }

nav {
  background-color: #fff;
}

#sticky-brand img {
  height: 0px;
  width: 0px;
  transition-property: height, width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.navbar-collapse.collapse.show {
  height: 420px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

ul.sub-menu li.menu-item {
  list-style: none;
  list-style-position: outside;
  overflow: hidden;
  padding-left: 1.5em;
  text-indent:-1.5em;	
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

@media only screen and (min-width: 992px) {
  #header {
    z-index: 999;
  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }

  .sticky + .page-content {
    padding-top: 102px;
  }
  
  .sticky #sticky-brand img {
    height: 100%;
    width: 100%;
  }

  nav {
    background-color: #0d573e; }

  .navbar {
    padding-top: 0;
    padding-bottom: 0; }

  ul.navbar-nav {
    display: grid;
    grid: auto / 25% 25% 25% 25%;
    width: 100%; }

  .nav-link {
    background: #0d573e;
    background: linear-gradient(90deg, #0d573e 0%, #032f20 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    color: #fff;
    font-family: semplicitapro,sans-serif;
    font-weight: 300;
    font-size: 21px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    text-align: center; }

  .nav-item > a,
  .nav-item > a.active,
  .nav-item > a:hover,
  .nav-item > a:active,
  ul.sub-menu li.menu-item a {
    color: #fff !important; 
	}

  .nav-item > a.active {
    font-weight: bold !important; }
	
  .nav-item > a.hover {
    font-weight: bold !important; }	

  .menu-large {
    position: static !important; }

  .megamenu {
    padding: 20px 20px;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: rgba(0, 55, 100, 1); }

  .megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal; }

  .megamenu.disabled > a:hover,
  .megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }

  .megamenu .dropdown-header {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase; }
}

.dropdown-menu {
  margin-top: 0;
}

.dropup .dropdown-menu {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .dropdown-toggle::after {
     transition: transform 0.15s linear;
  }

  .megamenu > div > li > ul > li > ul.sub-menu {
    padding-inline-start: 20px;
  }  

  .show.dropdown .dropdown-toggle::after {
    transform: translateY(3px);
  }

  .megamenu {
    margin-left: 0;
    margin-right: 0; }

  .megamenu > li {
    margin-bottom: 30px; }

  .megamenu > li:last-child {
    margin-bottom: 0; }

  .megamenu.dropdown-header {
    padding: 3px 15px !important; }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff; }
}

/* ----- HEADER ----- */
.home header {
  background-image: url("/wp-content/themes/afsa_new/images/home-hero-bg.jpg"); }

.home header.header-desktop {
  display: flex;
  flex-direction: column;
  min-height: 91vh; }

.home header.header-desktop h3 {
  padding-top: 160px; }

.home .logo-header {
  padding-top: 100px; }

.home .logo-header img {
  width: 27%; }

#events-and-blog {
  padding-top: 96px; }

/* ----- INTERIOR ----- */
.interior header.header-desktop {
  background-color: #ddd;
  background-image: url("/wp-content/themes/afsa_new/images/home-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column; }

.interior header.header-desktop h3 {
  text-transform: uppercase;
  margin-bottom: 84px; }

header.header-mobile-interior {
  background-color: #ddd;
  background-image: url("/wp-content/themes/afsa_new/images/home-hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 63px;
  padding-bottom: 63px; }

.logo-header-interior {
  padding-top: 100px; }

.logo-header-interior img {
  width: 21%; }

/* ----- CONFERENCE ----- */
.conference header {
  background-image: url("/wp-content/themes/afsa_new/images/header-conference_01.jpg"); }
.conference section {
  margin-bottom: 80px; }
.conference .header-content {
  color: white;
  padding-bottom: 10px;
  padding-top: 18px;
  text-align: center;
  margin: 0 auto; }
  .conference .header-content h2, .conference .header-content h3 {
    color: white;
    font-family: "Big John PRO", sans-serif;
    font-weight: bold; }
  .conference .header-content h3 {
    margin-bottom: 0.5rem;
    padding-top: 0; }
  .conference .header-content div {
    text-transform: uppercase;
    font-size: 1em; }
.conference #content-feature {
  margin-top: 0; }
.conference h3 {
  text-align: center;
  font-size: 3em;
  margin-bottom: 42px;
  padding-top: 56px; }
.conference-speakers {
  margin-bottom: 80px; }
.conference-speakers hr {
  border-top: 4px solid #ededed;
  margin-top: 32px;
  width: 30%; }
.conference-speakers-item {
	width:100%;
	padding:5px;
}

.conference-sponsors-item {
	width:100%;
	border: solid thin #b5b5b5;
	padding:5px;
	font-size: 16px;
}

.conference-sponsors-item-image {
  max-width:300px;
  max-height:100%;
	}
.conference-sponsors-item-image img {
  max-width:300px;
  max-height:150px;
  margin-bottom:10px;	
}

.conference-speakers-page-item-image img {
	max-width:135px;
  max-height:135px;
  width:100%;
  height:100%;
  object-fit:cover;
}

.conference-speakers-item-image {
  max-width:100%;
  max-height:100%;
	}
.conference-speakers-item-image img {
  max-width:300px;
  max-height:300px;
  width:100%;
  height:100%;
  object-fit:cover;

}
.conference-speakers-item-name {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 18px;
  color: #013765;
  font-family: "Big John PRO", sans-serif;}
  .conference-speakers-item-name strong {
    font-size: 1.4em; }
.conference #conference-schedule {
  background-color: #eee; }
.conference #committee-schedule {
  background-color: #eee; }
  .conference #conference-schedule .schedule-list .list-group-item {
    border-color: #fff;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "Big John PRO", sans-serif; }
.conference #committee-schedule .schedule-list .list-group-item {
    border-color: #fff;
    margin-left: 16px;
    margin-right: 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "Big John PRO", sans-serif; }
  .conference #conference-schedule .schedule-list .list-group-item.active {
    background-color: #003764;
    border-color: #003764; }
.conference #committee-schedule .schedule-list .list-group-item.active {
    background-color: #003764;
    border-color: #003764; }
  .conference #conference-schedule .schedule-list .tab-content {
    padding: 32px; }
.conference #committtee-schedule .schedule-list .tab-content {
    padding: 32px; }
.conference #conference-schedule .schedule-list .tab-content .row {
    margin-bottom: 16px; }
.conference #committee-schedule .schedule-list .tab-content .row {
    margin-bottom: 16px; }
.conference #conference-details h3 {
  margin-bottom: 28px;
  margin-top: 28px;
  padding-top: 0;
  text-align: left; }
.conference #conference-details h5 {
  margin-top: 2rem; }
.conference #conference-details .widget-item {
  margin-bottom: 18px;
  padding-left: 32px; }
  .conference #conference-details .widget-item i {
    margin-left: -32px; }
.conference-contacts {
  display: grid;
  font-size: 0.9em;
  grid-template-columns: auto auto auto; }
  .conference-contacts-item {
    margin-bottom: 24px; }
    .conference-contacts-item strong {
      font-family: "Big John PRO", sans-serif;
      text-transform: uppercase; }
    .conference-contacts-item a {
      color: #222222;
      font-weight: normal;
      text-decoration: none; }

@media only screen and (min-width: 992px) {
  .conference .header-content {
    max-width: 90%;
    padding-bottom: 100px;
    padding-top: 180px;
  }
  .conference .header-content h2 {
    font-size: 3.5em;
  }
  .conference .header-content h3 {
    font-size: 2em;
  }
  .conference .header-content div {
    font-size: 1.4em;
  }
  .conference ul.navbar-nav {
    display: grid;
    grid: auto / 16.67% 16.67% 16.67% 16.67% 16.67% 16.67%;
    width: 100%;
  }
  .conference .nav-link {
    font-size: 18px;
  }
  .conference .nav-link:hover {
    font-weight: bold;
  }
}

h2.reverse-separator {
	text-align: center; 
	background-color: #0d573e; 
	color:#fff; 
	padding:20px; 
	width:100%; 
	text-transform: uppercase;
	margin-bottom:80px;
}

.event_button {
	white-space:normal; 
	max-width:220px; 
	background-color:#275540; 
	color:#fff; 
	font-weight:bold; 
	padding:30px; 
	text-transform: uppercase; 
	font-size: 1.4em;
}

form .gform_body select {
	height: 2em;
}

form .gform_body #gform_fields_5 select {
	height: 3em;
}

.card-header {width:100%}

.card-header h2 button {text-align:left; font-size:1.25rem;}

h3.mb-0 {
	font-size:1.25rem;	
}

.mb-0 {
  position: relative;
}

.mb-0::after {
	content: "\f107";
	color: #333;
	top: -2px;
	right: 0px;
	position: absolute;
    font-family: "FontAwesome"
}

.mb-0[aria-expanded="true"]::after {
	content: "\f106";
}

#eyebrow {
	background-color: #000000;
	color: #fff;
	text-align: right;
	height:100%;
	min-height:25px;
	width:100%;
	font-size: 12px;
	font-weight: bold;
	margin: auto 0px;
	text-transform: uppercase;
}

#eyebrow a, #eyebrow a:visited, #eyebrow a:hover, #eyebrow a:active {
	color: #fff;
	margin-right: 10px;

}

#eyebrow a:hover {
	text-decoration: underline;
}
.ticker-news span {display: none !important;}
ul#ticker{line-height: 2em !important;}
