
/* Fonts
=====================================================================
*/
@charset "UTF-8";
/* Responsive NaturalHeritage theme */
/* Not in use by family's themes, may be used by Ultrawave. */
/*progress tracker */
@import url("http://fonts.googleapis.com/css?family=Raleway|Abel");

@font-face {
  font-family: 'advertaSTD-light';
  src: url("../otf/avertastd-light.otf");
  src: url("../otf/avertastd-lightd41d.otf#iefix");
}

@font-face {
  font-family: 'advertaSTD-bold';
  src: url("../otf/avertastd-bold.otf");
  src: url("../otf/avertastd-boldd41d.otf#iefix");
}

@font-face {
  font-family: 'advertaSTD-regular';
  src: url("../otf/avertastd-regular.otf");
  src: url("../otf/avertastd-regulard41d.otf#iefix");
}

@font-face {
  font-family: 'advertaSTD-semibold';
  src: url("../otf/avertastd-semibold.otf");
  src: url("../otf/avertastd-semiboldd41d.otf#iefix");
}



/* global css
=====================================================================
*/
p {
  font-family: 'advertaSTD-regular';
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -.43px;
  line-height: 1.6;
}

a, .Link {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'advertaSTD-regular', sans-serif;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin: 1em 0 .5em;
}

h1:after {
  border-bottom: none !important;
}

li {
  font-family: 'advertaSTD-light', sans-serif;
}

ul.arrow li {
  list-style: none outside none;
  position: relative;
}

.list-angle-double {
  padding-left: 10px;
}

.list-angle-double li:before {
  top: 4px !important;
}

.list-angle-double li:before {
  content: "\f101";
  font-family: FontAwesome;
}

h4.title-line {
  color: #676e89;
  font-size: 2.5rem;
  overflow: hidden;
}

h3.title-line {
  color: #676e89;
  font-size: 3rem;
  overflow: hidden;
}

h4.title-line:after,
h3.title-line:after {
  border-top: 1px solid #e4e4e4;
  content: "";
  display: inline-block;
  left: 2%;
  margin: 0 -200% 0 0;
  position: relative;
  vertical-align: middle;
  width: 90%;
}

.subheader {
  color: #676e89;
  font-family: 'advertaSTD-regular', sans-serif !important;
  line-height: 1.1!important;
  margin-top: .875rem;
  margin-bottom: .875rem;
  font-size: 150%;
  color: #676e89;
}

.list-angle li, 
.list-angle-double li, 
.list-plus li {
  font-size: 1rem;
  line-height: 1.3rem;
  list-style: none;
}

.list-angle li, 
.list-angle-double li, 
.list-plus li {
  font-size: .95em;
  line-height: 18px;
  margin-bottom: 1em;
  padding: 0 0 0 20px;
  position: relative;
}

.list-angle li:before, 
.list-angle-double li:before, 
.list-plus li:before {
  line-height: 1.6;
}

.list-angle li:before, 
.list-angle-double li:before, 
.list-plus li:before {
  display: inline-block;
  height: 12px;
  left: 0;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}

.list-angle li:before {
  content: "\f105";
  font-family: FontAwesome;
}

.expand {
  width: 100%;
}

.button,
.TextButton {
  line-height: normal!important;
  font-size: 1.5rem!important;
  font-weight: 400!important;
  padding: 10px 10px;
  color: #fff!important;
  border-radius: 40px;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: 'advertaSTD-regular', sans-serif;
  position: relative;
  text-align: center;
  display: inline-block;
  background-color: #ff3463;
  transition: all 0.2s ease-in-out !important;
  transform: scale(0.94);
  border: none;
  font-weight: 400!important;
  letter-spacing: 1px;
  min-width: 150px;
  text-transform: capitalize !important;
}

.button:hover {
  transform: scale(1);
}

.button.dark {
  background-color: #3239cb;
}

.rmLink.rmRootLink.rmSelected {
  border-top: none !important;
  border-bottom: solid 3px #FF3463 !important;
}

.site-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #3239cb;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -55px;
  padding: 50px 25rem 100px;
  margin-bottom: -20px;
  position: relative;
}

.test-class {
  color: red;
}

.site-hero.about {
  margin-top: -78px;
}

.site-hero p,
.why-join-home .site-hero p {
  text-align: center !important;
}

.site-hero .iMIS-WebPart  {
  width: 66%;
}

.site-hero:after {
  content: '';
  bottom: -30px;
  height: 80px;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 80px 0 0;
  box-shadow: 3px -8px 7px -5px rgb(94 97 125 / 21%);
}

