/*******************
**
**	GLOBAL
**
*******************/

body {
  background-color: #333333;
  color: #333333;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

span.nobr {
  white-space: nowrap;
}

a.blue-link {
  color: #2199e8 !important;
  font-family: 'Merriweather' !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.additional-docs a::before {
  content: "» ";
}

.additional-docs li, .additional-docs h3 {
  text-align: left;
}

.additional-docs li {
  list-style-type: none;
  margin-bottom: 8px;
}

.additional-docs a {
  background: rgba( 0, 0, 0, 0 ) url("img/icon_grey_xls.png") no-repeat scroll 0 0;
  -moz-box-orient: vertical;
  display: inline-block;
  margin-bottom: 3px;
  padding-left: 32px;
  vertical-align: middle;
  background-size: contain !important;
}

.green-text {
  color: #7ab800;
}

.blue-text {
  color: rgb( 0, 100, 169 );
}

.purple-text {
  color: rgb( 99, 51, 147 );
}

.orange-text {
  color: rgb( 245, 130, 32 );
}

.red-text {
  color: rgb( 237, 28, 44 );
}

.kellygreen-text {
  color: rgb( 64, 174, 73 );
}

.black-text {
  color: rgb( 62, 58, 53 );
}

.gold-text {
  color: rgb( 253, 181, 37 );
}

.cranberry-text {
  color: rgb( 140, 29, 64 );
}

.tan-text {
  color: rgb( 164, 141, 49 );
}

/* BUTTON EFFECTS */

a.green-button, a.dark-grey-button {
  color: #fff;
  text-decoration: none;
}

/* Underline From Center */
.hvr-underline-from-center,
.green-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before,
.green-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #e3f0f3;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before,
.green-button:hover:before, .green-button:focus:before, .green-button:active:before {
  left: 0;
  right: 0;
}


/* ALIGNMENT */
.alignleft {
  display: inline;
  float: left;
  margin: 0px 15px 15px 0px;
}
.alignright {
  display: inline;
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* PLACEHOLDERS */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 1;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  opacity: 1;
}

/* GRADIENT BORDER */

.border-gradient {
  padding: 15px;
  display: block;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ad5da+0,64cc99+41,7ab800+100 */
  background: #5ad5da; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #5ad5da 0%, #64cc99 41%, #7ab800 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #5ad5da 0%,#64cc99 41%,#7ab800 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #5ad5da 0%,#64cc99 41%,#7ab800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad5da', endColorstr='#7ab800',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.border-gradient:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ab800+1,64cc99+53,5ad5da+100 */
  background: #7ab800; /* Old browsers */
  background: -moz-linear-gradient(left,  #7ab800 1%, #64cc99 53%, #5ad5da 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7ab800 1%,#64cc99 53%,#5ad5da 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7ab800 1%,#64cc99 53%,#5ad5da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab800', endColorstr='#5ad5da',GradientType=1 ); /* IE6-9 */
}

/* ORDER LIST CHECK BOX */

ul.green-check {
  list-style-image: url('img/icon_green_check.png');
}

ul.green-check li {
  margin-bottom: 15px;
}

/* ADDITIONAL RESOURCES */

.resource-text-group {
  min-height: 119px;
}

ul.additional {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}

ul.additional li {
  margin-bottom: 5px;
}

ul.additional li a[href$=".pdf"],
ul.additional li a[href$=".doc"],
ul.additional li a[href$=".docx"],
ul.additional li a[href$=".xls"],
ul.additional li a[href$=".xlsx"],
ul.additional li a[href$=".xlsx"],
ul.additional li a[href$=".ppt"],
ul.additional li a[href$=".pptx"] {
  -moz-box-orient: vertical;
  display: inline-block;
  margin-bottom: 3px;
  padding-left: 32px;
  vertical-align: middle;
  background-size: contain!important;
}

ul.additional li a[href$=".doc"],
ul.additional li a[href$=".docx"] {
  background: rgba(0, 0, 0, 0) url("img/icon_grey_doc.png") no-repeat scroll 0 0;
}

ul.additional li a[href$=".pdf"] {
  background: rgba(0, 0, 0, 0) url("img/icon_grey_pdf.png") no-repeat scroll 0 0;
}

ul.additional li a[href$=".xls"],
ul.additional li a[href$=".xlsx"],
ul.additional li a[href$=".xlsx"] {
  background: rgba(0, 0, 0, 0) url("img/icon_grey_xls.png") no-repeat scroll 0 0;
}

ul.additional li a[href$=".ppt"],
ul.additional li a[href$=".pptx"] {
  background: rgba(0, 0, 0, 0) url("img/icon_grey_ppt.png") no-repeat scroll 0 0;
}

/* SIGNUP FORM */

#signupform {
  padding: 75px 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b3b5+0,00b58c+100 */
  background: #00b3b5; /* Old browsers */
  background: -moz-linear-gradient(left,  #00b3b5 0%, #00b58c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #00b3b5 0%,#00b58c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #00b3b5 0%,#00b58c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b3b5', endColorstr='#00b58c',GradientType=1 ); /* IE6-9 */

}

#signupform h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#signupform .blue-button {
  display: inline-block;
  background: #00d4d9;
  width: auto;
  margin: 20px auto;
  padding: 20px 100px;
}

/* BUTTONS */

.green-button {
  position: relative;
  padding: 9px 15px;
  display: inline-block;
  color: #fff;
  background: #7ab800;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.white-button {
  position: relative;
  float: right;
  padding: 7px 15px;
  margin-right: 10px;
  display: inline-block;
  height: 45px;
  line-height: 14px;
  color: #7ab800;
  background: #fff;
  border: 2px solid #7ab800;
  font: normal 700 13px/14px "brandon-grotesque",sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.white-button:hover {
  color: #7ab800;
}

.member-button {
  padding: 7px 15px;
  border: 2px solid #7ab800;
  box-sizing: border-box;
  height: 45px;
  line-height: 14px;
}

.green-button.full {
  display: block;
  width: 100%;
}

.green-button.big {
  padding: 25px 60px;
  font-size: 18px;
  margin: 50px auto;
}

.green-gradient-button {
  position: relative;
  padding: 15px 30px;
  display: inline-block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ab800+0,6dc457+71 */
  background: #7ab800; /* Old browsers */
  background: -moz-linear-gradient(left,  #7ab800 0%, #6dc457 71%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7ab800 0%,#6dc457 71%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7ab800 0%,#6dc457 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab800', endColorstr='#6dc457',GradientType=1 ); /* IE6-9 */
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  font-size: 26px;
}

.green-gradient-button:hover {
  color: #fff;
}

.green-gradient-button.icon {
  padding-left: 75px;
}

.green-gradient-button.icon i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  left: 30px;
  width: 25px;
  height: 32px;
}

i.letters {
  background: url('img/icon_letters.png') center center no-repeat;
}

.grey-button {
  border:  3px solid #fff;
  background: #f1f6f7;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
}

.dark-grey-button {
  background: #333333;
  padding: 15px 50px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.dark-grey-button:hover,
.green-button:hover {
  color: #fff;
}

/* SOCIAL */

ul.social-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 15px 0 0;
  float: right;
}

ul.social-nav li {
  line-height: 45px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
}

ul.social-nav li a {
  color: #687275;
  font-size: 20px;
  transition: all ease-in-out .3;
}

ul.social-nav li a:hover {
  color: #7ab800;
  transition: all ease-in-out .3;
}

/* CONTENTS */

.two-column {
  margin: 60px 0 !important;
}

.small-centered-box h4.subheader {
  font-size: 23px !important;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px !important;
}

.small-centered-box .green-gradient-button {
  font-weight: 700;
}

#main .subheader-box h2 {
  margin-bottom: 20px;
}

.full-width-box {
  margin-top: 70px;
}

.full-width-box h3 {
  margin-bottom: 15px;
}

.event-video {
  margin-top: 30px;
}

.block-video {
  margin-bottom: 30px;
}

.event-video, .block-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.event-video iframe, .event-video object, .event-video embed, .block-video iframe, .block-video object, .block-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* FORMS */

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
  background: #f1f6f7;
  border: none;
  min-height: 50px;
  color: #333333;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 400;
}
form[action="/about-cacubo/contact-us/#wpcf7-f59-p30-o1"] textarea {
  margin-bottom: 0;
  padding-bottom: 0;
}
form[action="/about-cacubo/contact-us/#wpcf7-f59-p30-o1"] p:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wpcf7 select {
  background-repeat: no-repeat;
  background-position: 96% center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDE4RTI5MDNDQ0U1MTFFNUE4ODlEMDI0NkVCNThGRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDE4RTI5MDRDQ0U1MTFFNUE4ODlEMDI0NkVCNThGRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMThFMjkwMUNDRTUxMUU1QTg4OUQwMjQ2RUI1OEZFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMThFMjkwMkNDRTUxMUU1QTg4OUQwMjQ2RUI1OEZFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmfPSVcAAACZSURBVHjaYswoKr3NwMCgwkAauM0EJC4ykA4ugTQWAfE3EjSB1BaBND4C4g4SNILUPmKCcrqB+D4Rmu5D1TLANP4A4jwiNOZB1cI1gsAWIN6KR9NWqBoGdI0gUAjEP7Fo+gmVY8ClERSn/Vg09kPlcGoEgWZoSMMAiN2CrogJRzyVIPFB7K/oilhwBMRqIN4MNXg1NgUAAQYAU18gTf/eVzEAAAAASUVORK5CYII=);
}


