@font-face {
  font-family: "ibm_plex_sans";
  src: url("fonts/ibmplexsans-regular-webfont.woff2") format("woff2"),
    url("fonts/ibmplexsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibm_plex_sans";
  src: url("fonts/ibmplexsans-italic-webfont.woff2") format("woff2"),
    url("fonts/ibmplexsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ibm_plex_sans";
  src: url("fonts/ibmplexsans-medium-webfont.woff2") format("woff2"),
    url("fonts/ibmplexsans-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ibm_plex_sans";
  src: url("fonts/ibmplexsans-semibold-webfont.woff2") format("woff2"),
    url("fonts/ibmplexsans-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ibm_plex_serif";
  src: url("fonts/ibmplexserif-regular-webfont.woff2") format("woff2"),
    url("fonts/ibmplexserif-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ibm_plex_serif";
  src: url("fonts/ibmplexserif-semibold-webfont.woff2") format("woff2"),
    url("fonts/ibmplexserif-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

artice,
section,
video {
  display: block;
}

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

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #046648;
  margin-top: 0;
  margin-bottom: 28px;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #046648;
  text-decoration: none !important;
}

h1 {
  font-family: "ibm_plex_serif", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

h2 {
  font-family: "ibm_plex_serif", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-bottom: 32px;
}

.interior h2 {
  font-size: 30px;
}

.blockquote,
h3 {
  font-family: "ibm_plex_serif", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

h4 {
  font-family: "ibm_plex_serif", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #046648;
  font-size: 21px;
}

h5 {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ef8903;
  font-size: 20px;
  margin-bottom: 8px;
}

.sidebar h4,
h6 {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #046648;
  margin-bottom: 10px;
}

h3 + h5 {
  margin-top: -20px;
}

.container,
.row {
  position: relative;
}

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

ul,
ol {
  padding-left: 24px;
}

.content li {
  margin-bottom: 5px;
}

a {
  color: #046648;
  text-decoration: underline;
  cursor: pointer;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"],
.frm_final_submit,
.frm_button_submit,
.btn {
  padding: 8px 30px;
  border-width: 2px;
  border-radius: 20px;
  white-space: normal;
  font-family: "ibm_plex_serif", "Georgia", "Times New Roman", serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.btn .fa {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: middle;
  min-width: 30px;
}

.btn-primary {
  color: #046648;
  background-color: transparent;
  border-color: #046648;
}

.btn-primary:hover h3 {
  color: #046648;
}

.btn-primary:hover {
  background: #fff;
  border-color: #046648;
  color: #046648;
}
.btn-info:hover {
  background: #ef8903;
  border-color: #ef8903;
  color: #fff;
}

.btn-default {
  color: #fff;
  background-color: #046648;
  border-color: #046648;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  border-color: #047c61;
  background-color: #047c61;
  color: #fff;
}

hr {
  border-color: #ef8903;
  border-width: 3px;
  margin: 40px auto;
  clear: both;
}

.alignleft,
img.alignleft {
  margin-right: 25px;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 25px;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  text-align: center;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 15px;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.content iframe {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #2d2d2d !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #2d2d2d !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #2d2d2d !important;
}

:-ms-input-placeholder {
  color: #2d2d2d !important;
}

.search-field {
  border: 1px solid #046648;
  padding: 5px 10px;
}

.search-submit {
  background: #046648;
  border-color: #046648;
  color: #fff;
  padding: 5px 10px;
}

@media (max-width: 1399px) {
  h1 {
    font-size: 68px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 42px;
  }
  .interior h2,
  h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  .interior h2,
  h3 {
    font-size: 22px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pull-right {
    float: none !important;
  }

  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

/* ---------------------------------------------------------------------- FOR ANIMATED ITEMS STARTS  ------------------ */

.animated {
  visibility: hidden;
}
.visible {
  visibility: visible;
}

.ie8 .animated,
.ie7 .animated {
  visibility: visible;
}

body.admin-bar #navigation {
  top: 0px !important;
}
/* ---------------------------------------------------------------------- NOTIFICATION BAR ------------------ */

.notification-bar {
  background: #046648;
  text-align: center;
  padding: 7px 0;
  position: relative;
}
.notification-bar h2 {
  font-size: 15px;
  color: #fff;
  margin: 0 100px;
  font-family: "ibm_plex_sans", sans-serif;
  font-weight: bold;
}
.notification-bar h2 a {
  color: #fff;
  text-decoration: underline !important;
}
.close-notification {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 3px;
  text-decoration: none;
  font-size: 20px;
}
.close-notification:hover {
  text-decoration: none;
}

@media (min-width: 600px) {
  .notification-bar h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .notification-bar h2 {
    margin: 0;
  }
  body.admin-bar #navigation {
    top: 0px !important;
  }
}
@media (max-width: 599px) {
  .notification-bar h2 {
    font-size: 12px;
    line-height: 24px;
  }
}

/* ---------------------------------------------------------------------- TOP NAVIGATION STARTS ------------------ */

body {
  padding-top: 80px;
}
#navigation {
  min-height: 80px;
}

header.scrolled {
  /* background-color: #FBF7EE; */
  /* box-shadow: 10px 12px 21px 0 rgba(0,0,0,0.17); */
  box-shadow: 0 8px 16px rgba(62, 62, 116, 0.12);
  position: fixed;
  z-index: 100;
  transition: 1s !important;
  height: 90px;
}
header#navigation.scrolled .notification-bar {
  display: none;
}
header#navigation.scrolled .mainnav {
  margin-top: 43px;
}

header#navigation.scrolled .logo img {
  height: 74px !important;
}

header#navigation.scrolled .topnav {
  top: 0;
}

header#navigation.scrolled .calendly-link {
  font-size: 18px;
}
header#navigation.scrolled .topnav a {
  font-size: 18px;
}

#navigation {
  width: 100%;
  z-index: 9999;
  background: #fff;
  /* box-shadow:0 0 13px rgba(0,0,0,0.2); */
  position: fixed;
  top: 0;
  left: 0;
  transition: 400ms ease;
  scroll-behavior: smooth;
}

#navigation .navbar {
  margin: 0;
}

#navigation .navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  padding: 15px;
  max-width: 180px;
  height: auto;
  transition: 1s;
}
#navigation.scrolled .navbar-brand {
  max-width: 225px;
  transition: 1s !important;
}
#navigation .navbar-brand img {
  max-height: 100%;
  width: auto;
}

/*#navigation .navbar-brand.bug {display:none;width:90px;padding:15px}
#navigation.affix .navbar-brand.bug {display:block}
#navigation.affix .navbar-brand.logo {display:none}
*/
#navigation.affix .navbar-brand {
  max-width: 200px;
}

#navigation .container {
  z-index: 10;
}

#navigation .navbar-header {
  background: #fff;
}

/* NAV TOP (SEARCH/PHONE) */

#navigation .topnav {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#navigation .topnav a {
  color: #046648;
  text-decoration: none;
}
#navigation .topnav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
#navigation .topnav li {
  margin: 0 10px;
}

#navigation .phone .fa {
  background: #ef8903;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
}

#navigation .phone {
  white-space: nowrap;
}

#navigation .search {
  float: right;
  background: #fff;
  z-index: 10;
}

#navigation .search form {
  float: left;
}
#navigation .search-submit {
  display: none;
}
#navigation .search input {
  border: 0;
  line-height: 50px;
  height: 50px;
  outline: 0;
}

#navigation .search .fa {
  color: #046648;
  margin-right: 5px;
  font-size: 20px;
}

/* NAV MENU */

#navigation ul.nav .btn {
  padding: 0;
  font-size: 14px;
  margin-left: 15px;
  display: table;
}

#navigation ul.nav > li > a {
  font-weight: 500;
}

#navigation ul.nav li a {
  text-decoration: none;
  color: #046648;
  padding: 5px 15px;
}

#navigation ul.nav a:active,
#navigation ul.nav a:focus,
#navigation ul.nav a:hover,
#navigation ul.nav > .current-menu-item > a,
#navigation ul.nav > .current-menu-ancestor > a,
#navigation ul.dropdown-menu li.current-menu-item a {
  color: #046648;
  background: none;
}

#navigation ul.nav li:hover .dropdown-menu {
  display: block !important;
}