@media (max-width: 1024px) {
  .site-hero {
    padding: 0px 2rem 60px;
  }

  .site-hero:after {
    bottom: -10px;
  }
}

@media (max-width: 767px) {
  .site-hero {
    display: none;
  }
}

.site-hero h1 {
  color: #fff !important;
  text-align: center;
}

@media (max-width: 767px) {
  .header-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px !important;
  }

  /*.eo-auxiliary-menu a {
    display: none !important;
  }*/

  .UtilityAuthentication {
    display: none !important;
  }

  .navbar-header,
  .navbar-header > div {
     width: 100% !important; 
  }

  .header-container .UtilityNavigation.nav-auxiliary {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #3239cb;
  }
}

ul.arrow li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  height: 12px;
  left: -21px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 12px;
  color: #ff3463;
}

.ms-rtestate-field table, 
.ms-rtestate-write table {
  border-collapse: collapse;
}

table tr.even, table tr.alt, 
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

.ms-rteTable-default, 
.ms-rteTable-default>tbody>tr>td, 
.ms-rteTable-default>tbody>tr>th, 
td.ms-rteTable-default, 
th.ms-rteTable-default, 
.ms-rtetablecells {
  border: 1px solid #c6c6c6;
}

.ms-rteTable-default>tbody>tr>td, 
.ms-rteTable-default>tbody>tr>th, 
.ms-rteTable-0>tbody>tr>td, 
.ms-rteTable-0>tbody>tr>th, 
.ms-rteTable-1>tbody>tr>td, 
.ms-rteTable-1>tbody>tr>th, 
.ms-rteTable-2>tbody>tr>td, 
.ms-rteTable-2>tbody>tr>th, 
.ms-rteTable-3>tbody>tr>td, 
.ms-rteTable-3>tbody>tr>th, 
.ms-rteTable-4>tbody>tr>td, 
.ms-rteTable-4>tbody>tr>th, 
.ms-rteTable-5>tbody>tr>td, 
.ms-rteTable-5>tbody>tr>th, 
.ms-rteTable-6>tbody>tr>td, 
.ms-rteTable-6>tbody>tr>th, 
.ms-rteTable-7>tbody>tr>td, 
.ms-rteTable-7>tbody>tr>th, 
.ms-rteTable-8>tbody>tr>td, 
.ms-rteTable-8>tbody>tr>th, 
.ms-rteTable-9>tbody>tr>td, 
.ms-rteTable-9>tbody>tr>th, 
.ms-rteTable-10>tbody>tr>td, 
.ms-rteTable-10>tbody>tr>th {
  vertical-align: top;
  padding: 7px 5px 6px;
}

.UtilityNavigation {
  position: relative;
}

.UtilityNavigation .UtilitySearch {
  position: absolute;
  bottom: -13px;
  right: 113px;
}

.UtilityNavigation .UtilitySTEToggle {
  position: absolute;
  bottom: 0;
  left: -15px;
}

.text-center div.call-quote {
  position: relative;
  padding: 0;
  border-radius: 5px;
  margin: 0;
  min-height: 50px;
  /* float: right; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer-line {
  width: 100vw;
  margin-left: calc(-50vw + 48.9%);
}

@media (max-width: 767px) {
  #footer-line {
    width: 100%;
    margin-left: 0px;
  }
}

.hero-banner.with-image {
  background-image: url(../jpg/hero-home-banner.jpg) !important;
}

/* menu styles
=====================================================================
*/
.menu-button span {
  font-weight: 400 !important;
}

.RadMenu_NaturalHeritageSites .rmSlide .rsmLink {
  font-family: 'advertaSTD-regular', sans-serif;
}

.menu-button span:hover {
  background-color: #fea5bd;
}

@media (max-width: 767px) {
  .primary-navigation-area {
    padding: 20px;
  }

  .menu-button {
    margin-top: 20px;
  }
}

.secondary-nav .nav-bar {
  padding-left: 0px !important;
}

.secondary-nav {
  margin-top: 45px !important;
  margin-right: 19px;
  text-align: right;
  /*margin-bottom: -140px;*/
  min-width: 280px;
  margin-left: -75px;
}

.secondary-nav h4 {
  color: #3239cb !important;
  margin: 20px -100px 20px 10px;
  padding: 0;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  font-family: 'advertaSTD-bold', sans-serif;
}

.secondary-nav .nav-bar li a {
  color: #0c0c31 !important;
}


/* Home page
=====================================================================
*/

.Wrapper-HomePage #ft {
  margin-top: 0px;
}

