/* Table of Contents

* Bootstrap
* General
* WordPress Core Classes
* Classes
* Forms
* Header
* Content
* Visual Composer Mods
* Footer

*/
/* --------------------------------------------------------- */
/* !Bootstrap */
/* --------------------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    width: 1140px; } }

/* --------------------------------------------------------- */
/* !General */
/* --------------------------------------------------------- */
body {
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  background: #1B1948; }

#site-wrapper {
  background: #FFF; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 36px;
  color: #666666;
  margin-top: 0;
  margin-bottom: 20px; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p, ul, ol {
  margin-bottom: 25px; }

p:empty {
  display: none; }

a {
  color: #0a748f;
  -webkit-transition: color .25s ease;
  transition: color .25s ease; }
  a:hover {
    text-decoration: none;
    color: #074d5f; }

a, a:active, a:focus {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none; }

img {
  max-width: 100%;
  height: auto; }

hr {
  margin-top: 20px;
  margin-bottom: 50px;
  border-color: #e1e6ea; }

blockquote {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0 0 15px; }

@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 32px; }
  blockquote {
    font-size: 34px;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 992px) {
  blockquote {
    font-size: 44px;
    line-height: 56px;
    padding-left: 30px;
    padding-right: 30px; } }

/* --------------------------------------------------------- */
/* !WordPress Core Classes */
/* --------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* --------------------------------------------------------- */
/* !Custom Classes */
/* --------------------------------------------------------- */
.btn {
  display: inline-block;
  min-width: 100px;
  position: relative;
  height: 30px;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 600;
  color: #0a748f;
  padding: 7px 12px !important;
  background: transparent;
  border: 1px solid #0a748f;
  -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
  transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
  .btn:after {
    position: absolute;
    top: -1px;
    right: -33px;
    font-family: 'dashicons';
    content: '\f345';
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border: 1px solid #0a748f;
    padding-left: 2px;
    -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
    transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
  .btn:hover {
    color: #FFF;
    background-color: #0a748f; }
    .btn:hover:after {
      color: #FFF;
      background-color: #0a748f; }

.red {
  color: #ef4923; }

.yellow {
  color: #f6b437; }

.blue {
  color: #0a748f; }

.dark-blue {
  color: #1B1948; }

.small {
  font-size: 14px;
  line-height: 24px; }

.medium {
  font-size: 16px;
  line-height: 26px; }

.large {
  font-size: 28px;
  line-height: 34px; }

.link-pdf {
  color: #666666;
  display: inline-block;
  padding-left: 20px;
  position: relative; }
  .link-pdf:before {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f1c1';
    color: #ef4923;
    font-style: normal; }
  .link-pdf:hover {
    color: #ef4923; }

.link-url {
  color: #666666;
  display: inline-block;
  padding-left: 20px;
  position: relative; }
  .link-url:before {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f0c1';
    font-style: normal; }
  .link-url:hover {
    color: #ef4923; }

@media (min-width: 768px) {
  .large {
    font-size: 36px;
    line-height: 39px; } }

/* --------------------------------------------------------- */
/* !Forms */
/* --------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="password"],
input[type="search"],
textarea {
  display: block;
  width: 100%;
  color: #999;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 11px 15px;
  outline: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="phone"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border-color: #11c1ee;
    box-shadow: 0 0 5px #0a748f; }

input[type="submit"] {
  display: inline-block;
  min-width: 100px;
  position: relative;
  height: 30px;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 600;
  color: #0a748f;
  padding: 7px 12px !important;
  background: transparent;
  border: 1px solid #0a748f;
  -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
  transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
  input[type="submit"]:after {
    position: absolute;
    top: -1px;
    right: -33px;
    font-family: 'dashicons';
    content: '\f345';
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border: 1px solid #0a748f;
    padding-left: 2px;
    -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
    transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
  input[type="submit"]:hover {
    color: #FFF;
    background-color: #0a748f; }
    input[type="submit"]:hover:after {
      color: #FFF;
      background-color: #0a748f; }

#gform_5 input[type="checkbox"], #gform_5 .checkbox-selectall {
  margin-top: -4px; }

/* --------------------------------------------------------- */
/* !Search Form */
/* --------------------------------------------------------- */
.search-form {
  position: relative; }
  .search-form input[type="search"] {
    padding-right: 55px; }
  .search-form a#searchform-close {
    display: none; }
  .search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 44px;
    height: 44px;
    background: none;
    border: none; }
    .search-form button i {
      color: #CCC;
      -webkit-transition: color .25s ease;
      transition: color .25s ease; }
    .search-form button:hover i {
      color: #0a748f; }
    .search-form button:focus {
      outline: none; }

/* --------------------------------------------------------- */
/* !Header search form */
/* --------------------------------------------------------- */
#header-search {
  display: none; }
  #header-search .search-form {
    position: relative;
    font-size: 40px;
    line-height: 40px; }
    #header-search .search-form input[type="search"] {
      padding-left: 15px;
      padding-right: 55px;
      border: none;
      border-radius: 0; }
    #header-search .search-form button {
      display: none; }
    #header-search .search-form a#searchform-close {
      display: block;
      position: absolute;
      top: 12px;
      right: 15px;
      display: block;
      text-align: center;
      background: none;
      border: none; }
      #header-search .search-form a#searchform-close i {
        color: #CCC;
        -webkit-transition: color .25s ease;
        transition: color .25s ease; }
      #header-search .search-form a#searchform-close:hover i {
        color: #ef4923; }
      #header-search .search-form a#searchform-close:focus {
        outline: none; }

/* --------------------------------------------------------- */
/* !Contact Form 7 */
/* --------------------------------------------------------- */
span.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 400;
  color: #ef4923;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25); }

div.wpcf7-response-output {
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  padding: 5px 15px;
  margin: 5px 0; }

div.wpcf7-validation-errors {
  color: #666666;
  border: none;
  background-color: #f6b437; }

div.wpcf7-mail-sent-ok {
  color: #FFF;
  border: none;
  background-color: #97cd23; }

/* --------------------------------------------------------- */
/* !Gravity Forms */
/* --------------------------------------------------------- */
/*
.gform_footer {
	position: relative;
	&:after {
		position: absolute;
		top: -1px;
		right: -33px;
		font-family: 'dashicons';
		content: '\f345';
		height: 30px;
		width: 30px;
		text-align: center;
		line-height: 29px;
		border: 1px solid $blue;
		padding-left: 2px;
		-webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;  
		transition: opacity .25s ease, color .25s ease, background-color .25s ease;
	}
}
*/
.gform_button {
  display: inline-block;
  min-width: 100px;
  position: relative;
  height: 30px;
  font-size: 15px !important;
  line-height: 15px !important;
  font-weight: 600;
  color: #0a748f;
  padding: 7px 12px !important;
  background: transparent;
  border: 1px solid #0a748f;
  -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
  transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
  .gform_button:after {
    position: absolute;
    top: -1px;
    right: -33px;
    font-family: 'dashicons';
    content: '\f345';
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border: 1px solid #0a748f;
    padding-left: 2px;
    -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
    transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
  .gform_button:hover {
    color: #FFF;
    background-color: #0a748f; }
    .gform_button:hover:after {
      color: #FFF;
      background-color: #0a748f; }

/*
* BEST Gravity Form ID:5
*/
#gform_wrapper_5, #gform_confirmation_wrapper_5 {
  padding: 5rem;
  background: #eee;
  color: #0c6984;
  margin-bottom: 10rem; }

/* --------------------------------------------------------- */
/* !Header */
/* --------------------------------------------------------- */
#site-header-wrapper {
  height: 70px; }

#site-header {
  font-size: 14px;
  position: relative;
  z-index: 999; }

#site-header.affix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%; }

#site-header.affix-bottom {
  position: absolute;
  width: 100%; }

.admin-bar #site-header.affix {
  top: 32px; }

#top-bar {
  position: relative;
  z-index: 999;
  background: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

#logo {
  float: right;
  margin-top: 10px;
  margin-right: 15px; }
  #logo img {
    width: 210px; }

#site-navigation {
  background: #0a748f; }

#site-navigation.menu-open {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.gkaiser-primary-menu-container {
  display: none;
  clear: both;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin: 0;
  padding: 10px 0; }
  .gkaiser-primary-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .gkaiser-primary-menu-container ul ul {
      font-weight: 400; }
      .gkaiser-primary-menu-container ul ul a {
        padding-left: 30px; }
      .gkaiser-primary-menu-container ul ul ul a {
        padding-left: 45px; }
      .gkaiser-primary-menu-container ul ul ul ul a {
        padding-left: 60px; }
  .gkaiser-primary-menu-container li {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    .gkaiser-primary-menu-container li.current-menu-item > a {
      color: #FFF;
      border-color: #FFF; }
  .gkaiser-primary-menu-container a {
    display: block;
    color: #b3b3b3;
    padding: 10px 15px; }
    .gkaiser-primary-menu-container a:hover {
      color: #FFF;
      text-decoration: none; }
    .gkaiser-primary-menu-container a:focus {
      text-decoration: none;
      outline: none; }
  .gkaiser-primary-menu-container > ul > li:first-child {
    border-top: none; }

#menu-toggle {
  float: left;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #FFF;
  background: #0a748f;
  cursor: pointer;
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease; }
  #menu-toggle:hover {
    text-decoration: none;
    background-color: #086177; }
  #menu-toggle:focus {
    text-decoration: none;
    outline: none; }
  #menu-toggle.active i {
    -webkit-animation-name: togglespin;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: togglespin;
    -moz-animation-duration: 1000ms;
    -moz-animation-timing-function: ease;
    -ms-animation-name: togglespin;
    -ms-animation-duration: 1000ms;
    -ms-animation-timing-function: ease;
    animation-name: togglespin;
    animation-duration: 1000ms;
    animation-timing-function: ease; }
    #menu-toggle.active i.fa-bars {
      opacity: 0; }
    #menu-toggle.active i.fa-times {
      opacity: 1; }
  #menu-toggle span {
    position: relative;
    display: block;
    width: 70px;
    height: 70px; }
    #menu-toggle span span {
      position: absolute;
      bottom: 15px;
      height: auto;
      font-size: 10px;
      font-weight: bold;
      line-height: 10px;
      text-transform: uppercase; }
  #menu-toggle i {
    position: absolute;
    top: 13px;
    left: 22px;
    -webkit-animation-name: togglespinout;
    -webkit-animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: togglespinout;
    -moz-animation-duration: 500ms;
    -moz-animation-timing-function: ease;
    -ms-animation-name: togglespinout;
    -ms-animation-duration: 500ms;
    -ms-animation-timing-function: ease;
    animation-name: togglespinout;
    animation-duration: 500ms;
    animation-timing-function: ease;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }
    #menu-toggle i.fa-times {
      opacity: 0;
      left: 24px; }