#navigation ul.nav li.btn > a {
  font-size: 14px;
}

#navigation ul.nav li.btn-primary > a {
  color: #1b863c;
}

#navigation ul.nav li.btn:hover > a {
  color: #fff;
}

#navigation ul.nav li.btn-info > a {
  color: #5697b2;
}

@media (min-width: 768px) {
  #navigation.affix {
    min-height: 80px;
    position: fixed;
    animation: fadeInDown 0.8s;
    -webkit-animation: fadeInDown 0.8s;
  }

  #navigation.affix {
    box-shadow: 20px 0 30px rgba(0, 0, 0, 0.1);
  }

  #navigation .topnav {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  #navigation .phone {
    float: right;
  }
}

#navigation ul.nav > li:nth-last-of-type(1) > a {
  padding-right: 6px;
}

@media (min-width: 1200px) {
  /* change to 768 if you change back to mobile menu on phones only */

  body {
    padding-top: 112px;
  }
  /* #navigation {min-height:112px} */

  #navigation.affix .topnav {
    display: none;
  }
  #navigation.affix .mainnav {
    margin-top: 28px;
  }

  #navigation .navbar-brand {
    padding: 20px 15px 25px;
  }
  #navigation.affix .navbar-brand {
    max-width: 240px;
    padding: 7px;
  }

  #navigation .navbar-collapse {
    float: right;
    padding-right: 0;
  }
  #navigation .navbar-nav {
    float: none;
  }

  #navigation .mainnav {
    margin-top: 50px;
  }

  #navigation .phone {
    float: none;
  }

  #navigation ul.dropdown-menu {
    border-top: 3px solid #046648;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    right: 0;
    left: 0;
    min-width: 200px;
  }
  #navigation ul.dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #046648;
    font-size: 0;
    line-height: 0;
  }

  #navigation ul.dropdown-menu li {
    padding: 0;
  }

  #navigation ul.nav ul.dropdown-menu li a {
    font-weight: 500;
    font-size: 15px;
    color: #046648;
    padding: 8px 20px;
    line-height: 1.1;
    white-space: normal;
  }

  #navigation ul.nav ul.dropdown-menu li a:hover {
    background: #046648;
    color: #fff;
  }

  #navigation ul.nav > li > a {
    padding: 10px 5px;
    font-size: 15px;
  }

  #navigation .navbar-brand {
    max-width: 280px;
  }

  #navigation ul.nav .btn {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 30px;
  }
  /* #navigation  {min-height:160px} */
  #navigation .navbar-brand {
    padding: 7px;
    max-width: 345px;
  }

  #navigation .topnav {
    top: 10px;
  }
  #navigation .mainnav {
    margin-top: 60px;
  }

  #navigation ul.nav > li > a {
    padding: 10px;
    font-size: 16px;
  }

  #navigation .phone {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1300px;
  }

  #navigation ul.nav > li > a {
    padding: 0px 14px;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1480px;
  }

  #navigation ul.nav > li > a {
    padding: 10px 18px;
    font-size: 19px;
    letter-spacing: 0.1px;
  }
}

@media only screen and (max-width: 1199px) {
  /* change to 767 if you change back to mobile menu on phones only */

  #navigation .navbar-brand {
    float: left;
    display: block;
    margin: 0px;
    padding: 0;
  }
  #navigation .logo img {
    height: 68px !important;
  }
  .navbar-toggle {
    float: right;
    margin: 3px 15px;
    padding: 0;
    border-radius: 0;
    display: block;
  }
  .navbar-toggle .icon-bar {
    background-color: #393364;
    margin: 0;
  }
  .navbar-toggle .menu-title {
    float: right;
    line-height: 1;
    text-transform: uppercase;
    color: #393364;
    font-weight: 700;
  }
  .navbar-toggle .btnwrap {
    width: 75px;
    display: inline-block;
  }

  #navigation .navbar-collapse {
    background: #046648;
    padding: 0;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
    margin: 0;
  }

  #navigation .container > .navbar-header {
    margin: 0;
  }

  #navigation ul.nav {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 40px;
  }

  #navigation ul.nav {
    padding-bottom: 15px;
  }
  #navigation ul.nav li a {
    color: #fff;
  }

  #navigation .container {
    padding: 0;
    width: 100%;
  }

  #navigation ul.nav li {
    padding: 0;
    margin: 0;
    text-align: center;
  }

  #navigation ul.nav > li.btn {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  #navigation ul.nav > li > a {
    padding: 10px;
  }

  #navigation ul.nav li .dropdown-menu {
    background-color: #046648;
    display: none;
    position: relative;
    float: none;
    border: 0;
    border-radius: 0;
  }
  #navigation ul.nav li:hover .dropdown-menu {
    display: block;
  }

  #navigation ul.nav > li br {
    display: none;
  }

  #navigation .search input {
    background: #eee;
    padding: 0;
    max-width: 150px;
  }

  #navigation .search .fa {
    margin-left: 5px;
    margin-right: 0;
  }

  #navigation ul.nav a:active,
  #navigation ul.nav a:focus,
  #navigation ul.nav a:hover,
  #navigation ul.nav > .current-menu-item > a,
  #navigation ul.nav > .current-menu-ancestor > a,
  #navigation ul.dropdown-menu li.current-menu-item a {
    color: #fff;
    background: none;
  }
}

@media (max-width: 767px) {
  #navigation .navbar-brand {
    float: none;
    margin: 0 auto;
  }

  #navigation .topnav {
    text-align: center;
    background: #eee;
    padding: 5px;
  }

  #navigation .topnav .phone {
    float: left;
  }
  #navigation .phone .fa {
    display: none;
  }

  .navbar-toggle .menu-title {
    display: none;
  }
  .navbar-toggle .btnwrap {
    width: auto;
  }
}

/* ---------------------------------------------------------------------- HOME  ------------------ */

#wrapper {
  overflow: hidden;
}

#masthead {
  padding: 75px 0;
  z-index: 1;
  background-color: #046648;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.equalHeight {
  display: table;
  width: 100%;
  min-height: 400px;
}
.equalHeight > div {
  display: table-cell;
  float: none;
}

.half-back {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 50;
  background-size: cover;
  background-position: center center;
}

.half-right.half-back,
.half-right .half-back {
  right: 0;
}

.half-left .half-back {
  left: 0;
}

.content {
  position: relative;
  z-index: 100;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section {
  position: relative;
}

.split-screen {
  padding: 0;
}

.split-screen .btn {
  margin-right: 7px;
  font-size: 15px;
  padding: 8px 20px;
}

.page-title,
.home-title,
.section-title {
  background: #ef8903;
  color: #fff;
  padding: 15px 30px 25px;
  position: relative;
  line-height: 1;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.page-title {
  margin-top: 30px;
}

.home-title {
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.section-title {
  display: inline-block;
}

.page-title span:after,
.home-title span:after,
.section-title span:after {
  content: "";
  width: 115px;
  border-bottom: 2px solid #f0c96a;
  display: block;
  position: relative;
  margin-top: 10px;
}
.green {
  background: #046648;
}
.green span:after {
  border-color: #ef8903;
}

@media (min-width: 768px) {
  .page-title span:after,
  .home-title span:after {
    width: 260px;
    border-width: 4px;
    margin-top: 30px;
  }

  .home-title {
    padding: 30px;
    width: 75%;
  }
  .page-title {
    margin-top: -40px;
    margin-left: -60px;
    padding-left: 60px;
    margin-bottom: 40px;
  }
  .section-title {
    padding: 16px 80px 28px;
    margin-left: -80px;
  }

  .split-screen .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .split-screen .content {
    padding-left: 50px;
    padding-right: 50px;
  }

  #main.interior .content {
    padding-left: 75px;
    padding-right: 60px;
  }

  .section-title {
    padding-left: 130px;
    padding-right: 130px;
    margin-left: -130px;
  }

  .home-title {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  #masthead {
    padding: 100px 0;
  }

  .home-title {
    padding: 40px 70px 60px;
  }
  .section-title {
    margin-bottom: 60px;
    font-size: 40px;
  }
  .page-title {
    padding-left: 40px;
    margin-left: -130px;
    margin-bottom: 20px;
  }

  .split-screen.half-left .content {
    padding-left: 70px;
    padding-right: 50px;
  }
  .split-screen.half-right .content {
    padding-left: 50px;
    padding-right: 70px;
  }

  .split-screen .half-back {
    width: 35%;
  }
}

@media (min-width: 1400px) {
  .home #masthead {
    padding: 210px 0;
  }
}
@media (min-width: 1456px) {
  .split-screen.half-right {
    background: #edf4f2;
  }
  .split-screen.half-right .container {
    padding-left: 100px;
  }
  .split-screen.half-right .content {
    padding-left: 75px;
    background: #fff;
  }
  .split-screen.half-right .row {
    background: #fff;
  }

  .split-screen .btn {
    font-size: 16px;
  }
}

@media (min-width: 1900px) {
  .section-title {
    padding-left: 180px;
    padding-right: 180px;
    margin-left: -180px;
  }
}

@media (max-width: 767px) {
  .section .half-back {
    position: relative;
    height: 200px;
  }

  .split-screen .container {
    margin-top: -60px;
  }

  .home-title {
    max-width: 300px;
  }
}

/* ---------------------------------------------------------------------- GENERAL PAGE CONTENT ------------------ */

#main .content {
  padding-right: 30px;
}

