@charset "utf-8";
/*
***********************************************************************************
                                  Theme Elements
***********************************************************************************
*/
.theme-font-color-1 {
  color: #338bbf;
}

.theme-font-color-2 {
  color: #ffffff;
}

.theme-bg-color-1 {
  background-color: #2c79a1;
}

.theme-bg-color-2 {
  background-color: #b7adad;
}

.theme-bar {
  background-color: #2c79a1;
  color: #FFFFFF;
  font-size: 1.8em;
  font-weight: 600;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-top: 1em;
  font-family: lato;
}

.page-top {
  background-color: #FFFFFF;
  margin-bottom: 3em;
  margin-top: 1em;
}

.page-top h1 {
  font-family: cherry-blossoms-regular, sans-serif;
  font-size: 3em;
  font-weight: 400;
  text-align: left;
  color: #338bbf;
}

.page-top .hmy-content.hmy-left {
  padding-top: 1em;
  padding-bottom: .2em;
}

/*
***********************************************************************************
                                  Header
***********************************************************************************
*/

.header {
    
}

.p7HMY.hmy-color-root-black.transparent, .p7HMY .hmy-content-wrapper.hmy-color-content-black.transparent {
  background-color: #000000;
  color: #FFF;
}

.hmy-section.logo {
  max-width: 100% !important;
  max-height: 4em;
}

.header-logo {
  padding: 0px;
  max-width: 75px !important;
  position: relative;
  top: 1em;
  background-color: #000000;
  z-index: 99;
  border-radius: 8em;
  padding: .6em;
}

.p7HMY.hmy-color-root-gray, .p7HMY .hmy-content-wrapper.hmy-color-content-gray {
  background-color: rgb(87, 122, 77);
  color: #000;
}

/*
***********************************************************************************
                                 Main Navigation
***********************************************************************************
*/

/*** Converts menu align right to center ***/

.p7AMM.amm-right {
  text-align: center;
}

/*** Fixed sticky menu bar on scroll ***/

.p7AMM.amm-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999 !important;
  background-color: rgba(0, 0, 0, 0.85);
}

/*** Menu Background ***/

.p7AMM.amm-rootlinks-black ul a {
  background-color: transparent;
  color: #FFF;
}

/*** Overall link styling ***/

.p7AMM li a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.1rem
}

/*** 1st level links styling ***/

.p7AMM.amm-rootlink-borders ul a, .p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul li a {
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  font-family: tiller, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}

/** 1st level links on hover ***/

.p7AMM.amm-rootlinks-black ul a:hover, .p7AMM.amm-rootlinks-black ul a:focus, .p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
  background-color: transparent;
  color: #58b8e9;
}

/*** 1st level links on hover ***/

.p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul li a:hover {
  border: none;
  color: #7db7d9;
  border-radius: 3px;
}

/*** 2nd level menu background ***/

.p7AMM.amm-subs-silverblue.amm-subs-trans ul ul {
  background-color: rgb(0 0 0 / 80%);
  border-radius: 5px;
}

/*** 2nd level links attributes ***/

.p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul ul li a {
  border: none !important;
  color: #fff !important;
}

/*** 2nd level links on hover ***/

.p7AMM.amm-subs-silverblue ul ul a:hover, .p7AMM.amm-subs-silverblue ul ul a:focus, .p7AMM.amm-subs-silverblue ul ul a.amm-trigger.open {
  background-color: #487b99;
  color: #FFF;
}

/*** 1st level links arrows idle  ***/

.p7AMM.amm-rootlinks-black ul a.amm-trigger {
  background-image: url(/temp/p7amm/img/amm-right-dark.gif);
}

/*** 1st level links arrows return from hover  ***/

.p7AMM.amm-rootlinks-black ul a.amm-trigger:focus {
  background-image: url(/temp/p7amm/img/amm-right-light.gif);
}

/*** 1st level links arrows on hover or trigger open  ***/

.p7AMM.amm-rootlinks-black ul a.amm-trigger.open {
  background-image: url(/temp/p7amm/img/amm-down-light.gif)
}

/*** 1st level links on mobile hover  ***/

.p7AMM.amm-subs-black ul ul a.amm-trigger, .p7AMM.amm-subs-black ul ul a.amm-trigger:focus {
  background-image: url(/temp/p7amm/img/amm-right-dark.gif);
}

/*** 1st level links arrows on mobile open  ***/

.p7AMM.amm-subs-black ul ul a.amm-trigger.open {
  background-image: url(/temp/p7amm/img/amm-down-dark.gif);
}