.social-buttons {
  clear: right;
  float: right;
  margin-top: 3px;
  margin-right: 15px;
  font-size: 14px; }
  .social-buttons a {
    float: left;
    margin-right: 17px;
    display: block;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 21px;
    background: #0a748f;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
    .social-buttons a:last-child {
      margin-right: 0; }
    .social-buttons a:hover {
      opacity: .8; }
    .social-buttons a i {
      color: #FFF; }
    .social-buttons a#gkaiser-search-button {
      background: transparent; }
      .social-buttons a#gkaiser-search-button i {
        color: #0a748f; }

@-ms-keyframes togglespinout {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(-360deg); } }

@-moz-keyframes togglespinout {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(-360deg); } }

@-webkit-keyframes togglespinout {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg); } }

@keyframes togglespinout {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-360deg); } }

@-ms-keyframes togglespin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes togglespin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes togglespin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes togglespin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media (min-width: 401px) {
  #logo img {
    width: 300px; } }

@media (min-width: 768px) {
  #site-header.affix-bottom {
    position: absolute;
    width: 100%; }
  #logo {
    float: left;
    margin-top: 18px;
    margin-right: 0; }
    #logo img {
      width: 314px; }
  .social-buttons {
    margin-top: 28px;
    margin-right: 32px; }
  #menu-toggle {
    margin-right: 20px;
    margin-left: 0;
    width: 252px; }
    #menu-toggle span {
      width: 252px; }
    #menu-toggle i {
      left: 114px; }
      #menu-toggle i.fa-times {
        left: 115px; }
  #site-navigation {
    background: transparent;
    max-height: none !important;
    overflow: visible; }
  .gkaiser-primary-menu-container {
    position: absolute;
    left: 0;
    z-index: 99999;
    margin: 0;
    padding: 0; }
    .gkaiser-primary-menu-container > ul > li:first-child {
      border-top: 1px solid #7bb4bd; }
    .gkaiser-primary-menu-container ul {
      width: 252px;
      font-size: 22px;
      line-height: 24px;
      font-weight: 500; }
      .gkaiser-primary-menu-container ul > li.small-menu-item {
        font-size: 15px;
        line-height: 17px; }
      .gkaiser-primary-menu-container ul ul {
        font-size: 15px;
        line-height: 17px;
        font-weight: 300; }
        .gkaiser-primary-menu-container ul ul a {
          padding-left: 25px;
          padding-right: 25px; }
        .gkaiser-primary-menu-container ul ul li.menu-item-has-children > a:after {
          position: absolute;
          right: 12px;
          top: 50%;
          font-family: 'FontAwesome';
          content: '\f105';
          font-size: 28px;
          margin-top: -9px; }
        .gkaiser-primary-menu-container ul ul ul {
          position: absolute;
          top: -1px;
          left: -9999px;
          opacity: 0; }
          .gkaiser-primary-menu-container ul ul ul a {
            background-color: #438c9f;
            padding-left: 20px;
            padding-right: 20px; }
    .gkaiser-primary-menu-container li {
      position: relative;
      border-color: #7bb4bd; }
      .gkaiser-primary-menu-container li.current-menu-item > a {
        background-color: #0a748e; }
      .gkaiser-primary-menu-container li:hover > ul {
        left: 252px;
        opacity: 1; }
    .gkaiser-primary-menu-container a {
      color: #FFF;
      padding: 15px 25px 12px;
      background-color: #4697ac;
      -webkit-transition: background-color .25s ease;
      transition: background-color .25s ease; }
      .gkaiser-primary-menu-container a:hover {
        background-color: #0a748e; } }

@media (min-width: 992px) {
  #logo img {
    width: 430px; }
  #menu-toggle {
    margin-right: 42px; }
  #header-buttons {
    font-size: 22px;
    margin-top: 18px;
    margin-right: 11px; }
    #header-buttons a {
      width: 35px;
      height: 35px;
      line-height: 36px; } }

@media (min-width: 1200px) {
  #logo img {
    width: 500px; } }

/* --------------------------------------------------------- */
/* !Footer */
/* --------------------------------------------------------- */
#site-footer {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFF;
  background-color: #1B1948; }
  #site-footer a {
    color: #FFF; }

#site-footer-upper {
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #0a748f; }

#site-footer-lower {
  padding-top: 25px;
  padding-bottom: 25px; }

#footer-contact .vertical-sep {
  margin: 0 1px; }

#footer-buttons {
  float: none;
  display: inline-block;
  margin-top: 15px;
  margin-right: 0; }
  #footer-buttons a {
    background-color: #FFF; }
    #footer-buttons a i {
      color: #212154; }

#copyright {
  font-size: 10px;
  line-height: 16px; }

@media (min-width: 768px) {
  #footer-contact {
    text-align: left; }
  #footer-buttons {
    float: right;
    margin-top: 7px; } }

/* --------------------------------------------------------- */
/* !Quotes */
/* --------------------------------------------------------- */
#gkaiser-quote-wrapper,
#gkaiser-quote-bg,
#gkaiser-quote-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

#gkaiser-quote-wrapper {
  display: none; }

#gkaiser-quote-bg {
  background: #000; }