.section .content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  max-width: 100%;
}
.container-medium {
  width: 100%;
  max-width: 1200px;
}
.container-small {
  max-width: 980px;
  width: 100%;
}

.intro h2 {
  text-align: center;
}

.has-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.has-bg.text-white {
  color: #fff;
}

.fadeInUp {
  animation-duration: 1.2s;
}
.fadeIn {
  animation-duration: 1.2s;
}

#main.interior .content {
  padding-bottom: 60px;
}

#main .section,
#main .container {
  z-index: 10;
}

#main {
  position: relative;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.slider {
  padding: 0 50px;
  font-size: 20px;
  color: #262a62;
  line-height: 1.4;
}
.slider .slick-list {
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}
.slider .slick-slide {
  padding: 40px;
  margin-bottom: 30px;
  outline: none;
}

.slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.job-details h5 {
  font-size: 17px;
}

.panel-title {
  font-size: 28px;
}
.panel-title a {
  text-decoration: none;
  color: #1584ac;
  display: block;
}
.panel-title a.collapsed {
  color: #23285c;
}
.panel-default > .panel-heading {
  background: none;
  padding: 30px 0;
}
.panel-default {
  border: 0;
  background: none;
  box-shadow: none;
}

.panel {
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}
.panel-group {
  border-bottom: 1px solid #ddd;
}

.panel-heading .accordion-toggle:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: left;
  color: #1584ac;
  margin-right: 10px;
  width: 20px;
}
.panel-heading .accordion-toggle.collapsed:before {
  color: #23285c;
  content: "\f105";
}
.panel-body {
  border: 0 !important;
  padding: 20px 30px 50px;
}

iframe {
  max-width: 100%;
}

.readmore {
  font-family: "ibm_plex_serif";
  font-weight: bold;
}

article {
  margin-bottom: 40px;
}

.json-description {
  margin-bottom: 30px;
  margin-top: 30px;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.gform_wrapper textarea {
  background: #edf4f2;
  -webkit-appearance: none;
  border: 2px solid #edf4f2;
  color: #046648;
  font-weight: 500;
  padding: 6px 10px !important;
  height: 50px;
}

.gform_wrapper textarea:focus,
.gform_wrapper input:focus {
  outline: none !important;
  border: 2px solid #046648 !important;
  box-shadow: none;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  background: #046648;
  color: #fff;
  border-color: #046648;
}

.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:active,
.gform_wrapper .gform_footer input[type="submit"]:focus {
  background: #fff;
  color: #046648;
  border-color: #046648;
}

.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
.gform_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  select,
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.comment-form label {
  display: block;
}

.json-content {
  margin-bottom: 30px;
}
.json-list {
  margin-top: 20px;
}

.json-content p + br {
  display: none;
}

.sf-field-post-meta-location .sf-label-checkbox {
  text-transform: capitalize !important;
}

@media (min-width: 768px) {
  #main.interior .row {
    display: table;
    width: 100%;
  }
  #main.interior .content,
  #main.interior .sidebar {
    display: table-cell;
    vertical-align: top;
    float: none;
  }

  .intro .container .container {
    padding: 0 45px;
  }

  .panel-title {
    font-size: 38px;
  }
  .panel-heading .accordion-toggle:before {
    width: 30px;
  }
  .panel-body {
    padding-left: 40px;
  }

  .lead {
    font-size: 20px;
  }

  #field_3_5 {
    background: #edf4f2;
    padding: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .slider {
    font-size: 30px;
  }

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

  #main.interior .content {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .interior .content {
    padding-left: 140px;
    padding-right: 80px;
  }

  .panel-title {
    font-size: 56px;
  }
  .panel-heading .accordion-toggle:before {
    width: 40px;
  }
  .panel-body {
    padding-left: 50px;
  }

  .slider {
    margin-left: -50px;
  }

  .slider .slick-slide {
    padding: 60px 80px;
  }

  .intro .container .container {
    padding: 0 80px;
  }

  .lead {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .job-details h5 {
    font-size: 19px;
  }

  #main.interior .content {
    padding-right: 120px;
  }

  .section .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  #main.interior .content {
    padding-right: 160px;
  }
}

/* SIDEBAR */

.sidebar {
  background: #edf4f2;
  padding-bottom: 60px;
  padding-top: 60px;
}
.sidebar-inner {
  padding-left: 10px;
}
.sidebar-inner.fixed {
  position: fixed;
  top: 0;
  width: 287px;
}

@media all and (max-width: 768px) {
  .sidebar-inner.fixed {
    position: unset;
    width: auto;
  }
}

.sidebar:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 44%;
  height: 100%;
  top: 0;
  background: #edf4f2;
}

.sidebar h3 {
  margin-bottom: 10px;
}

