/*
Theme Name: FLG Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for FLG Partners
Author: CreativePickle
Version: 1.0
Tags: 
*/
@import url('reset.css');
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Cinzel', serif;
}
.sans-serif {
  font-family: 'Open Sans', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
.hidden {
  display: none;
}
body > #container {
  flex: 1 0 auto;
  /* 2 */
  width: 100%;
  position: relative;
}
body > #container:after {
  content: '\00a0';
  /* &nbsp; */
  display: block;
  height: 0px;
  visibility: hidden;
}
body {
  background: #fff url(images/bg.png) repeat 0 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  /* 1, 3 */
}
body iframe {
  max-width: 100%!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
.tiled {
  background: url(images/blue-tile.png) repeat 0 0;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#content {
  width: 100%;
  padding: 50px 0 0px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
#content.no-pad {
  padding: 0;
}
#main-content {
  padding: 0 35px 0 0;
  line-height: 1.7;
  color: #5e5f62;
}
#main-content.right {
  padding: 0 0 0 35px;
}
#main-content .right-side {
  padding-left: 30px!important;
}
#main-content .left-side {
  padding-right: 30px!important;
  border-right: 2px solid #ededee;
}
#main-content.wide {
  padding: 0 20px 0 20px;
}
#main-content.no-pad {
  padding: 0!important;
}
#main-content h2 {
  font-family: 'Cinzel', serif;
  font-size: 40px;
  margin: 10px 0 20px 0;
  line-height: 1.2;
  color: #0f4871;
}
#main-content h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #f6c630;
  margin: 10px 0 20px 0;
  font-weight: normal!important;
}
#main-content h3.date {
  font-size: 20px;
}
#main-content h4 {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  margin: 10px 0 20px 0;
  line-height: 1.2;
  color: #0f4871;
}
#main-content h4 a {
  font-weight: 400;
}
#main-content h6.author.page {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 24px !important;
  text-transform: none;
  margin-bottom: 20px!important;
  font-weight: bold !important;
}
#main-content ul {
  padding: 10px 0 10px 25px;
}
#main-content ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 8px;
}
#main-content ul li i.fa-caret-right {
  position: absolute;
  top: 4px;
  left: 0;
  color: #f6c630;
  font-size: 18px;
}
#main-content ul.inline li {
  display: inline-block;
  width: 30%;
}
#main-content img {
  border: 4px solid #ededee;
  max-width: 100%;
  height: auto;
}
#main-content img.no-border {
  border: none!important;
}
#main-content ol {
  counter-reset: my-counter;
  padding-left: 0!important;
}
#main-content ol > li {
  position: relative;
  padding-left: 40px!important;
  margin-bottom: 20px;
  padding-top: 5px;
}
#main-content ol > li h2,
#main-content ol > li h3,
#main-content ol > li h4 {
  margin-top: 0!important;
  line-height: 1!important;
}
#main-content ol > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  width: 30px!important;
  height: 30px!important;
  line-height: 1!important;
  display: block;
  background: #0f4871;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 28px!important;
  position: absolute;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: bold;
  top: 0;
  left: 0;
}
#main-content a {
  color: #0f4871;
  font-weight: bold;
}
#main-content a:hover {
  color: #f6c630;
}
#sidebar {
  padding: 0 0 0 35px;
  border-left: 2px solid #ededee;
}
ul.details li {
  color: #0a4570;
  font-weight: bold;
}
ul.details li i {
  color: #f6c630;
  margin-right: 5px;
}
#main-content ul.subpage-menu {
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
#main-content ul.subpage-menu.top-margin {
  margin: 30px 0 40px 0;
}
#main-content ul.subpage-menu > li {
  display: block;
  margin: 0 0 12px 0;
  padding: 0;
}
#main-content ul.subpage-menu > li i.fa-caret-right {
  display: none;
}
#main-content ul.subpage-menu > li > a {
  display: block;
  padding: 10px;
  border: 1px solid #0a4570;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-size: 24px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  font-weight: 400;
}
#main-content ul.subpage-menu > li > a i {
  color: #24597e;
  margin-right: 12px;
}
#main-content ul.subpage-menu > li > a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  background: #0a4570;
  color: #fff;
}
#main-content ul.subpage-menu > li > a:hover i {
  color: #f6c630;
}
#main-content ul.subpage-menu > li > ul.children {
  display: none;
}
#main-content ul.subpage-menu > li.current_page_item > ul.children,
#main-content ul.subpage-menu > li.current_page_ancestor > ul.children {
  padding: 0;
  margin: 0;
  display: block;
}
#main-content ul.subpage-menu > li.current_page_item > ul.children > li > a,
#main-content ul.subpage-menu > li.current_page_ancestor > ul.children > li > a {
  font-style: italic;
  padding: 10px;
  border-top: 2px solid #e6e6e6;
  -webkit-transition: all linear 130ms;
  -moz-transition: all linear 130ms;
  -ms-transition: all linear 130ms;
  -o-transition: all linear 130ms;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  display: block;
}
#main-content ul.subpage-menu > li.current_page_item > ul.children > li > a:hover,
#main-content ul.subpage-menu > li.current_page_ancestor > ul.children > li > a:hover {
  color: #999;
}
#main-content ul.subpage-menu > li.current_page_item > ul.children > li:first-child > a,
#main-content ul.subpage-menu > li.current_page_ancestor > ul.children > li:first-child > a {
  border-top: none;
}
#main-content ul.subpage-menu > li.current_page_item > ul.children > li.current_page_item > a,
#main-content ul.subpage-menu > li.current_page_ancestor > ul.children > li.current_page_item > a {
  color: #999;
}
ul.document-list {
  padding: 0!important;
  margin: 0px 0 10px 0!important;
}
ul.document-list li {
  background: none!important;
  padding-left: 0!important;
  margin-bottom: 0!important;
}
ul.document-list li a {
  display: block;
  padding: 10px 0 10px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #5e5f62;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
ul.document-list li a i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #5e5f62;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
ul.document-list li a:hover {
  color: #5e5f62 !important;
  background: #5e5f62;
  padding-left: 10px;
}
#footer {
  position: relative;
  width: 100%;
  background: #e6e6e6 url(images/footer-bg.png) repeat-x 0 0;
  clear: both;
}
#footer .footer-logo {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 420px;
}
#footer .left,
#footer .right {
  padding: 25px;
  position: relative;
}
#footer .gform_wrapper,
#footer #searchform {
  padding: 0!important;
  margin: 0px!important;
}
#footer .gform_wrapper ::-webkit-input-placeholder,
#footer #searchform ::-webkit-input-placeholder {
  color: #fff;
}
#footer .gform_wrapper :-moz-placeholder,
#footer #searchform :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#footer .gform_wrapper ::-moz-placeholder,
#footer #searchform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#footer .gform_wrapper :-ms-input-placeholder,
#footer #searchform :-ms-input-placeholder {
  color: #fff;
}
#footer .gform_wrapper label,
#footer #searchform label {
  display: none;
}
#footer .gform_wrapper input[type=text],
#footer #searchform input[type=text] {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #fff;
  outline: none;
  padding: 8px 38px 8px 8px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#footer .gform_wrapper input[type=text]:focus,