.wpcf7 input[type="submit"] {
  padding: 15px;
  position: relative;
  display: block;
  color: #fff;
  background: #7ab800;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border: none;
  width: 100%;
  margin-top: 12px;
}

/* COPY PADDING */

.copy {
  margin-top: 60px;
}

.copy.no-mar {
  margin-top: 0;
}

#main .copy .subheader {
  font-size: 19px;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 100;
  color: #333333;
  padding-bottom: 20px;
}

.raised {
  position: relative;
  z-index: 1;
}

.row .two-column {
  margin-top: 0;
}

/*******************
**
**	LAYOUT
**
*******************/

/* HEADER */

#top-header {
  padding: 10px 0 0 0;
  background: #fff;
}

#top-header .green-button {
  text-transform: uppercase;
  font-size: 13px;
  max-width: 120px;
  line-height: 14px;
  padding-bottom: 8px;
}

/* HEADER SEARCH */
#top-header .quick-links {
  margin-top: 20px;
}

@media only screen and (max-width: 40em) {
  #top-header .quick-links {
    margin-bottom: 20px;
  }

  .quick-links > .member-button {
    max-width: 200px !important;
    width: 38%;
  }
}

@media only screen and (max-width: 870px) {
  .white-button {
    display: none;
  }
}

#top-header .header-search,
#top-header .member-button {
  float: right;
}