.sidebar .widget-title {
  margin-bottom: 0;
  background: #ef8903;
  padding: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.sidebar-inner > div {
  margin-bottom: 60px;
}

.sidebar .widget {
  padding: 15px 20px 30px;
  font-size: 16px;
  margin: 0 auto 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 1.2;
}

.sidebar .btn {
  width: 100%;
}

.sidebar .button-widget a {
  display: block;
  text-decoration: none;
  color: #2d2d2d;
}

.sidebar .button-widget a:focus,
.sidebar .button-widget a:active,
.sidebar .button-widget a:hover {
  background: #046648;
  color: #fff;
}

.sidebar .button-widget h3 {
  margin-bottom: 4px;
  color: #046648;
}
.sidebar .button-widget:hover h3 {
  color: #fff;
}

.sidebar .widget ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.sidebar .widget ul li {
  margin: 0px;
  padding: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.sidebar .widget_search input {
  height: 50px;
  border: 2px solid #aaa;
}

.widget
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
.widget textarea {
  display: block;
  margin-bottom: 15px;
}
.widget
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  height: 50px;
  padding: 10px;
  background: #e7e7e7;
  width: 100%;
  border: 0;
  font-weight: bold;
}

.well:before,
.well:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.well:after {
  clear: both;
}

.sidebar .widget p:last-child {
  margin-bottom: 0;
}

.btn.cta {
  padding: 8px 30px;
  border-width: 2px;
  border-radius: 60px;
  white-space: normal;
  font-family: "ibm_plex_serif", "Georgia", "Times New Roman", serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.btn.cta span {
  color: #046648;
}
.btn h4 {
  margin-bottom: 4px;
}

.btn.cta:hover h4 {
  color: #046648;
}

.btn.cta:hover {
  background: #046648;
}

.btn.cta:hover h2, .btn.cta:hover h3,
.btn.cta:hover span {
  color: #fff;
}

.btn.cta.ctathis:hover{
  background: transparent !important;
}

.btn.ctathis:hover h2 {
  color: #ef8903 !important;
}
.btn.ctathis:focus {
  border: none;
}

.btn.ctas {
  width: auto;
  height: 45px;
  padding: 6px;
  margin-left: auto;
  margin: 0;
  display: inline-block;
}
.btn.ctathis {
  position: relative;
  bottom: 70px;
  left: 33%;
  border: none;
  background: transparent;
}

.btn.ctas h2 {
  font-size: 1em;
  padding: 4px;
  font-weight: bold;
}

.btn.ctas:hover h2 {
  color: #fff;
}

.career__positions h2 {
  margin-bottom: 10px;
}

.career__positions h3 {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #046648;
  font-size: 20px;
  margin-bottom: 8px;
}

.btn.ctas h4 {
  font-size: 1em;
  padding: 4px;
}
.btn.ctathis h4 {
  font-size: 1em;
  padding: 4px;
  font-family: Georgia;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  background: transparent;
  /* position: absolute;
    bottom: 70px;
    left: 43%; */
}
@media all and (max-width: 1200px) {
  .btn.ctathis h4 {
    position: unset;
    bottom: 0;
    left: 0;
    text-align: left;
  }
}
.btn.ctathis h4:hover {
  color: #ef8903;
  background: transparent;
}

.searchandfilter ul li {
  display: table;
}
.searchandfilter label,
.searchandfilter input {
  display: table-cell;
  vertical-align: top;
  color: #046648;
  font-weight: 500;
  font-size: 16px;
}
.searchandfilter label {
  padding-left: 10px;
}

@media (min-width: 992px) {
  .sidebar-inner {
    padding-left: 25px;
    padding-top: 150px;
  }

  .button-sidebar {
    margin-bottom: 40px;
  }

  .sidebar .widget {
    padding: 30px;
    margin-bottom: 65px;
  }

  .sidebar .button-widget {
    padding: 0 !important;
  }

  .sidebar .widget-title {
    margin-left: -90px;
    margin-top: -60px;
  }

  .sidebar .button-widget a {
    padding: 15px 30px;
  }

  .sidebar .button-widget {
    margin-left: -60px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .sidebar .button-widget a {
    padding: 15px 29px;
  }

  .btn.cta {
    padding: 20px 80px;
  }
  .btn.ctas {
    padding: 6px;
  }
}

@media (max-width: 991px) {
  #navigation.scrolled .navbar-brand {
    max-width: 180px;
  }
  .btn.cta {
    font-size: 15px;
  }
  .btn.cta h4 {
    font-size: 18px;
  }

  .sidebar h3 {
    font-size: 22px;
  }

  .job-details .alignright {
    float: none;
    margin: 0 0 10px;
    display: block;
  }
}

/* ---------------------------  Testimonials ----------------------------------------------------------------------- */

.quote hr {
  max-width: 280px;
}
.quote span {
  font-size: 21px;
  color: #046648;
}
.quote-slider {
  font-size: 22px;
  margin-bottom: 40px;
}
.quote-slider cite {
  font-style: normal;
  font-size: 22px;
}
.quote-slider .slick-slide {
  outline: none;
}
.quote-slider .slide:not(:first-child) {
  visibility: hidden;
}
.slick-initialized.quote-slider .slide {
  visibility: visible;
}

span.summit-testimonial--author {
  font-size: 20px;
  text-align: right;
  display: block;
  font-style: italic;
}
span.summit-testimonial--author:before {
  content: "\2014";
}

@media (min-width: 992px) {
  .quote-slider {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .quote-slider {
    font-size: 40px;
  }
}

/* ---------------------------------------------------------------------- FOOTER STARTS ------------------ */

#footer {
  background: #046648;
  color: #fff;
  padding: 90px 0;
  padding-top: 0px;
  position: relative;
  z-index: 100;
  font-weight: 500;
  border-top: 10px solid #046648;
}

#footer ul,
#footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer p,
#footer ul {
  margin-bottom: 24px;
}

#footer a {
  color: #fff;
  text-decoration: none;
  transition: all 0.4s;
}
#footer a:hover {
  color: #fff;
}

#footer .widget {
  margin-bottom: 30px;
}

#footer .fa {
  font-size: 18px;
  text-align: center;
  background: #ef8903;
  color: #046648;
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
}

#footer a .fa {
  color: #fff;
}

#footer .legal {
  color: #fff;
  font-size: 17px;
  text-align: center;
}

#footer .footer-nav li {
  margin-bottom: 6px;
  display: inline-block;
}

#footer .footer-social ul > li {
  margin: 0 10px 24px 0;
  position: relative;
  display: inline-block;
}
#footer .footer-social a {
  color: #046648;
  line-height: 1;
}
#footer .footer-social .fa {
  background: #ef8903;
}

#footer .footer-social span.sr-only {
  color: #fff;
  background: transparent;
  border: none;
}

@media (min-width: 768px) {
  #footer .footer-social ul > li {
    display: block;
  }
  #footer .footer-nav li {
    display: block;
  }
}
@media (min-width: 992px) {
  #footer .footer-nav {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 1400px) {
  #footer .row > div:first-child,
  #footer .row > div:nth-child(2),
  #footer .row > div:nth-child(3) {
    width: 31%;
  }
  #footer .row > div:nth-child(4) ul {
    display: flex;
  }
}

@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .footer-nav li:after {
    content: " | ";
  }
  #footer .footer-nav li:last-child:after {
    content: "";
  }
}

/* ---------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 50px;
  line-height: 50px;
  display: none;

  color: #444;
  text-align: center;
  padding: 5px;
  z-index: 999997;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollup:hover {
  opacity: 0.8;
}

/* ------------------------------------------------------------------------------------------------------ */
/*     SLICK THEME
/* ------------------------------------------------------------------------------------------------------ */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 60px;
  display: block;
  width: 40px;
  height: 80px;
  padding: 0;
  margin-top: -10px; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999;
  background: url(../images/arrows.png) 0 0 no-repeat;
  opacity: 0.8;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0px;
}
[dir="rtl"] .slick-prev {
  right: 10px;
  left: auto;
}

.slick-next {
  right: 0px;
  background-position: right top;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: 10px;
}

/* Dots */

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #046648;
  background: #fff;
  border-radius: 50%;
  background: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #71d2d9;
  border-color: #71d2d9;
}

.button-sidebar h2 {
  margin-bottom: 0;
}

.button-sidebar a:hover h2 {
  color: #fff;
}

.impact-banner {
  background: #046648;
  color: #fff;
  margin: 60px 0 57px;
}

.impact-banner .box {
  background: #046648;
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 59px 20px 70px;
  line-height: 1;
}

@media (min-width: 992px) {
  .impact-banner .box {
    float: right;
    margin: 37px 0 20px;
  }
}

@media (min-width: 1200px) {
  .impact-banner .box {
    padding: 59px 58px 70px 46px;
  }
}

.impact-banner .box span {
  font-weight: normal;
  font-family: "ibm_plex_serif", Georgia, "Times New Roman", Times, serif;
  font-size: 40px;
  color: #fff;
  text-transform: none;
  display: block;
  margin: 5px 0 0;
}

@media (min-width: 1200px) {
  .impact-banner .box span {
    font-size: 75px;
  }
}

@media (min-width: 1600px) {
  .impact-banner .box span {
    font-size: 90px;
  }
}

.impact-banner .title {
  display: inline-block;
  line-height: 1;
  font-size: 81px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0 20px 30px;
  letter-spacing: 8px;
}

.impact-banner .title span {
  display: block;
  text-transform: uppercase;
  font-size: 31px;
  color: #fff;
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  position: relative;
  margin: -9px 0 0 14px;
  padding: 0 0 15px;
  letter-spacing: 13px;
}

@media (min-width: 992px) {
  .impact-banner .title {
    margin: 30px 0 50px 65px;
  }
}

@media (min-width: 600px) {
  .impact-banner .title {
    font-size: 100px;
  }

  .impact-banner .title span {
    font-size: 31px;
  }
}

@media (min-width: 1200px) {
  .impact-banner .title {
    font-size: 140px;
  }

  .impact-banner .title span {
    font-size: 41px;
  }
}

@media (min-width: 1500px) {
  .impact-banner .title {
    font-size: 181px;
  }

  .impact-banner .title span {
    font-size: 61px;
  }
}

.impact-banner .title span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 4px solid;
  width: 94%;
}

.text-big {
  font-size: 20px;
  margin: 69px 0 0;
  line-height: 1.45;
}

/* ------------------------------------------------------------------------------------------------------ */
/*     Bios
/* ------------------------------------------------------------------------------------------------------ */