/*
***********************************************************************************
                                  Body
***********************************************************************************
*/

body {
  font-family: raleway, sans-serif;
  font-size: 100%;
  font-weight: 400;
  /** color: #181616; **/
  color: #000000;
}

.quote {
  font-style: italic;
  font-weight: 400;
}

.system-message, .short-content {
  min-height: 600px;
}

.margin-top {
    margin-top: 3em;
}
/*
***********************************************************************************
                            Home Banner Slideshow
***********************************************************************************
*/

.hmy-content-wrapper.banner .hmy-content {
  padding: 0px;
}

.p7AGM {
  position: relative;
  overflow: hidden;
  padding: 0px !important;
}

/*
***********************************************************************************
                                 Footer
***********************************************************************************
*/

.footer-pad {
  padding-top: .20em;
  padding-bottom: .20em;
  padding-left: 1em;
  padding-right: 1em;
}

.footer, .footer a {
  background-color: #000000;
  color: #FFFFFF;
}

.footer a, .footer a:visited {
  text-decoration: underline;
}

.social-icons {
  font-size: 1em !important;
}

.footer h2 {
  font-size: 1.2em !important;
}

.footer p {
  font-size: .8em;
}

/*
***********************************************************************************
                                  Seperators
***********************************************************************************
*/

.big-pad {
  padding-left: 25%;
  padding-right: 25%;
}

.divider-line {
  border-bottom-style: solid;
  border-bottom-color: #ccd4e5;
  border-bottom-width: 3px;
}

.divider-line.pad-top {
  padding-top: 2em;
}

.margin-bottom {
  margin-bottom: 2em;
}

/*
***********************************************************************************
                                  Headings
***********************************************************************************
*/

h1, h2, h3, h4, h5 {
  font-family: terfens, sans-serif;
  font-size: 100%;
  font-weight: normal;
}

.hmy-section h2 {
  font-size: 1.4rem;
  font-weight: 500;
}

.hmy-section h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.hmy-section h3.light {
  font-weight: 400;
}

.hmy-section h4, .hmy-section h5 {
  font-size: 1.4rem;
}

.home-services h2 {
  text-align: center;
}

/*
***********************************************************************************
                                  Fonts
***********************************************************************************
*/

.impact {
  font-size: 125%;
  font-weight: 600;
}

.impact-1 {
  font-size: 80%;
  font-weight: bold;
}

.impact-2 {
  font-size: 130%;
}

.impact--3 {
  font-size: 180%;
  font-weight: bold;
  font-family: federo;
}

.impact-4 {
  font-size: 140%;
}

.impact-5 {
  font-size: 100%;
}

.standout {
  font-size: 125%;
  color: #FFFFFF !important;
}

.standout-blue {
  color: #306b9e;
  font-weight: 600;
}

.call-to-action-text {
  font-weight: 600;
  font-size: 115%;
}

.fancy {
  font-family: cherry-blossoms-regular, sans-serif;
  font-weight: 400 !important;
}

h1.fancy {
  font-size: 3em !important;
  text-shadow: 0px 0px 1px #000000;
}

/*
***********************************************************************************
                                  Paragraphs
***********************************************************************************
*/

p.quote {
  font-style: italic;
  font-weight: 400;
}

p.signature {
  font-style: normal;
  font-weight: 600;
}

p.min-height {
  min-height: 8em;
}

/*
***********************************************************************************
                                  Links
***********************************************************************************
*/

a, a.visited {
  color: #306b9e;
  font-weight: 600;
  text-decoration: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  -o-appearance: none;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
  text-decoration: underline;
}

/*
***********************************************************************************
                                 Lists
***********************************************************************************
*/

ul.list-circle {
    
  /** list-style: circle; **/
}

.list-circle li {
  margin-top: 1em;
  margin-left: -1.1em;
}

ul.event-details {
  list-style-type: none !important;
  font-size: 110%;
  padding-left: .5em;
}

ul.event-details li {
    
}

ul.event-details span.lineLabel {
    
}

/*
***********************************************************************************
                                  Buttons
***********************************************************************************
*/

.button-green {
  display: inline-block;
  color: #FFF;
  text-transform: capitalize;
  padding: 6px 12px 7px;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  border: medium solid #4AA936;
  border-radius: .35rem;
  font-weight: bold;
  background-color: #347B3C;
  margin-top: 1em;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  -o-appearance: none;
}