.Wrapper-HomePage #hd {
  border: none !important;
  margin-bottom: -25px !important;
}

.Wrapper-HomePage .subscribe {
  z-index: 1;
  position: relative;
  margin-top: -80px;
}

.Wrapper-HomePage .story {
  padding-bottom: 15rem;
}

.member-dropdown-content a img {
  border-radius: 50%;
  display: block;
  height: 80px !important;
  margin: 0 auto;
  object-fit: contain !important;
  border: 2px solid #a0a7d5;
  width: 80px !important;
  background: #0c0c31 !important;
}


/* our history
=====================================================================
*/

.ContentItemContainer h2 {
  margin-top: 40px;
}

.beginnings:after {
    border-top: 1px solid #e4e4e4;
    content: "";
    display: inline-block;
    left: 2%;
    margin: 0 -200% 0 0;
    position: relative;
    vertical-align: middle;
    width: 60%;
}

@media (max-width: 600px) {
  .beginnings:after{
    width: 35%;
  }
}

.our-history ul li {
	color: #3239cb;
	position: relative;
	list-style: none;
	margin-bottom: 1em;
	font-size: 16px;
	font-family: 'advertaSTD-regular', sans-serif !important;
}

.our-history ul li:before {
	content: "\f101";
  font-family: FontAwesome;
	margin-top: 7px;
  color: #ff3463;
  line-height: 1.6;
  display: inline-block;
  height: 12px;
  left: -22px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}

/* board
=====================================================================
*/

.board .secondary-nav {
  margin-bottom: -140px;
}

.board .ContentItemContainer p img {
	max-width: 90%;
}

.board .ContentItemContainer h4 {
	color: #222;
	font-size: 150%;
	margin-bottom: 1em;
}

.board .subheader {
    color: #676e89;
    font-family: 'advertaSTD-regular', sans-serif !important;
    line-height: 1.1!important;
    margin-top: .875rem;
    margin-bottom: .875rem;
    font-size: 150%;
}

/* eo impact
=====================================================================
*/

.backer {
  border-radius: 5px;
  border: solid 1px #c7c7c7;
  margin-bottom: 25px;
}

.backer:first-child {
  margin-top: 40px;
}

.backer .card-topper {
  padding: 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.backer .card-topper h3 {
  color: #ffffff;
  text-transform: uppercase;
}

.backer .card-topper p {
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: 10px;
}

.backer span.spacer-25 {
  display: block;
  height: 25px;
  width: 100%;
}

.backer .card {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ffffff;
}

.backer .card .content {
  padding: 15px;
}

.backer .card .content h3 {
  font-size: 1.5rem;
}

.card-topper.un-color-01 {
  background-color: #e5243b;
}
.card-topper.un-color-02 {
  background-color: #dda63a;
}
.card-topper.un-color-03 {
  background-color: #4ea14c;
}
.card-topper.un-color-04 {
  background-color: #c62335;
}
.card-topper.un-color-05 {
  background-color: #ed4238;
}
.card-topper.un-color-06 {
  background-color: #2fbfe5;
}
.card-topper.un-color-07 {
  background-color: #fac333;
}
.card-topper.un-color-08 {
  background-color: #a22046;
}
.card-topper.un-color-09 {
  background-color: #f06a3a;
}
.card-topper.un-color-10 {
  background-color: #dd1f69;
}
.card-topper.un-color-11 {
  background-color: #f89b3a;
}
.card-topper.un-color-12 {
  background-color: #bf8d38;
}
.card-topper.un-color-13 {
  background-color: #417e48;
}
.card-topper.un-color-14 {
  background-color: #2698d2;
}
.card-topper.un-color-15 {
  background-color: #5eb74f;
}
.card-topper.un-color-16 {
  background-color: #186c9d;
}
.card-topper.un-color-17 {
  background-color: #15496c;
}

.eo-impact .impact-panel {
  margin-top: 0px;
  border-radius: 5px;
  background-color: #f2f9fe;
  border: 1px solid #d1ecff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.eo-impact .impact-panel h5 {
  text-align: center;
  text-transform: uppercase;
  color: #676e89;
  font-size: 150%;
  margin-top: 0;
}

.eo-impact .impact-panel p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #676e89;
}

.eo-impact .impact-panel img {
  margin-bottom: 20px;
}

/* why-join-home
=====================================================================
*/