.bio-intro {
  font-size: 20px;
  margin: 65px 0 80px;
  line-height: 1.3;
}

.bio {
  margin-bottom: 65px;
}

@media (min-width: 768px) {
  .bio .col-sm-5 {
    width: 40%;
  }

  .bio .col-sm-7 {
    width: 60%;
  }
}

.bio h2 {
  margin: 0 0 9px;
}

.bio img {
  margin: 6px 0 15px;
}

.bio h3 {
  font-size: 18px;
  color: #046648;
  margin: 0 0 24px;
}

.bio .fa {
  text-align: center;
  background: #ef8903;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  width: 25px;
  height: 25px;
  font-size: 13px;
}
.bio .fa-linkedin {
  background: #ef8903;
}

.bio .links {
  margin: 0 0 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .bio .links {
    margin-bottom: 50px;
  }
}

.bio .links li {
  list-style-type: none;
  margin: 0 10px 0 0;
}

.bio .toggle {
  color: #2d2d2d;
  display: block;
  text-decoration: none;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
  position: relative;
}

.bio .toggle::after {
  content: "+";
  color: #046648;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
}

.bio .toggle[aria-expanded="true"]::after {
  content: "-";
}

.bio-content {
  padding-top: 30px;
}

/* comment section */
#comments h2 {
  font-size: 20px;
  color: #2a2e2e !important;
  font-weight: 700;
  line-height: 30px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  margin-bottom: 10px;
}
#comments .comment-respond h3 {
  font-size: 22px;
  color: #2d2d2d;
  font-family: arial;
  font-weight: normal;
  margin-bottom: 10px;
}
#comments .comment-respond form.comment-form {
  display: flex;
  flex-direction: column;
  position: relative;
}
#comments .comment-respond form.comment-form p.comment-form-author {
  order: 1;
  width: 49%;
  margin-right: 10px;
  margin-bottom: 10px;
}
#comments .comment-respond form.comment-form p.comment-form-email {
  order: 2;
  width: 49%;
  margin-bottom: 10px;
  position: absolute;
  left: auto;
  right: 0;
  margin: auto;
  display: block;
  top: auto;
  bottom: 75%;
}
@media all and (max-width: 1199px) {
  #comments .comment-respond form.comment-form p.comment-form-email {
    bottom: 71%;
  }
}
@media all and (max-width: 767px) {
  #comments .comment-respond form.comment-form p.comment-form-email {
    position: unset;
    margin: 0;
    width: 100%;
  }
  #comments .comment-respond form.comment-form p.comment-form-author {
    width: 100%;
  }
}
#comments .comment-respond form.comment-form p.comment-form-comment {
  order: 4;
}
#comments .comment-respond form.comment-form p.form-submit {
  order: 5;
}
#comments .comment-respond form.comment-form p.comment-form-comment textarea {
  width: 100%;
  border: 2px solid #e7e9ee;
  border-radius: 0px;
  padding: 10px;
  background: #edf4f2;
  -webkit-appearance: none;
  border: 2px solid #edf4f2;
  color: #046648;
  font-weight: 500;
  padding: 6px 10px !important;
  height: auto;
}
#comments .comment-respond form.comment-form p label span {
  display: none;
}
#comments .comment-respond form.comment-form p input:focus {
  outline: none;
}

#comments .comment-respond form.comment-form p.comment-form-author input {
  width: 100%;
  border: 2px solid #e7e9ee;
  border-radius: 0px;
  padding: 10px;
  background: #edf4f2;
  -webkit-appearance: none;
  border: 2px solid #edf4f2;
  color: #046648;
  font-weight: 500;
  padding: 6px 10px !important;
  height: auto;
}
/* #comments .commend-respond form.comment-form div{
	display: flex;
	flex-wrap: wrap;
} */
.forming {
  display: flex;
}
@media all and (max-width: 570px) {
  .forming {
    display: block;
  }
  #comments .comment-respond form.comment-form p.comment-form-author {
    order: 1;
    width: 100%;
    margin-right: 0px;
  }
  #comments .comment-respond form.comment-form p.comment-form-email {
    order: 2;
    width: 100%;
  }
}

#comments .comment-respond form.comment-form p.comment-form-email input {
  width: 100%;
  border: 2px solid #e7e9ee;
  border-radius: 0px;
  padding: 10px;
  background: #edf4f2;
  -webkit-appearance: none;
  border: 2px solid #edf4f2;
  color: #046648;
  font-weight: 500;
  padding: 6px 10px !important;
  height: auto;
}
#comments .comment-respond form.comment-form p.comment-form-url {
  width: 100%;
  border: 2px solid #e7e9ee;
  border-radius: 0px;
  padding: 10px;
  background: #edf4f2;
  -webkit-appearance: none;
  border: 2px solid #edf4f2;
  color: #046648;
  font-weight: 500;
  padding: 6px 10px !important;
  height: auto;
  /* display: none; */
}

#comments
  .comment-respond
  form.comment-form
  p.comment-form-comment
  textarea:focus {
  outline: none;
}

#comments .comment-respond form.comment-form p.form-submit input {
  padding: 8px 30px;
  border-width: 2px;
  border-radius: 20px;
  white-space: normal;
  font-family: "ibm_plex_serif", "Georgia", "Times New Roman", serif;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  color: #fff;
  background-color: #046648;
  border-color: #046648;
}
#comments .comment-respond form.comment-form p.form-submit input:focus {
  outline: none;
}
#comments ol {
  list-style: none;
  padding: 0;
}
#comments ol.head-comment li article {
  position: relative;
}

#comments ol.head-comment li article img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
#comments ol.head-comment li article h4 {
  font-size: 18px;
  line-height: 28px;
  color: #2a2e2e;
  margin-bottom: 15px;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 80px;
  right: auto;
  margin: auto;
}
#comments ol.head-comment li article time {
  margin-left: 17px;
}

/* share buttons */
.at-style-responsive .at-share-btn {
  padding: 2px !important;
  border-radius: 3px !important;
  margin: 0 2px !important;
}
.at-resp-share-element .at-share-btn .at-label {
  font-size: 12px !important;
  line-height: 23px !important;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  padding: 0 8px 0 0 !important;
}
.at-resp-share-element .at-share-btn:focus,
.at-resp-share-element .at-share-btn:hover {
  outline: none;
}
.share-buttons {
  padding: 0;
}
.SHARE-THIS-STORY {
  font-size: 1em !important;
  margin: 0 0 10px 0 !important;
  display: inline-block !important;
  line-height: 1.2 !important;
  font-size: 9pt !important;
  font-weight: 700 !important;
  color: #046648 !important;
}
.sharedaddy
  .robots-nocontent.sd-block.sd-social.sd-social-icon-text.sd-sharing {
  display: none;
}

/*//// CSS Added by Annapurna ///////*/
#navigation .calendly-link {
  border-left: 3px solid #ef8903;
  font-size: 20px;
  padding: 0px 10px;
}
#navigation .calendly-link:first-child {
  border-left: 0px solid #046648;
}
#navigation .calendly-link.rightgap {
  padding-right: 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow-y: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #fefefe;*/
  margin: auto;
  padding: 0;
  /*border: 1px solid #888;*/
  width: 70%;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  color: #ef8903;
  float: right;
  font-size: 35px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: 135px;
  top: 90px;
  z-index: 9999;
  border-radius: 50%;
  padding: 0px;
  margin: 0px;
}
.commer {
  /* height: 324px;
	 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.close.closeee {
  top: 9%;
}
.close.closing {
  top: 20px;
  right: 0px;
}

@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .modal-content {
    width: 66%;
  }
}
@media only screen and (min-width: 1224px) {
  .modal-content {
    width: 70%;
  }
}
@media only screen and (min-width: 1500px) {
  .modal-content {
    width: 70%;
  }
}
@media only screen and (min-width: 1670px) {
  .modal-content {
    width: 66%;
  }
}
@media all and (max-width: 1441px) {
  .modal-content {
    width: 75%;
  }
  /*.close{
		right: 7%;
    	top: 14%;
	}
	.close.closing {
	    top: 5%;
	    right: 9%;
	}*/
}
@media all and (max-width: 1399px) {
  .modal-content {
    width: 77%;
  }
  /*.close {
		right: 7%;
    	top: 14%;
	}
	.close.closing {
	    top: 5%;
	    right: 9%;
	}*/
}
@media (min-width: 1280px) and (max-width: 1398px) {
  .modal-content {
    width: 74%;
  }
  /*.close.closing{
	    top: 30px;
	    right: 12%;
	}*/
}
@media screen and (min-width: 1920px) and (max-width: 2560px) {
  .modal-content {
    width: 56%;
  }
  /*.close{
    	top: 14%;
    	right: 30%;
	}
	.close.closing {
	    top: 5%;
	    right: 20%;
	}*/
}
@media screen and (min-width: 2880px) {
  .modal-content {
    width: 37%;
  }
}
@media screen and (min-width: 3840px) {
  .modal-content {
    width: 28%;
  }
  /*.close{
    	top: 14%;
    	right: 30%;
	}
	.close.closing {
	    top: 5%;
	    right: 20%;
	}*/
}