#top-header .header-search {
  margin-left: 10px;
}

#top-header .header-search #header-s {
  border: 1px solid #687275;
  height: 45px;
  padding: 0px 30px 0px 15px;
  background: url('img/icon_search.png') 95% center no-repeat;
  color: #687275;
  font-size: 13px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
}

/* MAIN NAVIGATION */

.main-nav-container {
  background: #f1f6f7;
  margin-top: 25px;
}

.main-nav-container ul.header-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-nav-container ul.header-menu > li {
  float: left;
  width: 16.666%;
  position: relative;
}

.main-nav-container ul.header-menu > li > a {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  display: block;
  text-align: center;
  padding: 15px;
  line-height: 14px;
  position: relative;
}

.main-nav-container ul.header-menu > li > a:after {
  position: absolute;
  right: -2px;
  background: #fff;
  width: 2px;
  height: 65%;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  content: '';
}

.main-nav-container ul.header-menu > li:hover > a:after {
  display: none;
}

.main-nav-container ul.header-menu > li > a:hover,
.main-nav-container ul.header-menu > li.active > a {
  background: #ffffff;
}


.main-nav-container ul.header-menu > li:last-child > a:after {
  width: 0;
}

.main-nav-container ul.header-menu > li > a > span {
  display: block;
  width: 100%;
  clear: both;
}

/* SUB NAVIGATION */

.main-nav-container ul.header-menu > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: rgba(255,255,255,.9);
  width: 125%;
  display: none;
  z-index: 10;
}

.main-nav-container ul.header-menu > li > ul li a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: 14px;
  color: #333333;
}

.main-nav-container ul.header-menu > li > ul li a:hover {
  background: #fff !important;
}

/* MOBILE NAVIGATION */

.hamburger {
  display: block;
  float: right;
  margin: 10px;
  width: 32px;
}

.hamburger .line {
  background: #687275;
  height: 4px;
  margin-bottom: 3px;
  transition: all 0.5s ease 0s;
  display: block;
}

.hamburger.open .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.main-nav-container.show-for-small-only {
  margin-top: 0;
}

.show-for-small-only .member-button {
  width: 400px;
}

.show-for-small-only ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.show-for-small-only  ul.menu > li {
  border-bottom: 2px solid #fff;
  background: url(../images/arrow-right.png) no-repeat right top 18px;
}

.show-for-small-only  ul.menu > li.home-link {
  background: none;
  width: 800px;
}

.show-for-small-only  ul.menu > li:last-child {
  background: none;
}

.show-for-small-only  ul.menu > li.active {
  background: url(../images/arrow-down.png) no-repeat right top 18px;
}

.show-for-small-only  ul.menu > li > a {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  display: block;
  text-align: left;
  padding: 15px;
  line-height: 14px;
  position: relative;
  width: 80%;
}

#mobile-nav > li > ul {
  background: #fff;
  padding: 15px 40px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 35px !important;
}

#mobile-nav > li > ul > li > a {
  color: #333333;
}

#mobile-nav > li > ul > li > a:hover {
  font-weight: 700;
}

/* Workaround for spans in main menu items at mobile size */
.show-for-small-only  ul.menu > li > a > span {
  vertical-align: top;
}

/* FEATURED */

.featured {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#57bc62+0,4bc8bb+100 */
  background: #57bc62; /* Old browsers */
  background: -moz-linear-gradient(left,  #57bc62 0%, #4bc8bb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #57bc62 0%,#4bc8bb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #57bc62 0%,#4bc8bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57bc62', endColorstr='#4bc8bb',GradientType=1 ); /* IE6-9 */
}

#main .featured.subpage p.subheader {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
  margin-top: 35px;
}

.featured .main-row {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.home .featured .main-row {
  /*background: rgba(0, 0, 0, 0) url("img/bg_header.jpg") no-repeat center center;*/
}

.pattern {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('img/bg_featured.png') repeat;
  opacity: .1;
  top: 0px;
  left: 0px;
}

.featured h1 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 62px;
}

@media only screen and (max-width: 40em) {
  .featured h1 {
    font-size: 32px;
    line-height: 35px;
  }
}

.featured h2 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  font-size: 60px;
  line-height: 62px;
}

.featured h3 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}

.featured .dark-grey-button {
  margin-top: 50px;
}

/* MAIN CONTENT */

#main {
  background: #ffffff;
}

#main h2 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 30px;
}

#main h3 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
}

#main hr {
  margin: 50px auto;
  display: block;
  background: #f1f6f7;
  height: 4px;
  width: 100px;
  border: none;
}