#footer #searchform input[type=text]:focus {
  background: rgba(255, 255, 255, 0.1);
}
#footer .gform_wrapper ul.gform_fields,
#footer #searchform ul.gform_fields {
  padding: 0!important;
  margin: 0px!important;
}
#footer .gform_wrapper ul.gform_fields li,
#footer #searchform ul.gform_fields li {
  padding: 0!important;
  margin: 0px!important;
}
#footer .gform_wrapper ul.gform_fields li.gfield_error,
#footer #searchform ul.gform_fields li.gfield_error {
  max-width: 100%!important;
}
#footer .gform_wrapper button.search-submit,
#footer #searchform button.search-submit {
  color: #f6c630;
  background: transparent;
  border: none;
  font-size: 24px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  position: absolute;
  right: 30px;
  top: 30px;
}
#footer .gform_wrapper button.search-submit:hover,
#footer #searchform button.search-submit:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  cursor: pointer;
}
#footer .gform_wrapper .gform_footer,
#footer #searchform .gform_footer {
  padding: 0!important;
  margin: 0px!important;
  width: auto!important;
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block;
  vertical-align: top;
}
#footer .gform_wrapper .gform_footer button.submit,
#footer #searchform .gform_footer button.submit {
  color: #f6c630;
  background: transparent;
  border: none;
  font-size: 24px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