video {
  margin: auto;
  background: rgba(0, 0, 0, 0.85);
  width: 800px;
  height: 550px;
}

@media all and (max-width: 1024px) {
  video {
    width: 520px;
    height: 550px;
  }
}

@media all and (max-width: 767px) {
  video {
    width: 375px;
    height: auto;
  }
}

.close:hover {
  color: #046648;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
.modal-header {
  padding: 5px 20px;
  /*background-color: #5cb85c;*/
  color: #ef8903;
}
.modal-body {
  padding: 30px 20px;
  position: relative;
}

@media (max-width: 767px) {
  #navigation .topnav .phone {
    float: left;
  }
  #navigation .calendly-link {
    border-left: 3px solid #046648;
    font-size: 14px;
    padding: 0px 3px;
  }
  /*#navigation .calendly-link:first-child {
	  	border-left: 0px solid #046648;
	}*/
  #navigation .calendly-link.rightgap {
    padding-right: 0px;
  }
  .modal-content {
    width: 100%;
  }
}

.ctas {
  /* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; */
}

.cta-side {
  margin-left: -60px;
  margin-bottom: 50px;
  /* position: sticky;
	top: 0; */
}
.sub_cta {
  font-size: 16px;
  margin: 0 auto 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  line-height: 1.2;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
}
.sub_cta a {
  text-decoration: none;
}

.sub_cta a h3 {
  margin-bottom: 4px;
  color: #046648;
  font-size: 25px;
}

/* new css code regarding cta's */
.bannerhome_cta {
  z-index: 100;
  position: relative;
  visibility: visible;
  top: 80px;
  left: 120px;
}
@media all and (max-width: 1399px) {
  .bannerhome_cta {
    top: 30px;
  }
}
.bannerhome_cta a {
  z-index: 100;
  visibility: visible;
  color: white;
  padding: 5px 20px 5px 25px;
  position: relative;
  background-color: #046648;
  text-decoration: none;
  font-family: "ibm_plex_serif", Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.bannerhome_cta a:hover {
  color: #046648;
  background: #fff;
}
.bannerhome_cta a::before {
  position: absolute;
  content: "\f144";
  width: 60px;
  height: 32px;
  font-family: "FontAwesome";
  /* border: 1px solid red; */
  /* left: -15px; */
  font-size: 60px;
  /* top: 100%; */
  bottom: 37px;
  right: 272px;
}

.federal_row h6 {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* or 160% */
  color: #2d2d2d;
}
.federal_row p {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  /* or 212% */
  color: #2d2d2d;
}

.homesec {
  padding-left: 70px;
  padding-right: 50px;
}

.homesec h6 {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
  /* or 110% */
  color: #046648;
  text-transform: capitalize;
}
.homesec p {
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  /* or 160% */
  color: #2d2d2d;
  margin-bottom: 10px;
}
.homesec a {
  font-family: Georgia;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  /* or 160% */
  text-decoration-line: underline;
  color: #046648;
  position: relative;
  display: block;
  margin: 10px 0 50px;
}
.homesec a:hover {
  color: #ef8903;
}
.blogpara p {
  display: -webkit-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.ctas .fixed {
  position: fixed;
}

.blog-head h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_img {
  width: 210px;
  height: 210px;
}
.blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.landing_page {
  padding: 50px 0;
}

.landing_page .virtualbooth_gallery {
  display: block;
  position: relative;
  width: auto;
  /* margin-left: 150px;
	margin-right: 150px;
	text-align: left;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 60px;
	margin-left: 180px;
	margin-right: 180px;
	background: rgba(255, 255, 255, .5);
	margin-top: 50px; */
}
.landing_page .virtualbooth_gallery h2 {
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 33px;
  /* or 110% */
  color: #046648;
}
.landing_page .virtualbooth_gallery .photobooth_images {
  display: flex;
}
.landing_page .virtualbooth_gallery .photobooth_images .booth_current_image {
  width: 100%;
  position: relative;
  border: 2px solid #ef8903;
  height: 380px;
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .booth_current_image
  .cta_red_bar {
  position: absolute;
  bottom: -10px;
  width: 90%;
  height: 10px;
  background-color: #e44045;
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .booth_current_image
  img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.landing_page .virtualbooth_gallery .photobooth_images .slider_images {
  width: auto;
  margin-left: 30px;
  position: relative;
}
.landing_page .virtualbooth_gallery .photobooth_images .slider_images::after,
.landing_page .virtualbooth_gallery .photobooth_images .slider_image::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 25px;
  border-right: 2px solid #046648;
  top: auto;
  bottom: 5px;
  left: 117px;
  right: auto;
}

.landing_page .virtualbooth_gallery .photobooth_images .slider_images > div {
  margin-right: 0px;
  margin-bottom: 10px;
  width: 160px;
  overflow: hidden;
  transition: easein 1s;
  transition-property: transform;
  /* border: 2px solid #ef8903; */
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  > div
  img:hover {
  transform: scale(1.1);
}

.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  > div
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  /* padding: 1px; */
  transition: transform 2s;
  cursor: pointer;
  /* border: 2px solid #ef8903; */
}
/* .landing_page .virtualbooth_gallery .photobooth_images .slider_images>div img .hoveronimage{
	box-shadow: 0px 12px 36px rgb(0 0 0 / 12%);
  } */

.landing_page .virtualbooth_gallery .photobooth_images .slider_images .photob,
.landing_page .virtualbooth_gallery .photobooth_images .slider_image .photob {
  border: 2px solid #ef8903;
  display: inline-block;
  box-sizing: border-box;
  width: 160px;
  height: 110px;
  overflow: hidden;
  position: relative;
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  .photob.redd::before,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  .photob.redd::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  > div
  img:focus,
.slick-slide,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  > div
  img:focus,
.slick-slide {
  outline: none;
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  .slick_track,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  .slick_track {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  .slick-prev,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  .slick-prev {
  width: 20px;
  height: 5px;
  /* border-radius: 5px; */
  /* box-shadow: 0 10px 10px; */
  /* background: #ffffff; */
  z-index: 999;
  /* position: absolute;
    bottom: 0;
	top: 100%;
    right: auto;
    background-image: url(../images/left_arrow.png);
    border: none;
    background-color: transparent;
    height: 35px;
    color: transparent;
    background-repeat: no-repeat;
    left: 50%; */
  left: 70px;
  top: 94%;
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  .slick-next,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  .slick-next {
  width: 20px;
  height: 5px;
  /* border-radius: 5px; */
  /* box-shadow: 0 10px 10px; */
  /* background: #ffffff; */
  z-index: 999;
  top: 94%;
  left: 120px;
  /* position: absolute;
	bottom: 0;
	top: 100%;
	right: 0px;
	background-image: url(../images/right_arrow.png);
	border: none;
	background-color: transparent;
	height: 35px;
	color: transparent;
	background-repeat: no-repeat; */
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  .slick-prev::before,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  .slick-prev::before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  /* opacity: .75; */
  color: #046648;
  background: url("../images/right.svg");
  transform: rotate(180deg);
  width: 30px;
  height: 30px;
  opacity: 1;
  filter: invert(22%) sepia(94%) saturate(904%) hue-rotate(128deg)
    brightness(99%) contrast(97%);
}
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_images
  .slick-next::before,
.landing_page
  .virtualbooth_gallery
  .photobooth_images
  .slider_image
  .slick-next::before {
  /* content: "\f178"; */
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 1;
  /* opacity: .75; */
  opacity: 1;
  background-image: url("../images/right.svg");
  width: 30px;
  height: 30px;
  color: #046648;
  filter: invert(22%) sepia(94%) saturate(904%) hue-rotate(128deg)
    brightness(99%) contrast(97%);
  /* top: 104px;
    /* transform: rotate(180deg); */
  /* left: 20px; */
}

.calendly-inline-widget {
  width: 1010px !important;
}

.landing-desktop {
  display: block;
}
.landing-mobile {
  display: none;
}
@media all and (max-width: 1300px) {
  .calendly-inline-widget {
    width: 100% !important;
  }
}

.btn:focus {
  outline: none;
  box-shadow: none;
  border: 2px solid #046648;
}
.comm-img {
  height: 355px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.mobile-navbar {
  display: none;
}
.desktop-navbar {
  display: block;
}

@media all and (max-width: 767px) {
  .mobile-navbar {
    display: block;
  }
  .desktop-navbar {
    display: none;
  }
  #navigation .logo img {
    height: 48px !important;
  }
  #navigation .topnav a {
    margin: 0 10px;
    color: #fff;
    /* color: #ef8903; */
  }
  #navigation .topnav {
    padding: 0;
  }
  #navigation .calendly-link {
    color: #ef8903;
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.2em;

    color: #ef8903;
    text-decoration: none;
  }
  nav a {
    color: white;
  }
  header#navigation.scrolled .calendly-link {
    font-size: 14px;
    padding: 0 12px;
  }
  .navbar-toggle {
    margin: 15px 15px;
  }
  #navigation .phone {
    background: #eee;
    padding: 5px;
    text-align: center;
  }
}

/* Responsive code */
@media all and (max-width: 580px) {
  .homesec {
    padding-left: 0;
    padding-right: 0;
  }
  .page-title {
    margin-top: -60px;
  }
  video {
    width: 315px;
    height: 465px;
  }
  .gform_wrapper {
    margin-bottom: 0;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"],
  .gform_wrapper .gform_page_footer input.button,
  .gform_wrapper .gform_page_footer input[type="submit"] {
    margin: 0 !important;
  }
  .home #masthead {
    padding: 45% 0 10%;
  }
  .btn.cta h4 {
    text-align: center;
  }
  #main.interior .content {
    padding-bottom: 30px;
  }
  .wow {
    bottom: 50px;
  }
  .bannerhome_cta {
    top: 0;
    left: 0px;
  }
  .bannerhome_cta img {
    width: 100% !important;
  }
  .bannerhome_cta a {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .bannerhome_cta a::before {
    font-size: 50px;
    /* top: 100%; */
    bottom: 25px;
    right: 198px;
  }
  .bannerhome_cta a {
    font-size: 16px;
  }
  .section {
    padding-bottom: 0;
  }
  /* .landing_page .virtualbooth_gallery .photobooth_images .slider_images .slick-prev{
		top: 100%;
	}
	.landing_page .virtualbooth_gallery .photobooth_images .slider_images .slick-next{
		top: 100%;
	}
	.landing_page .virtualbooth_gallery .photobooth_images .slider_images::after{
		bottom: -17px;
	} */

  .sidebar:after {
    background: transparent;
    width:auto;
  }
  .sidebar .widget {
    padding: 10px 20px;
    margin: 0 auto 20px;
  }
  .sidebar-inner > div {
    margin-bottom: 0;
  }
  .sidebar {
    padding: 10px;
  }
  .close {
    top: 30px;
    right: 30px;
  }
  .btn.ctathis {
    position: relative;
    bottom: 0;
    left: 0;
    border: none;
    background: transparent;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .landing_page .virtualbooth_gallery .photobooth_images {
    display: block;
  }
  .landing_page .virtualbooth_gallery .photobooth_images .booth_current_image {
    height: 218px;
    margin-bottom: 20px;
  }

  .landing-desktop {
    display: none;
  }
  .landing-mobile {
    display: block;
  }
  #main .content {
    padding-right: 20px;
  }
  .landing_page .virtualbooth_gallery .photobooth_images .slider_images .photob,
  .landing_page .virtualbooth_gallery .photobooth_images .slider_image .photob {
    height: 110px;
    /* width: 140px!important; */
    margin: 0 5px;
  }
  .landing_page
    .virtualbooth_gallery
    .photobooth_images
    .slider_image
    .photob
    img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .landing_page
    .virtualbooth_gallery
    .photobooth_images
    .slider_images
    .slick-prev,
  .landing_page
    .virtualbooth_gallery
    .photobooth_images
    .slider_image
    .slick-prev {
    left: 210px;
    top: 114%;
  }
  .landing_page
    .virtualbooth_gallery
    .photobooth_images
    .slider_images
    .slick-next,
  .landing_page
    .virtualbooth_gallery
    .photobooth_images
    .slider_image
    .slick-next {
    top: 114%;
    left: 254px;
  }
  .landing_page .virtualbooth_gallery .photobooth_images .slider_images::after,
  .landing_page .virtualbooth_gallery .photobooth_images .slider_image::after {
    bottom: -33px;
    left: 255px;
  }
}

@media all and (max-width: 1199px) {
  #navigation ul.nav {
    padding: 10px;
  }
  header#navigation.scrolled .mainnav {
    margin-top: 0;
  }
  #navigation .navbar-collapse {
    padding-bottom: 0;
  }
  #navigation ul.nav > li > a {
    padding: 5px;
  }
}