.why-join-home .secondary-nav {
  width: 92% !important;
  margin-top: -25px !important;
  margin-right: 10px !important;
}

.why-join .WTZone div .row {
  display: flex;
}

.why-join .TextButton.FullWidth {
  background-color: #3239cb !important;
  padding: 5px 10px !important;
}

.why-join .WTZone div .row h2 span {
  color: #676e89;
}

.why-join-home .subheader {
  color: #676e89;
  font-family: 'advertaSTD-regular', sans-serif !important;
  line-height: 1.1!important;
  margin-top: .875rem;
  margin-bottom: .875rem;
  font-size: 150%;
}

.why-join-home p {
  text-align: left !important;
}

/* eo footer
=====================================================================
*/
.global-events h5 {
  font-weight: 300;
  letter-spacing: -.62px;
  color: #0c0c31;
  font-size: 24px;
}

.global-events .blue-txt {
  color: #3239CB;
}

.global-events ul {
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.global-events ul li {
  list-style: none;
}

.global-events .iMIS-WebPart > .ContentItemContainer {
  margin-bottom: 3em;
}

.global-events ul.nav-bar,
.university ul.nav-bar,
.exploration ul.nav-bar {
  text-align: right;
}

.global-events ul.nav-bar:after,
.university ul.nav-bar:after,
.exploration ul.nav-bar:after {
  right: -10px !important;
}




/* eo footer
=====================================================================
*/

#ft {
  margin-top: 60px;
  display: block;
}

/* eo progfile
=====================================================================
*/

.RadTabStrip_MetroTouch.RadTabStrip {
  background-color: #efefef;
}

html .RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected {
  background-color: white !important;
  color: #333 !important;
  border-left: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 0;
}

html .RadTabStrip_MetroTouch.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
  border-color: #e7e7e7;
}

.RadTabStrip_MetroTouch .rtsLink {
  border-width: 1px !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
  background-color: #efefef !important;
}

.RadTabStrip_MetroTouch.RadTabStripTop {
  padding: 0px !important;
}