#gkaiser-quote-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  padding-top: 70px; }
  #gkaiser-quote-container blockquote {
    font-weight: 100;
    padding-left: 40px;
    padding-right: 40px; }
  #gkaiser-quote-container cite {
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase; }

@media (max-width: 767px) {
  #gkaiser-quote-wrapper {
    display: none !important; } }

@media (min-width: 768px) {
  #gkaiser-quote-container {
    padding-left: 252px; } }

/* --------------------------------------------------------- */
/* !Content */
/* --------------------------------------------------------- */
#main {
  overflow: hidden; }

.error404 #main {
  padding: 100px 0; }

.search-results #main,
.search-no-results #main {
  padding: 100px 0; }

.search-results .search-title,
.search-no-results .search-title {
  font-weight: bold;
  margin-bottom: 0; }

.search-results p,
.search-no-results p {
  margin-bottom: 0; }

.search-results .vc_btn3-container,
.search-no-results .vc_btn3-container {
  margin-left: 0;
  margin-bottom: 0; }

.search-results article,
.search-no-results article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CCC; }

#featured-image,
.featured-image {
  min-height: 243px;
  margin-bottom: 0; }

#footer-image {
  height: 152px;
  margin-bottom: 0; }

#page-header {
  padding-bottom: 50px;
  overflow: inherit; }
  #page-header .vc_column-inner {
    padding-top: 0; }

.page-header {
  border-color: #CCC;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .page-header h1 {
    margin-bottom: 0; }

.gkaiser-page-header {
  position: relative;
  z-index: 9;
  max-width: 565px;
  margin-top: -115px; }