p,
ul,
ol {
  color: #333333;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

/* FOOTER */

footer {
  padding: 65px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#687275+0,3a3c3c+55 */
  background: #687275; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #687275 0%, #3a3c3c 55%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #687275 0%,#3a3c3c 55%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #687275 0%,#3a3c3c 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#687275', endColorstr='#3a3c3c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

footer h3 {
  margin-top: 0px;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}

footer h3 a {
  color: #fff;
}

footer h3 a:hover {
  color: #fff;
  text-decoration: underline;
}


footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer ul li {
  line-height: 18px;
  margin-bottom: 15px;
}

footer ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 400;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .sister-site {
  margin-top: 20px;
}

footer .sister-site .green-button {
  margin-top: 10px;
  min-width: 100px;
  border-radius: 2px;
  opacity: 0.9;
}

.copyright {
  padding: 15px 0;
}

.copyright p {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 400;
}


/*******************
**
**	PAGES
**
*******************/

/* HOME PAGE */
.home-callout {
  padding-top: 90px;
}

.home-callout p {
  font-size: 21px !important;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

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

section.topics {
  margin-top: 100px;
}

#main section.topics h2 {
  margin-bottom: 50px;
}



/* jm front update aug 2018 */
.front-intro { background:#F1F7F7; padding-bottom: 40px; }

.front-right-content a {
  color: #7ab800;
}

.front-right-content strong a {
  color: #333333;
}

.front-right-content p {
  margin-bottom: 40px;
}

svg#bigTriangleColor {
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.1));      
  filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.1));
}

#bigTriangleColor path {
  fill: #F1F7F7;
  stroke: #F1F7F7;
  stroke-width: 2;
}

.front-bottom-content { padding-top: 80px; }

.topic-list {
  list-style-type: none;
  /*margin: 0;
  display: inline-block;
  width: 95%;*/

  /* jm */
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.topic-list li {
  line-height: 20px;
  /*width: 15.666%;
  margin-right: 1%;
  float: left;
  margin-bottom: 20px;*/

  /* jm */
  margin: 10px;
}


@media only screen and (max-width: 40em) {
  .topic-list li {
   /* width: 100%;*/
    margin-right: 0%;
  }
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .topic-list li {
    /*width: 32%;*/

  }
}

.topic-list li:last-child {
  margin-right: 0px;
}

.topic-list li a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;

  /* jm */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 225px;
  position: relative;
}

.topic-list li a.border-gradient {
  background: #fff;
  padding: 10px;
}

.topic-list li a.border-gradient:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ab800+1,64cc99+53,5ad5da+100 */
  background: #7ab800; /* Old browsers */
  background: -moz-linear-gradient(left,  #7ab800 1%, #64cc99 53%, #5ad5da 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7ab800 1%,#64cc99 53%,#5ad5da 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7ab800 1%,#64cc99 53%,#5ad5da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab800', endColorstr='#5ad5da',GradientType=1 ); /* IE6-9 */
}

.topic-list li a span {
  display: block;
  position: relative;
  margin: 0;
  max-width: 100%;
}

.topic-list span.content {
  padding: 15px;
  background: #000;
  /*min-height: 175px;*/
  overflow: hidden;

  /* jm */
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100% !important;
  background: #7ab800; /* Old browsers */
}

.topic-list span.color-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 2;
}

.topic-list a:hover .color-overlay {
  opacity: 0.5;
  background: -moz-linear-gradient(left, #7ab800 1%, #64cc99 53%, #5ad5da 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #7ab800 1%, #64cc99 53%, #5ad5da 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #7ab800 1%, #64cc99 53%, #5ad5da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ab800', endColorstr='#5ad5da',GradientType=1 ); /* IE6-9 */
}

.topic-list span.vertical-center {
  margin-top: 0 !important;
  z-index: 3;
}

.home .green-gradient-button {
  margin: 100px 0;
}

section.member-links {
  background: #e3f0f3;
  padding: 45px 0;
}

section.member-links .grey-button {
  color: #687275;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  width: 275px;
  line-height: 22px;
}

section.member-links .grey-button:first-child {
  margin-right: 20px;
}

section.member-links .grey-button:last-child {
  margin-left: 20px;
}

section.member-links .grey-button:hover {
  color: #fff;
  background: #687275;
}

@media only screen and (max-width: 40em) {
  section.member-links .grey-button:first-child {
    margin: 5px auto;
  }

  section.member-links .grey-button:last-child {
    margin: 5px auto;
  }
}

/* PROFESSIONAL DEVELOPMENT TOPICS */

.resource-lead-in {
  background: #646e71;
  position: relative;
  padding: 85px 0;
}

.resource-lead-in .pattern {
  background: url('img/bg_pattern_grey.png') repeat;
  opacity: 1;
}

.resource-lead-in h3,
.resource-lead-in p {
  color: #fff !important;
}

.resource-lead-in h3 {
  margin-bottom: 20px;
}

.resource-lead-in p {
  font-size: 14px;
}

.featured-sidebar img[src$=".jpeg"],  .featured-sidebar img[src$=".jpg"] {
  box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

/* RESOURCE SECTION */

.resource-search-container {
  margin-top: 50px;
}

.resource-search-container .dark-grey-button {
  margin-top: 0px;
  background: url('img/icon_jumpto.png') 85% center no-repeat #333333;
}

.resource-search .search-text {
  width: 90%;
  float: left;
  height: 55px;
  border: none;
  font-size: 13px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #687275;
  text-transform: uppercase;
}

.resource-search .search-submit {
  width: 10%;
  float: left;
  height: 55px;
  border: none;
  background: #5ad5da;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.resource-tabs {
  line-height: 0px;
  border-bottom: 1px solid #e3f0f3;
}

.resource-tabs .tabs {
  display: inline-block;
  border: 0px;
  position: relative;
  top: 1px;
}


.resource-tabs .tabs .tabs-title a {
  text-transform: uppercase;
  color: #333333;
  font-size: 13px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #e3f0f3;
}

.resource-tabs .tabs .tabs-title > a:focus, .resource-tabs .tabs .tabs-title > a[aria-selected="true"] {
  background: #fff;
  border-bottom: 1px solid #687275;
}

.tabs-panel {
  *zoom: 1;
  margin-bottom: 1.5rem;
  /* Customized */
  display:block important!;
  opacity: 0;
}
/* Customized */
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.tabs-panel:before, .tabs-panel:after {
  content: " ";
  display: table; }
.tabs-panel:after {
  clear: both; }
.tabs-panel > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0; }
.tabs-panel.is-active {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1;
  display: block; }

.resource-tabs .tabs-title a:after {
  position: absolute;
  right: -2px;
  background: #d6d6d6;
  width: 1px;
  height: 40%;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  content: '';
  z-index: 1;
}

.resource-tabs .tabs-title:last-child a:after {
  display: none;
}


@media only screen and (max-width: 40em) {
  .resource-tabs .tabs-title {
    display: block;
    width: 100%;
    clear: both;
  }

  .resource-tabs .tabs-title a:after {
    display: none;
  }
}

.resource-content .tabs-content {
  border: none;
}

.resource-content .resource {
  margin-bottom: 25px;
}

.tag-list {
  list-style-type: none;
  margin: 40px 0;
}

.tag-list li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.resource-type a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;

}