.RadTabStrip .rtsLevel1 .rtsTxt  {
  display: block;
  color: #222222;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-left: 2rem;
  font-size: 1.75rem;
  text-transform: capitalize;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsLink:hover {
  color: #000;
  background-color: #e1e1e1 !important;
}

a.rtsLink:hover {
    text-decoration: none !important;
}

.rtsLevel.rtsLevel1 {
  background-color: white;
  border-bottom: 1px solid #e7e7e7 !important;
}


/* eo privacy polocy
=====================================================================
*/

.privacy-policy .WebPartZone {
  width: 95%;
}

.privacy-policy .ContentItemContainer h1 {
  text-transform: uppercase !important;
  font-size: 32px !important;
}

.privacy-policy .list-angle-double li {
  list-style: none !important;
  position: relative;
  font-family: 'advertaSTD-light', sans-serif;
  padding-right: 20px;
}
.privacy-policy .list-angle-double li:before {
  line-height: 1.6;
  display: inline-block;
  height: 12px;
  left: -20px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 12px;
  content: "\f101";
  font-family: FontAwesome;
  font-size: 10px;
}

.privacy-policy .eo-table tr td p {
  padding-left: 20px;
  padding-right: 20px;
}

/* eo privacy notice
=====================================================================
*/
.privacy-notice-panel {
  background: none repeat scroll 0 0 hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  width: 80%;
  margin: 0 auto;
}

.privacy-notice-panel h1.heading {
  font-style: normal;
  letter-spacing: -1.33px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: .625rem;
}

.privacy-notice-panel h1.heading:after {
  border-bottom: none !important;
}

/* eo membership apply page
=====================================================================
*/
.add-2nd-nav h1 {
  margin-bottom: 0px !important;
}

.apply-membership .apply-buttons .row {
  display: flex;
  align-items: baseline;
}

.apply-membership .apply-member__content ul {
  margin-left: 1.1rem;
  padding-left: 0px;
}

.apply-membership .apply-member__content ul li {
  list-style: decimal;
  color: #ff3463;
  font-weight: 700;
  margin: 0 0 0 20px;
}

.apply-membership .apply-member__content ul li p {
  margin: 0;
  color: #222;
  font-weight: 400;
}

.apply-membership .apply-member__content ul li p strong {
  font-family: 'advertaSTD-semibold', sans-serif;
}

/* eo news room
=====================================================================
*/
.news-room .BlockTLItem h4 a {
  text-decoration: none;
}

/* eo news room
=====================================================================
*/
.board-meetings .ContentItemContainer a {
  text-decoration: none;
}

.board-meetings .ContentItemContainer .TextButton {
  width: 100%;
  font-size: 1.5rem !important;
}

/* our history
=====================================================================
*/
.my-eo-groups .col-primary .WTZone .row {
  margin-bottom: 40px;
}

.my-eo-groups .ContentItemContainer h2 {
  margin-top: 0px;
}

/* our history
=====================================================================
*/
.member-directory .directory-details {
  width: 260px !important;
}

.member-directory .directory-wrapper .rgRow,
.member-directory .directory-wrapper .rgAltRow {
  max-width: 550px;
  border: 1px solid #e6e6e6;
  box-shadow: none !important;
}

.member-directory .directory-wrapper .panel.FilterPanel {
  border: 1px solid #e6e6e6 !important;
  box-shadow: none !important;
}

.member-directory .container {
  max-width: 1185px !important;
}

.member-directory 
.RadTabStrip.RadTabStrip_MetroTouch.RadTabStripTop_MetroTouch.RadTabStripTop.RadTabStripTop_MetroTouch_Baseline 
.rtsLevel.rtsLevel1 {
  padding-bottom: 15px;
}

.member-directory 
.RadTabStrip.RadTabStrip_MetroTouch.RadTabStripTop_MetroTouch.RadTabStripTop.RadTabStripTop_MetroTouch_Baseline 
.rtsLevel.rtsLevel1 .rtsUL {
  border-radius: 35px;
}

.member-directory 
.RadTabStrip.RadTabStrip_MetroTouch.RadTabStripTop_MetroTouch.RadTabStripTop.RadTabStripTop_MetroTouch_Baseline 
.rtsSelected {
  background-color: #3239cb !important;
}

.member-directory 
.RadTabStrip.RadTabStrip_MetroTouch.RadTabStripTop_MetroTouch.RadTabStripTop.RadTabStripTop_MetroTouch_Baseline 
.rtsSelected .rtsTxt {
  color: #fff;
}


/* chapter officer resource
=====================================================================
*/
.chapter-officer-resources h1 {
  font-size: 42px;
  display: block;
}

.chapter-officer-resources .chapter-officers-panel .panel {
  background: none repeat scroll 0 0 hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

.chapter-officer-resources .chapter-officers-panel .panel p {
  color: #676e89;
}

.chapter-officer-resources .chapter-officers-panel .panel span {
  margin-bottom: 10px !important;
}

.chapter-officer-resources .chapter-officers-panel .panel .blue.peel {
  background-color: #3239cb;
  color: #fff;
}

.chapter-officer-resources .chapter-officers-panel .panel .ribbon.peel {
  border-color: rgba(0,0,0,.15);
  border-radius: 0 .2857rem .2857rem 0;
  left: calc(-1rem - 1.5em);
  margin: 0;
  padding-left: calc(1rem + 1.2em);
  position: relative;
}

.chapter-officer-resources .chapter-officers-panel .panel .peel {
  background-color: #e8e8e8;
  background-image: none;
  border-radius: .2857rem;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: .6em .8em;
  text-transform: none;
  transition: background .2s ease 0s;
  vertical-align: baseline;
}

.chapter-officer-resources .chapter-officers-panel .panel .blue.ribbon.peel::after {
    border-right-color: #3239cb;
}

.chapter-officer-resources .chapter-officers-panel .panel .ribbon.peel::after {
  background-color: transparent!important;
  border-bottom: 1.2em solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  border-style: solid;
  border-top: 0 solid transparent;
  border-width: 0 1.2em 1.2em 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.chapter-officer-resources .chapter-officers-panel .panel .list-angle-double li {
  list-style: none;
  position: relative;
}

.chapter-officer-resources .chapter-officers-panel .panel .list-angle-double.orange li:before {
  margin-top: -4px;
  color: #ff3463;
}

.chapter-officer-resources .chapter-officers-panel .panel .list-angle-double li:before {
  display: inline-block;
  height: 12px;
  left: -20px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 11px;
  width: 12px;
}

.chapter-officer-resources .chapter-officers-panel .panel .list-angle-double li:before {
    content: "\f101";
    font-family: FontAwesome;
}

.chapter-officer-resources p img {
  max-width: 150px;
  height: auto !important;
}

.chapter-officer-resources .card-wrapper {
    margin-bottom: 60px;
    border: 1px solid #eeeeee;
    min-height: 460px;
    padding: 20px 0px;
    border-radius: 10px;
}

/* peak programs
=====================================================================
*/

.peak-program .orange.peel {
  background-color: #ff3463 !important;
  border-color: rgb(208 40 79);
}



.peak-program .orange.ribbon.peel::after,
.orange.ribbon.peel::after {
  background-color: #fff !important;
  border-right-color: rgb(175 17 53 / 78%) !important;
}

.peak-program .eo-panel {
  margin-left: 60px !important;
}


/* eo about
=====================================================================
*/

.eo-cards {
  margin-bottom: 40px;
}

/* eo executive education
=====================================================================
*/

.executive-education .up.subheader {
    text-transform: uppercase;
}

.executive-education .subheader {
  color: #676e89;
  font-family: 'advertaSTD-regular', sans-serif;
  line-height: 1.1!important;
  margin-top: .875rem;
  margin-bottom: .875rem;
  font-size: 128%;
}

.executive-education p {
  margin: 0 0 10px;
  line-height: 1.6;
}

.executive-education ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 10px;
  margin-top: 20px;
}

.executive-education .list-angle-double {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 10px;
}

.executive-education .list-angle-double li {
  font-size: 1.5rem;
  line-height: 1.3rem;
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0 20px;
  font-family: 'advertaSTD-regular';
}

.executive-education .list-angle-double.orange li:before {
  margin-top: 2px;
  color: #ff3463;
}

.executive-education .list-angle-double li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  height: 12px;
  left: 0;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}

.executive-education a.orange {
  color: #1c1440 !important;
}

.executive-education .ContentItemContainer h1 {
  color: #0c0c31 !important;
  font-style: normal;
  letter-spacing: -1.33px;
  font-weight: 300;
}

.executive-education div.call-quote {
  position: relative;
  padding: 0;
  border-radius: 5px;
  margin: 10rem 0px 0px;
  min-height: 50px;
}

.executive-education .call-quote div.quote-call {
  background: none repeat scroll 0 0 #f2f2f2;
  position: relative;
  color: #363636;
  padding: 15px;
  border-radius: 5px;
  margin: 25px;
  min-height: 50px;
  border: none;
}

.executive-education .call-quote .panel {
  background: none repeat scroll 0 0 hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

.executive-education .quote-call.bottom-left::before {
  border-top: 50px solid #f2f2f2;
  bottom: -77px;
  left: 7px;
}

.executive-education .quote-call::before {
  content: "";
  width: 0;
  height: 0;
  border: 2.8rem solid transparent;
  position: absolute;
}

.executive-education div.quote-call {
  height: auto;
  width: 360px;
  float: left;
}

.executive-education div.call-quote h5 {
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 300;
  letter-spacing: -.62px;
  color: #0c0c31;
  font-size: 24px;
}

.executive-education div.call-quote h6 {
  margin-left: 25px;
  margin-top: 0;
}

.executive-education div.call-quote .fa {
  color: #dbdbdb;
  font-size: 1.625rem;
}

/* eo governance
=====================================================================
*/

.governance .governance-panel .panel {
  background: none repeat scroll 0 0 hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

.governance p a,
.governance .link-item a {
  color: #0c0c31;
}

/* eo forum retreat facilitatiors
=====================================================================
*/

.forum-retreat-facilitators h4 {
  font-size: 148%;
}

.forum-retreat-facilitators .list-angle-double li {
  position: relative;
  list-style: none;
  margin-bottom: .8em;
}

.forum-retreat-facilitators .list-angle-double li:before {
  display: inline-block;
  height: 12px;
  left: 0px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 12px;
  color: #ff3463;
}

.forum-retreat-facilitators .list-angle-double li:before {
  content: "\f101";
  font-family: FontAwesome;
}

/* eo forum moderator resources
=====================================================================
*/

.moderator-resources ul.arrow li {
  list-style: none outside none;
  position: relative;
}

.moderator-resources ul.arrow li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  height: 12px;
  left: -21px;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 12px;
  color: #ff3463;
}



/* partnerships page
=====================================================================
*/

.partnerships .subheader {
  color: #676e89;
  font-family: 'advertaSTD-regular', sans-serif;
  line-height: 1.1!important;
  margin-top: 1.3em;
  margin-bottom: 1em;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 150%;
}

.partnerships .title-line:after {
  border-top: 1px solid #e4e4e4;
  content: "";
  display: inline-block;
  left: 2%;
  margin: 0 -200% 0 0;
  position: relative;
  vertical-align: middle;
  width: 200%;
}

.partnerships p strong {
  font-family: 'advertaSTD-bold', sans-serif;
}

/* university page
=====================================================================
*/

.university .quote-events {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

/* exploration page
=====================================================================
*/

.exploration .content-blocks {
  margin-bottom: 40px;
}

.exploration .exploration-content-block h2 {
  margin-top: 0px;
}

/* forum page
=====================================================================
*/
.why-forum .subheader {
  text-transform: uppercase;
}

/* EO Accelerator Leadership
=====================================================================
*/
.accelerator-leadership .EO-leader-content {
  display: flex;
  justify-content: space-between;
}

/* Participant Testimonials
=====================================================================
*/

.participant-testimonials .ms-rtestate-field h5 {
  font-size: 24px !important;
  font-weight: normal !important;
  color: #0c0c31 !important;

}

/* graduate spotlight
=====================================================================
*/
.graduate-spotlight h4 strong {
  color: #676e89;
  font-size: 28px !important;
}

.graduate-spotlight p {
  margin: 20px 0px 30px;
}

.graduate-spotlight p strong {
  font-family: 'advertaSTD-bold', sans-serif !important;
}

/* accelerator faq
=====================================================================
*/
.accelerator-faq h4 {
  color: #676e89;
  font-size: 28px !important;
}

.accelerator-faq h6 {
  letter-spacing: 1px;
  color: #5e617d;
  font-weight: 400;
  font-size: 16px !important;
}

.accelerator-faq p {
  margin-bottom: 2em;
}

/* archived financial documents
=====================================================================
*/
.archived-financial-documents .iMIS-WebPart h3 {
  font-size: 36px !important;
}

.archived-financial-documents .iMIS-WebPart h5 {
  font-size: 24px !important;
  color: #0c0c31 !important;
}

/* meeting  resources
=====================================================================
*/
.meeting-resources ul.arrow{
  width: 100% !important;
}

.meeting-resources ul.arrow li {
  list-style: none outside none;
  position: relative;
}

.meeting-resources ul.arrow li:before {
  background: url(../jpg/bullet-arrow.jpg) no-repeat left center;
  content: "";
  display: block;
  height: 10px;
  left: -20px;
  position: absolute;
  top: 8px;
  width: 10px;
}

.meeting-resources ul.arrow li a.orange {
  color: #1c1440 !important;
  font-size: 18px !important;
}

/* training resources
=====================================================================
*/

.training-resources ul.arrow li {
  position: relative;
  list-style: none outside none;
  margin-bottom: 10px;
}

.training-resources a.orange {
  color: #1c1440 !important;
}

/* mentorship
=====================================================================
*/
.mentorship .WebPartZone {
  width: 85% !important;
}

.mentorship .mentorship-panel {
  background: none repeat scroll 0 0 hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

.mentorship .blue.peel {
  background-color: #3239cb;
  color: #fff;
  padding: 10px;
}

.mentorship .ribbon.peel {
  border-color: rgba(0,0,0,.15);
  border-radius: 0 .2857rem .2857rem 0;
  left: calc(-1rem - 1.5em);
  margin: 0;
  padding-left: calc(1rem + 1.2em);
  position: relative;
}

.mentorship .blue.ribbon.peel::after {
  border-right-color: #3239cb;
}

.mentorship .ribbon.peel::after {
  background-color: transparent!important;
  border-bottom: 1.2em solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  border-style: solid;
  border-top: 0 solid transparent;
  border-width: 0 1.2em 1.2em 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.mentorship .list-angle li, 
.mentorship .list-angle-double li, 
.mentorship .list-plus li {
  font-size: 1rem;
  line-height: 1.3rem;
}

.mentorship .list-angle li, 
.mentorship .list-angle-double li, 
.mentorship .list-plus li {
  font-size: .95em;
  line-height: 14px;
  margin-bottom: 1em;
  padding: 0 0 0 20px;
  position: relative;
}

.mentorship .list-angle.grey li:before, 
.mentorship .list-angle-double.grey li:before, 
.mentorship .list-plus.grey li:before {
  color: #aaa;
}

.mentorship .list-angle li:before, 
.mentorship .list-angle-double li:before, 
.mentorship .list-plus li:before {
  display: inline-block;
  height: 12px;
  left: 0;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}

.mentorship .list-angle li:before {
  content: "\f105";
  font-family: FontAwesome;
}

.mentorship .list-angle li a {
  color: blue;
}

/* mmarketing intro
=====================================================================
*/

.marketing h1 {
  display: block;
  font-size: 51px; 
}

.marketing h3 {
  font-size: 36px;
}

.marketing-intro .comm-pannel .panel.clean,
.marketing .comm-pannel .panel.clean {
  background: transparent none repeat scroll 0 0;
}

.marketing-intro .comm-pannel .panel,
.marketing .comm-pannel .panel {
  background: none repeat scroll 0 0 hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
}

.marketing-intro .comm-pannel .panel.clean h6,
.marketing .comm-pannel .panel.clean h6 {
  font-size: 16px;
  color: #fff;
}

.marketing .comm-pannel .panel .panel>:last-child {
  margin-bottom: 0;
}

.marketing .comm-pannel .orange {
  color: #3239cb;
}

.marketing .comm-pannel .list-angle-double.orange li:before {
  margin-top: 4px;
  color: #ff3463;
}

.marketing .comm-pannel .list-angle-double li:before {
  display: inline-block;
  height: 12px;
  left: 0;
  line-height: 12px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 12px;
}

.marketing .comm-pannel .list-angle-double li:before {
  content: "\f101";
  font-family: FontAwesome;
}

.marketing .comm-pannel .blue.peel {
  background-color: #3239cb !important;
  color: #fff;
  font-size: 16px;
}

.marketing-intro .comm-pannel .ribbon.peel,
.marketing .comm-pannel .ribbon.peel {
  border-color: rgba(0,0,0,.15);
  border-radius: 0 .2857rem .2857rem 0;
  left: calc(-1rem - 1.5em);
  margin: 0;
  padding-left: calc(1rem + 1.2em);
  position: relative;
}

.marketing-intro .comm-pannel .peel,
.marketing .comm-pannel .peel {
  background-color: #c50084 !important;
  background-image: none;
  border-radius: .2857rem;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  padding: .6em .8em;
  text-transform: none;
  transition: background .2s ease 0s;
  vertical-align: baseline;
}

.marketing-intro .comm-pannel .ribbon.peel::after,
.marketing .comm-pannel .ribbon.peel::after {
  background-color: transparent!important;
  border-bottom: 1.2em solid transparent;
  border-left: 0 solid transparent;
  border-right-color: inherit;
  border-style: solid;
  border-top: 0 solid transparent;
  border-width: 0 1.2em 1.2em 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}

.marketing-intro .officer_guide_nav ul li,
.marketing .officer_guide_nav ul li {
  list-style: none;
}

.marketing .ContentItemContainer p,
.marketing .ContentItemContainer h2 {
  text-align: left !important;
}

.marketing .title-line-double {
  color: rgb(119, 119, 119);
}

.marketing .title-line-double {
  line-height: 1.1;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.marketing .title-line-double:after {
  border-bottom: 1px solid #e4e4e4;
  height: 5px;
  border-top: 1px solid #e4e4e4;
  content: "";
  display: inline-block;
  left: 2%;
  margin: 0 -200% 0 0;
  position: relative;
  vertical-align: middle;
  width: 200%;
}

.marketing .list-angle li:before {
  top: 4px !important;
}

.marketing strong, b {
    font-family: 'advertaSTD-bold', sans-serif !important;
    font-weight: 500;
}

/* forum workshops
=====================================================================
*/
.forum-workshops h5 {
  font-weight: 300;
  letter-spacing: -.62px;
  color: #0c0c31;
  font-size: 24px;
}

/* Code of conduct 
========================================================================
*/

.code-of-conduct-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.code-of-conduct-card {
  margin-bottom: 20px;
}

/* Bridge chapter resources
========================================================================
*/

.regional-chapter-resources h1 {
  display: block;
}

.regional-chapter-resources .eo-red {
  color: #ff2a74;
}

.regional-chapter-resources .section-content-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.regional-chapter-resources .section-content-wrapper .section-content-left {
  width: 50%;
  margin-right: 60px;
}

.regional-chapter-resources .section-content-wrapper .section-content-left img {
 margin-bottom: 20px;
}

.regional-chapter-resources .section-content-wrapper .section-content-right {
  width: 50%;
  margin-left: 60px;
}

.regional-chapter-resources .section-content-wrapper .section-content-right .panel {
  background: #5E617D;
  border-color: hsl(0, 0%, 85%);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  margin-top: 1.25rem;
  color: #fff;
}

.regional-chapter-resources .section-content-wrapper .section-content-right .panel h3 {
  color: #F3836F;
}