@media all and (max-width: 470px) {
  .close {
    top: 30px;
    right: 18px;
  }
  header#navigation.scrolled .topnav a {
    font-size: 14px;
  }
  .close.closing {
    right: 1%;
  }
  p {
    margin-bottom: 5px;
  }
  .sidebar-inner > div {
    margin-left: 0;
  }
  .sub_cta {
    margin: 0 auto 20px;
  }
  .comm-img {
    height: auto;
  }
  .blog-row {
    display: flex;
  }
  .blog_img {
    width: 130px;
    height: 130px;
  }
  .blog-head h3 {
    -webkit-line-clamp: 4;
  }
  .interior h2,
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .bannerhome_cta a::before {
    font-size: 48px;
    /* top: 100%; */
    bottom: 24px;
    right: 218px;
  }
  .bannerhome_cta a {
    font-size: 18px;
  }
}

.news-pagination {
  justify-content: center;
  text-align: center;
}
.news-pagination nav {
  display: flex;
  justify-content: center;
  text-align: center;
}
.news-pagination nav span {
  height: 30px;
  width: 30px;
  color: #ffffff;
  border-bottom: 2px solid #046648;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  box-shadow: none;
  justify-content: center;
  margin: 0 5px;
  display: flex;
  text-align: center;
  align-items: center;
  font-weight: bold;
  /* border-radius: 4px; */
  background: #046648;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */
  color: #ffffff;
  /* padding: 5px 10px; */
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
}
.news-pagination nav a {
  height: 30px;
  width: 30px;
  color: #ffffff;
  border-bottom: 2px solid #e4e4e4;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  box-shadow: none;
  justify-content: center;
  margin: 0 15px;
  display: flex;
  text-align: center;
  align-items: center;
  font-weight: bold;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  background: #e4e4e4;
  text-decoration: none;
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
}

.news-pagination nav a:hover {
  height: 30px;
  width: 30px;
  color: #ffffff;
  border-bottom: 2px solid #046648;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  box-shadow: none;
  justify-content: center;
  font-weight: bold;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  background: #046648;
  font-family: "ibm_plex_sans", Helvetica, Arial, sans-serif;
}
.news-pagination nav a.prev,
.news-pagination nav a.next {
  background: transparent;
  border: none;
  position: relative;
  margin: 0;
}
.news-pagination nav a.prev::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  font-family: "Font-Awesome";
  font-size: 14px;
  background: url("../images/prev.svg");
  background-repeat: no-repeat;
  top: 2px;
}
.news-pagination nav a.next::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 30px;
  font-family: "Font-Awesome";
  font-size: 14px;
  background: url("../images/pagination.svg");
  background-repeat: no-repeat;
  top: 2px;
}