.button-green:hover {
  text-decoration: none;
  background-color: #359C40;
  color: #FFF;
  border-color: #848484;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.button-green, a.button-green:hover {
  text-decoration: none !important;
}

.button-green:active {
  -webkit-box-shadow: inset 1px 1px 1px 2px rgba(80, 80, 80, 1.00);
  box-shadow: inset 1px 1px 1px 2px rgba(80, 80, 80, 1.00);
  background-color: #87b676;
}

.large {
  padding: 1em;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.button-green:disabled {
	background-color: #A0A0A0;
      border-color: #848484;
}

.g-recaptcha {
    margin-top:1em;
}
/*
***********************************************************************************
                                 Images
***********************************************************************************
*/

img.rounded {
  border-radius: 5px;
  padding: 2px;
}

img.rounded.fullwidth (
width:100% !important
)

img.listing {
  max-height: 300px;
}

.img-mobile-hide {
  display: initial;
}

.img-mobile-show {
  display: none;
}

.img-margin-top {
  margin-top: 1.5em;
}

.sponsor-logo {
    max-width:200px !important;
}
/*
***********************************************************************************
                                 Videos
***********************************************************************************
*/

.video-listing {
  text-align: left !important;
}

.video-wrapper-rounded {
  border-radius: 5px;
  padding: 3px;
}

.video-wrapper-rounded iframe {
  width: 100%;
}
/**
iframe {
    border-radius: 5px;
 padding: 3px;  

	background-color: #b7adad;

}
**/

.video-listing h3 {
  margin-top: 1em;
  font-size: 1.2em !important;
}

.video-description {
  margin-top: 1em;
  height: 100px;
}

/*
***********************************************************************************
                                 Filter Radio Buttons
***********************************************************************************
*/

.hide {
  display: none;
}

label.radio-disabled {
    color:#bebebe;
}

/*
***********************************************************************************
                                  FAQ
***********************************************************************************
*/

.faq-question {
  font-weight: 600;
  /*** color:#5a7d37; ***/
  font-size: 1.2em;
}

.faq-item {
  margin-bottom: 2em;
  margin-top: 2em;
}

/*
***********************************************************************************
                                  Staff
***********************************************************************************
*/

.staff-container {
  margin-bottom: 1em;
}

/*
***********************************************************************************
                                  Classes and Seminars
***********************************************************************************
*/

.button-row{
    width:10em;
}

ul.event-list {
    list-style: none;
    text-align: left;
    margin-left:-2.5em;
}

ul.event-details {
    list-style: none;
}

.event-soldout {
    margin-top:1em;
    max-width:150px !important;
}

.event-soldout-large {
    margin-top:1em;
    max-width:200px !important;
}

.sponsor-logo {
    max-width:250px !important;
}

/*
***********************************************************************************
                                  Testimonials
***********************************************************************************
*/

.testimonial-block-listing {
    
}

.testimonial-block-listing .quote {

  font-style: italic;
  font-weight: 400;
  
}

.testimonial-block-listing .signature {

  font-style: normal;
  font-weight: 600;
 /** color: #2c79a1; **/
  margin-left:3em;
  
}

.quotation-mark-blue {
  font-style: normal;
  font-weight: 600;
  color: #2c79a1;
    font-size: 2em;
}


.testimonial-box {
	background-color: #40008F;
	color: #FFFFFF;
	padding: 1em;
	border-radius: 1em;
}

.speech-bubble {
	position: relative;
	background-color: #338bbf;
	border-radius: .4em;
    color:#FFFFFF;
    padding: 1em;
    margin-bottom:2em;
    font-style: italic;
    margin-left:1.5em;
    margin-right: 1.5em;
    margin-bottom: 3em;
    margin-top: 3em;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 0;
	height: 0;
	border: 29px solid transparent;
	border-top-color: #338bbf;
	border-bottom: 0;
	border-left: 0;
	margin-left: -14.5px;
	margin-bottom: -29px;
}

.speech-bubble h3{
    text-decoration: underline;
    font-style: normal;

}

.speech-bubble img {
    border-radius:5px;
}
.testimonial-signature-block {
    
}

/*
***********************************************************************************
                                  Media Queries
***********************************************************************************
*/

@media only screen and (min-width: 0px) and (max-width: 1200px) {
    
  .hmy-section.mq-1200-50 {
    flex-basis: 50% !important;
  }
    
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
    
/********************* Page Structure *********************/
    
  body {
    font-size: 105%;
  }
    
  html {
    -webkit-text-size-adjust: 105%;
  }
    
  .p7HMY .hmy-section {
    flex-basis: 105% !important;
  }
    
  .p7HMY .hmy-section .hmy-content-wrapper {
    border-radius: 0px !important;
    border: none !important;
  }
    
  .p7HMY.hmy-legacy .hmy-section {
    float: none !important;
    width: 100% !important;
  }
    
  .hmy-section.vert-navigation-max {
    max-width: none;
  }
    
  .hmy-content-wrapper.social-top .hmy-content {
    text-align: center;
    padding-bottom: 20px;
  }
    
  .hmy-section.logo .hmy-content {
    text-align: center;
  }
    
  .margin-bottom {
    margin-bottom: 1em;
  }
    
  /******************** Header logo styling *********************/
    
  .hmy-section.logo {
    max-width: none;
    min-height: 3em;
    margin-top: .2em;
    border-bottom-width: .15em;
  }
    
  .hmy-section.logo img {
    top: .7em;
    padding: .2em;
    border-bottom-width: .15em;
    max-width: 60px !important;
  }
    
    
/*** Form field styling ****/
    
  .formTextAreaLarge {
    max-width: 325px;
  }
    
/*** Paragraphs ***/
    
  p.min-height {
    min-height: 2em;
  }
    
/*** Headings styling ***/
    
  .hmy-section h1 {
    font-size: 1.6rem;
  }
    
  .hmy-section h2 {
    font-size: 1.4rem;
  }
    
  h1.fancy {
    font-family: cherry-blossoms-regular, sans-serif;
    font-size: 2.2em !important;
    margin-bottom: 1em !important;
  }
    
/******************** Navigation *********************/
    
  .hmy-content-wrapper.navigation .hmy-content {
    padding-right: 0px !important;
  }
    
/*** Mobile nav bar ***/
    
   .p7AMM.amm-responsive .amm-toolbar {
    display: block;
    text-align: right;
    margin: 0px 0px;
    padding: 0px 10px;
    background-color: #000000;
    color: #FFFFFF !important;
  }
    

/*** Mobile nav hide/show text ***/
    
  .p7AMM.amm-responsive .amm-toolbar a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.8rem;
    color: #FFFFFF;
    opacity: 0.9;
  }
    
    
  .p7AMM.amm-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999 !important;
    background-color: #000;
  }
    