.gkaiser-page-title {
  position: relative;
  color: #FFF;
  text-align: center;
  padding: 46px 20px 36px;
  margin-bottom: 20px;
  background: #0a758c;
  background: -moz-linear-gradient(top, #0a738a 0%, #05536b 100%);
  background: -webkit-linear-gradient(top, #0a738a 0%, #05536b 100%);
  background: linear-gradient(to bottom, #0a738a 0%, #05536b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a758c', endColorstr='#05556d',GradientType=0 ); }
  .gkaiser-page-title:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: ' ';
    width: 100%;
    height: 8px;
    background: #ec4923; }
  .gkaiser-page-title h1, .gkaiser-page-title h2, .gkaiser-page-title h3, .gkaiser-page-title h4, .gkaiser-page-title h5, .gkaiser-page-title h6 {
    font-weight: 600;
    color: #FFF;
    margin: 0 0 10px; }
  .gkaiser-page-title h1 {
    font-size: 40px;
    line-height: 40px; }
  .gkaiser-page-title h4 {
    font-size: 20px;
    line-height: 20px; }
  .gkaiser-page-title span {
    display: block; }

.breadcrumbs {
  text-transform: uppercase;
  font-size: 12px;
  color: #969696; }
  .breadcrumbs .separator {
    color: #c9c9c9;
    margin: 0 3px; }
  .breadcrumbs a {
    color: #c9c9c9; }
    .breadcrumbs a:hover {
      color: #0a748f; }

.overflow-visible {
  overflow: visible; }

/* --------------------------------------------------------- */
/* !Post Navigation */
/* --------------------------------------------------------- */
.content-nav {
  text-align: center;
  margin-top: 55px; }

.page-numbers {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }
  .page-numbers li {
    float: left;
    margin: 0 5px; }
  .page-numbers a, .page-numbers span {
    display: block;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    color: #b3b3b3;
    border: 2px solid #e5e5e5;
    -webkit-transition: color .25s ease, border-color .25s ease;
    transition: color .25s ease, border-color .25s ease; }
    .page-numbers a:hover, .page-numbers span:hover {
      color: #0a748f;
      border-color: #0a748f; }
  .page-numbers span {
    color: #0a748f;
    border-color: #0a748f; }

.vertical-center {
  display: flex;
  align-items: center;
  justify-content: center; }

#community-partners p {
  margin-bottom: 10px; }

.fact-icons {
  background-color: #fff;
  border: 2px solid #0a748c;
  border-radius: 100px;
  margin: -85px auto 20px;
  width: 100px; }
  .fact-icons.numeric {
    width: 96px;
    height: 96px;
    border: none; }
  .fact-icons.numeric:after {
    content: '';
    display: block;
    width: 96px;
    height: 96px;
    position: relative;
    font-size: 5rem;
    left: 0px;
    top: 32px;
    text-align: center; }
  .fact-icons.numeric-0:after {
    content: '0'; }
  .fact-icons.numeric-1:after {
    content: '1'; }
  .fact-icons.numeric-2:after {
    content: '2'; }
  .fact-icons.numeric-3:after {
    content: '3'; }
  .fact-icons.numeric-4:after {
    content: '4'; }
  .fact-icons.numeric-5:after {
    content: '5'; }
  .fact-icons.numeric-6:after {
    content: '6'; }
  .fact-icons.red {
    background-color: #ef4923;
    color: #fff; }
  .fact-icons.dark_blue {
    background-color: #1B1948;
    color: #fff; }
  .fact-icons.yellow {
    background-color: #f6b437;
    color: #fff; }
  .fact-icons.blue {
    background-color: #0a748f;
    color: #fff; }

@media (min-width: 768px) {
  .margin-bottom-large {
    margin-bottom: 165px; }
  #featured-image,
  .featured-image {
    min-height: 343px; }
  #footer-image {
    height: 252px; }
  .gkaiser-page-title {
    padding: 56px 20px 46px; }
    .gkaiser-page-title h1 {
      font-size: 50px;
      line-height: 50px; }
  .border-left {
    border-left: 1px solid #808080; } }

@media (min-width: 992px) {
  #featured-image,
  .featured-image {
    min-height: 443px; }
  .gkaiser-page-title {
    padding: 66px 30px 56px; }
    .gkaiser-page-title h1 {
      font-size: 60px;
      line-height: 60px; } }

#comments {
  border-top: 2px solid #e5e5e5;
  padding-top: 35px;
  margin-top: 50px; }

.comments-title {
  display: block;
  font-weight: 400;
  color: #666666;
  margin-bottom: 40px; }
  .comments-title i {
    display: block;
    float: left;
    color: #999;
    margin-top: 5px;
    margin-right: 10px; }

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .comment-list .comment-wrapper {
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0; }
  .comment-list .comment-container {
    position: relative;
    padding-left: 100px; }
  .comment-list .avatar {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px; }
  .comment-list .comment-heading {
    margin-bottom: 14px; }
  .comment-list .comment-author {
    font-weight: 700;
    margin-right: 10px; }
  .comment-list .comment-date {
    color: #999; }
  .comment-list .comment-edit-link {
    font-size: 14px;
    margin-left: 10px; }
  .comment-list .comment-reply-link {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    background-color: transparent;
    border: 2px solid #e5e5e5;
    padding: 12px 27px;
    border-radius: 5px;
    -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    font-weight: 700;
    text-transform: uppercase; }
    .comment-list .comment-reply-link:hover {
      text-decoration: none;
      color: #FFF;
      background-color: #0a748f;
      border-color: #0a748f; }
  .comment-list .comment-awaiting-moderation {
    color: #ef4923; }
  .comment-list ol {
    list-style: none;
    padding: 0;
    margin: 0; }
    .comment-list ol .comment-wrapper {
      padding-left: 100px; }
  .comment-list ol ol .comment-wrapper {
    padding-left: 200px; }
  .comment-list ol ol ol .comment-wrapper {
    padding-left: 300px; }

/* --------------------------------------------------------- */
/* !Respond */
/* --------------------------------------------------------- */
#respond {
  padding-top: 45px; }

.comment-list + #respond {
  padding-top: 65px; }

#reply-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase; }

.logged-in-as a:first-child {
  font-weight: 400;
  color: #97cd23; }
  .logged-in-as a:first-child:hover {
    color: #87b71f; }

#commentform p {
  margin-bottom: 20px; }

#commentform label {
  display: none; }

/* --------------------------------------------------------- */
/* !Widgets */
/* --------------------------------------------------------- */
.widget {
  margin-bottom: 62px; }
  .widget.large-margin {
    margin-bottom: 82px; }
  .widget.medium-margin {
    margin-bottom: 42px; }
  .widget.small-margin {
    margin-bottom: 22px; }
  .widget.no-margin {
    margin-bottom: 0; }
  .widget ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .widget li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    .widget li:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .widget a {
    color: #666666; }
    .widget a:hover {
      text-decoration: none; }

.widget-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 18px; }

#footer-widgets .widget li {
  border-color: #666; }

#footer-widgets .widget-title {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  padding-bottom: 14px;
  margin-bottom: 12px; }

/* --------------------------------------------------------- */
/* !PropertyHub Contact Widget */
/* --------------------------------------------------------- */
.gkaiser-contact-widget ul {
  margin-top: 23px; }

.gkaiser-contact-widget li {
  padding-bottom: 23px;
  margin-bottom: 23px; }

.gkaiser-contact-widget i {
  margin-right: 6px; }

#footer-widgets .gkaiser-contact-widget i {
  margin-right: 6px; }

#footer-widgets .gkaiser-contact-widget a {
  color: #CCC; }

/* --------------------------------------------------------- */
/* !Categories Widget */
/* --------------------------------------------------------- */
.widget_categories li {
  padding-bottom: 10px;
  margin-bottom: 10px; }

.widget_categories a {
  position: relative;
  display: block;
  font-weight: 400;
  color: #999;
  padding: 2px 50px 2px 10px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  .widget_categories a:hover {
    color: #0a748f;
    padding-left: 0; }
    .widget_categories a:hover span {
      color: #FFF;
      background-color: #0a748f;
      border-color: #0a748f; }

.widget_categories span {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  min-width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  background: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: background-color .25s ease, border-color .25s ease, right .25s ease;
  transition: background-color .25s ease, border-color .25s ease, right .25s ease; }

/* --------------------------------------------------------- */
/* !Tag Cloud Widget */
/* --------------------------------------------------------- */
.widget_tag_cloud .tagcloud {
  margin-right: -10px;
  margin-bottom: -10px; }

.widget_tag_cloud a {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  color: #999;
  background-color: transparent;
  border: 2px solid #e5e5e5;
  padding: 12px 27px;
  border-radius: 5px;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  font-weight: 400;
  padding: 10px;
  margin: 0 10px 10px 0; }
  .widget_tag_cloud a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #0a748f;
    border-color: #0a748f; }

/* --------------------------------------------------------- */
/* !Metaphor Social Widget */
/* --------------------------------------------------------- */
.mtphr-social-widget i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 24px;
  color: #0a748f;
  background: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding-left: 1px;
  -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
  transition: color .25s ease, background-color .25s ease, border-color .25s ease; }

.mtphr-social-widget a:hover i {
  color: #FFF;
  background-color: #0a748f;
  border-color: #0a748f; }

#footer-widgets .mtphr-social-widget i {
  color: #FFF;
  background-color: #3d3d3d;
  border-color: #3d3d3d; }

#footer-widgets .mtphr-social-widget a:hover i {
  background-color: #0a748f;
  border-color: #0a748f; }

/* --------------------------------------------------------- */
/* !Metaphor Twitter Widget */
/* --------------------------------------------------------- */
.mtphr-twitter-widget {
  font-size: 14px;
  line-height: 20px; }
  .mtphr-twitter-widget ul li.show-image {
    padding-left: 50px; }

.mtphr-twitter-widget-image {
  width: auto;
  height: auto; }
  .mtphr-twitter-widget-image i {
    width: 39px;
    height: 39px;
    font-size: 18px;
    line-height: 41px;
    color: #0a748f;
    background: transparent;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 1px; }
  .mtphr-twitter-widget-image img {
    display: block;
    width: 39px;
    height: 39px;
    line-height: 0;
    border: 2px solid #e5e5e5;
    border-radius: 5px; }

.mtphr-twitter-widget-date {
  color: #0a748f;
  margin-top: 3px; }

/* --------------------------------------------------------- */
/* !Metaphor Tabbed Posts Widget */
/* --------------------------------------------------------- */
.mtphr-tabbed-posts-widget {
  font-weight: 400; }
  .mtphr-tabbed-posts-widget table {
    border: none;
    margin-bottom: 0; }

.mtphr-tabbed-posts-link {
  border: none; }
  .mtphr-tabbed-posts-link:first-child {
    padding-right: 2px; }
  .mtphr-tabbed-posts-link:last-child {
    padding-left: 2px; }
  .mtphr-tabbed-posts-link a {
    background: #f9f9f9;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px; }
    .mtphr-tabbed-posts-link a.active {
      position: relative;
      z-index: 9;
      background: #FFF;
      padding-bottom: 14px; }

.mtphr-tabs-content-container-inner {
  border: 2px solid #e5e5e5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -2px; }

.mtphr-tabs-content {
  padding: 0 8px; }

.mtphr-tabbed-posts-content-wrapper li {
  position: relative;
  padding: 20px 9px 20px 43px;
  margin: 0; }
  .mtphr-tabbed-posts-content-wrapper li:last-child {
    padding-bottom: 20px; }

.mtphr-tabbed-posts-widget-icon {
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -10px; }
  .mtphr-tabbed-posts-widget-icon i {
    color: #999; }

.mtphr-tabbed-posts-widget-title {
  font-size: 14px;
  line-height: 20px; }

.mtphr-tabbed-posts-widget-links {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #999; }
  .mtphr-tabbed-posts-widget-links > span, .mtphr-tabbed-posts-widget-links > a {
    display: block;
    float: left;
    margin-right: 9px;
    padding-right: 9px;
    border-right: 1px solid #b8b8b8; }
    .mtphr-tabbed-posts-widget-links > span:last-child, .mtphr-tabbed-posts-widget-links > a:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
  .mtphr-tabbed-posts-widget-links a {
    font-weight: 400;
    color: #0a748f; }

.vc_row-has-fill {
  margin-left: 0;
  margin-right: 0;
  background-size: cover;
  background-position: center bottom; }

.vc_btn3-container {
  margin-left: -16px; }
  .vc_btn3-container a {
    display: inline-block;
    min-width: 100px;
    position: relative;
    height: 30px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    color: #FFF;
    padding: 7px 12px !important;
    background: transparent;
    border: 1px solid #ef4923;
    -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
    transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
    .vc_btn3-container a:after {
      position: absolute;
      top: -1px;
      right: -33px;
      font-family: 'dashicons';
      content: '\f345';
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 29px;
      border: 1px solid #ef4923;
      padding-left: 2px;
      -webkit-transition: opacity .25s ease, color .25s ease, background-color .25s ease;
      transition: opacity .25s ease, color .25s ease, background-color .25s ease; }
    .vc_btn3-container a:hover {
      color: #FFF;
      background-color: #ef4923;
      text-decoration: none; }
      .vc_btn3-container a:hover:after {
        color: #FFF;
        background-color: #ef4923; }
  .vc_btn3-container.yellow a {
    color: #f6b437;
    border-color: #f6b437; }
    .vc_btn3-container.yellow a:after {
      color: #f6b437;
      border-color: #f6b437; }
    .vc_btn3-container.yellow a:hover {
      color: #FFF;
      background-color: #f6b437; }
      .vc_btn3-container.yellow a:hover:after {
        color: #FFF;
        background-color: #f6b437; }
  .vc_btn3-container.blue a {
    color: #0a748f;
    border-color: #0a748f; }
    .vc_btn3-container.blue a:after {
      color: #0a748f;
      border-color: #0a748f; }
    .vc_btn3-container.blue a:hover {
      color: #FFF;
      background-color: #0a748f; }
      .vc_btn3-container.blue a:hover:after {
        color: #FFF;
        background-color: #0a748f; }
  .vc_btn3-container.dark-blue a {
    color: #1B1948;
    border-color: #1B1948; }
    .vc_btn3-container.dark-blue a:after {
      color: #1B1948;
      border-color: #1B1948; }
    .vc_btn3-container.dark-blue a:hover {
      color: #FFF;
      background-color: #1B1948; }
      .vc_btn3-container.dark-blue a:hover:after {
        color: #FFF;
        background-color: #1B1948; }
  .vc_btn3-container.red a {
    color: #ef4923;
    border-color: #ef4923; }
    .vc_btn3-container.red a:after {
      color: #ef4923;
      border-color: #ef4923; }
    .vc_btn3-container.red a:hover {
      color: #FFF;
      background-color: #ef4923; }
      .vc_btn3-container.red a:hover:after {
        color: #FFF;
        background-color: #ef4923; }

.gkaiser-linked-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 35px 30px;
  min-height: 200px; }
  .gkaiser-linked-block .gkaiser-linked-block-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .gkaiser-linked-block:hover .gkaiser-linked-block-overlay {
    opacity: .3; }
  .gkaiser-linked-block .gkaiser-linked-block-content {
    position: relative; }
  .gkaiser-linked-block h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF; }
  .gkaiser-linked-block .vc_btn3-container {
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0; }
    .gkaiser-linked-block .vc_btn3-container a {
      border-color: #FFF; }
      .gkaiser-linked-block .vc_btn3-container a:after {
        border-color: #FFF; }
      .gkaiser-linked-block .vc_btn3-container a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
        .gkaiser-linked-block .vc_btn3-container a:hover:after {
          background-color: rgba(255, 255, 255, 0.2); }
  .gkaiser-linked-block.gkaiser-linked-content-block {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    background: #FFF;
    margin-bottom: 10px; }
    .gkaiser-linked-block.gkaiser-linked-content-block .gkaiser-linked-block-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 300px;
      background-size: cover;
      background-position: center center; }
    .gkaiser-linked-block.gkaiser-linked-content-block .gkaiser-linked-block-wrapper {
      padding-top: 300px; }
    .gkaiser-linked-block.gkaiser-linked-content-block h3 {
      color: #0a748f; }
    .gkaiser-linked-block.gkaiser-linked-content-block .vc_btn3-container {
      margin-left: 0;
      position: inherit;
      bottom: auto;
      left: auto; }
      .gkaiser-linked-block.gkaiser-linked-content-block .vc_btn3-container a {
        text-align: center;
        color: #0a748f;
        border-color: #0a748f; }
        .gkaiser-linked-block.gkaiser-linked-content-block .vc_btn3-container a:after {
          color: #0a748f;
          border-color: #0a748f; }
        .gkaiser-linked-block.gkaiser-linked-content-block .vc_btn3-container a:hover {
          color: #FFF;
          background-color: #0a748f; }
          .gkaiser-linked-block.gkaiser-linked-content-block .vc_btn3-container a:hover:after {
            color: #FFF;
            background-color: #0a748f; }

.gkaiser-linked-block-content {
  width: 100%; }

.gkaiser-linked-content-block-2 {
  background: #f6b437;
  margin-bottom: 35px; }
  .gkaiser-linked-content-block-2 .gkaiser-linked-block-heading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 50px 15px; }
    .gkaiser-linked-content-block-2 .gkaiser-linked-block-heading h3 {
      width: 100%;
      font-size: 22px;
      line-height: 26px;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase;
      color: #FFF;
      margin-bottom: 0; }
      .gkaiser-linked-content-block-2 .gkaiser-linked-block-heading h3 span {
        display: block; }
  .gkaiser-linked-content-block-2 .gkaiser-linked-block-content-wrapper {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    background: #FFF;
    padding: 25px 25px 60px; }
  .gkaiser-linked-content-block-2 .gkaiser-linked-block-content {
    text-align: left; }
    .gkaiser-linked-content-block-2 .gkaiser-linked-block-content p {
      margin-bottom: 20px; }
  .gkaiser-linked-content-block-2 .vc_btn3-container {
    position: absolute !important;
    bottom: 25px !important;
    margin-bottom: 0;
    margin-left: 0;
    position: inherit;
    bottom: auto;
    left: auto; }
    .gkaiser-linked-content-block-2 .vc_btn3-container a {
      text-align: center;
      color: #f6b437;
      border-color: #f6b437; }
      .gkaiser-linked-content-block-2 .vc_btn3-container a:after {
        color: #f6b437;
        border-color: #f6b437; }
      .gkaiser-linked-content-block-2 .vc_btn3-container a:hover {
        color: #FFF;
        background-color: #f6b437; }
        .gkaiser-linked-content-block-2 .vc_btn3-container a:hover:after {
          color: #FFF;
          background-color: #f6b437; }
  .gkaiser-linked-content-block-2.blue {
    background: #0a748f; }
    .gkaiser-linked-content-block-2.blue .vc_btn3-container {
      margin-bottom: 0;
      margin-left: 0; }
      .gkaiser-linked-content-block-2.blue .vc_btn3-container a {
        text-align: center;
        color: #0a748f;
        border-color: #0a748f; }
        .gkaiser-linked-content-block-2.blue .vc_btn3-container a:after {
          color: #0a748f;
          border-color: #0a748f; }
        .gkaiser-linked-content-block-2.blue .vc_btn3-container a:hover {
          color: #FFF;
          background-color: #0a748f; }
          .gkaiser-linked-content-block-2.blue .vc_btn3-container a:hover:after {
            color: #FFF;
            background-color: #0a748f; }
  .gkaiser-linked-content-block-2.dark-blue {
    background: #1B1948; }
    .gkaiser-linked-content-block-2.dark-blue .vc_btn3-container {
      margin-bottom: 0;
      margin-left: 0; }
      .gkaiser-linked-content-block-2.dark-blue .vc_btn3-container a {
        text-align: center;
        color: #1B1948;
        border-color: #1B1948; }
        .gkaiser-linked-content-block-2.dark-blue .vc_btn3-container a:after {
          color: #1B1948;
          border-color: #1B1948; }
        .gkaiser-linked-content-block-2.dark-blue .vc_btn3-container a:hover {
          color: #FFF;
          background-color: #1B1948; }
          .gkaiser-linked-content-block-2.dark-blue .vc_btn3-container a:hover:after {
            color: #FFF;
            background-color: #1B1948; }

.overlay-next > .wpb_column:last-child {
  position: relative;
  z-index: 99;
  margin-bottom: -100px; }

.gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-blue {
  padding-left: 5px;
  padding-right: 5px; }
  .gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-blue .vc_column-inner {
    border-bottom: 10px solid #0a748f; }

.gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-red {
  padding-left: 5px;
  padding-right: 5px; }
  .gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-red .vc_column-inner {
    border-bottom: 10px solid #ef4923; }

.gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-dark-blue {
  padding-left: 5px;
  padding-right: 5px; }
  .gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-dark-blue .vc_column-inner {
    border-bottom: 10px solid #1B1948; }

.gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-yellow {
  padding-left: 5px;
  padding-right: 5px; }
  .gutter-width-0 > .vc_column_container.vc_col-has-fill.border-bottom-yellow .vc_column-inner {
    border-bottom: 10px solid #f6b437; }

.vc_row.vc_column-gap-0 > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_column_container {
  padding-top: 0;
  padding-bottom: 0; }

.gkaiser-icon {
  margin-top: -85px;
  margin-bottom: 12px; }
  .gkaiser-icon .vc_icon_element-inner {
    background: #FFF;
    padding: 20px;
    border: 2px solid #0a748f !important;
    border-radius: 100px; }

.vc_col-has-fill {
  padding-left: 15px;
  padding-right: 15px; }

.content-selector {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 30px;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  opacity: .5; }
  .content-selector:hover {
    color: #FFF;
    opacity: .8; }
  .content-selector:focus {
    color: #FFF; }
  .content-selector:after {
    display: none;
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 9;
    margin-left: -21px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 21px 0 21px;
    border-color: #007bff transparent transparent transparent; }
  .content-selector.active {
    opacity: 1; }
    .content-selector.active:after {
      display: block; }
  .content-selector.small {
    font-size: 16px; }
  .content-selector.blue {
    background-color: #0a748f; }
    .content-selector.blue:after {
      border-top-color: #0a748f; }
  .content-selector.yellow {
    background-color: #f6b437; }
    .content-selector.yellow:after {
      border-top-color: #f6b437; }
  .content-selector.dark-blue {
    background-color: #1B1948; }
    .content-selector.dark-blue:after {
      border-top-color: #1B1948; }
  .content-selector.red {
    background-color: #ef4923; }
    .content-selector.red:after {
      border-top-color: #ef4923; }

.content-selection {
  display: none; }

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

@media (max-width: 767px) {
  .vc_col-has-fill,
  .vc_row-has-fill,
  .gkaiser-linked-block {
    margin-bottom: 35px; }
  .mobile-align-center * {
    text-align: center !important; } }

@media (min-width: 768px) {
  .gutter-width-0 > .vc_column_container.vc_col-has-fill,
  .gutter-width-0 > .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0; }
  .main-gutter-width-0 > .wpb_column:not(:first-child) {
    padding-left: 0; }
  .main-gutter-width-0 > .wpb_column:not(:last-child) {
    padding-right: 0; }
  .main-gutter-width-0.vc_row-no-padding .wpb_column {
    padding-left: 0;
    padding-right: 0; }
  /*
	.vc_row {
		&.vc_column-gap-0,
		&.vc_column-gap-1,
		&.vc_column-gap-2,
		&.vc_column-gap-3,
		&.vc_column-gap-4,
		&.vc_column-gap-5,
		&.vc_column-gap-10,
		&.vc_column-gap-15,
		&.vc_column-gap-20,
		&.vc_column-gap-25,
		&.vc_column-gap-30,
		&.vc_column-gap-35 {
			> .vc_column_container {
				padding-top: 0;
				padding-bottom: 0;
				> .vc_column-inner {
					padding-left: 0;
					padding-right: 0;
				}
				&:first-child > .vc_column-inner {
					padding-left: 15px;	
				}
				&:last-child > .vc_column-inner {
					padding-right: 15px;	
				}
			}
		}
	}
*/
  .overlay-next > .wpb_column {
    position: relative;
    z-index: 99;
    margin-bottom: -100px; }
  .gkaiser-linked-block.gkaiser-linked-content-block .gkaiser-linked-block-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-size: cover; }
  .gkaiser-linked-block.gkaiser-linked-content-block .gkaiser-linked-block-wrapper {
    padding-top: 0;
    padding-left: 310px; }
  .gkaiser-linked-content-block-2.negative-margin {
    margin-bottom: -120px; }
  .content-selector {
    opacity: 1;
    font-size: 16px;
    line-height: 22px; }
  .gkaiser-linked-content-block-2 .gkaiser-linked-block-heading {
    padding: 50px 15px; }
    .gkaiser-linked-content-block-2 .gkaiser-linked-block-heading h3 {
      font-size: 16px;
      line-height: 20px; } }

.wpb_layerslider_element {
  margin-bottom: 0; }

#home-slider .vc_col-has-fill {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  #home-slider .vc_col-has-fill {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .gkaiser-linked-block h3 {
    font-size: 22px;
    line-height: 26px; }
  .condensed-container {
    margin-left: 15px !important;
    margin-right: 15px !important; }
  .gkaiser-linked-block.gkaiser-linked-content-block .gkaiser-linked-block-wrapper {
    padding-left: 330px; }
  .content-selector {
    font-size: 22px;
    line-height: 26px;
    padding: 40px; }
  .gkaiser-linked-content-block-2 .gkaiser-linked-block-heading h3 {
    font-size: 22px;
    line-height: 26px; } }

@media (min-width: 1200px) {
  .condensed-container {
    margin-left: 30px !important;
    margin-right: 30px !important; }
  .gkaiser-linked-block.gkaiser-linked-content-block .gkaiser-linked-block-wrapper {
    padding-left: 360px; }
  .content-selector {
    font-size: 26px;
    line-height: 31px;
    padding: 40px; } }

/* --------------------------------------------------------- */
/* !Home */
/* --------------------------------------------------------- */
.home #main {
  padding: 0; }

.home .wpb_row {
  margin-bottom: 10px; }

#twitter-feed {
  padding: 40px 0 5px;
  background: #f6b437;
  background: -moz-linear-gradient(top, #f6b337 0%, #f29b21 100%);
  background: -webkit-linear-gradient(top, #f6b337 0%, #f29b21 100%);
  background: linear-gradient(to bottom, #f6b337 0%, #f29b21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6b437', endColorstr='#f29a22',GradientType=0 ); }
  #twitter-feed .mtphr-dnt-tick-container {
    margin: 0 -15px; }
  #twitter-feed .mtphr-dnt-twitter-tick {
    padding: 15px; }
  #twitter-feed .mtphr-dnt-twitter-tweet {
    background: rgba(255, 255, 255, 0.74);
    padding: 20px; }
  #twitter-feed .mtphr-dnt-twitter-time {
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 23px; }
    #twitter-feed .mtphr-dnt-twitter-time i {
      display: block;
      float: left;
      width: 25px;
      height: 25px;
      text-align: center;
      color: #fdeccd;
      background: #3ea9f5;
      margin-right: 10px; }
  #twitter-feed .mtphr-dnt-twitter-avatar {
    display: block;
    float: left;
    margin-right: 16px; }
  #twitter-feed .mtphr-dnt-twitter-name {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700; }
    #twitter-feed .mtphr-dnt-twitter-name a {
      color: #000; }
  #twitter-feed .mtphr-dnt-twitter-handle {
    display: block;
    font-size: 15px;
    line-height: 15px;
    color: #808080; }
  #twitter-feed .mtphr-dnt-twitter-text {
    clear: both;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding-top: 24px; }
  #twitter-feed .mtphr-dnt-twitter-links {
    padding-top: 26px;
    margin-top: 38px;
    border-top: 2px solid #808080; }
    #twitter-feed .mtphr-dnt-twitter-links a {
      margin-right: 20px;
      color: #808080; }
      #twitter-feed .mtphr-dnt-twitter-links a:hover {
        color: #0a748f; }
      #twitter-feed .mtphr-dnt-twitter-links a i {
        vertical-align: top; }

#tulsa-description {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #FFF;
  padding: 130px 0 170px; }
  #tulsa-description h1, #tulsa-description h2, #tulsa-description h3, #tulsa-description h4, #tulsa-description h5, #tulsa-description h6 {
    font-size: 20px;
    color: #FFF;
    font-weight: 700; }
  #tulsa-description .wpb_text_column {
    max-width: 650px;
    margin: 0 auto; }

/* --------------------------------------------------------- */
/* !Home Grid */
/* --------------------------------------------------------- */
.gkaiser-home-grid-wrapper {
  margin: -5px; }

.gkaiser-home-grid-item,
.gkaiser-home-grid-sizer {
  float: left;
  width: 20%; }

.gkaiser-home-grid-item {
  float: left; }
  .gkaiser-home-grid-item img {
    width: 100%;
    height: auto; }

.gkaiser-home-grid-item-2x {
  width: 40%; }

.gkaiser-home-grid-item-contents-wrapper {
  padding: 5px; }
  .gkaiser-home-grid-item-contents-wrapper.no-overlay .gkaiser-home-grid-item-overlay {
    opacity: 0; }

.gkaiser-home-grid-item-contents {
  position: relative; }

.gkaiser-home-grid-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0a748f;
  opacity: .8;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .gkaiser-home-grid-item-overlay:hover {
    opacity: 0; }

/*
#home-grid {
	a {
		opacity: 1 !important;
		cursor: default;
		img {
		}
		&:hover img {
		}
	}
}
*/
/* --------------------------------------------------------- */
/* !Home Post Grid Item */
/* --------------------------------------------------------- */
.home-post-grid-item .vc_grid-item-mini {
  padding-bottom: 10px;
  border-bottom: 9px solid #ef4923; }
  .home-post-grid-item .vc_grid-item-mini .vc_btn3-container a {
    color: #FFF;
    border: none;
    background: #ef4923; }
    .home-post-grid-item .vc_grid-item-mini .vc_btn3-container a:after {
      top: 0;
      border: none;
      background: #ef4923; }
    .home-post-grid-item .vc_grid-item-mini .vc_btn3-container a:hover {
      color: #FFF;
      background-color: #ef4923;
      opacity: .8; }
    .home-post-grid-item .vc_grid-item-mini .vc_btn3-container a:focus {
      color: #FFF;
      background: #ef4923; }

/* ZG */
.vc_gitem-post-data-source-post_title div {
    padding: 5%;
    margin-left: 20%;
    margin-right: 20%;
	background-color: rgb(239, 73, 35, .8);
}

.home-post-grid-item:first-child .vc_gitem-post-data-source-post_title div {
	background-color: rgb(10, 116, 143, .8); 
}

.home-post-grid-item:last-child .vc_gitem-post-data-source-post_title div {
    background-color: rgb(246, 180, 55, .8);
}


/* */

.home-post-grid-item:first-child .vc_grid-item-mini {
  border-color: #0a748f; }
  .home-post-grid-item:first-child .vc_grid-item-mini .vc_btn3-container a {
    background-color: #0a748f; }
    .home-post-grid-item:first-child .vc_grid-item-mini .vc_btn3-container a:after, .home-post-grid-item:first-child .vc_grid-item-mini .vc_btn3-container a:focus {
      background-color: #0a748f; }

.home-post-grid-item:last-child .vc_grid-item-mini {
  border-color: #f6b437; }
  .home-post-grid-item:last-child .vc_grid-item-mini .vc_btn3-container a {
    background-color: #f6b437; }
    .home-post-grid-item:last-child .vc_grid-item-mini .vc_btn3-container a:after, .home-post-grid-item:last-child .vc_grid-item-mini .vc_btn3-container a:focus {
      background-color: #f6b437; }

.home-post-grid-item .vc_gitem-zone-a .vc_gitem-zone-mini {
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase; }
  .home-post-grid-item .vc_gitem-zone-a .vc_gitem-zone-mini .vc_gitem-row-position-bottom {
    padding-bottom: 64px; }
  .home-post-grid-item .vc_gitem-zone-a .vc_gitem-zone-mini .wpb_content_element {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px !important; }
  .home-post-grid-item .vc_gitem-zone-a .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0; }

.home-post-grid-item .vc_gitem-zone-b .vc_gitem-row-position-top {
  background: #FFF;
  top: 10px !important;
  height: 100%; }

.home-post-grid-item .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
  padding: 20px; }

.home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini {
  font-size: 12px;
  line-height: 18px;
  color: #808080; }
  .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title {
    margin-bottom: 0; }
    .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title h3 {
      font-size: 18px;
      line-height: 18px;
      font-weight: bold;
      text-transform: uppercase;
      color: #808080;
      margin-bottom: 10px; }
  .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini p {
    margin-bottom: 15px; }
  .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem-post-data-source-post_excerpt {
    margin-bottom: 10px; }
  .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini .vc_btn3-container {
    margin-left: 0; }

.home-post-grid-item .vc_gitem-zone-c .vc_gitem-post-data-source-post_title {
  margin: 0; }
  .home-post-grid-item .vc_gitem-zone-c .vc_gitem-post-data-source-post_title h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #808080;
    margin-bottom: 10px; }

.home-post-grid-item .vc_gitem-zone-c .vc_btn3-container {
  margin-left: 0;
  margin-bottom: 0; }

.home-post-grid-item .vc_gitem-zone-c p {
  margin-bottom: 15px; }

.home-post-grid-item .vc_gitem-zone-c .what-we-are-doing {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0a748f;
  margin-top: 10px;
  margin-bottom: 8px !important; }
  .home-post-grid-item .vc_gitem-zone-c .what-we-are-doing p {
    margin-bottom: 0; }

/*
@media (max-width: 400px) {
	#twitter-feed {
		.mtphr-dnt-tick-contents {
			.mtphr-dnt-tick:nth-child(2),
			.mtphr-dnt-tick:nth-child(3) {
				display: none !important;
			}
		}
	}
}
*/
@media (max-width: 767px) {
  .home-post-grid-item .vc_gitem-zone-a .vc_gitem-zone-mini {
    display: none; }
  .home-post-grid-item .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .home-post-grid-item .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
    display: none !important;
    bottom: -100% !important; }
  #twitter-feed .mtphr-dnt-tick-contents .mtphr-dnt-tick:nth-child(2),
  #twitter-feed .mtphr-dnt-tick-contents .mtphr-dnt-tick:nth-child(3) {
    display: none !important; } }

@media (min-width: 768px) {
  .home-post-grid-item .vc_gitem-zone-c {
    display: none !important; }
  #twitter-feed .mtphr-dnt-twitter-tick {
    float: left;
    width: 33.3333%;
    padding: 5px; } }

@media (min-width: 992px) {
  #twitter-feed .mtphr-dnt-twitter-tweet {
    padding: 34px; }
  #twitter-feed .mtphr-dnt-twitter-tick {
    padding: 15px; }
  .home-post-grid-item .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
    padding: 50px; }
  .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini {
    font-size: 14px;
    line-height: 22px;
    color: #808080; }
    .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem-post-data-source-post_title h3 {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 10px; }
    .home-post-grid-item .vc_gitem-zone-b .vc_gitem-zone-mini .vc_gitem-post-data-source-post_excerpt {
      margin-bottom: 20px; } }

/* --------------------------------------------------------- */
/* !Education */
/* --------------------------------------------------------- */
.gkaiser-icon-block {
  font-size: 14px;
  line-height: 22px;
  color: #FFF; }
  .gkaiser-icon-block .wpb_single_image {
    margin-bottom: 18px; }
  .gkaiser-icon-block .vc_single_image-img {
    width: 106px; }
  .gkaiser-icon-block h1, .gkaiser-icon-block h2, .gkaiser-icon-block h3, .gkaiser-icon-block h4, .gkaiser-icon-block h5, .gkaiser-icon-block h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 10px; }

.how-we-work-icons {
  background: #efefef;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 75%, white 75%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 75%, white 75%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 75%, white 75%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */ }

@media (min-width: 768px) {
  .gkaiser-icon-block .wpb_text_column {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto; } }

.tiled-background {
  position: relative; }
  .tiled-background .vc_column_container {
    position: initial; }
  .tiled-background .graphic-before {
    content: '';
    width: 50%;
    height: 300px;
    background: #ef4923;
    position: absolute;
    left: 50%;
    top: -40px; }
  .tiled-background .graphic-after {
    width: 50%;
    height: 300px;
    background: #ef4923;
    position: absolute;
    left: 0%;
    bottom: -40px;
    z-index: 1; }

.offset-background {
  position: relative; }
  .offset-background .graphic-before {
    content: '';
    width: 2000px;
    background: #f6b437;
    position: absolute;
    left: 150px;
    top: -15px;
    bottom: -40px; }

.gkaiser-bio {
  position: relative;
  z-index: 2;
  margin-bottom: 50px; }
  .gkaiser-bio .gkaiser-bio-image {
    position: relative;
    z-index: 9;
    text-align: center;
    margin: 0 0 -50px 0; }
  .gkaiser-bio.active .gkaiser-bio-wrapper {
    height: auto; }
  .gkaiser-bio.active .gkaiser-bio-overlay {
    opacity: 0; }

.gkaiser-bio-wrapper {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  background: #FFF;
  padding: 75px 20px 45px; }
  .can-condense .gkaiser-bio-wrapper {
    height: 280px;
    overflow: hidden;
    margin-bottom: 3px; }

.gkaiser-bio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease; }

.gkaiser-bio-heading {
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0a748f;
  margin-bottom: 15px; }

.gkaiser-bio-name {
  font-weight: bold; }

.gkaiser-bio-title {
  font-weight: regular; }

.gkaiser-bio-content p {
  margin-bottom: 30px; }

.gkaiser-bio-content > *:last-child {
  margin-bottom: 0; }

.gkaiser-bio-more {
  display: block;
  font-size: 9px;
  line-height: 9px;
  color: #ef4923;
  background: #FFF;
  padding: 15px 37px;
  -webkit-transition: background-color .25s ease, color .25s ease;
  transition: background-color .25s ease, color .25s ease; }
  .gkaiser-bio-more span {
    display: block; }
    .gkaiser-bio-more span.less {
      display: none; }
  .gkaiser-bio-more i {
    display: block; }
    .gkaiser-bio-more i.fa-angle-up {
      display: none; }
  .gkaiser-bio-more:hover {
    color: #FFF;
    background: #ef4923;
    text-decoration: none; }
  .gkaiser-bio-more:focus {
    text-decoration: none;
    outline: none; }
  .gkaiser-bio.active .gkaiser-bio-more span.more {
    display: none; }
  .gkaiser-bio.active .gkaiser-bio-more span.less {
    display: block; }
  .gkaiser-bio.active .gkaiser-bio-more i.fa-angle-down {
    display: none; }
  .gkaiser-bio.active .gkaiser-bio-more i.fa-angle-up {
    display: block; }

.gkaiser-bio-more-content {
  width: 50px;
  text-align: center; }

@media (min-width: 768px) {
  .gkaiser-bio .gkaiser-bio-image {
    position: absolute;
    left: -50px;
    top: 50px;
    margin: 0; }
  .gkaiser-bio.align-right .gkaiser-bio-image {
    left: auto;
    right: -50px; }
  .gkaiser-bio.align-right .gkaiser-bio-wrapper {
    padding-right: 260px;
    padding-left: 50px; }
  .gkaiser-bio-wrapper {
    padding-top: 45px;
    padding-left: 260px;
    padding-right: 50px;
    min-height: 220px; } }

/* --------------------------------------------------------- */
/* !Team */
/* --------------------------------------------------------- */
.team-grid-block .vc_gitem-zone-b {
  font-size: 14px;
  line-height: 20px;
  color: #0a748f; }
  .team-grid-block .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
    padding: 30px 20px 20px; }
  .team-grid-block .vc_gitem-zone-b .vc_btn3-container {
    margin: 0; }
    .team-grid-block .vc_gitem-zone-b .vc_btn3-container a {
      color: #FFF;
      border: none;
      background: #0a748f; }
      .team-grid-block .vc_gitem-zone-b .vc_btn3-container a:after {
        content: '';
        display: none; }
      .team-grid-block .vc_gitem-zone-b .vc_btn3-container a:hover {
        opacity: .8; }
  @media (max-width: 767px) {
    .team-grid-block .vc_gitem-zone-b {
      display: none !important; } }

.team-grid-block .vc_gitem-zone-c .vc_gitem_row .vc_gitem-col {
  padding: 15px 0; }

.team-grid-block .vc_gitem-post-data-source-post_title {
  margin-bottom: 0; }
  .team-grid-block .vc_gitem-post-data-source-post_title h3 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0a748f;
    margin-bottom: 0; }

.team-grid-block .staff-title {
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  color: #7CB0BA; }

.team-grid-block .gkaiser-staff-tag {
  float: right;
  display: none;
  min-width: 100px;
  height: 27px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #FFF;
  margin-top: 5px;
  margin-left: 10px; }
  .team-grid-block .gkaiser-staff-tag span {
    display: block;
    color: #FFF;
    background: #0a748f;
    padding: 7px 10px; }
  .team-grid-block .gkaiser-staff-tag a {
    display: block;
    color: #FFF;
    background: #0a748f;
    padding: 7px 10px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
    .team-grid-block .gkaiser-staff-tag a:hover {
      color: #FFF;
      opacity: .8; }

.gkaiser-team-mobile-content {
  margin-top: 5px; }

@media (min-width: 768px) {
  .team-grid-block .gkaiser-staff-tag {
    display: block; }
  .team-grid-block .vc_gitem-zone-b {
    font-size: 11px;
    line-height: 14px; }
    .team-grid-block .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
      padding-top: 20px; }
  .gkaiser-team-mobile-content {
    display: none !important; } }

@media (min-width: 992px) {
  .team-grid-block .vc_gitem-zone-b {
    font-size: 12px;
    line-height: 20px; }
    .team-grid-block .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
      padding-top: 30px; } }

@media (min-width: 1200px) {
  .team-grid-block .vc_gitem-zone-b {
    font-size: 14px;
    line-height: 20px; }
    .team-grid-block .vc_gitem-zone-b .vc_gitem_row .vc_gitem-col {
      padding-right: 30px;
      padding-left: 30px; } }

/* --------------------------------------------------------- */
/* !George Kaiser */
/* --------------------------------------------------------- */
#george-kaiser {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7cb0bb+0,0a748c+100 */
  background: #7cb0bb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7cb1bb 0%, #0a738a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7cb1bb 0%, #0a738a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7cb1bb 0%, #0a738a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb0bb', endColorstr='#0a748c',GradientType=0 );
  /* IE6-9 */ }
  #george-kaiser .wpb_single_image {
    width: 100%; }
    #george-kaiser .wpb_single_image .wpb_wrapper,
    #george-kaiser .wpb_single_image .vc_single_image-wrapper,
    #george-kaiser .wpb_single_image img {
      width: 100%; }

@media (min-width: 768px) {
  #george-kaiser .wpb_single_image {
    padding-top: 40px; }
  #george-kaiser .george-kaiser-content {
    margin-bottom: -100px; } }

/* --------------------------------------------------------- */
/* !Resource */
/* --------------------------------------------------------- */
.gkaiser-resource {
  font-size: 14px;
  line-height: 24px; }

.gkaiser-resource-link .gkaiser-resource-content,
.gkaiser-resource-download .gkaiser-resource-content {
  position: relative;
  padding-left: 18px; }
  .gkaiser-resource-link .gkaiser-resource-content i,
  .gkaiser-resource-download .gkaiser-resource-content i {
    position: absolute;
    left: 0;
    top: 2px; }

.gkaiser-resource-link i {
  color: #9c9ea1; }

.gkaiser-resource-download i {
  color: #be272d; }

.gkaiser-resource-thumb {
  margin-bottom: 20px; }

.gkaiser-resource-thumb-link {
  position: relative; }
  .gkaiser-resource-thumb-link i {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 94px;
    line-height: 81px;
    color: #FFF;
    opacity: .8;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease; }
  .gkaiser-resource-thumb-link:hover i {
    opacity: 1; }

.gkaiser-resource-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }
  .gkaiser-resource-title a {
    color: #666; }
    .gkaiser-resource-title a:hover {
      color: #0a748f; }

.vc_grid .vc_pageable-load-more-btn {
  margin-top: 0; }

.vc_grid-btn-load_more {
  margin-left: 0; }
  .vc_grid-btn-load_more a.vc_btn3.vc_btn3-size-md {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #0a748f !important; }
    .vc_grid-btn-load_more a.vc_btn3.vc_btn3-size-md:after {
      display: none; }

@media (max-width: 767px) {
  .resource-grid-item {
    width: 50%;
    float: left !important; }
    .resource-grid-item:nth-child(odd) {
      clear: both; }
    .resource-grid-item img {
      width: 100%; } }

@media (max-width: 500px) {
  .resource-grid-item {
    width: 100%;
    float: none !important; }
    .resource-grid-item img {
      width: 100%; } }

/* --------------------------------------------------------- */
/* !Layerslider */
/* --------------------------------------------------------- */
/*
.ls-container,
.ls-preview {
	h4 {
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
		text-align: center;
		color: $yellow;
	}
	p {
		font-size: 37px;
		line-height: 40px;
		text-align: center;
		font-weight: 600;
		color: #FFF;
	}
}
*/
.ls-container h4,
.ls-preview h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #f6b437; }

.ls-container p,
.ls-preview p {
  font-size: 37px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #FFF; }

#home-slider > .wpb_column {
  position: relative; }
  #home-slider > .wpb_column:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    background: #FFF; }
  #home-slider > .wpb_column:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
    height: 100%;
    background: #FFF; }

@media (max-width: 767px) {
  #home-slider {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