.resource-type  a img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.resource-type  a:hover img {
  transform: scale(1.1);
}

.resource-type  a span {
  display: block;
  position: relative;
  margin: 0;
}

.resource-type  span.content {
  padding: 15px;
  background: #000;
  min-height: 100px;
  overflow: hidden;
}

.filetype {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filetype.pdf {
  background: url('img/icon_pdf.png') center center no-repeat;
}


.resource h3 a {
  color: #333333;
  text-transform: none;
  font-size: 18px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 500;
}

p.tags a {
  color: #333333;
  font-size: 14px;
  text-decoration: underline;
}

.resource-content .view-more {
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-top: 50px;
}

/* BUSINESS PARTNER RESOURCE CENTER */

.sponsorship {
  text-align: center;
  text-align: center;
  padding-bottom: 15px;
}

.sponsorship__subcallout {
  color: #acb4b6;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
}

.tabs-content--gray {
  background: #f1f6f7
}

.sponsor-list__header {
  text-align: center;
  padding: 20px 0 32px;
}

.sponsor-list__benefit__number {
  width: 53px;
  height: 53px;
  background: white;
  border-radius: 50%;
  text-align: center;
  line-height: 51px;
  color: #7ab800;
  font-size: 36px;
  float: left;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 100;
  margin-right: 15px;
}

.sponsor-list__benefit__text {
  border-bottom: 1px solid white;
  margin-left: 65px;
  padding-bottom: 15px;
  min-height: 70px;
}

.sponsor-list__benefit:last-child .sponsor-list__benefit__text {
  border-bottom: 0;
}

.sponsor-list__benefit:after {
  clear: both;
  content: "";
  display: block;
}

.row--reduced {
  max-width: 1000px;
}
.downloadables {
  padding: 80px 0;
}

.downloadables li {
  list-style-type: none;
  margin-left: 0;
}

.downloadables ul {
  margin: 0;
}

.downloadables a {
  color: #7ab800;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.downloadables a:hover {
  opacity: .6;
}

.downloadables a:before {
  content: "» ";
}

/* ABOUT PAGE */

.author-bio {
  margin-bottom: 20px;
}

h4.author {
  font-size: 14px;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
}

/* SECTION GOALS */

.goals {
  background: #f1f6f7;
  padding: 60px 0;
  margin: 75px 0;
}

#goal-tabs {
  border: 0;
  background: none;
  margin: 35px 0 0 0;
}

#goal-tabs .tabs-title > a {
  background: none;
  position: relative;
}

#goal-tabs .number-container {
  position: relative;
  background: blue;
  height: 150px;
  width: 150px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

#goal-tabs li:first-child .number-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bbb49+0,50b94c+100 */
  background: #5bbb49; /* Old browsers */
  background: -moz-linear-gradient(left,  #5bbb49 0%, #50b94c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #5bbb49 0%,#50b94c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #5bbb49 0%,#50b94c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bbb49', endColorstr='#50b94c',GradientType=1 ); /* IE6-9 */
}

#goal-tabs li:nth-child(2) .number-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55bc5a+0,56c178+100 */
  background: #55bc5a; /* Old browsers */
  background: -moz-linear-gradient(left,  #55bc5a 0%, #56c178 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #55bc5a 0%,#56c178 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #55bc5a 0%,#56c178 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55bc5a', endColorstr='#56c178',GradientType=1 ); /* IE6-9 */

}

#goal-tabs li:nth-child(3) .number-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55bc5a+0,55bc5a+0,49bf78+0,7dd4b6+100 */
  background: #55bc5a; /* Old browsers */
  background: -moz-linear-gradient(left,  #55bc5a 0%, #55bc5a 0%, #49bf78 0%, #7dd4b6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #55bc5a 0%,#55bc5a 0%,#49bf78 0%,#7dd4b6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #55bc5a 0%,#55bc5a 0%,#49bf78 0%,#7dd4b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55bc5a', endColorstr='#7dd4b6',GradientType=1 ); /* IE6-9 */
}