#footer .gform_wrapper .gform_footer button.submit span,
#footer #searchform .gform_footer button.submit span {
  display: none;
}
#footer .gform_wrapper .gform_footer button.submit:hover,
#footer #searchform .gform_footer button.submit:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  cursor: pointer;
}
#footer .gform_wrapper .ginput_container,
#footer #searchform .ginput_container {
  padding: 0!important;
  margin: 0px!important;
}
#footer .social-menu {
  padding: 20px 0 20px 0;
}
#footer .social-menu li {
  font-size: 45px;
}
#copyright {
  background: #0f4871;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 10px;
  text-transform: uppercase;
  padding: 10px;
}
#copyright i.fa-circle {
  font-size: 2px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  margin: 0 8px 0 8px;
}
#copyright a {
  color: #fff;
}
#copyright a:hover {
  text-decoration: underline;
}
.footer-content {
  text-align: center;
  padding: 0;
}
.section {
  width: 100%;
  position: relative;
  min-height: 200px;
  padding: 80px 0 80px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
  color: #5e5f62;
  line-height: 1.4;
}
.section.gray-bg {
  background: #ededee;
}
.no-pad {
  padding: 0!important;
}
h5.section-head {
  color: #0f4871;
  font-family: 'Cinzel', serif;
  font-size: 45px;
  margin-bottom: 30px;
  line-height: 1.2;
}
h5.section-head.white {
  color: #fff;
}
h5.section-head.small {
  font-size: 32px;
}
.vert-center-wrap {
  display: table;
  height: 100%;
  height: inherit;
}
.vert-center-wrap > .vert-center {
  display: table-cell;
  vertical-align: middle;
}
/**********HOMEPAGE**********/
#video-banner {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
#video-banner .overlay {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(7, 42, 67, 0.6);
}
#video-banner video#banner-video {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #ededee;
  background-size: cover;
}
#banner-slide-wrap {
  height: 100vh;
  position: relative;
  z-index: 200;
  display: block;
}
.slick-track {
  min-width: 100%!important;
}
.video-banner-item {
  height: 100vh!important;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.video-banner-item > div {
  position: relative;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%);
}
.video-banner-item > div p {
  padding: 0 100px 18px 100px;
}
.video-banner-item h1 {
  font-family: 'Cinzel', serif;
  font-size: 50px;
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.2;
}
.video-banner-item h1 span {
  display: block;
  font-size: 115px;
}
.video-banner-item h1:after {
  content: '';
  width: 20%;
  height: 2px;
  background: #f6c630;
  position: absolute;
  left: 40%;
  bottom: 0;
}
#banner {
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 180px 0 80px 0;
}
#banner .overlay {
  background: rgba(7, 42, 67, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#banner h1 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 46px;
  position: relative;
  z-index: 10;
}
ul.slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  z-index: 50;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 3px 0 3px;
}
ul.slick-dots li button {
  background: #c6c6c7;
  width: 10px;
  height: 10px;
  border: none;
  padding: 0!important;
  outline: none;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: left;
  text-indent: -9999px;
}
ul.slick-dots li button:hover {
  cursor: pointer;
  background: #f6c630;
}
ul.slick-dots li.slick-active button {
  background: #f6c630 !important;
}
.banner-content {
  height: 100%;
}
.banner-content > div {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  position: relative;
  font-weight: bold;
  color: #999;
}
.banner-content > div > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.banner-content h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  line-height: 1!important;
  margin-bottom: 20px;
}
a.block {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
}
#about-section {
  padding: 90px 0 90px 0;
}
#about-section .icon {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  padding: 10px;
  border: 8px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 500;
  top: -75px;
  left: 50%;
  margin-left: -75px;
}
#about-section .icon > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  background: #fff;
}
#about-section .icon > div img {
  width: 100%!important;
  height: auto;
  display: block;
}
#solutions-section > .solution-item {
  background: #ededee;
  text-align: center;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 50px 30px 50px 30px;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 350px;
}
#solutions-section > .solution-item:nth-child(3n+2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#solutions-section > .solution-item .icon {
  margin-bottom: 30px;
}
#solutions-section > .solution-item .icon svg {
  overflow: visible;
  display: inline-block;
  vertical-align: top;
  width: 130px;
  height: 130px;
}
#solutions-section > .solution-item .icon svg .circle {
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
#solutions-section > .solution-item h6 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  color: #0f4871;
  padding: 0 30px 0 30px;
}
#solutions-section > .solution-item:hover {
  background: #0f4871;
}
#solutions-section > .solution-item:hover .icon svg path,
#solutions-section > .solution-item:hover .icon svg polygon,
#solutions-section > .solution-item:hover .icon svg rect,
#solutions-section > .solution-item:hover .icon svg circle,
#solutions-section > .solution-item:hover .icon svg ellipse {
  fill: #fff;
}
#solutions-section > .solution-item:hover .icon svg .circle {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#solutions-section > .solution-item:hover .icon svg .hoverstate {
  fill: #f6c630;
}
#solutions-section > .solution-item:hover h6 {
  color: #fff;
}
a.video-button {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  outline: none;
}
a.video-button i {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  top: 35%;
  z-index: 200;
}
a.video-button img {
  border: none!important;
}
a.video-button img.bg {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
a.video-button img.video-button-image {
  width: 60.5%;
  height: auto;
  position: absolute;
  left: 20%;
  top: 6.5%;
}
a.video-button:hover i {
  color: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#why-section {
  padding: 80px 0 80px 0;
}
#why-section .left {
  border-left: 5px solid #f6c630;
  padding: 15px 0px 15px 35px;
}
#why-section .right {
  padding-top: 40px;
}
#sectors-section {
  color: #fff;
  padding: 80px 0 0px 0;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 10;
}
.sector-items-wrap {
  margin-top: 80px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sector-items-wrap > .sector-item {
  min-height: 270px;
  padding: 0;
}
.sector-items-wrap > .sector-item .overlay {
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.sector-items-wrap > .sector-item:nth-child(3n-7) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sector-items-wrap > .sector-item:nth-child(-n+3) {
  border-bottom: 1px solid #fff;
}
.sector-items-wrap > .sector-item .title {
  color: #fff;
  width: 100%;
  height: auto;
  padding: 20px 0 20px 0;
  font-family: 'Cinzel', serif;
  font-size: 28px;
  text-align: center;
  position: absolute;
  top: 41%;
}
.sector-items-wrap > .sector-item .title .text {
  position: relative;
  z-index: 100;
}
.sector-items-wrap > .sector-item .title .bg {
  display: block;
  background: rgba(246, 198, 48, 0.8);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.sector-items-wrap > .sector-item:hover .overlay {
  background: rgba(0, 0, 0, 0.6);
}
.sector-items-wrap > .sector-item:hover .title .bg {
  width: 100%;
}
#clients-section {
  color: #fff;
  padding: 0;
}
#clients-section .clients-content-wrap {
  padding: 80px 0 120px 0;
  position: relative;
}
#clients-section .clients-content-wrap .triangle.left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 1100px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#clients-section .clients-content-wrap .triangle.right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 1100px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#clients-gallery-wrap {
  margin-top: 0px;
  background: #fff;
  padding: 100px 0 50px 0;
  position: relative;
  overflow: hidden;
}
#clients-gallery-wrap.gray {
  padding: 50px 0 50px 0;
}
#clients-gallery-wrap.dark {
  background: transparent;
  padding: 5px 0 25px 0;
}
#clients-gallery-wrap .client-logo-item {
  padding: 0 30px 0 30px;
  text-align: center;
}
#clients-gallery-wrap .client-logo-item img {
  max-width: 80%;
  height: auto;
  display: inline-block !important;
  vertical-align: top !important;
}
#clients-gallery-wrap .client-logo-item.page {
  height: 150px!important;
  line-height: 150px;
}
#clients-gallery-wrap .client-logo-item.page img {
  vertical-align: middle!important;
  max-width: 70%;
}
#clients-gallery-wrap button {
  background: transparent;
  color: #f6c630;
  border: none;
  font-size: 32px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  outline: none;
}
#clients-gallery-wrap button.slick-prev {
  position: absolute;
  top: 50%;
  left: 10px;
}
#clients-gallery-wrap button.slick-next {
  position: absolute;
  top: 50%;
  right: 10px;
}
#clients-gallery-wrap button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  cursor: pointer;
}
#testimonials-section {
  color: #fff;
  padding: 80px 0 80px 0;
}
#testimonials-section .left {
  text-align: center;
  padding: 10% 50px 0 50px;
}
#testimonials-section .right {
  border-left: 3px solid #f6c630;
  padding: 40px 0 40px 50px;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#testimonials-section .right a {
  color: #f6c630;
}
#testimonials-section .right cite {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0 30px 0;
  font-style: normal;
  letter-spacing: .04em;
}
#blog-section {
  padding: 80px 0 80px 0;
  background: #ededee;
  overflow: hidden;
  border-bottom: 2px solid #fff;
}
#blog-section .central {
  z-index: 5;
}
#blog-section .watermark {
  height: 90%;
  width: auto;
  position: absolute;
  right: -330px;
  top: 5%;
}
.blog-item {
  padding: 0 20px 0 20px;
}
.blog-item .item-content-wrap {
  background: #fff;
  border: 1px solid #fff;
}
.blog-item .item-content-wrap .image {
  height: 480px;
}
.blog-item .item-content-wrap .item-content {
  padding: 20px;
}
.blog-item .item-content-wrap .item-content h6 {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: #0f4871;
  margin-bottom: 10px;
}
.blog-item .item-content-wrap .item-content h6.author {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: italic;
  text-transform: none;
  margin-bottom: 20px;
}
.blog-item .item-content-wrap .item-content h6.author a {
  font-weight: normal!important;
}
.blog-item .item-content-wrap .item-content a.readmore {
  display: none;
}
.blog-item .item-content-wrap .item-content a.button {
  margin-top: 15px;
}
.blog-item .item-content-wrap .tags {
  font-size: 14px;
  margin-top: 20px;
}
.blog-item .item-content-wrap .tags span {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-style: normal;
  padding: 4px;
}
.blog-item .item-content-wrap .tags div {
  padding: 4px;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.blog-item.subpage {
  padding: 0;
  margin-bottom: 30px;
}
.blog-item.subpage .item-content {
  background: #ededee;
}
.blog-item.small {
  margin: 0 0 15px 0;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0!important;
}
.blog-item.small .item-content-wrap .image {
  height: 80px;
}
.blog-item.small .item-content-wrap .item-content a.button {
  font-size: 14px!important;
}
.blog-item.small .item-content-wrap .item-content h6 {
  font-size: 15px;
}
.author-bio {
  background: #ededee;
  padding: 20px;
  border: 1px solid #5e5f62;
  margin: 30px 0 40px 0;
}
.author-bio img {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
}
.author-bio h6 {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #0a4570;
  margin-bottom: 12px!important;
}
#twitter-section {
  padding: 80px 0 80px 0;
  background: #fff;
  overflow: hidden;
}
#twitter-section .central {
  z-index: 5;
}
#twitter-section .watermark {
  font-size: 500px;
  position: absolute;
  color: #ededee;
  left: -100px;
  top: -190px;
}
#twitter-section a {
  font-weight: bold;
  color: #0f4871;
}
#twitter-section a:hover {
  color: #f6c630;
}
/**********ABOUT PAGE**********/
#icon-section {
  margin-top: 40px;
  padding: 80px 0 80px 0;
  background: #0a4570;
  color: #fff;
}
#icon-section h5 {
  font-size: 32px;
  opacity: 0;
}
.large-icon-wrap span.separator {
  clear: both!important;
  width: 100%;
  display: block;
  height: 3px;
  background: #22577c;
}
.large-icon-wrap .icon-item {
  padding: 30px 10px 30px 10px;
  opacity: 0;
}
.large-icon-wrap .icon-item .icon {
  margin-bottom: 15px;
}
.large-icon-wrap .icon-item .icon svg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 160px;
}
.large-icon-wrap .icon-item .icon svg .hoverstate,
.large-icon-wrap .icon-item .icon svg .hoverstate path,
.large-icon-wrap .icon-item .icon svg .hoverstate polygon,
.large-icon-wrap .icon-item .icon svg .hoverstate circle,
.large-icon-wrap .icon-item .icon svg .hoverstate ellipse {
  fill: #f6c630;
}
.large-icon-wrap .icon-item span.stat {
  display: block;
  color: #f6c630;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 65px;
  font-weight: bold;
}
.large-icon-wrap .icon-item span.detail {
  display: block;
  color: #fff;
  font-style: italic;
}
#about-sectors {
  padding: 0;
}
#about-sectors .title-bar {
  background: #fff;
  border-bottom: 10px solid #0a4570;
  padding: 40px 0 40px 0;
}
#about-sectors .title-bar h5 {
  margin-bottom: 0;
}
#about-sectors .sector-items-wrap {
  margin-top: 0;
}
.action-section {
  padding: 80px 0 80px 0;
  border-top: 2px solid #fff;
}
.action-section h5 {
  color: #fff;
}
.action-section.white h5 {
  color: #0f4871;
}
#about-expertise {
  background: #ededee;
}
.column-section {
  padding: 80px 0 80px 0;
}
.column-section ul {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.column-section ul li {
  margin-bottom: 10px;
  position: relative;
  padding: 0 15px 0 24px;
}
.column-section ul li i {
  position: absolute;
  font-size: 18px;
  top: 2px;
  left: 0;
  color: #f6c630;
}
.column-section ul.inline {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
}
.column-section ul.inline li {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
/**********CONTACT PAGE*********/
.top-content {
  text-align: center;
  color: #0f4871;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.top-content .separator {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  background: #f6c630;
  margin: 50px 0 50px 0;
  height: 2px;
}
.top-content a {
  color: #f6c630;
}
.top-content a:hover {
  color: #0a4570;
}
#map-wrap {
  height: auto;
  overflow: hidden;
}
#map-wrap.active {
  height: auto;
}
#global-map {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  background: #0f4871 url(images/global-map.svg) repeat-x center center;
  background-size: auto 100%!important;
  height: 500px;
}
.acf-map.page {
  width: 100%;
  height: 400px;
  border: 5px solid #ededee;
}
.acf-map.wide {
  width: 100%;
  height: 400px;
}
.acf-map.clients {
  height: 540px;
}
/**********WHAT WE DO********/
#engagement-options {
  padding: 80px 0 30px 0;
}
#engagement-options .option-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  max-width: 430px;
  background: url(images/svg/checkmark.svg) no-repeat top left;
  background-size: 40px auto;
  padding-left: 60px;
  margin: 0 20px 40px 20px;
}
#engagement-options .option-item h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #0f4871;
}
#fundraising {
  padding: 80px 0 80px 0;
}
#fundraising ul {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.case-study-link {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #f6c630;
  margin: 15px;
  width: 240px;
  height: 240px;
  background-size: 50% auto!important;
  text-align: center;
  position: relative;
  border: 1px solid #ededee;
}
.case-study-link .left img {
  max-width: 60%;
  height: auto;
}
.case-study-link .fader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  padding: 10px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.case-study-link .fader > div {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.case-study-link .fader > div a.button {
  background: #0f4871 !important;
  color: #fff!important;
}
.case-study-link .fader h6 {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  margin-bottom: 15px;
  color: #0f4871;
}
.case-study-link:hover .fader {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#featured-partner h6 {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: #0a4570;
  margin-bottom: 15px;
}
#featured-partner .left {
  border-left: 4px solid #f6c630;
  padding-left: 25px;
}
#featured-partner .right {
  padding-left: 20px;
}
#featured-partner .image img {
  max-width: 80%;
  height: auto;
  border: 1px solid #ededee;
}
#hiddendiv {
  position: absolute;
  width: 100vw;
  left: -9999px;
}
#hiddendiv.centerwidth {
  width: 100%;
  max-width: 1100px;
}
/**********WHY FLG*******/
#accordion-section {
  background: #ededee;
  padding: 80px 0 80px 0;
}
/*********CLIENTS********/
#clients-wrap {
  min-height: 0;
  text-align: center;
}
#clients-wrap h4 {
  color: #0a4570;
  font-family: 'Cinzel', serif;
  font-size: 24px;
}
#clients-wrap.page {
  padding: 50px 0 50px 0;
}
.client-item {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  height: 180px;
  border: 2px solid #ededee;
  margin: 10px;
  position: relative;
  text-align: center;
  line-height: 180px;
  overflow: hidden;
  background-size: 80% auto!important;
}
.client-item a.block {
  z-index: 6000;
}
.client-item img {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}
.client-item .fader {
  line-height: 1.2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(9, 64, 103, 0.9);
  color: #fff;
  opacity: 0;
  z-index: 5000;
}
.client-item .fader > div {
  position: relative;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.client-item .fader > div span {
  padding: 3px 0 3px 0;
  display: block;
}
.client-item .fader > div span.title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.client-item .fader > div span.term {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-style: italic;
}
.client-item.alignleft {
  margin-top: 0!important;
  margin-left: 0!important;
}
.filter-item {
  margin: 10px 0 10px 0;
  position: relative;
}
.filter-item input[type=text] {
  width: 100%;
  border: 1px solid #0f4871;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  color: #0f4871;
  padding: 10px 120px 10px 10px;
}
.filter-item a.button-small {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background: #0f4871;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 8px;
  position: absolute;
  top: 8px;
  right: 20px;
}
.filter-item a.button-small:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  cursor: pointer;
  color: #f6c630;
}
.filter-menu-wrap {
  text-align: left;
  position: relative;
}
.filter-menu-wrap a.filter-menu-toggle {
  position: relative;
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  padding: 9px 10px 9px 10px;
  color: #0f4871;
  border: 1px solid #0a4570;
}
.filter-menu-wrap a.filter-menu-toggle:hover {
  cursor: pointer;
}
.filter-menu-wrap a.filter-menu-toggle i {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #f6c630;
}
.filter-menu-wrap .filter-menu {
  background: #ededee;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 9000;
  top: 45px;
  left: 0;
  overflow: hidden;
}
.filter-menu-wrap .filter-menu.active {
  overflow: visible;
}
.filter-menu-wrap .filter-menu > li {
  display: block;
  border-bottom: 1px solid #ededee;
  background: #0a4570;
  color: #fff;
  font-family: 'Cinzel', serif;
  font-size: 18px;
  position: relative;
  padding: 10px;
  padding-right: 20px;
}
.filter-menu-wrap .filter-menu > li a {
  display: block;
}
.filter-menu-wrap .filter-menu > li.reset {
  background: #b5b5b5;
  color: #0f4871;
}
.filter-menu-wrap .filter-menu > li i {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #f6c630;
  font-size: 22px;
}
.filter-menu-wrap .filter-menu > li > ul.children {
  display: none;
  width: 50%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #24597e;
  z-index: 8000;
}
.filter-menu-wrap .filter-menu > li > ul.children li {
  color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ededee;
}
.filter-menu-wrap .filter-menu > li > ul.children li:hover {
  cursor: pointer;
  background: #ededee;
  color: #0f4871;
}
.filter-menu-wrap .filter-menu > li:hover {
  cursor: pointer;
  background: #b5b5b5;
}
.filter-menu-wrap.page {
  margin-bottom: 50px;
  text-align: center;
}
.filter-menu-wrap.page .filter-item {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 600px;
}
.filter-menu-wrap.page .filter-item a.filter-menu-toggle {
  min-height: 45px;
  padding-top: 12px;
}
.filter-menu-wrap.page .filter-item .filter-menu li a {
  color: #fff!important;
}
#testimonials-slider {
  background: #ededee;
}
#testimonials-slider #testimonials-slider-wrap {
  padding: 40px 0 40px 0;
}
.testimonial-slider-item {
  font-style: italic;
  color: #5e5f62;
  outline: none;
  line-height: 1.6;
}
.testimonial-slider-item a {
  color: #0a4570;
}
.testimonial-slider-item a:hover {
  color: #f6c630;
}
.testimonial-slider-item .right {
  text-align: left!important;
}
.testimonial-slider-item cite {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #0a4570;
  text-transform: uppercase;
  padding: 10px 0 30px 0;
  font-style: normal;
  letter-spacing: .04em;
}
.testimonial-slider-item img.testimonial-logo {
  max-width: 240px!important;
  border: none!important;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
}
.testimonial-slider-item .testimonial-full {
  width: 100%;
  max-width: 800px!important;
  display: inline-block;
  vertical-align: top;
}
.testimonial-slider-item.single span.quote {
  line-height: 1;
  vertical-align: top;
  font-family: 'Cinzel', serif;
  font-size: 100px;
  color: #0f4871;
}
.testimonial-slider-item.single span.quote.open {
  position: absolute;
  top: 0;
  left: -8px;
}
.testimonial-slider-item.single span.quote.close {
  position: absolute;
  top: 0;
  right: -8px;
}
.testimonial-slider-item.single .testimonial-full {
  padding: 0 30px 0 60px;
  position: relative;
}
.testimonial-slider-item.single .right {
  position: relative;
  padding: 0px 30px 0 60px;
}
.testimonial-slider-item.page {
  border-bottom: 2px solid #ededee;
  padding: 30px;
  margin-bottom: 30px;
}
.testimonial-slider-item.page .testimonial-full {
  max-width: 1100px!important;
}
table.meta_table {
  width: 100%;
  border-collapse: collapse;
}
table.meta_table tr:nth-child(even) {
  background: #f1f1f1;
}
table.meta_table tr.header {
  background: #0f4871;
  font-family: 'Cinzel', serif;
  font-size: 28px;
  color: #f6c630;
}
table.meta_table tr.header td {
  font-weight: normal!important;
}
table.meta_table tr td {
  border: 1px solid #ededee;
  padding: 20px;
  vertical-align: middle;
}
table.meta_table tr td span.address {
  display: block;
  padding-top: 10px;
}
table.meta_table tr td:first-child {
  font-weight: bold;
}
/*********PARTNERS******/
#management {
  background: #ededee;
}
#management .right .text {
  padding-left: 25px;
  border-left: 4px solid #f6c630;
  margin-bottom: 45px;
}
#management .right .callout {
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 28px;
  color: #0a4570;
  position: relative;
  padding: 15px;
}
.small-icon-item {
  border-bottom: 2px solid #fff;
  padding: 15px 10px 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-style: italic;
  color: #0a4570;
}
.small-icon-item .text {
  display: inline-block;
  vertical-align: middle;
}
.small-icon-item span {
  font-family: 'Open Sans', sans-serif;
  font-size: 45px;
  font-weight: bold;
  vertical-align: bottom;
  line-height: 45px;
  font-style: normal;
}
.small-icon-item img.icon {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
  width: 80%;
  max-width: 80px;
  margin-right: 20px;
}
#partners-grid {
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding-top: 0;
}
.loaderimage {
  display: none;
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -20px;
  padding: 20px 0 0 0;
}
.loaderimage img {
  width: 80px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.loaderimage img.down {
  top: 60px;
}
.loaderimage.partners {
  top: 80px;
}
#partner-item-wrap {
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-transition: all linear 150ms !important;
  -moz-transition: all linear 150ms !important;
  -ms-transition: all linear 150ms !important;
  -o-transition: all linear 150ms !important;
}
#partner-item-wrap h4 {
  color: #0a4570;
  font-family: 'Cinzel', serif;
  font-size: 24px;
}
#emeriti {
  padding-top: 0px;
}
.partner-item {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 10px 20px 10px;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #0a4570;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.partner-item span {
  display: block;
}
.partner-item img {
  display: inline-block;
  width: 160px;
  height: auto;
  margin-bottom: 5px;
  border: 2px solid #ededee;
}
.partner-item:hover {
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  color: #f6c630;
}
.partner-item:hover img {
  border: 2px solid #f6c630;
}
.partner-item.on {
  opacity: 1!important;
}
.partner-panel {
  background: #fff;
  padding: 30px!important;
  margin-bottom: 30px;
  border: 1px solid #0a4570;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
.partner-panel .photo img {
  max-width: 100%;
  height: auto;
}
.partner-panel .photo h5 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #0f4871;
  margin: 0px 0 5px 0;
}
.partner-panel .content {
  padding: 0 20px 0 20px!important;
}
.partner-panel .content h6 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  color: #0a4570;
  margin: 10px 0 10px 0;
}
.partner-panel .content ul {
  padding: 10px 0 10px 0;
}
.partner-panel .content ul li {
  margin-bottom: 12px;
}
.partner-panel .content ul li i {
  display: inline-block;
  color: #f6c630;
  margin-right: 6px;
}
.page-template-partners #filter-forms {
  display: none!important;
}
.filter-form select {
  width: 100%;
}
.filter-form .checkbox-wrap {
  clear: both;
  padding-top: 30px!important;
  padding-bottom: 10px!important;
  margin-top: 15px;
}
.filter-form .checkbox-wrap label {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  color: #0f4871;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 400px;
  padding: 0 10px 0 10px;
}
#filter-forms {
  position: relative;
  margin-bottom: 45px;
}
#partner-details {
  padding-right: 35px;
  text-align: left;
  border-right: 2px solid #ededee;
}
#partner-details img {
  border: 2px solid #ededee;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