#navigation .logo img {
  height: 88px !important;
}

.shc-footer-logo {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.img-cerft-swam img {
  width: 250px;
}
.img-cerft-sba img {
  width: 270px;
}
.img-cerft-rva img {
  width: 200px;
  margin-top: 30px;
  margin-left: 35px;
}
.img-cerft-rva a span {
  color: #fff;
  display: block;
  font-size: 11px;
  margin-left: 40px;
  font-weight: normal;
  letter-spacing: 0.5px;
}
@media all and (max-width: 767px) {
  .img-cerft-rva img {
    margin-top: 0px;
    margin-left: 0px;
  }
  .img-cerft-rva a span {
    margin-left: 0px;
  }
}
.wrapper_flex {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.wrapper_flex p {
  margin-bottom: 0px;
  margin-left: 10px;
  height: 48px;
  display: flex;
  align-items: center;
}
.wrapper_flex a {
  text-decoration: none;
  margin-left: 10px;
}
.contact_us_page .nav-tabs {
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-bottom: none;
}
.contact_us_page .nav-tabs::before,
.contact_us_page .nav-tabs::after {
  display: none;
}
.contact_us_page .nav-tabs li {
  background: #fff;
  margin: 0;
}
.contact_us_page .nav-tabs li a {
  border: none !important;
}
.contact_us_page .spacer {
  padding: 30px;
}
.contact_us_page .address_location {
  padding-left: 48px;
}
.contact_us_page .nav-tabs li a .wrapper_flex img {
  padding: 10px;
  background: #ebf9f5;
  border-radius: 50%;
}
.contact_us_page .nav-tabs li .spacer .wrapper_flex img {
  padding: 10px;
  background: #ebf9f5;
  border-radius: 50%;
}
.contact_us_page .nav-tabs .active {
  background: #ebf9f5;
  border-radius: 20px 20px 0px 0px;
}
.contact_us_page .nav-tabs .active a .wrapper_flex img {
  background: #fff;
}
.contact_us_page .nav-tabs .active .spacer .wrapper_flex img {
  background: #fff;
}
.contact_us_page .nav-tabs .active a {
  background: #ebf9f5 !important;
  border-radius: 20px 20px 0px 0px;
}
.contact_us_page .tab-content .tab-pane {
  background: #ebf9f5;
}
.contact_us_page .nav-tabs a:hover,
.contact_us_page .nav-tabs a:focus {
  background: transparent;
  border: 1px solid #ebf9f5;
}

.contact_us_page .nav-tabs p strong {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #046648;
}
.contact_us_page .nav-tabs a {
  text-decoration: none;
  padding: 30px;
}
.contact_us_page .tab-content .tab-pane iframe {
  padding: 20px;
}
.contact_us_page .tab-content {
  margin-bottom: 30px;
}
.home .modal,
.submit-your-resume .modal,
.clients .modal,
.candidate-vetting-process .modal,
.single-job .modal,
.contact-us .modal,
#calendlyModal0,
#calendlyModal1 {
  position: fixed;
  z-index: 99999;
  padding-top: 20px;
  max-width: 100%;
  width: 100%;
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .calendly-inline-widget iframe {
    height: 670px;
  }
}
@media screen and (max-width: 1199px) {
  .contact_us_page .nav-tabs {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .contact_us_page .nav-tabs {
    display: block;
  }
}
#footer .footer_batches > div:first-child {
  width: 20%;
}
#footer .footer_batches > div:first-child .img-cerft-rva img {
  margin-left: 0px;
}
.footer_batches .img-cerft-rva img {
  margin-top: 0px;
}
#footer .footer_batches > div:nth-child(2) {
  width: 25%;
}
#footer .footer_batches > div:nth-child(3) {
  width: 16%;
}
#footer .footer_batches > div:nth-child(3) .img-cerft-swam img {
  width: auto;
}
#footer .footer_batches > div:nth-child(4) {
  width: 39%;
}
.footer_batches {
  display: flex;
  align-items: baseline;
}
.footer_batches .shc-footer-logo {
  margin-bottom: 0px;
}

.footer_widget .widget {
  margin-bottom: 0px !important;
}
.footer_batches .img-cerft-rva a span {
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .footer_batches {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer_batches::before {
    display: none;
  }
  #footer .footer_batches > div:first-child {
    width: 100%;
  }
  #footer .footer_batches > div:nth-child(2) {
    width: 100%;
  }
  #footer .footer_batches > div:nth-child(3) {
    width: 100%;
  }

  #footer .footer_batches > div:nth-child(4) {
    width: 100%;
  }
  .footer_widget > div:nth-child(4) {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .footer_batches {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1536px) {
  .about-summit-human-capital .alignleft,
  img.alignleft {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .about-summit-human-capital .landing_page.landing-desktop {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .about-summit-human-capital .alignleft,
  img.alignleft {
    float: none;
    margin: auto;
    display: block;
  }
  .about-summit-human-capital .content h3 {
    margin-top: 10px;
  }
}
.footer_logo_section {
  background: #046648;
  padding: 40px 0px;
  border-bottom: 3px solid #ef8903;
}
.footer_logo_section .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  grid-gap: 30px;
}
.footer_logo_section .wrapper div a {
  display: grid;
  text-align: center;
}
.footer_logo_section .wrapper div a span {
  font-size: 11px;
}
.footer_logo_section .wrapper div a:hover {
  color: white !important;
}
#footer .footer_widget {
  padding-top: 90px;
}
.footer_logo_section .wrapper img {
  /* max-width: 200px; */
  max-height: 105px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .footer_logo_section .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer_logo_section .wrapper a {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_logo_section .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

#videoModal iframe {
  margin: auto;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 550px;
  display: block;
}

@media screen and (min-width: 992px) {
  .terms-conditions h1,
  .privacy-policy h1 {
    font-size: 50px;
  }
  .bannerhome_cta {
    left: 40px;
    top: 40px;
  }
  #myBtn img {
    width: 550px !important;
  }
  .close.closing {
    right: 20px;
  }
}

/* Added on 7-4-23 */
.mountain_listing li {
  list-style: none;
  position: relative;
  padding-left: 0;
}

.mountain_listing li:before {
  content: "hi";
  color: transparent;
  position: absolute;
  background-image: url(../images/Summit_Mountain-Graphic-fot-Bullets.svg);
  height: 20px;
  width: 100px;
  background-repeat: no-repeat;
  left: -30px;
  top: 2px;
}

.mountain_listing li ul li:before {
  display: none;
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
  #navigation .navbar-brand {
    padding: 7px;
    max-width: 245px;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1441px) {
  #navigation .navbar-brand {
    padding: 7px;
    max-width: 245px;
  }
}

.scrolled-logo {
  font-size: 18px;
  text-align: center;
  background: #ef8903;
  color: #046648;
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
}

/* Added By Bhavnish - Apr 7,2023 */

.split-screen h3 a {
  color: #fff;
}

.split-screen h3 a:hover {
  color: #046648;
}

.thin--line {
  border: 1px solid #046648;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
}
#footer a {
  font-size: 17px;
}

#footer .footer-logo img {
  height: 80px !important;
  width: auto;
}

@media screen and (max-width: 955px) {
  .calendlyModalCustom .modal-body .close {
    position: absolute;
    top: 13px !important;
    right: 11px !important;
    background: white !important;
    width: 33px !important;
    height: 35px !important;
    text-align: center !important;
  }
}

@media screen and (max-width: 1300px) {
  .calendlyModalCustom .modal-body {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .calendlyModalCustom .modal-body .close {
    top: 80px !important;
    right: 40px !important;
    background: white !important;
    width: 33px !important;
    height: 35px !important;
    text-align: center !important;
  }
}

@media screen and (min-width: 1301px) {
  .calendlyModalCustom .modal-body {
    max-width: 800px;
  }
  .calendlyModalCustom .modal-body .close {
    top: 80px !important;
    right: -145px !important;
    background: white !important;
    width: 33px !important;
    height: 35px !important;
    text-align: center !important;
  }
}

.footer_logo_section .wrapper > * {
  text-align: center;
}
#footer .footer-social ul > li {
  flex-shrink: 0;
}