#goal-tabs li:nth-child(4) .number-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55bc5a+0,55bc5a+0,43c4a1+0,40c7ba+100 */
  background: #55bc5a; /* Old browsers */
  background: -moz-linear-gradient(left,  #55bc5a 0%, #55bc5a 0%, #43c4a1 0%, #40c7ba 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #55bc5a 0%,#55bc5a 0%,#43c4a1 0%,#40c7ba 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #55bc5a 0%,#55bc5a 0%,#43c4a1 0%,#40c7ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55bc5a', endColorstr='#40c7ba',GradientType=1 ); /* IE6-9 */
}

#goal-tabs li:nth-child(5) .number-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55bc5a+0,55bc5a+0,3ec8c2+0,4cced4+100 */
  background: #55bc5a; /* Old browsers */
  background: -moz-linear-gradient(left,  #55bc5a 0%, #55bc5a 0%, #3ec8c2 0%, #4cced4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #55bc5a 0%,#55bc5a 0%,#3ec8c2 0%,#4cced4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #55bc5a 0%,#55bc5a 0%,#3ec8c2 0%,#4cced4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55bc5a', endColorstr='#4cced4',GradientType=1 ); /* IE6-9 */
}

#goal-tabs a.number {
  display: block;
  margin: 0 auto;
  font-size: 72px;
  line-height: 72px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 100;
  color: #fff;
}

#goal-tabs .tabs-title .number-container:after {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

#goal-tabs .tabs-title.is-active .number-container:after {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 10px;
  width: 130px;
  height: 130px;
  top: 0;
  left: 0;
  content: '';
}

#goal-tabs .tabs-title.is-active .number-container .line {
  width: 2px;
  background: #fff;
  height: 55px;
  position: absolute;
  bottom: -45px;
  margin: 0 auto;
  left: 0;
  right: 0;
}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #goal-tabs .number-container {
    height: 100px;
    width: 100px;
  }

  #goal-tabs .tabs-title.is-active .number-container:after {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 40em) {
  #goal-tabs .number-container {
    height: 50px;
    width: 50px;
  }

  #goal-tabs .tabs-title.is-active .number-container:after {
    width: 40px;
    height: 40px;
    margin: 5px;
  }

  #goal-tabs .tabs-title.is-active .number-container .line {
    height: 50px;
  }

  #goal-tabs a.number {
    font-size: 22px;
    font-weight: 700;
  }
}

#topic-tabs-content {
  background: none;
  border: 2px solid #fff;
  margin-top: 45px;
  padding: 45px;
}

#topic-tabs-content .tabs-panel,
#topic-tabs-content .tabs-panel p {
  margin: 0px;
}

/* MAP */

section.map .row:first-child {
  margin-bottom: 100px;
  background: url('img/bg_map.png') right center no-repeat;
  min-height: 500px;
  background-size: 70%;
}

@media only screen and (max-width: 40em) {
  section.map .row:first-child {
    min-height: 0;
    background: none;
  }

  section.map .map-image {
    margin-bottom: 100px;
  }
}

/* EVENTS & TRAINING */

.featured .dark-grey-button span {
  display: block;
  clear: both;
  font-size: 16px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
}

section.events {
  background: #f1f6f7;
  padding: 60px 0px;
  margin-top: 80px;
}

a.event .event-copy img {
  margin: 10px 0;
}

a.event .event-copy {
  background: #fff;
  padding: 10px;
  margin-bottom: 1.875rem;
}

a.event .event-copy p {
  font-size: 14px;
}

.event-boxes {
  /* margin-bottom: 40px; */
}

/* SINGLE EVENTS */

.featured.event .pattern {
  /*background: url('img/bg_pattern_grey.png') repeat;*/
  display: none;
  background: #687275;
  opacity: 1;
}

.featured.event .subheader {
  color: #fff;
  font-size: 30px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  margin: 25px auto;
}

.box-content {
  background: #e3f0f3;
  padding: 50px;
  margin: 60px 0px;
  height: inherit !important;
}

#main .box-content hr {
  background: #fff;
  margin: 15px auto;
}

.single-event .two-column a,
a.green {
  color: #7ab800;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.event-copy-header-container {
  max-width: 250px;
  position: relative;
}

.event-copy-header-image {
  width: 41%;
  float: left;
}

.event-copy-header-image img {
  border-right: 1px solid #cacaca;
  padding-right: 22%;
  padding-left: 12%;
}

