/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.gp_banner1 .gp_bgimg {
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}
.gp_banner1 .gp_mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
}
.gp_banner1 .gp_content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
@media only all and (min-width: 88rem) {
  .gp_banner1 .gp_content {
    width: 88rem;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .gp_banner1 .gp_content {
    width: 76rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .gp_banner1 .gp_content {
    width: 51rem;
  }
}
@media only all and (max-width: 75.99rem) {
  .gp_banner1 .gp_content {
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.gp_banner1 .gp_inner {
  padding: 0 1.563rem;
  position: relative;
}
.gp_banner1 .gp_inner > h1 {
  font-weight: 900;
  font-size: 52px;
  line-height: 56px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px;
  color: #ffffff !important;
}
@media only all and (max-width: 75.99rem) {
  .gp_banner1 .gp_inner > h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.gp_banner1 .gp_inner > .gp_desc {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  color: #ffffff;
}
.gp_banner1 .gp_inner > .gp_btns a {
  padding: 15px 25px;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}
.gp_banner1 .gp_inner > .gp_btns a.gp_btnwithbg:hover {
  opacity: 0.85;
}
@media only all and (max-width: 75.99rem) {
  .gp_banner1 .gp_inner > .gp_btns a.gp_btnwithicon {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }
}
.gp_banner1 .gp_inner > .gp_btns a i {
  font-size: 28px;
  margin-right: 5px;
  vertical-align: sub;
}
.gp_banner1 .gp_inner > .gp_btns a:hover i {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  margin-right: 7px;
}
@media only all and (min-width: 51rem) {
  .gp_tabs1 .gp_tab_accordion {
    display: none;
  }
}
@media only all and (max-width: 50.99rem) {
  .gp_tabs1 ul.gp_tabs {
    display: none;
  }
  .gp_tabs1 .gp_tab_content {
    padding-top: 25px !important;
  }
}
.gp_tabs1 ul.gp_tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gp_tabs1 ul.gp_tabs li {
  display: inline-block;
  margin-right: 2px;
}
.gp_tabs1 ul.gp_tabs li a {
  display: block;
  padding: 12px 22px;
  position: relative;
  cursor: pointer;
}
.gp_tabs1 ul.gp_tabs li a i {
  margin-right: 4px;
}
.gp_tabs1 .gp_tab_accordion {
  cursor: pointer;
  padding: 12px 65px 12px 20px;
  position: relative;
  margin-top: 4px;
}
.gp_tabs1 .gp_tab_accordion i {
  margin-right: 4px;
}
.gp_tabs1 .gp_tab_accordion:not(.gp_active) .gp_tab_arrow:before {
  content: "";
}
.gp_tabs1 .gp_tab_accordion.gp_active .gp_tab_arrow:before {
  content: "";
}
.gp_tabs1 .gp_tab_content {
  display: none;
  padding: 55px 0 30px;
}
.gp_tabs1 .gp_tab_content.gp_active {
  display: block;
}
.gp_tabs1 .gp_tab_arrow {
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gp_tabs1 .gp_tab_link {
  margin-top: 15px;
}
.gp_imageblock7 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock7 .gp_divider {
  margin: 2rem 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gp_imageblock7 .gp_text > h3 {
  margin: 0 0 20px;
}
.gp_imageblock7 .gp_text > div {
  margin: 0 0 15px;
}
.gp_videogallery1 .gp_heading {
  margin: 0 0 50px;
}
.gp_videogallery1 .g-grid.gp_margin {
  margin: 0 -12px;
}
.gp_videogallery1 .g-grid.gp_margin .gp_item {
  margin: 12px;
}
.gp_videogallery1 .gp_image {
  position: relative;
}
.gp_videogallery1 .gp_image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.gp_videogallery1 .gp_item {
  position: relative;
}
.gp_videogallery1 .gp_item:hover .gp_item_icon {
  opacity: 1;
}
.gp_videogallery1 .gp_item_icon {
  position: absolute;
  font-size: 14px;
  right: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  opacity: 0.6;
  transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
}
.gp_videogallery1 .gp_item_icon:before {
  position: relative;
  left: 1px;
}
.gp_videogallery1 .gp_item.title_bottom h4 {
  font-size: 16px;
  margin: 15px 0 0;
}
.gp_videogallery1 .gp_item.title_overimage h4 {
  font-size: 16px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 40px;
  padding: 20px;
  color: #fff;
}
.gp_accordion2 .gp_heading {
  margin-bottom: 50px;
}
.gp_accordion2 .gp_accordion_question {
  cursor: pointer;
  display: block;
  padding: 12px 65px 12px 0;
  position: relative;
}
.gp_accordion2 .gp_accordion_question > h4 {
  margin: 0 0 15px;
}
.gp_accordion2 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion2 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion2 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion2 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion2 .gp_accordion_question .gp_accordion_dir {
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gp_accordion2 .gp_icon {
  margin-right: 11px;
}
.gp_accordion2 .gp_accordion_answer {
  display: none;
  padding: 25px 0 30px;
}
.gp_accordion2 .gp_accordion_answer.gp_active {
  display: block;
}
.gp_accordion2 .gp_accordion_answer .gp_accordion_link {
  margin-top: 15px;
}
.gp_accordion2 .gp_accordion2_divider {
  margin: 1rem 0;
}
h1, h2, h3 {
  font-family: "Work Sans", sans-serif;
}
.my-breadcrumb {
  font-size: 0.9em;
  color: gray;
  background: #FFCE2F;
  padding: 5px 10px 5px 10px;
  float: right;
  border-radius: 20px;
}
/* ####### BUTTONS ######## */
.ex-button, .my-button .btn-orange, .my-button .btn-blue, .my-button .btn-green, .my-button .btn-grey, .my-button .btn-red {
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  width: 70%;
  text-align: center;
}
.my-button a {
  color: white !important;
}
.my-button a:link {
  color: white !important;
}
.my-button a:hover {
  color: #dbdbdb !important;
}
.my-button .btn-orange {
  background: #fab513;
}
.my-button .btn-blue {
  background: #0a1a8c;
}
.my-button .btn-green {
  background: #317561;
}
.my-button .btn-grey {
  background: #646060;
}
.my-button .btn-red {
  background: red;
}
/* ####### TOP NAV ####### */
.g-main-nav .g-dropdown {
  background: #dbdbdb;
}
.headline-center h2, .headline-center h3 {
  text-align: center;
}
.container-image {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.container-text {
  display: inline-block;
}
#g-top .fa {
  color: #ffedab !important;
  font-size: 1.4em;
}
/* ############# SLIDER ############ */
.g-slider-carousel-content-wrapper {
  color: white;
}
.g-slider-carousel-content-wrapper a {
  color: yellow !important;
}
.g-slider-carousel-content-wrapper a:hover {
  color: #CCC !important;
}
/* ########## MAIN CONTENT ########## */
#main-page-content h2 {
  color: #0a1a8c;
  border-bottom: 1px solid #bd4838;
  display: inline-block;
  padding-right: 40px;
  margin-bottom: 30px;
  padding-bottom: 0px;
}
#main-page-content h3 {
  color: #0a1a8c;
  font-weight: normal;
  font-size: 1.5em;
}
.objectives {
  font-size: 1.4em;
  text-align: center;
  border-radius: 25px;
  width: 300px;
  padding: 0px 20px 0px 20px;
  background: #0a1a8c;
  color: white;
}
.objectives a {
  color: white;
}
.objectives a:hover {
  color: #6C6C6C;
}
.objectives:hover {
  background: #A3A2ED;
}
/*########### NEWSBOARD ########### */
#g-aside {
  background: #ebebeb;
  margin-right: 50px;
}
#g-aside h3 {
  font-size: 1.4rem;
  text-align: center;
  color: brown;
}
.moduletable .latestnews {
  padding-left: 0 !important;
}
.moduletable .latestnews a {
  color: blue;
}
.moduletable .latestnews a:link {
  color: blue;
}
.moduletable .latestnews a:hover {
  color: gray;
}
.my-margin-bottom {
  margin-bottom: -50px !important;
}
/* ###### WHO WE ARE ######## */
.executive-style h3 {
  font-size: 1.2em;
  color: #0a1a8c;
}
/* ###### SPECIAL INTEREST GROUPS ######## */
.tab-content .page-header h2 {
  line-height: 2.5rem;
  font-size: 1.4em;
  border-bottom: 1px solid #bd4838;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 30px;
}
.tab-content .rl_tabs.outline_content > .tab-content > .tab-pane {
  background: #FFCE2F;
  font-size: 0.9em;
}
.tab-content .rl_tabs.outline_content > .tab-content > .tab-pane h3 {
  font-size: 1.2em;
}
.tab-content .rl_tabs.outline_content > .tab-content > .tab-pane a {
  color: #0a1a8c;
  text-decoration: underline;
}
.tab-content .rl_tabs.outline_content > .tab-content > .tab-pane a:hover {
  color: gray;
  text-decoration: none;
}
.tab-content .rl_tabs.top > ul.nav-tabs > li.active a, .tab-content .rl_tabs.top > ul.nav-tabs > li.active a:hover {
  background: #FFCE2F;
}
/* ############ ARTICLES ########### */
.articles-style .create {
  font-size: 0.8em;
}
.articles-style h2.item-title {
  font-size: 1.2em;
  color: #0a1a8c;
  border: none !important;
}
.articles-style .page-header h1 {
  font-size: 1.6em;
  text-transform: none;
  font-weight: normal;
}
.articles-style .page-header h2 {
  font-size: 1.1em !important;
  line-height: 120%;
  color: #0a1a8c;
  border: none !important;
}
.blog-leading-frame .blog-item {
  border-style: solid;
  border-color: gainsboro;
  border-width: 1px;
  border-radius: 20px;
  padding: 25px;
}
/* ######### NEWSLETTER ######### */
.g-newsletter-headtext {
  font-size: 2vw !important;
  padding-bottom: 0 !important;
}
/* ######### MEMBERSHIP ############ */
.member-green {
  background-color: green;
  color: white;
  padding: 5px 0 5px 20px;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 8px;
}
.member-red {
  background-color: red;
  color: white;
  padding: 5px 0 5px 20px;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 8px;
}
.member-blue {
  background-color: blue;
  color: white;
  padding: 5px 0 5px 20px;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 8px;
}
.member-orange {
  background-color: orange;
  color: white;
  padding: 5px 0 5px 20px;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 8px;
}
.member-black {
  background-color: #0C2A33;
  color: white;
  padding: 5px 0 5px 20px;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 8px;
}
#g-copyright a {
  color: white;
}
#g-copyright a:link {
  color: white;
}
#g-copyright a:hover {
  color: #dbdbdb;
  text-decoration: underline;
}
/*# sourceMappingURL=custom_14.css.map */