/*** Mobile nav background ***/
    
  .amm-fixed {
    background-color: #ffffff;
  }
    
/*** Mobile nav 1st level arrows idle ***/
    
  .p7AMM.amm-rootlinks-black ul a.amm-trigger {
    background-image: url(/temp/p7amm/img/amm-right-light.gif);
  }
    
/*** Mobile nav 2nd level open ***/
    
  .p7AMM.amm-subs-silverblue.amm-subs-trans ul ul {
    border-radius: 5px;
    background-color: #FFF;
    color: #000;
  }
    
.p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul ul li a {
    
/* border: none !important; */
    color: #000 !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #000 !important;
    font-size: 1.1rem;
  }
    
  .p7HMY .hmy-section .p7AMM.amm-rootlink-borders ul li a:hover {
    border: none;
    color: #7db7d9;
    border-radius: 3px;
    color: #FFF !important;
  }
    
/*** Inner pages top theme bar ***/
    
  .page-top {
    margin-bottom: 1em;
    margin-top: 2em;
  }
    
  .page-top .hmy-content.hmy-left {
    padding-bottom: .6em;
  }
    
  .page-top h1 {
    text-align: center;
    margin-top: 0px !important;
    font-size: 2.6em;
  }
  
/*** Mobile nav 1st level links font size  ***/
    
  .p7AMM li a {
    font-size: 1rem
  }
    
/****** Mobile image swap ******/
    
  .img-mobile-hide {
    display: none;
  }
    
  .img-mobile-show {
    display: initial;
  }
    
/**** Misc ******************/
    
  .impact-bar-3 {
    font-size: 145%;
  }
    
  .standout {
    font-size: 100%;
  }
    
  .system-message, .short-content {
    min-height: 0px;
  }
    
  ul.event-list {
    list-style: none;
    text-align: left;
    margin-left: -2em;
  }
    
  .home-services {
    margin-top: .75em;
  }
    
  .home-services h2 {
    text-align: left;
  }
    
  .theme-bar {
    font-size: 1.6em;
  }
    
    .speech-bubble {
        margin-left:1em;
        margin-right: 1em;
    }
}