.event-copy-header {
  float: left;
  width: 59%;
  padding: 0;
  padding-left: 5%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.event-copy-header p {
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 1.5rem !important;
  margin-bottom: 0;
}

@media screen and (min-width: 20em) {
  .event-copy-header p {
    font-size: 1.5rem!important;
  }
}

@media screen and (min-width: 25em) {
  .event-copy-header p {
    font-size: 1.65rem!important;
  }
}

@media screen and (min-width: 28em) {
  .event-copy-header p {
    font-size: 2rem!important;
  }
}


@media screen and (min-width: 30em) {
  .event-copy-header p {
    font-size: 2.45rem!important;
  }
}

@media screen and (min-width: 40em) {
  .event-copy-header p {
    font-size: .5rem!important;
  }
}

@media screen and (min-width: 50em) {
  .event-copy-header p {
    font-size: .6rem!important;
  }
}

@media screen and (min-width: 60em) {
  .event-copy-header p {
    font-size: .75rem!important;
  }
}

@media screen and (min-width: 64em) {
  .event-copy-header p {
    font-size: .65rem!important;
  }
}

@media screen and (min-width: 70em) {
  .event-copy-header p {
    font-size: .7rem!important;
  }
}

@media screen and (min-width: 75em) {
  .event-copy-header p {
    font-size: .8rem!important;
  }
}

@media screen and (min-width: 84em) {
  .event-copy-header p {
    font-size: .9rem!important;
  }
}

@media screen and (min-width: 100em) {
  .event-copy-header p {
    font-size: 1rem!important;
  }
}

@media screen and (min-width: 116em) {
  .event-copy-header p {
    font-size: 1.2rem!important;
  }
}

/* EVENT SPONSORS */

.sponsor-row .medium-4:last-child {
  float: left;
}

.event-sponsors {
  padding: 60px 0 0;
}

.event-sponsors hr {
  margin-bottom: 0 !important;
}

.sponsor-level {
  margin-bottom: 60px;
  background-color: #f1f6f7;
  padding: 30px 10px;
}

@media screen and (min-width: 40em) {
  .sponsor-level {
    padding: 50px;
  }
}

.sponsor-level:last-child {
  margin-bottom: 0;
}

.sponsor-level h3 {
  margin-bottom: 40px;
  color: #afafaf;
}

.sponsor {
  padding: 20px;
  text-align: center;
}

.sponsor img {
  max-height: 100px;
  margin: 0 auto;
}

/* BOARD OF DIRECTORS */

.members-list {
  margin-top: 75px;
  margin-bottom: 75px;
}

.members-list .member {
  margin-bottom: 35px;
}

.members-list .member h4.title {
  padding: 10px;
  display: block;
  background: #e3f0f3;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.members-list .member-thumb {
  margin: 15px 0;
}

.members-list .h3 {
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.members-list .member p {
  margin-bottom: 4px;
}

.members-list .member p.subtitles {
  font-size: 14px;
  font-family: 'Merriweather';
  font-style: italic !important;
  font-weight: 400;
}

.members-list p.email a {
  color: #00b4bb;
}

/* BLOG */

.blog #main,
.category #main {
  background: #f1f6f7;
}

.blog-container {
  margin-top: 50px;
}

.load-more-container {
  margin-bottom: 50px;
}

.post-container {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

/*.post-container a img {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}*/

.post-container a img {
  /*position: absolute;*/
  z-index: 0;
  width: 100%;
  height: auto;
  /*height: 100%;*/
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.post-container  a:hover img {
  transform: scale(1.1);
}

.post-container  a span {
  display: block;
  position: relative;
  margin: 0;
}

/*
.post-container  span.content {
    padding: 15px;
    background: #000;
    min-height: 250px;
    overflow: hidden;
}*/

.post-container  span.content {
  background: #000;
}


.post-container h3 {
  padding: 10px;
  background: #e3f0f3;
  text-transform: none !important;
}

.post-container .read-more {
  color: #7ab800;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
}

.blog-title {
  position: relative;
  padding: 50px 0px 250px;
}

.blog-title .pattern {
  background: url('img/bg_pattern_grey.png') repeat;
  opacity: 1;
  z-index: 0;
}

.blog-title .row {
  position: relative;
}

.blog-title h2 {
  color: #ffffff;
}

.blog-content {
  position: relative;
  padding: 100px 150px;
  background: #fff;
  top: -175px;
  margin-bottom: -175px;
}

@media only screen and (max-width: 40em) {
  .blog-content {
    padding: 25px;
  }
}

.single-post #main {
  background: #f1f6f7;
}

.post-navigation {
  margin: 50px auto;
}

.post-navigation a {
  position: relative;
  padding: 9px 15px;
  display: block;
  width: 100%;
  color: #fff;
  background: #7ab800;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

h2.tag-name {
  color: #687275;
}

/* COMMITTEES */

#committee-tabs-container {
}

@media screen and (min-width: 40em) {
  #committee-tabs-container {
    width: 100%
  }
}

.committee-tabs {
  background: #f1f6f7;
  padding: 55px 0;
  position: relative;
}

.committee-tabs.note {
  padding-top: 0;
  /*text-align: center;*/
}


.committee-tabs .vr {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #d6dcdd;
  height: 85%;
}

@media only screen and (max-width: 40em) {
  .committee-tabs .vr {
    display: none;
  }
}

.committee-tabs h3 {
  margin-bottom: 25px;
}

.committee-tabs ul {
  padding: 0;
  margin: 0 0 25px 0;
}

.committee-tabs ul li {
  display: block;
  float: none;
  margin-bottom: 10px;
}

.committee-tabs .tabs-title > a,
.committee-tabs .tabs-title > a:visited {
  background: none;
  display: block;
  padding: 0;
  color: #333333;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  padding: 7px;
  -webkit-font-smoothing: antialiased;
}

.committee-tabs .tabs-title > a[aria-selected='true'] {
  color: #fff;
}

.committee-tabs .tabs-title > a:hover,
.committee-tabs .tabs-title > a:focus,
.committee-tabs .tabs-title.is-active {
  background: none;
  display: block;
  color: #fff !important;
  background: #7ab800;
}

.committee-content {
  padding: 70px 0px;
}

.committee-content .tabs-content {
  border: none;
}

.committee-content h3 {
  margin-bottom: 25px;
}


/* RESOURCE TOPICS */
.page-template-template-development-topic .copy .columns:first-child {
  position: relative;
}

.page-template-template-development-topic .copy {
  padding: 90px 0;
}

.page-template-template-development-topic .copy .columns:first-child:after {
  position: absolute;
  right: 0px;
  width: 1px;
  background: #d6dcdd;
  height: 100%;
  content: '';
  top: 0px;
}

.full-resource-list {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27c0bd+0,31b778+100 */
  background: #27c0bd; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #27c0bd 0%, #31b778 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #27c0bd 0%,#31b778 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #27c0bd 0%,#31b778 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27c0bd', endColorstr='#31b778',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 70px 0;
}

.full-resource-list h2 {
  color: #fff;
}

#main .full-resource-list hr {
  margin: 15px auto 40px auto;
  background: #e3f0f3;
}