#partner-details .widget h5.widget-title {
  text-align: left;
}
#partner-details ul li {
  padding-left: 20px;
  margin-bottom: 8px;
  font-weight: bold;
  color: #0a4570;
  position: relative;
  text-align: left;
}
#partner-details ul li i {
  color: #f6c630;
  position: absolute;
  top: 3px;
  left: 0;
}
#partner-details ul.social-details {
  margin-bottom: 15px;
}
#partner-details ul.social-details li {
  padding-left: 25px;
}
#partner-details ul.social-details li i {
  font-size: 20px!important;
}
#partner-details ul.social-details li i.fa-caret-right {
  display: none;
}
#partner-details ul.social-details li a {
  color: #0f4871;
}
#partner-details ul.social-details li a:hover {
  color: #f6c630;
}
.advisor-item {
  padding: 30px!important;
  background: #f1f1f1;
  border: 2px solid #ededee;
}
.advisor-item h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0a4570;
}
.directorship-item {
  padding: 30px!important;
  background: #f1f1f1;
  border: 2px solid #ededee;
  margin-bottom: 30px;
}
.directorship-item h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  color: #0f4871;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.directorship-item h6 {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #0a4570;
  margin-bottom: 0;
  line-height: 1.2;
}
.directorship-item .directorships-box-item {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f6c630;
  margin-bottom: 20px;
}
.directorship-item .partner {
  text-align: center;
}
.directorship-item .partner .name {
  display: block;
  padding: 0px 0 20px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #0a4570;
}
.directorship-item .text .time {
  display: block;
  padding: 5px 0 5px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #0a4570;
}
.directorship-item .text img {
  padding: 10px 0 10px 0;
  display: block;
  width: auto;
  max-width: 200px!important;
  margin-bottom: 15px;
}
/**********EVENTS***********/
.event-item {
  border-bottom: 2px solid #ededee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 100px;
  position: relative;
}
.event-item h6 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #0f4871;
}
.event-item .date {
  text-align: center;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 8px solid #ededee;
  top: 0;
  left: 0;
}
.event-item .date span {
  display: block;
  line-height: 1;
}
.event-item .date span.month {
  color: #0f4871;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 2px 0;
}
.event-item .date span.day {
  color: #f6c630;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
/********MISC TEMPLATES******/
#involvement {
  background: #ededee;
}
#involvement ul li {
  color: #0a4570;
  margin-bottom: 18px;
}
#involvement ul li a {
  color: #0a4570;
  font-weight: bold;
}
#involvement ul li a:hover {
  color: #f6c630;
}
/**********PAGE STYLES**********/
.callout {
  display: block;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  position: relative;
  padding: 0 60px 0 60px;
  text-align: center;
  color: #0f4871;
}
.callout.left {
  width: 100%;
  max-width: 320px;
  float: left;
  margin: 0 20px 15px 0;
  padding: 0 20px 0 0;
  border-right: 3px solid #f6c630;
  text-align: right;
}
.callout.right {
  width: 100%;
  max-width: 320px;
  float: right;
  padding: 0 0 0 20px;
  border-left: 3px solid #f6c630;
  margin: 0 0 15px 20px;
  text-align: left;
}
.callout.center {
  width: 100%;
  border-top: 3px solid #f6c630;
  border-bottom: 3px solid #f6c630;
  padding: 15px 20px 15px 20px;
  margin: 10px 0 25px 0;
}
.image-scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  min-width: 100px;
  height: auto;
}
.toggler {
  margin-bottom: 35px;
}
.toggler .trigger {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 35px;
  -webkit-border-top-left-radius: 35px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 35px;
  -moz-border-radius-topleft: 35px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0f4871;
  position: relative;
  padding-left: 100px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
.toggler .trigger i {
  display: inline-block;
  vertical-align: top;
  color: #f6c630;
  margin-left: 15px;
  vertical-align: middle;
}
.toggler .trigger span.number {
  width: 60px;
  height: 60px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  color: #f6c630;
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 5px;
}
.toggler .trigger:hover,
.toggler .trigger.active {
  cursor: pointer;
  background: #f6c630;
  color: #0f4871;
}
.toggler .trigger:hover i,
.toggler .trigger.active i {
  color: #0a4570;
}
.toggler .trigger:hover span.number,
.toggler .trigger.active span.number {
  color: #0f4871;
}
.toggler .toggle_container {
  height: 0;
  overflow: hidden;
  padding: 0 0 0 80px;
}
.toggler .toggle_container .block {
  background: #fff;
  padding: 20px;
  line-height: 1.5;
}
.toggler.page .trigger {
  padding-left: 30px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
}
.toggler.page .toggle_container {
  padding-left: 0;
}
/***********HEADER and NAVIGATION*********/
#main-header {
  padding: 0;
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 9900;
  width: 100%;
  height: auto;
}
#main-header .logo-wrap {
  padding-top: 58px;
}
.top-box {
  padding-top: 10px;
  text-align: right;
  color: #fff;
}
.top-box .gform_wrapper {
  padding: 0!important;
  margin: 0!important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 30%!important;
  vertical-align: middle;
  margin-right: 10px!important;
}
.top-box .gform_wrapper ::-webkit-input-placeholder {
  color: #fff!important;
}
.top-box .gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #fff!important;
}
.top-box .gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff!important;
}
.top-box .gform_wrapper :-ms-input-placeholder {
  color: #fff!important;
}
.top-box .gform_wrapper ul.gform_fields li {
  margin-top: 0!important;
  padding: 0!important;
}
.top-box .gform_wrapper label {
  display: none!important;
}
.top-box .gform_wrapper input[type=text] {
  border: 1px solid #778c99 !important;
  background: transparent;
  color: #fff!important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10px !important;
  text-transform: uppercase;
  padding: 5px 25px 5px 5px!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none!important;
}
.top-box .gform_wrapper input[type=text]:focus {
  background: rgba(7, 42, 67, 0.8);
}
.top-box .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  width: auto!important;
  position: absolute;
  top: 9px;
  right: 4px;
}
.top-box .gform_wrapper .gform_footer button {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.top-box .gform_wrapper .gform_footer button:hover {
  color: #f6c630;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.top-box #menu-social-navigation {
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.top-box #menu-social-navigation li {
  font-size: 16px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.top-box #menu-social-navigation li:hover {
  color: #f6c630;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.top-box #menu-top-navigation li {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
}
.top-box #menu-top-navigation li a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.top-box #menu-top-navigation li a:hover {
  color: #f6c630;
}
.top-box #menu-top-navigation li:before {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.nav-wrap {
  text-align: right;
}
#menu-main-navigation {
  list-style: none;
  padding: 0;
}
#menu-main-navigation > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  position: relative;
}
#menu-main-navigation > li:hover > a,
#menu-main-navigation > li.current_page_item > a,
#menu-main-navigation > li.current-page-ancestor > a {
  color: #f6c630 !important;
}
#menu-main-navigation > li:last-child a {
  padding-right: 0;
}
#menu-main-navigation > li:last-child i.fa-circle {
  display: none!important;
}
#menu-main-navigation > li i.fa-circle {
  font-size: 5px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 22px;
  right: -5px;
}
#menu-main-navigation > li > a {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  letter-spacing: .02em;
  display: block;
  padding: 15px;
  color: #fff;
}
#menu-main-navigation > li a:hover {
  color: #999;
}
#menu-main-navigation > li > ul.sub-menu {
  width: 260px;
  background: rgba(255, 255, 255, 0.95);
  border-top: 6px solid #f6c630;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9999;
  margin-left: -130px;
  display: none;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#menu-main-navigation > li > ul.sub-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f6c530 transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -15px;
}
#menu-main-navigation > li > ul.sub-menu > li {
  display: block;
}
#menu-main-navigation > li > ul.sub-menu > li a {
  display: block;
  text-align: left;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  color: #0f4871;
  border: 2px solid transparent;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding: 15px;
}
#menu-main-navigation > li > ul.sub-menu > li a i {
  color: #f6c630;
  margin-right: 10px;
}
#menu-main-navigation > li > ul.sub-menu > li a:hover {
  background: rgba(0, 0, 0, 0.05);
  padding: 15px 5px 15px 25px;
  border: 2px solid #fff;
}
#menu-main-navigation > li > ul.sub-menu > li a:hover i {
  color: #0f4871;
}
.social-menu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.social-menu li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0 3px 0 3px;
  font-size: 22px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.social-menu li:hover {
  color: #f6c630;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.social-menu li a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/***********HEADER STYLES*******/
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button,
#main-content button.submit,
.modal-box button.submit {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  display: inline-block;
  background: #fff!important;
  font-weight: 400!important;
  padding: 8px 20px 8px 20px;
  color: #0f4871 !important;
  text-decoration: none!important;
  position: relative;
  border: 1px solid #0f4871;
  text-align: center;
  line-height: 18px!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
a.button i,
#main-content button.submit i,
.modal-box button.submit i {
  color: #f6c630;
  margin-left: 12px;
}
a.button:hover,
#main-content button.submit:hover,
.modal-box button.submit:hover {
  background: #0f4871 !important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  color: #fff!important;
  cursor: pointer;
}
a.button.small,
#main-content button.submit.small,
.modal-box button.submit.small {
  font-size: 14px;
}
a.button.large,
#main-content button.submit.large,
.modal-box button.submit.large {
  font-size: 24px;
}
a.button.header,
#main-content button.submit.header,
.modal-box button.submit.header {
  font-size: 13px;
  padding: 5px;
  border: none!important;
  color: #fff!important;
  background: transparent!important;
  margin-right: 8px;
}
a.button.header i,
#main-content button.submit.header i,
.modal-box button.submit.header i {
  display: none!important;
}
a.button.header:hover,
#main-content button.submit.header:hover,
.modal-box button.submit.header:hover {
  background: transparent!important;
  color: #f6c630 !important;
}
a.button.white,
#main-content button.submit.white,
.modal-box button.submit.white {
  background: transparent!important;
  color: #fff!important;
  border: 1px solid #fff!important;
}
a.button.white i,
#main-content button.submit.white i,
.modal-box button.submit.white i {
  color: #fff!important;
}
a.button.white:hover,
#main-content button.submit.white:hover,
.modal-box button.submit.white:hover {
  background: #0a4570 !important;
}
a.button.transparent,
#main-content button.submit.transparent,
.modal-box button.submit.transparent {
  background: transparent!important;
}
a.button.transparent:hover,
#main-content button.submit.transparent:hover,
.modal-box button.submit.transparent:hover {
  background: #0f4871 !important;
}
a.button.dark,
#main-content button.submit.dark,
.modal-box button.submit.dark {
  background: #0f4871 !important;
  color: #fff!important;
}
a.button.dark:hover,
#main-content button.submit.dark:hover,
.modal-box button.submit.dark:hover {
  background: #0f4871 !important;
  color: #f6c630 !important;
}
a.button.footer-button,
#main-content button.submit.footer-button,
.modal-box button.submit.footer-button {
  width: 100%;
  text-align: left;
  border: 2px solid #fff!important;
  padding: 11px 8px 11px 8px!important;
  font-size: 20px;
}
a.button.footer-button i,
#main-content button.submit.footer-button i,
.modal-box button.submit.footer-button i {
  color: #f6c630 !important;
}
a.button.footer-button:hover,
#main-content button.submit.footer-button:hover,
.modal-box button.submit.footer-button:hover {
  background: #fff!important;
  color: #0a4570 !important;
}
a.block-button {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  color: #0f4871 !important;
  font-family: 'Cinzel', serif;
  font-size: 26px;
  text-align: center;
  min-width: 50%;
  padding: 10px 15px 10px 15px;
  font-weight: normal!important;
  border: 1px solid #0f4871;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
}
a.block-button:hover {
  color: #f6c630 !important;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  background: #0f4871;
}
/**********ITEMS and WIDGETS**************/
.item {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #5e5f62;
}
.widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ededee;
  font-size: 15px;
  color: #5e5f62;
  line-height: 1.6;
  text-align: center;
}
.widget a {
  color: #0a4570;
}
.widget a:hover {
  color: #f6c630;
}
.widget img.widget-icon {
  width: 60%;
  max-width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.widget.left {
  text-align: left;
}
.widget h5.widget-title {
  font-family: 'Cinzel', serif;
  font-size: 29px;
  color: #0f4871;
  line-height: 1.2;
  margin-bottom: 15px;
}
.widget#subscribe .gform_wrapper {
  padding: 0!important;
  margin: 0!important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80%!important;
  vertical-align: middle;
  margin-right: 10px!important;
}
.widget#subscribe .gform_wrapper ul.gform_fields li {
  margin-top: 0!important;
  padding: 0!important;
}
.widget#subscribe .gform_wrapper label {
  display: none!important;
}
.widget#subscribe .gform_wrapper input[type=text] {
  border: 1px solid #0f4871 !important;
  background: transparent;
  color: #0f4871 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10px !important;
  text-transform: uppercase;
  padding: 5px 25px 5px 5px!important;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none!important;
}
.widget#subscribe .gform_wrapper input[type=text]::-webkit-input-placeholder {
  color: #838e97!important;
}
.widget#subscribe .gform_wrapper input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #838e97!important;
}
.widget#subscribe .gform_wrapper input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #838e97!important;
}
.widget#subscribe .gform_wrapper input[type=text]:-ms-input-placeholder {
  color: #838e97!important;
}
.widget#subscribe .gform_wrapper input[type=text]:focus {
  background: rgba(7, 42, 67, 0.8);
  color: #fff!important;
}
.widget#subscribe .gform_wrapper input[type=text]:focus::-webkit-input-placeholder {
  color: #fff!important;
}
.widget#subscribe .gform_wrapper input[type=text]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #fff!important;
}
.widget#subscribe .gform_wrapper input[type=text]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff!important;
}
.widget#subscribe .gform_wrapper input[type=text]:focus:-ms-input-placeholder {
  color: #fff!important;
}
.widget#subscribe .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
  width: auto!important;
  position: absolute;
  top: 9px;
  right: 4px;
}
.widget#subscribe .gform_wrapper .gform_footer button {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #f6c630;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.widget#subscribe .gform_wrapper .gform_footer button:hover {
  color: #0f4871;
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
ul.widget-list li {
  margin: 0;
  padding: 0;
}
ul.widget-list li a {
  display: block;
  padding: 10px;
  text-align: left;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0f4871;
}
ul.widget-list li a i {
  color: #f6c630;
  margin-right: 10px;
}
ul.widget-list li a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  background: #0f4871;
  color: #f6c630;
}
ul.widget-list li a:hover i {
  color: #fff;
}
.widget-blog-item .image img {
  padding: 25px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 4px solid #ededee;
  margin-bottom: 25px;
}
.widget-blog-item a.readmore {
  display: none;
}
.widget-blog-item h6 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #0f4871;
  margin-bottom: 15px;
}
.widget-blog-item h6 a {
  color: #0f4871;
}
.widget-blog-item h6 a:hover {
  color: #f6c630;
}
.tags {
  margin: 30px 0 30px 0;
  font-size: 20px;
}
.tags a {
  font-style: italic;
}
.widget-testimonial-item cite {
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}
.widget-testimonial-item cite span {
  display: block;
  font-weight: bold;
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
br.clear {
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed!important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.centered {
  text-align: center;
}
/*********VIDEOS*******/
.mason {
  margin-bottom: 50px;
}
.mason.partner-page {
  width: 100%;
}
.video-item {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 400px;
  border: 1px solid #5e5f62;
  position: relative;
  background: #ededee;
  margin: 10px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.video-item:hover {
  border: 1px solid #f6c630;
  background: #f1f1f1;
}
.video-item .details {
  padding: 20px;
}
.video-item .details h5 {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #0a4570;
  margin-bottom: 20px;
  line-height: 1.2;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.partner-page .video-item {
  max-width: 320px;
}
.modal-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 9990;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  text-align: center;
}
.modal-wrap .modal-box {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  max-width: 720px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.6);
  position: relative;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  opacity: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
.modal-wrap .modal-box img.logo-sm {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin-bottom: 20px;
}
.modal-wrap .modal-box a.modal-close {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #0f4871;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.modal-wrap .modal-box a.modal-close:hover {
  background: #f6c630;
}
.modal-wrap .modal-box h3 {
  font-family: 'Cinzel', serif;
  font-size: 30px;
  color: #0f4871;
}
.modal-wrap .modal-box .gform_wrapper input[type=text],
.modal-wrap .modal-box .gform_wrapper textarea {
  background: #fff;
  border: 1px solid #0f4871;
  padding: 8px!important;
  width: 100%!important;
  color: #0f4871;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
}
.modal-wrap .modal-box .gform_wrapper input[type=text]::-webkit-input-placeholder,
.modal-wrap .modal-box .gform_wrapper textarea::-webkit-input-placeholder {
  color: #0f4871;
}
.modal-wrap .modal-box .gform_wrapper input[type=text]:-moz-placeholder,
.modal-wrap .modal-box .gform_wrapper textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #0f4871;
}
.modal-wrap .modal-box .gform_wrapper input[type=text]::-moz-placeholder,
.modal-wrap .modal-box .gform_wrapper textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0f4871;
}
.modal-wrap .modal-box .gform_wrapper input[type=text]:-ms-input-placeholder,
.modal-wrap .modal-box .gform_wrapper textarea:-ms-input-placeholder {
  color: #0f4871;
}
.modal-wrap .modal-box .gform_wrapper input[type=text]:focus,
.modal-wrap .modal-box .gform_wrapper textarea:focus {
  border: 1px solid #0f4871;
  background: #ededee;
}
.modal-wrap .modal-box .gform_confirmation_message {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  color: #f6c630;
}
.modal-wrap .modal-box a.modal-banish {
  font-size: 18px;
  color: #0a4570;
}
.modal-wrap .modal-box a.modal-banish:hover {
  color: #f6c630;
}
.modal-wrap .modal-box.confirmation p,
.modal-wrap .modal-box.confirmation .modal-banish {
  display: none;
}
#footer-alert {
  position: fixed;
  z-index: 9999;
  background: #0f4871;
  width: 100%;
  bottom: 0;
  height: auto;
  padding: 20px 10px 20px 10px;
  color: #fff;
  box-shadow: 0px -3px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px -3px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px -3px 1px rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
}
#footer-alert a {
  color: #f6c630;
}
#footer-alert a:hover {
  text-decoration: underline;
}
#footer-alert .central {
  padding: 10px 40px 10px 40px!important;
}
#footer-alert a.footer-warning-close {
  z-index: 10;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  background: #f6c630;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#footer-alert a.footer-warning-close:hover {
  background: #ededee;
}
#footer-alert a.button:hover {
  background: #15659e !important;
}
.transaction .transaction-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededee;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.transaction .transaction-item .image {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededee;
  aspect-ratio: 1;
}
.transaction .transaction-item .image img {
  width: 80%;
  height: auto;
  border: none!important;
}
.transaction .transaction-item .text {
  width: 85%;
}
.transaction .transaction-item .text h5.date {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #f6c630;
  margin-bottom: 5px;
}
.transaction .transaction-item .text h4 {
  margin-bottom: 10px!important;
  font-size: 20px!important;
}
.custom-section {
  padding: 80px 0 80px 0;
}
.custom-section.light-blue-bg {
  background: #0a4570;
  color: #fff;
}
.custom-section.light-blue-bg h2,
.custom-section.light-blue-bg h3,
.custom-section.light-blue-bg h4 {
  color: #f6c630 !important;
}
.custom-section.light-blue-bg h5.section-head {
  color: #f6c630 !important;
}
.custom-section.dark-blue-bg {
  background: #0f4871;
  color: #fff;
}
.custom-section.dark-blue-bg h2,
.custom-section.dark-blue-bg h3,
.custom-section.dark-blue-bg h4 {
  color: #f6c630 !important;
}
.custom-section.dark-blue-bg h5.section-head {
  color: #f6c630 !important;
}
.custom-section.gray-bg {
  background: #ededee;
}
.custom-section.blue-tile {
  background: url(images/blue-tile.png) repeat 0 0;
  color: #fff;
}
.custom-section.blue-tile h2,
.custom-section.blue-tile h3,
.custom-section.blue-tile h4 {
  color: #f6c630 !important;
}
.custom-section.blue-tile h5.section-head {
  color: #f6c630 !important;
}
.custom-section.photo-bg {
  color: #fff;
}
.custom-section.photo-bg h2,
.custom-section.photo-bg h3,
.custom-section.photo-bg h4 {
  color: #f6c630 !important;
}
.custom-section.photo-bg h5.section-head {
  color: #f6c630 !important;
}
.custom-section .map-wrap {
  padding: 0;
  margin-bottom: 40px;
}
.custom-section .map-wrap .acf-map {
  border: 3px solid #fff;
}
.custom-section .bio-item ul {
  padding-left: 0!important;
}
.custom-section .bio-item img {
  border: 2px solid #fff!important;
  margin-bottom: 15px!important;
}
.custom-section .bio-item h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.agenda {
  padding: 0 140px 0 140px;
}
.agenda .header-row {
  font-family: 'Cinzel', serif !important;
  font-size: 20px !important;
}
.agenda ul {
  padding-left: 0!important;
}
.agenda .frow {
  background: rgba(0, 0, 0, 0.1);
}
.agenda .frow:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 991px) {
  .bio-item-wrap {
    text-align: center !important;
  }
  .bio-item {
    display: inline-block;
    vertical-align: top;
    max-width: 400px!important;
  }
  .bio-item img {
    max-width: 200px!important;
  }
}
ul.jump-nav {
  text-align: center !important;
  margin: 0 0 40px 0!important;
  padding: 0!important;
}
ul.jump-nav li {
  display: inline-block !important;
  vertical-align: top !important;
  margin: 5px!important;
  padding: 0!important;
}
ul.jump-nav li a {
  display: block;
  padding: 10px 12px 10px 12px;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
  background: #0f4871;
  color: #f6c630 !important;
  text-decoration: none!important;
}
ul.jump-nav li a:hover {
  background: #0a4570 !important;
  color: #fff!important;
}
ul.jump-nav li i {
  display: none!important;
}

/*# sourceMappingURL=style.css.map */