.dev-topic .pattern,
.grey .pattern {
  background: url('img/bg_pattern_grey.png') repeat;
  opacity: 1;
}

.dev-topic .subheader {
  color: #fff;
  font-size: 21px;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}

.resource-container {
  background: #fff;
  padding: 10px;
  margin-bottom: 25px;
}

.resource-container .image {
  position: relative;
  max-height: 130px;
  min-height: 130px;
  overflow: hidden;
  margin-bottom: 10px;
}

.resource-container h4 {
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #333333;
  font-size: 18px;
  line-height: 22px;
}

/* CONTENT WITH SIDEBAR TEMPLATE */
.page-template-template-content-and-sidebar .copy .columns:first-child {
  position: relative;
}

.page-template-template-content-and-sidebar .copy {
  padding: 90px 0;
}

.page-template-template-content-and-sidebar .copy .columns:first-child:after {
  position: absolute;
  right: 0px;
  width: 1px;
  background: #d6dcdd;
  height: 100%;
  content: '';
  top: 0px;
}


/* BECOME A MEMBER */

.membership-levels {
  margin-bottom: 50px;
}

.membership-levels th {
  background: #ebebeb;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

/* MEMBERSHIP */
.green-gradient-button.member {
  margin-top: 50px !important;
}

.member-list {
  margin-bottom: 100px;
}

.member-list a {
  color: #fff;
  display: block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.member-list span.content {
  background: #000 none repeat scroll 0 0;
  min-height: 175px;
  overflow: hidden;
  padding: 15px;
}

.member-list a span {
  display: block;
  margin: 0;
  position: relative;
}

.benefit-list {
  margin-top: 40px;
}

.benefits {
  background: #f1f6f7;
  padding: 100px 0px;
}

.benefits h2 {
  font-size: 26px;
}


.benefit-container {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.benefit-container .number {
  color: #7ab800;
  font-size: 75px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 100;
  line-height: 60px;
}

.benefit-container p {
  font-size: 19px;
}

section.main-content {
  padding: 100px 0;
}

section.main-content h3 {
  margin-bottom: 30px;
}

section.main-content .green-gradient-button {
  margin-top: 100px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

/* GET INVOLVED */

.attend-event {
  background: #f1f6f7;
  padding: 70px 0px;
}

.remove-top-pad.attend-event {
  padding: 0px 0px 70px;
}
/* 404 */
.error404 #top-header {
  padding: 15px 0;
}

.error404 #top-header img {
  height: 40px;
}

/* SEARCH RESULTS */

.search-results .search-result {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3f0f3;
  margin-bottom: 20px;
}

.search-results a.green {
  text-transform: uppercase;
}

/* VOLUNTEER OPPORTUNITIES */

.roles {
  background: #f1f6f7;
  padding: 70px 0;
}

.role-list {
  margin: 40px auto 90px auto;
}

.role-list .role-container {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}

.role-list h3 {
  font-size: 18px;
}

.role-list h4.term {
  color: #7ab800;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* BUSINESS PARTNERS */

.partners {
  margin-top: 60px;
  background: #f1f6f7;
  padding: 75px 0;
}

.partner-gallery {
  margin-top: 50px;
}

.partner > a > img:hover {
  opacity: .7;
  transition-property: opacity;
  transition-duration: .2s;
}

/* Job Listings */

.job-listings {
  background: #f1f6f7;
  padding: 75px 0;
}

.jobs-content ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
}

.jobs-content ul li {
  margin-bottom: 10px;
}

.jobs-content ul a {
  display: block;
  color: #333333;
  font-size: 12px;
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
}

.jobs-content ul a:hover {
  text-decoration: underline;
}

/* Photo gallery blocks */

.photo-gallery-box ul {
  list-style: none;
  margin-bottom: 0;
}

.photo-gallery-box .thumb {
  width: 100%;
  background-size: cover;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}

.photo-gallery-box .thumb:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.photo-gallery-box li {
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}

@media screen and (max-width: 90em) {
  .photo-gallery-box ul {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

/* Resource List Blocks */

.full-resource-list + .row.copy {
  display: none;
}

.resource-list-block .resource-text-group {
  min-height: 60px;
}

/*******************
**
**	RESPONSIVE
**
*******************/

/* Small screens */

@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens  */

@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens  */

@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens  */

@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens  */

@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */
