/*
	Theme Name: The HR Team
	Description: This is the theme created for thehrteam.com. It requires the Genesis Framework.
	Author: Incite Creative, Inc.
	Author URI: http://www.incitecreativeinc.com/
 
	Version: 2.1.4
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/**************************
Devices
**************************/
/**************************
Variables
**************************/
/**************************
HTML5 Reset
**************************/
/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table;
}
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
.green-white {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #8cc63e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #8cc63e));
  background: -webkit-linear-gradient(top, #ffffff 0%, #8cc63e 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #8cc63e 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #8cc63e 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #8cc63e 100%);
}
/**************************
Global
**************************/
html {
  background: #ffffff;
}
html.pum-open.pum-open-overlay-disabled body {
  padding-top: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  html.pum-open.pum-open-overlay-disabled body {
    padding-top: 92px;
  }
}
@media only screen and (max-width: 480px) {
  html.pum-open.pum-open-overlay-disabled body {
    padding-top: 92px;
  }
}
body {
  background: none !important;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
}
body p,
body td,
body tr,
body table,
body ul,
body li,
body .entry,
body div {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #000000;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
body h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  body h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body h1 {
    font-size: 40px;
  }
}
body h2 {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  body h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
body h3 {
  font-size: 40px;
  line-height: 50px;
}
body h4 {
  font-size: 30px;
}
body h5 {
  font-size: 20px;
}
body h6 {
  font-size: 20px;
}
body hr {
  margin: 30px 0;
  border-top: 2px solid #FFE6B2;
  clear: both;
}
body p {
  margin-bottom: 20px;
}
body a {
  color: #FFAA00;
  text-decoration: none;
}
body a:hover {
  color: #81b9bf;
  text-decoration: none;
}
body iframe {
  max-width: 100%;
}
body .button {
  color: #ffffff;
}
body img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body img {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  body img {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body img {
    height: auto;
  }
}
body img.centered,
body .aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem;
  text-align: center;
}
body img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
body .alignleft {
  float: left;
  text-align: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
body .alignright {
  float: right;
  text-align: right;
}
body .alignleft,
body img.alignleft,
body .wp-caption.alignleft {
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0;
}
body .alignright,
body img.alignright,
body .wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem;
}
body .padding-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body .padding-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body .padding-bottom-0 .flexCol-content {
  padding-bottom: 0 !important;
}
body .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
body .default-hidden,
body .post-edit-link {
  display: none;
}
body .social-icons .col {
  background: transparent !important;
  position: relative;
  width: 31px;
  height: 31px !important;
  display: inline-block;
  text-align: center;
  line-height: 32px !important;
  margin: 0 4px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body .social-icons .col {
    margin: 0 2px;
  }
}
body .social-icons .col span {
  display: none;
}
body .social-icons .col:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 25px;
}
body .social-icons .col.facebook {
  background: #3b5998;
}
body .social-icons .col.facebook:before {
  content: "\f09a";
  color: #3b5998;
}
body .social-icons .col.twitter {
  background: #00aced;
}
body .social-icons .col.twitter:before {
  content: "\f081";
  color: #00aced;
}
body .social-icons .col.google {
  background: #dd4b39;
}
body .social-icons .col.google:before {
  content: "\f0d5";
  color: #dd4b39;
}
body .social-icons .col.linkedin {
  background: #0077b5;
}
body .social-icons .col.linkedin:before {
  content: "\f08c";
  color: #0077b5;
}
body .social-icons .col.youtube {
  background: #bb0000;
}
body .social-icons .col.youtube:before {
  content: "\f431";
  color: #bb0000;
}
body .social-icons .col.pinterest {
  background: #cb2027;
}
body .social-icons .col.pinterest:before {
  content: "\f231";
  color: #cb2027;
}
body .social-icons .col:hover {
  text-decoration: none;
  opacity: 0.8;
}
body .wp-video {
  margin: 0 auto;
}
body .btn,
body .menu-top-menu-container ul > .menu-item.has-btn a,
body .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
body .gform_wrapper .gform_footer .gform_button,
body #gform_wrapper_1 form .gform_footer .gform_button,
body .modal-optin .modal form .gform_footer .gform_button,
.error404 .search-form input[type=submit] {
  background: #FFAA00;
  font-size: 15px;
  font-weight: 700 !important;
  padding: 5px 20px;
  line-height: 20px;
  color: #005490 !important;
  border: 2px solid #FFAA00;
  border-radius: 30px;
}
body .btn:hover,
body .menu-top-menu-container ul > .menu-item.has-btn a:hover,
body .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button:hover,
body .gform_wrapper .gform_footer .gform_button:hover,
body #gform_wrapper_1 form .gform_footer .gform_button:hover,
body .modal-optin .modal form .gform_footer .gform_button:hover,
.error404 .search-form input[type=submit]:hover {
  background: #FFE6B2;
}
@media only screen and (min-width: 1200px)  {
  body .btn,
  body .menu-top-menu-container ul > .menu-item.has-btn a,
  body .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
  body .gform_wrapper .gform_footer .gform_button,
  body #gform_wrapper_1 form .gform_footer .gform_button,
  body .modal-optin .modal form .gform_footer .gform_button,
  .error404 .search-form input[type=submit] {
    min-width: 250px;
  }
}
body .btn.btn-secondary,
body .menu-top-menu-container ul > .menu-item.has-btn a.btn-secondary,
body .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button.btn-secondary,
body .gform_wrapper .gform_footer .gform_button.btn-secondary,
body #gform_wrapper_1 form .gform_footer .gform_button.btn-secondary,
body .modal-optin .modal form .gform_footer .gform_button.btn-secondary {
  background: #cccccc;
  border: none;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .col.orange,
body .col .orange,
body .col.light-orange,
body .col .light-orange,
body .col.dark-orange,
body .col .dark-orange {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .col.orange,
body .col .orange {
  background: #FFAA00;
}
body .col.light-orange,
body .col .light-orange {
  background: #FFE6B2;
}
body .col.dark-orange,
body .col .dark-orange {
  background: #8e0038;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 20px !important;
}
#scroll-trigger {
  position: absolute;
  top: 200px;
}
/**************************
Header
**************************/
.site-header {
  background: #ffffff;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-header {
    padding: 65px 0 15px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header {
    padding: 65px 0 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .site-header {
    padding: 65px 0 15px 0;
  }
}
.site-header #top {
  max-width: 1170px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0 0 0;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-header #top {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header #top {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .site-header #top {
    padding: 0;
  }
}
.site-header #top .contact-info * {
  font-weight: 700;
}
.site-header #top .primary-email {
  padding-left: 20px;
  color: #000000;
}
.site-header #top .social-icons {
  height: auto;
  display: block;
  overflow: hidden;
}
.site-header #top .social-icons .col {
  background: none;
  height: auto;
  line-height: normal;
}
.site-header #top .phone {
  padding-left: 30px;
}
.site-header #top #site-logo {
  display: block;
}
.site-header #top #site-logo img {
  max-width: 310px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-header #top #site-logo img {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header #top #site-logo img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .site-header #top #site-logo img {
    margin: 0 auto;
  }
}
.site-header aside#header-right {
  margin-top: 30px;
  margin-bottom: 20px;
}
.site-header aside#header-right .contact-info {
  padding-top: 3px;
}
.site-header aside#header-right .pill {
  background: #FFAA00;
  padding: 3px 0;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}
.site-header aside#header-right .pill * {
  color: #000000;
  font-weight: 700;
}
.site-header aside#header-right .pill .primary-email {
  margin: 0 0 0 10px;
  padding: 0;
}
.site-header aside#header-right .pill .primary-email:before {
  content: "|";
  margin-right: 10px;
}
.site-header aside p {
  font-size: 15px;
  text-align: right;
}
.site-header aside .phone {
  display: block;
  color: #009CDB;
  font-size: 14pt;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header aside .phone {
    height: auto;
    float: none;
    clear: both;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .site-header aside .phone {
    height: auto;
    float: none;
    clear: both;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    overflow: hidden;
  }
}
.site-header + p {
  display: none;
}
#nav-primary-container {
  background: #005490;
  clear: both;
}
#nav-primary-container .nav-primary .navbar-header {
  background: #005490;
}
#nav-primary-container .nav-primary .navbar-header .navbar-brand {
  margin-left: 0 !important;
  color: #ffffff !important;
}
#nav-primary-container .nav-primary .navbar-header .navbar-brand .fas {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin: 0 7px 0 0;
}
#nav-primary-container .nav-primary .navbar-toggle {
  border: none;
  background-color: #FFAA00 !important;
}
#nav-primary-container .nav-primary .navbar-toggle .icon-bar {
  background-color: #005490 !important;
  width: 22px;
  transition: all 0.2s;
  position: relative;
}
#nav-primary-container .nav-primary .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  left: 3px;
}
#nav-primary-container .nav-primary .navbar-toggle .middle-bar {
  opacity: 0;
}
#nav-primary-container .nav-primary .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
  left: 3px;
}
#nav-primary-container .nav-primary .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  left: 0;
}
#nav-primary-container .nav-primary .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
#nav-primary-container .nav-primary .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  left: 0;
}
#nav-primary-container .nav-primary #mobile-menu-container {
  background: #005490;
  height: 100%;
  margin-top: 0;
  max-height: 900px;
}
#nav-primary-container .nav-primary #mobile-menu-container ul {
  margin-top: 0;
  margin-bottom: 0;
}
#nav-primary-container .nav-primary #mobile-menu-container li {
  width: 100%;
  display: block;
  float: none;
  border-bottom: 1px solid #005490;
}
#nav-primary-container .nav-primary #mobile-menu-container li a {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  color: #ffffff !important;
}
#nav-primary-container .nav-primary #mobile-menu-container li a:hover {
  background: #FFAA00;
  color: #000000 !important;
}
#nav-primary-container .nav-primary #mobile-menu-container li:last-child {
  border-bottom: none;
}
#nav-primary-container .nav-primary #mobile-menu-container li:last-child {
  border-bottom: none;
}
#nav-primary-container .nav-primary #mobile-menu-container li button {
  background: none;
  margin: 0 auto;
  display: block;
  border: none;
  outline: none;
}
#nav-primary-container .nav-primary #mobile-menu-container li.button a {
  background: #FFE6B2;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu {
  width: 100%;
  height: 0;
  background: #005490;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  display: none;
  -webkit-animation-duration: 0.15s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.15s;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu.expanded,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu.expanded {
  background: #FFAA00;
  height: auto;
  color: #ffffff;
  display: block;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu.expanded a,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu.expanded a {
  color: #ffffff !important;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu li,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu li {
  width: 100%;
  border-color: #FFAA00;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu li a,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu li a {
  width: 100%;
  background: none;
  margin: 0;
  padding: 8px 14px;
  color: #ffffff;
  text-align: left;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #FFAA00;
  position: relative;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu li a:hover,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu li a:hover {
  background: #FFE6B2;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu li.icon:before,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu li.icon:before {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  content: ' ';
  display: block;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu li:hover:before,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu li:hover:before {
  opacity: 0.8;
}
#nav-primary-container .nav-primary #mobile-menu-container li .sub-menu li:last-child a,
#nav-primary-container .nav-primary #mobile-menu-container li .menu-top-menu-container li .sub-menu li:last-child a {
  padding-bottom: 16px;
  border-bottom: none;
}
#nav-primary-container .nav-primary .menu-mobile-menu-toggle {
  width: 50px;
  height: 50px;
  display: block;
  background: #FFAA00;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
#nav-primary-container .nav-primary .menu-mobile-menu-toggle:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  position: relative;
  display: block;
  margin: 20% auto;
  color: #ffffff;
}
#nav-primary-container .nav-primary .menu-mobile-menu-toggle:hover {
  background: #FFAA00;
  cursor: pointer;
}
#nav-primary-container .nav-primary .menu-mobile-menu-toggle:hover:after {
  color: #ffffff;
}
#nav-primary-container .nav-primary .menu-mobile-menu-toggle.toggled {
  background: #FFAA00;
  color: #ffffff;
}
#nav-primary-container .nav-primary .menu-mobile-menu-toggle.toggled:after {
  content: "\f0d8";
}
#nav-primary-container .nav-primary .menu-main-menu-container {
  margin: 0 auto;
  display: block;
  padding: 0;
  text-align: center;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul {
  max-width: 1134px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul > li > a:after {
  content: "|";
  color: #FFAA00;
  position: absolute;
  left: 0;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li {
  width: auto;
  display: inline-block;
  list-style: none;
  text-align: center;
  margin: 0 -2px;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li a {
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 8px 32px 10px 32px;
  display: block;
  position: relative;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li a:hover {
  background: #FFAA00;
  color: #000000;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #nav-primary-container .nav-primary .menu-main-menu-container > ul li a {
    padding: 10px 15px;
  }
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li:first-child > a:after,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li:hover + li a:after {
  content: "";
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li .sub-menu,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li .menu-top-menu-container li .sub-menu {
  background: #FFAA00;
  width: 240px;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li .sub-menu li a,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li .menu-top-menu-container li .sub-menu li a {
  width: 240px;
  background: none;
  border: none;
  padding: 8px 20px;
  position: relative;
  text-decoration: none;
  text-align: left;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li .sub-menu li a:hover,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li .menu-top-menu-container li .sub-menu li a:hover {
  background: #FFE6B2;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li:hover {
  background: #FFAA00;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li:hover > .sub-menu,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li:hover > .menu-top-menu-container li .sub-menu {
  left: auto;
  opacity: 1;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li:hover a {
  color: #000000;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.menu-item-has-children:last-child {
  position: relative;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.menu-item-has-children:last-child .sub-menu,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.menu-item-has-children:last-child .menu-top-menu-container li .sub-menu {
  right: 0;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current-menu-item a,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current-menu-ancestor a,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current-post-parent a,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current_page_parent a {
  background: #FFAA00;
  color: #000000;
}
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current-menu-item + li a:after,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current-menu-ancestor + li a:after,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current-post-parent + li a:after,
#nav-primary-container .nav-primary .menu-main-menu-container > ul li.current_page_parent + li a:after {
  content: "";
}
.menu-top-menu-container {
  width: 100%;
  height: auto;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  float: right;
}
.menu-top-menu-container ul {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-top-menu-container ul > .menu-item {
  width: auto;
  height: auto;
  display: inline-block;
}
.menu-top-menu-container ul > .menu-item a {
  width: 100%;
  height: auto;
  display: block;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  text-decoration: none;
  padding: 3px 10px;
}
.menu-top-menu-container ul > .menu-item a:hover {
  color: #8e0038;
}
.menu-top-menu-container ul > .menu-item:first-child a {
  padding-left: 0;
}
.menu-top-menu-container ul > .menu-item:last-child a {
  padding-right: 0;
  border-right: 0;
}
.menu-top-menu-container li .sub-menu {
  background: #ffffff;
  border: 1px solid #dddddd;
}
.menu-top-menu-container li .sub-menu li a:hover,
.menu-top-menu-container li .menu-top-menu-container li .sub-menu li a:hover {
  color: #000000;
}
.menu-top-menu-container li:hover > .sub-menu,
.menu-top-menu-container li:hover > .menu-top-menu-container li .sub-menu {
  left: auto;
  opacity: 1;
}
#at4m-mobile-container {
  display: none !important;
}
body .pum-overlay {
  z-index: 10 !important;
}
.pum-theme-3677 .pum-close {
  display: none;
}
.pum-theme-3677 .pum-content {
  max-width: 1080px;
  min-height: 40px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pum-theme-3677 .pum-content p {
  color: #ffffff;
}
.pum-theme-3677 .pum-content .button,
.pum-theme-3677 .pum-content .btn,
.pum-theme-3677 .pum-content .menu-top-menu-container ul > .menu-item.has-btn a,
.pum-theme-3677 .pum-content .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
.pum-theme-3677 .pum-content .gform_wrapper .gform_footer .gform_button,
.pum-theme-3677 .pum-content #gform_wrapper_1 form .gform_footer .gform_button,
.pum-theme-3677 .pum-content .modal-optin .modal form .gform_footer .gform_button {
  background: #337ab7;
  color: #ffffff !important;
  display: inline;
  padding: 5px 18px;
  margin: 0 15px;
  border: none;
}
.pum-theme-3677 .pum-content .button:hover,
.pum-theme-3677 .pum-content .btn:hover,
.pum-theme-3677 .pum-content .menu-top-menu-container ul > .menu-item.has-btn a:hover,
.pum-theme-3677 .pum-content .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button:hover,
.pum-theme-3677 .pum-content .gform_wrapper .gform_footer .gform_button:hover,
.pum-theme-3677 .pum-content #gform_wrapper_1 form .gform_footer .gform_button:hover,
.pum-theme-3677 .pum-content .modal-optin .modal form .gform_footer .gform_button:hover {
  background-color: #ffffff !important;
  color: #337ab7 !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 480px) {
  .pum-theme-3677 .pum-content .button,
  .pum-theme-3677 .pum-content .btn,
  .pum-theme-3677 .pum-content .menu-top-menu-container ul > .menu-item.has-btn a,
  .pum-theme-3677 .pum-content .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
  .pum-theme-3677 .pum-content .gform_wrapper .gform_footer .gform_button,
  .pum-theme-3677 .pum-content #gform_wrapper_1 form .gform_footer .gform_button,
  .pum-theme-3677 .pum-content .modal-optin .modal form .gform_footer .gform_button {
    display: block;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .pum-theme-3677 .pum-content .button,
  .pum-theme-3677 .pum-content .btn,
  .pum-theme-3677 .pum-content .menu-top-menu-container ul > .menu-item.has-btn a,
  .pum-theme-3677 .pum-content .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
  .pum-theme-3677 .pum-content .gform_wrapper .gform_footer .gform_button,
  .pum-theme-3677 .pum-content #gform_wrapper_1 form .gform_footer .gform_button,
  .pum-theme-3677 .pum-content .modal-optin .modal form .gform_footer .gform_button {
    display: block;
    margin: 15px 0;
  }
}
/**************************
Footer
**************************/
#hrt-callouts-wrap {
  height: auto;
  position: relative;
}
#hrt-callouts-wrap:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #005490;
  background: -moz-linear-gradient(left, #005490 50%, #6095f0 50%);
  background: -webkit-linear-gradient(left, #005490 50%, #6095f0 50%);
  background: linear-gradient(to right, #005490 50%, #6095f0 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005490', endColorstr='#6095f0', GradientType=1);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
#hrt-callouts-wrap .col {
  padding-top: 30px;
  padding-bottom: 30px;
}
#hrt-callouts-wrap .col .inner {
  padding: 0 50px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #hrt-callouts-wrap .col .inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 480px) {
  #hrt-callouts-wrap .col .inner {
    padding: 0 30px;
  }
}
#hrt-callouts-wrap .col .inner ul {
  padding: 0 0 0 20px;
}
#hrt-callouts-wrap h5 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
}
#hrt-callouts-wrap ul li {
  color: #FFAA00;
}
#fb-form-wrap {
  background: #ffffff;
  height: auto;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #fb-form-wrap {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #fb-form-wrap {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  #fb-form-wrap {
    padding: 15px 0;
  }
}
#fb-form-wrap #fb-col {
  text-align: center;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #fb-form-wrap #fb-col {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #fb-form-wrap #fb-col {
    margin-bottom: 30px;
  }
}
#blog-feed,
#partner-logos {
  background: #ffffff;
  height: auto;
}
#blog-feed .col,
#partner-logos .col {
  padding: 30px 15px;
  border-top: 2px solid #FFE6B2;
}
#blog-feed {
  text-align: center;
}
#blog-feed .btn,
#blog-feed .menu-top-menu-container ul > .menu-item.has-btn a,
#blog-feed .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
#blog-feed .gform_wrapper .gform_footer .gform_button,
#blog-feed #gform_wrapper_1 form .gform_footer .gform_button,
#blog-feed .modal-optin .modal form .gform_footer .gform_button {
  display: inline-block;
  margin-bottom: 30px;
}
.list-news-post {
  height: auto;
  overflow: hidden;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .list-news-post {
    max-width: 360px;
    margin: 0 auto 15px auto;
    float: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-post {
    max-width: 360px;
    margin: 0 auto 15px auto;
    float: none !important;
  }
}
.list-news-post .thumbnail {
  background-color: #005490;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.list-news-post .thumbnail a {
  background-color: #005490;
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .list-news-post .thumbnail a {
    height: auto;
  }
}
.list-news-post .thumbnail a img {
  position: relative;
}
.list-news-post .post-text {
  background: #005490;
  height: 200px;
  padding: 25px 40px;
  position: relative;
  text-align: left;
  border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .list-news-post .post-text {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .list-news-post .post-text {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .list-news-post .post-text {
    height: auto;
    padding: 20px 15px;
  }
}
.list-news-post .post-text h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}
.list-news-post .post-text h4 a {
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.list-news-post .post-meta {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .list-news-post .post-meta {
    position: static;
  }
}
.footer-widgets {
  background: #005490;
  clear: both;
}
.footer-widgets .wrap {
  max-width: 1170px;
  margin: 0 auto;
}
.footer-widgets .widget-area {
  width: 50%;
  margin: 0;
  padding: 60px 0;
  float: left;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-widgets .widget-area {
    padding: 20px;
    float: none;
    clear: both;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer-widgets .widget-area {
    padding: 20px;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widgets .widget-area {
    padding: 20px;
    float: none;
    clear: both;
  }
}
.footer-widgets .widget-area p {
  color: #ffffff;
}
.footer-widgets .widget-area .widget-title {
  font-size: 20px;
  margin-top: 0;
}
.footer-widgets .widget-area .widget {
  display: block;
  padding: 15px 0;
}
.footer-widgets .widget-area .widget.no-padding {
  padding: 0;
}
.footer-widgets .widget-area .widget .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media lg {
  .footer-widgets .widget-area.footer-widgets-1 .widget {
    max-width: 370px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer-widgets .widget-area.footer-widgets-2 .widget-area,
  .footer-widgets .widget-area.footer-widgets-2 .widget {
    padding-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widgets .widget-area.footer-widgets-2 .widget-area,
  .footer-widgets .widget-area.footer-widgets-2 .widget {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .footer-widgets .widget-area {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer-widgets .widget-area {
    width: 100% !important;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widgets .widget-area {
    width: 100% !important;
    text-align: center;
  }
}
.footer-widgets .widget-area .social-icons .col:first-child {
  margin-left: 0;
}
.footer-widgets .widget-area .social-icons .col:before {
  color: #ffffff !important;
}
.footer-widgets .widget-area .footer-logo img {
  max-width: 271px !important;
}
.footer-widgets .widget-area .footer-logo:before {
  content: "\f086";
  font-family: "Font Awesome 5 Pro";
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: -80px;
}
.gform_wrapper#gform_wrapper_2 {
  background-color: #FFE6B2;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 585px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
}
.gform_wrapper#gform_wrapper_2 .gform_heading {
  width: 50%;
  background: #FFE6B2;
  float: right;
  margin-bottom: 0;
  padding: 30px 30px 0 30px;
  clear: both;
}
.gform_wrapper#gform_wrapper_2 .gform_heading .gform_title {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
}
.gform_wrapper#gform_wrapper_2 form {
  width: 50%;
  background: #FFE6B2;
  float: right;
  padding: 0 30px 30px 30px;
  clear: both;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .gform_wrapper#gform_wrapper_2 form {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .gform_wrapper#gform_wrapper_2 form {
    width: 100%;
  }
}
.gform_wrapper#gform_wrapper_2 form label {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 25px;
}
.gform_wrapper#gform_wrapper_2 form input,
.gform_wrapper#gform_wrapper_2 form textarea {
  padding: 7px 10px !important;
  border: 0;
  border-radius: 4px;
}
.gform_wrapper#gform_wrapper_2 form .gfield,
.gform_wrapper#gform_wrapper_2 form .ginput_container {
  padding-right: 0;
}
.gform_wrapper#gform_wrapper_2 form div.ginput_container_name span {
  padding-right: 10px;
  margin-right: -9px;
}
.gform_wrapper#gform_wrapper_2 form div.ginput_container_name span label {
  position: absolute;
  left: -9999px;
}
.gform_wrapper#gform_wrapper_2 form .gform_footer {
  display: block;
  height: auto;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button {
  width: 100%;
  min-width: 0 !important;
  margin: 0;
}
.gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button:hover {
  background: #8e0038;
}
.site-footer {
  background: #005490;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
}
.site-footer p {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .site-footer {
    padding: 30px 0;
  }
  .site-footer p {
    font-size: 11px;
  }
}
.search-form input {
  padding: 10px;
  border: none;
  overflow: hidden;
}
.search-form input.search-form-input {
  border-radius: 4px 0 0 4px;
}
.search-form input.search-form-submit {
  border-radius: 0 4px 4px 0;
}
/**************************
Flexible Content
**************************/
.flex {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .flex {
    padding: 40px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .flex {
    padding: 40px 10px;
  }
}
.flex.padding-25 {
  padding: 25px 0;
}
.flex h2 {
  margin-top: 0;
  font-weight: 400;
}
.flex > .wrap {
  max-width: 1170px;
  margin: 0 auto;
}
.flex.flexFullWidthImage {
  background-position: center center;
  background-size: cover;
  height: 480px;
  margin: 0 -15px !important;
}
.flex .border-left {
  padding: 0 0 0 30px;
  border-left: 1px solid #cccccc;
}
.flex .border-right {
  padding: 0 30px 0 0;
  border-right: 1px solid #cccccc;
}
.flex .border-right blockquote {
  padding: 0;
}
.flex .border-right blockquote + p {
  padding: 0 30px 0 0;
}
.flex blockquote {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.flex blockquote p {
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: black;
}
.flex blockquote + p {
  margin: 0;
}
.flex blockquote + p .author {
  font-size: 13px !important;
  font-weight: 300;
}
.flex .flexCol-thumbnail img {
  margin: 0 auto;
  display: block;
}
.flex.flexWYSIWYG {
  background-size: 100%;
  background-repeat: no-repeat;
}
.flex.flexWYSIWYG iframe {
  max-width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .flex.flexWYSIWYG {
    padding-right: 25px;
    padding-left: 25px;
  }
  .flex.flexWYSIWYG iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .flex.flexWYSIWYG.container {
    width: 100%;
  }
}
.flex.flexCols {
  max-width: 1170px;
  margin: 0 auto;
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .flex.flexCols {
    width: 90%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .flex.flexCols {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  .flex.flexCols {
    width: 90%;
  }
}
.flex.flexCols > .wrap > .row > .col {
  background-size: contain !important;
  margin-bottom: 18px;
  padding-right: 10px;
  padding-left: 10px;
}
.flex.flexCols > .wrap > .row > .col .flexCol-content-wrap {
  background-size: cover;
  background-position: center center;
}
.flex.flexCols .stretch-content .flexCol-content {
  padding: 0 0;
}
.flex .flexCol-body {
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .flex .flex-thumbnail,
  .flex .flexCol-content,
  .flex .flexCol-body-wrap,
  .flex .flexCol-body {
    height: auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .flex .flex-thumbnail,
  .flex .flexCol-content,
  .flex .flexCol-body-wrap,
  .flex .flexCol-body {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .flex .flex-thumbnail,
  .flex .flexCol-content,
  .flex .flexCol-body-wrap,
  .flex .flexCol-body {
    height: auto !important;
  }
}
.flex .flexCol-thumbnail {
  background-size: cover;
  background-position: center center;
  height: 280px;
}
.flex .flexCol-content {
  min-height: 280px;
  padding: 0 50px;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .flex .flexCol-content {
    min-height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .flex .flexCol-content {
    min-height: 400px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .flex .flexCol-content {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .flex .flexCol-content {
    padding: 0;
  }
}
.flex .flexCol-content .flexCol-body a {
  color: #000000;
  font-weight: 400;
}
.layout-flexTestimonial {
  background-color: #FFAA00;
}
.layout-flexTestimonial .flexTestimonial {
  padding: 70px 0;
}
.layout-flexTestimonial .flexTestimonial .wrap:after {
  content: " ";
  background-image: url(images/down-arrow.png );
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px;
  height: 35px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -5px;
}
.layout-flexTestimonial .flexTestimonial .wrap .col {
  padding: 20px;
  border: 5px solid #ffffff;
  border-radius: 50px;
  position: relative;
}
@media only screen and (min-width: 1200px)  {
  .layout-flexTestimonial .flexTestimonial .wrap .col {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col {
    max-width: 90%;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col {
    max-width: 95%;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col {
    max-width: 95%;
    margin: 0 auto;
    float: none;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col {
    max-width: 90%;
    margin: 0 auto;
    float: none;
    border-radius: 30px;
  }
}
.layout-flexTestimonial .flexTestimonial .wrap .col:before,
.layout-flexTestimonial .flexTestimonial .wrap .col:after {
  background: #FFAA00;
  width: 100px;
  height: 90px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  color: #FFE6B2;
  position: absolute;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col:before,
  .layout-flexTestimonial .flexTestimonial .wrap .col:after {
    width: 46px;
    height: 62px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col:before,
  .layout-flexTestimonial .flexTestimonial .wrap .col:after {
    width: 46px;
    height: 62px;
    font-size: 30px;
  }
}
.layout-flexTestimonial .flexTestimonial .wrap .col:before {
  content: "\f10d";
  top: -20px;
  left: -25px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col:before {
    top: -30px;
    left: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col:before {
    top: -30px;
    left: -10px;
  }
}
.layout-flexTestimonial .flexTestimonial .wrap .col:after {
  content: "\f10e";
  bottom: -20px;
  right: -25px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .layout-flexTestimonial .flexTestimonial .wrap .col:after {
    display: none;
  }
}
.layout-flexTestimonial .flexTestimonial .wrap .col .author-logo {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 14px 0 0 135px;
  border-top: 1px solid #D38D00;
  border-bottom: 1px solid #D38D00;
}
.layout-flexTestimonial .flexTestimonial .wrap .col .author-logo p {
  font-size: 13px;
  line-height: 20px;
}
.layout-flexTestimonial .flexTestimonial .wrap .col .author-logo img {
  max-width: 60px;
  position: absolute;
  top: 7px;
  left: 60px;
}
/**************************
Aside
**************************/
.sidebar .widget {
  margin-bottom: 30px;
}
.sidebar .widget.widget_recent_entries ul,
.sidebar .widget.widget_categories ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget.widget_recent_entries ul li,
.sidebar .widget.widget_categories ul li {
  list-style: none;
  margin: 8px 0;
  padding: 8px 0 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.sidebar .widget.widget_recent_entries ul li a,
.sidebar .widget.widget_categories ul li a {
  color: #000;
}
/**************************
Page
**************************/
.site-container {
  margin: 0 auto;
  overflow: hidden;
}
.site-container .breadcrumb {
  background: #FFE6B2;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 0;
}
.site-container .breadcrumb .wrap {
  max-width: 1140px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-container .breadcrumb .wrap {
    font-size: 11px;
    line-height: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-container .breadcrumb .wrap {
    font-size: 11px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .breadcrumb .wrap {
    font-size: 11px;
    line-height: 15px;
  }
}
.site-container .breadcrumb .wrap i,
.site-container .breadcrumb .wrap .svg-inline--fa {
  margin: 0 15px;
}
.site-container .breadcrumb .wrap a,
.site-container .breadcrumb .wrap span {
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-container .breadcrumb .wrap a,
  .site-container .breadcrumb .wrap span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-container .breadcrumb .wrap a,
  .site-container .breadcrumb .wrap span {
    font-size: 11px;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .breadcrumb .wrap a,
  .site-container .breadcrumb .wrap span {
    font-size: 11px;
  }
}
.site-container .site-inner-wrap {
  background: #ffffff;
}
.site-container .site-inner-wrap .title-banner-container {
  background-color: #000000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-container .site-inner-wrap .title-banner-container {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-container .site-inner-wrap .title-banner-container {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .site-inner-wrap .title-banner-container {
    height: auto;
  }
}
.site-container .site-inner-wrap .title-banner-container .title-banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.site-container .site-inner-wrap .title-banner-container .title-banner-content .container {
  height: 100%;
}
.site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row {
  width: 100%;
  height: 100%;
  display: table;
  margin: 0;
}
.site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row .col-xs-12 {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row .col-xs-12 h1 {
  color: #ffffff;
  text-align: center;
  font-size: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row .col-xs-12 h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row .col-xs-12 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row .col-xs-12 h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.site-container .site-inner-wrap .title-banner-container .title-banner-content .container .row .col-xs-12 p {
  font-weight: 700;
  color: #FFAA00;
}
.site-container .site-inner-wrap .title-banner-container #title-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 26pt;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  opacity: 0.4;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-container .site-inner-wrap .title-banner-container #title-banner {
    top: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .site-inner-wrap .title-banner-container #title-banner {
    top: 0 !important;
  }
}
.site-container .site-inner-wrap .site-inner {
  margin: 0 auto;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-container .site-inner-wrap .site-inner {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .site-container .site-inner-wrap .site-inner {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .site-container .site-inner-wrap .site-inner {
    padding: 15px 0;
  }
}
.site-container .site-inner-wrap .site-inner .col-sm-11 {
  margin: 0 auto;
  float: none;
}
.site-container .site-inner-wrap .site-inner .entry h1,
.site-container .site-inner-wrap .site-inner .entry h2 {
  margin: 0 0 30px 0;
  clear: both;
}
.site-container .site-inner-wrap .site-inner .entry h1 {
  text-align: center;
  padding-bottom: 30px;
}
.site-container .site-inner-wrap .site-inner .entry li {
  margin-bottom: 12px;
}
.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea {
  border: 1px solid #cccccc;
}
.gform_wrapper .gform_footer {
  height: auto;
  margin: 0;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.gform_wrapper .gform_footer .gform_button {
  background: #FFAA00;
  margin: 0;
  font-size: 15px;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #8e0038;
}
#gform_wrapper_1 {
  background-color: #005490;
  background-image: url(https://www.thehrteam.com/wp-content/uploads/2018/03/157-blue-3.jpg );
  background-size: contain;
  background-position: 60% top;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 475px;
  height: auto;
  display: block;
  float: right;
  margin: 0;
  padding: 50px 60px;
  clear: both;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  #gform_wrapper_1 {
    padding: 27px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #gform_wrapper_1 {
    max-width: 100%;
    padding: 27px 30px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #gform_wrapper_1 {
    margin: 0 auto;
    padding: 15px 30px;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #gform_wrapper_1 {
    padding: 15px;
  }
}
#gform_wrapper_1 .gform_heading h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 1200px)  {
  #gform_wrapper_1 .gform_heading h3 {
    font-size: 30px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  #gform_wrapper_1 .gform_heading h3 {
    font-size: 23px;
  }
}
#gform_wrapper_1 form label,
#gform_wrapper_1 form .gfield_description {
  color: #ffffff;
  font-weight: 300;
}
#gform_wrapper_1 form label {
  margin-bottom: 0;
}
#gform_wrapper_1 form input,
#gform_wrapper_1 form textarea {
  padding: 5px;
  border: none;
}
@media only screen and (max-width: 480px) {
  #gform_wrapper_1 form input,
  #gform_wrapper_1 form textarea {
    padding: 0 4px;
  }
}
#gform_wrapper_1 form .gform_body {
  margin: 0 0 0 6px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #gform_wrapper_1 form .gform_body {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  #gform_wrapper_1 form .gform_body {
    margin: 0;
  }
}
#gform_wrapper_1 form .gform_body .gfield {
  margin-top: 6px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #gform_wrapper_1 form .gform_body .gfield {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #gform_wrapper_1 form .gform_body .gfield {
    padding-right: 0;
  }
}
#gform_wrapper_1 form .gform_footer {
  display: block;
  height: auto;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  overflow: hidden;
}
#gform_wrapper_1 form .gform_footer .gform_button {
  background: #FFAA00;
  margin: 0;
  font-size: 15px;
}
#gform_wrapper_1 form .gform_footer .gform_button:hover {
  background: #8e0038;
}
@media only screen and (min-width: 1200px)  {
  #gform_wrapper_1 #field_1_2,
  #gform_wrapper_1 #field_1_3 {
    width: 50%;
    margin-bottom: 6px;
    float: left;
    clear: none;
  }
}
#gform_wrapper_1 #field_1_4 {
  width: 100%;
  display: inline-block;
}
#gform_wrapper_1 #gform_fields_1 #field_1_10 {
  margin-top: 15px;
}
#gform_wrapper_1 #gform_fields_1 #field_1_10 .ginput_container {
  margin-top: 0px;
}
#gform_wrapper_1 #gform_fields_1 #field_1_10 .gfield_description {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 15px;
}
.default-cta {
  height: auto;
  display: block;
  clear: both;
  overflow: hidden;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #hrt-arrow {
    max-width: 120px;
  }
}
@media only screen and (max-width: 480px) {
  #hrt-arrow {
    max-width: 120px;
  }
}
.modal-optin {
  width: auto;
  max-width: 850px;
  display: block;
  margin: 50px auto;
  padding: 0 30px;
  border-radius: 16px;
  border: 1px solid #eeeeee;
  clear: both;
  overflow: hidden;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .modal-optin {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-optin {
    padding: 10px;
  }
}
.modal-optin .btn,
.modal-optin .menu-top-menu-container ul > .menu-item.has-btn a,
.modal-optin .gform_wrapper#gform_wrapper_2 form .gform_footer .gform_button,
.modal-optin .gform_wrapper .gform_footer .gform_button,
.modal-optin #gform_wrapper_1 form .gform_footer .gform_button,
.modal-optin .modal-optin .modal form .gform_footer .gform_button {
  margin: 0;
}
.modal-optin .text {
  background: #FFE6B2;
  margin: 40px 0 0 0;
  text-align: center;
  padding: 30px 30px 40px 30px;
  border-radius: 10px;
}
.modal-optin .text h4 {
  margin: 0;
  padding: 0;
}
.modal-optin .text p {
  margin-top: 0 0 10px 0;
  padding-top: 0;
}
.modal-optin .modal {
  margin-top: 50px;
}
.modal-optin .modal .modal-header {
  background: #005490;
  color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.modal-optin .modal .modal-body {
  padding-bottom: 30px;
}
.modal-optin .modal .btn-default {
  background: #cccccc;
  color: #000000 !important;
  font-weight: 400 !important;
  border: none;
}
.modal-optin .modal .gform_wrapper {
  margin-bottom: 6px;
}
.modal-optin .modal form {
  max-width: 450px;
  background-position: -30px 30px;
  background-size: 165px;
  background-repeat: no-repeat;
}
.modal-optin .modal form label,
.modal-optin .modal form .gfield_description {
  font-weight: 300;
}
.modal-optin .modal form label {
  margin-bottom: 0;
}
.modal-optin .modal form input,
.modal-optin .modal form textarea {
  padding: 5px;
}
@media only screen and (max-width: 480px) {
  .modal-optin .modal form input,
  .modal-optin .modal form textarea {
    padding: 0 4px;
  }
}
.modal-optin .modal form .ginput_container {
  margin-top: 2px;
}
.modal-optin .modal form .ginput_container span {
  padding-right: 10px;
  margin-right: -9px;
}
.modal-optin .modal form .ginput_container span label {
  position: absolute;
  left: -9999px;
}
.modal-optin .modal form .gform_heading {
  text-align: center;
}
.modal-optin .modal form .gform_heading > span {
  width: 100%;
}
.modal-optin .modal form .gform_body {
  width: 65%;
  margin: 0 0 10px 35%;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .modal-optin .modal form .gform_body {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal-optin .modal form .gform_body {
    margin: 0;
  }
}
.modal-optin .modal form .gform_body .gfield {
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .modal-optin .modal form .gform_body .gfield {
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal-optin .modal form .gform_body .gfield {
    padding-right: 0;
  }
}
.modal-optin .modal form .gform_footer {
  display: block;
  height: auto;
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.modal-optin .modal form .gform_footer .gform_button {
  background: #FFAA00;
  margin: 0;
  font-size: 15px;
}
.modal-optin .modal form .gform_footer .gform_button:hover {
  background: #8e0038;
}
.optin-form-wrap {
  max-width: 500px !important;
}
#gform_wrapper_4,
#gform_wrapper_6,
#gform_wrapper_8 {
  background: #f7f7f7;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  padding: 20px 50px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 12px;
  clear: both;
}
#gform_wrapper_4 .gform_button,
#gform_wrapper_6 .gform_button,
#gform_wrapper_8 .gform_button,
#gform_wrapper_4 .gform_next_button,
#gform_wrapper_6 .gform_next_button,
#gform_wrapper_8 .gform_next_button,
#gform_wrapper_4 .gform_previous_button,
#gform_wrapper_6 .gform_previous_button,
#gform_wrapper_8 .gform_previous_button {
  min-width: 150px;
  padding: 5px 20px;
  color: #000000;
  font-weight: 700;
  border: 2px solid #000000;
  border-radius: 30px;
}
#gform_wrapper_4 .gform_button,
#gform_wrapper_6 .gform_button,
#gform_wrapper_8 .gform_button {
  background: #FFAA00;
  color: #005490 !important;
  border: 2px solid #FFAA00;
}
#gform_wrapper_4 #gform_ppcp_smart_payment_buttons,
#gform_wrapper_6 #gform_ppcp_smart_payment_buttons,
#gform_wrapper_8 #gform_ppcp_smart_payment_buttons {
  max-width: 300px;
}
.page-id-3124 #gform_wrapper_6 {
  margin: 250px auto 0 auto;
}
/**************************
Single Posts
**************************/
.single-post .site-container .site-inner-wrap .title-banner-content h1 {
  font-size: 36px !important;
  line-height: 44px;
  text-align: center;
}
.single-post .site-container .site-inner-wrap .site-inner .entry .entry-meta {
  font-size: 14px;
}
.single-post .site-container .site-inner-wrap .site-inner .entry .entry-content {
  margin-top: 20px;
}
.single-post .site-container .site-inner-wrap .site-inner .entry .entry-content h2 {
  font-size: 28px;
  line-height: 36px;
  color: #005490;
}
.single-post .site-container .site-inner-wrap .site-inner .entry .entry-content h3 {
  font-size: 24px;
  line-height: 30px;
}
.single-post .site-container .site-inner-wrap .site-inner .entry .entry-content h4 {
  font-size: 20px;
  line-height: 26px;
}
.single-post .site-container .site-inner-wrap .site-inner .entry .entry-content h5 {
  font-size: 18px;
  line-height: 24px;
}
#testimonials {
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  height: auto;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  #testimonials {
    padding: 0;
  }
}
#testimonials .testimonials-list .quote,
.quote-slider .quote {
  width: 33%;
  float: left;
  padding: 0 15px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #testimonials .testimonials-list .quote,
  .quote-slider .quote {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  #testimonials .testimonials-list .quote,
  .quote-slider .quote {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 15px 0;
  }
}
#testimonials .testimonials-list .quote:before,
.quote-slider .quote:before {
  content: " ";
  background: #FFAA00;
  width: 90%;
  height: 8px;
  display: block;
  margin: 0 auto -2px auto;
  border-radius: 5px 5px 0 0;
}
#testimonials .testimonials-list .quote blockquote,
.quote-slider .quote blockquote {
  height: 270px;
  text-overflow: ellipsis;
  position: relative !important;
  margin: 2px 2px 15px 2px!important;
  padding: 0;
  border: 1px solid #FFAA00 !important;
  background-color: #eeeeee !important;
  border-radius: 4px !important;
}
#testimonials .testimonials-list .quote blockquote p,
.quote-slider .quote blockquote p {
  height: 100%;
  padding: 20px 50px;
  line-height: 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}
@media only screen and (max-width: 480px) {
  #testimonials .testimonials-list .quote blockquote p,
  .quote-slider .quote blockquote p {
    padding: 20px 20px;
  }
}
#testimonials .testimonials-list .quote blockquote:before,
.quote-slider .quote blockquote:before {
  position: absolute !important;
  bottom: -7px !important;
  left: 35px !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #FFAA00 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  background-color: #eeeeee !important;
  content: "" !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}
#testimonials .testimonials-list .quote .avatar,
.quote-slider .quote .avatar {
  float: left;
  margin-right: 15px;
  margin-left: 30px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #testimonials .testimonials-list .quote .avatar,
  .quote-slider .quote .avatar {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  #testimonials .testimonials-list .quote .avatar,
  .quote-slider .quote .avatar {
    margin-left: 0;
  }
}
#testimonials .testimonials-list .quote .avatar-link,
.quote-slider .quote .avatar-link {
  height: auto;
  min-height: 80px;
  display: block;
  float: left;
  overflow: hidden;
}
#testimonials .testimonials-list .quote .author,
.quote-slider .quote .author {
  height: auto;
  display: block;
  overflow: hidden;
  font-size: 12px;
}
#testimonials .testimonials-list .quote .author span,
.quote-slider .quote .author span {
  display: block;
}
#testimonials .testimonials-list .quote .author span:first-child,
.quote-slider .quote .author span:first-child {
  font-weight: 700;
}
#testimonials .testimonials-list .quote .author span.author-letter,
.quote-slider .quote .author span.author-letter {
  width: 50px;
  height: 50px;
  background-color: #005490;
  text-align: center;
  line-height: 50px;
  margin: 0 15px 0 0;
  padding: 0 !important;
  float: left;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 400;
  display: none;
}
#testimonials.per_row_2 {
  text-align: center;
}
#testimonials.per_row_2 .quote {
  width: 50%;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #testimonials.per_row_2 .quote {
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #testimonials.per_row_2 .quote {
    width: 100%;
    margin-bottom: 0;
  }
}
.content-sidebar-wrap .entry-content #testimonials {
  width: 100% !important;
}
.content-sidebar-wrap .entry-content #testimonials .testimonials-list .quote,
.content-sidebar-wrap .entry-content .quote-slider .quote {
  margin-bottom: 30px;
}
.content-sidebar-wrap + #testimonials .testimonials-list .quote:first-child,
.content-sidebar-wrap + .quote-slider .quote:first-child {
  padding-left: 0;
}
.content-sidebar-wrap + #testimonials .testimonials-list .quote:last-child,
.content-sidebar-wrap + .quote-slider .quote:last-child {
  padding-right: 0;
}
.quote-slider {
  width: 100%;
  margin-top: 60px;
  display: block;
  float: left;
}
.quote-slider .quote {
  width: 100%;
  min-height: 400px;
}
.quote-slider .quote * {
  color: #000000 !important;
}
.quote-slider .quote blockquote {
  height: 260px;
}
.quote-slider .quote p {
  font-size: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .quote-slider .author * {
    color: #ffffff !important;
  }
}
@media only screen and (max-width: 480px) {
  .quote-slider .author * {
    color: #ffffff !important;
  }
}
.cycle-pager {
  width: 90%;
  text-align: right;
  position: absolute;
  bottom: -30px;
}
.cycle-pager span {
  font-family: arial;
  font-size: 40px;
  color: #ffe6b2;
  margin: 0 3px;
}
.cycle-pager span:hover {
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #ffffff;
}
.case-study-icon {
  position: relative;
  border: none;
  overflow: visible;
}
.case-study-icon:before {
  content: "\f0b1";
  width: 50px;
  height: 50px;
  background: #FFE6B2;
  display: block;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  color: #000000;
  border-radius: 50%;
}
.case-study-icon:after {
  content: " ";
  background: #FFE6B2;
  width: 100%;
  height: 2px;
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .wp-image-2298,
  .wp-image-2295,
  .wp-image-2290,
  .wp-image-2291,
  .wp-image-2400,
  .wp-image-2401,
  .wp-image-2402,
  .wp-image-2301 {
    float: none !important;
    margin: 0 auto !important;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .wp-image-2298,
  .wp-image-2295,
  .wp-image-2290,
  .wp-image-2291,
  .wp-image-2400,
  .wp-image-2401,
  .wp-image-2402,
  .wp-image-2301 {
    float: none !important;
    margin: 0 auto !important;
    display: block;
  }
}
.wp-image-2086 {
  margin-right: 100px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .wp-image-2086 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .wp-image-2086 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .wp-image-2185 {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .wp-image-2185 {
    float: none !important;
    margin: 0 auto !important;
  }
}
/**************************
Blog
**************************/
.category-video-library .site-container .site-inner-wrap .site-inner .entry,
.category .site-container .site-inner-wrap .site-inner .entry,
.archive .site-container .site-inner-wrap .site-inner .entry,
.search .site-container .site-inner-wrap .site-inner .entry,
.blog .site-container .site-inner-wrap .site-inner .entry,
.page-template-page_blog .site-container .site-inner-wrap .site-inner .entry {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.category-video-library .site-container .site-inner-wrap .site-inner .entry h2,
.category .site-container .site-inner-wrap .site-inner .entry h2,
.archive .site-container .site-inner-wrap .site-inner .entry h2,
.search .site-container .site-inner-wrap .site-inner .entry h2,
.blog .site-container .site-inner-wrap .site-inner .entry h2,
.page-template-page_blog .site-container .site-inner-wrap .site-inner .entry h2 {
  margin: 0 0  10px 0;
}
.category-video-library .site-container .site-inner-wrap .site-inner .entry a,
.category .site-container .site-inner-wrap .site-inner .entry a,
.archive .site-container .site-inner-wrap .site-inner .entry a,
.search .site-container .site-inner-wrap .site-inner .entry a,
.blog .site-container .site-inner-wrap .site-inner .entry a,
.page-template-page_blog .site-container .site-inner-wrap .site-inner .entry a {
  text-decoration: none;
}
.category-video-library .site-container .site-inner-wrap .site-inner .entry .entry-meta,
.category .site-container .site-inner-wrap .site-inner .entry .entry-meta,
.archive .site-container .site-inner-wrap .site-inner .entry .entry-meta,
.search .site-container .site-inner-wrap .site-inner .entry .entry-meta,
.blog .site-container .site-inner-wrap .site-inner .entry .entry-meta,
.page-template-page_blog .site-container .site-inner-wrap .site-inner .entry .entry-meta {
  font-size: 14px;
}
.category-video-library .site-container .site-inner-wrap .site-inner .entry .entry-content,
.category .site-container .site-inner-wrap .site-inner .entry .entry-content,
.archive .site-container .site-inner-wrap .site-inner .entry .entry-content,
.search .site-container .site-inner-wrap .site-inner .entry .entry-content,
.blog .site-container .site-inner-wrap .site-inner .entry .entry-content,
.page-template-page_blog .site-container .site-inner-wrap .site-inner .entry .entry-content {
  margin-top: 20px;
}
.category-video-library .site-container .site-inner-wrap .site-inner .entry .entry-title a,
.category .site-container .site-inner-wrap .site-inner .entry .entry-title a,
.archive .site-container .site-inner-wrap .site-inner .entry .entry-title a,
.search .site-container .site-inner-wrap .site-inner .entry .entry-title a,
.blog .site-container .site-inner-wrap .site-inner .entry .entry-title a,
.page-template-page_blog .site-container .site-inner-wrap .site-inner .entry .entry-title a {
  text-decoration: none;
}
.category-video-library .pagination > .active > a,
.category .pagination > .active > a,
.archive .pagination > .active > a,
.search .pagination > .active > a,
.blog .pagination > .active > a,
.page-template-page_blog .pagination > .active > a {
  background: #FFAA00 !important;
  color: #ffffff !important;
  border-color: #005490 !important;
}
.category-video-library .pagination li a,
.category .pagination li a,
.archive .pagination li a,
.search .pagination li a,
.blog .pagination li a,
.page-template-page_blog .pagination li a {
  color: #FFAA00;
}
.category-video-library .pagination li a:hover,
.category .pagination li a:hover,
.archive .pagination li a:hover,
.search .pagination li a:hover,
.blog .pagination li a:hover,
.page-template-page_blog .pagination li a:hover {
  color: #FFAA00;
}
.page-template-page_blog .breadcrumb {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .archive .post,
  .blog .post {
    min-height: 410px;
  }
}
.archive .post .entry-content,
.blog .post .entry-content,
.archive .post .entry-header,
.blog .post .entry-header,
.archive .post .thumbnail,
.blog .post .thumbnail {
  background: #005490;
}
.archive .post .thumbnail,
.blog .post .thumbnail {
  height: 218px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .archive .post .thumbnail,
  .blog .post .thumbnail {
    height: auto;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .archive .post .thumbnail,
  .blog .post .thumbnail {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .archive .post .thumbnail,
  .blog .post .thumbnail {
    height: auto;
  }
}
.archive .post .thumbnail img,
.blog .post .thumbnail img {
  border: 1px solid #005490;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}
.archive .post .entry-content,
.blog .post .entry-content {
  max-height: 70px;
  margin-top: 0 !important;
  padding: 0 40px 25px 40px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .archive .post .entry-content,
  .blog .post .entry-content {
    padding: 0 25px 25px 25px;
  }
}
.archive .post h2,
.blog .post h2 {
  height: 140px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0 !important;
  padding: 25px 40px 0 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .archive .post h2,
  .blog .post h2 {
    height: 160px;
    padding: 25px 25px 0 25px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .archive .post h2,
  .blog .post h2 {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .archive .post h2,
  .blog .post h2 {
    height: auto;
  }
}
.archive .post h2 a,
.blog .post h2 a {
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.archive .entry-meta,
.blog .entry-meta {
  color: #ffffff;
}
.archive .entry-meta *,
.blog .entry-meta * {
  font-size: 14px;
  color: #ffffff;
}
.archive-pagination {
  clear: both;
  display: block !important;
}
/**************************
Home
**************************/
.home .site-inner-wrap {
  margin-top: 0;
}
.home .site-inner-wrap .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.home .site-inner-wrap .site-inner .content-sidebar-wrap {
  display: none;
}
.home .site-inner-wrap .site-inner #shoes-banner {
  max-width: 950px;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 3%;
}
.home .site-inner-wrap .site-inner #shoes-banner a {
  width: auto;
  height: 190px;
  float: none;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 480px) {
  .home .site-inner-wrap .site-inner #shoes-banner a {
    height: 80px;
  }
}
.home .site-inner-wrap .site-inner #shoes-banner a img,
.home .site-inner-wrap .site-inner #shoes-banner a picture {
  width: 95%;
  position: static;
  align-self: flex-end;
}
.home .site-inner-wrap .site-inner #shoes-banner a:hover img {
  width: 100%;
  transition: ease-in-out 0.2s;
}
.home .site-inner-wrap .site-inner .featured {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .home .site-inner-wrap .site-inner .featured {
    padding-top: 20px;
  }
}
.home .site-inner-wrap .site-inner .featured h1 {
  max-width: 950px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  color: #000000;
}
.home .site-inner-wrap .site-inner .featured h1 span {
  color: #000000 !important;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home .site-inner-wrap .site-inner .featured h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .home .site-inner-wrap .site-inner .featured h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .home h2 br {
    display: none;
  }
}
.home .flex {
  padding: 30px 0;
}
.home .flex.padding-25 {
  padding: 25px 0;
}
.home #section-4:before {
  content: " ";
  width: 100%;
  height: 430px;
  background: #005490;
  background: -moz-linear-gradient(left, #005490 50%, #6095f0 50%);
  background: -webkit-linear-gradient(left, #005490 50%, #6095f0 50%);
  background: linear-gradient(to right, #005490 50%, #6095f0 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005490', endColorstr='#6095f0', GradientType=1);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home #section-4 {
    background: #005490;
  }
  .home #section-4:before {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home #section-4 {
    background: #005490;
  }
  .home #section-4:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .home #section-4 {
    background: #005490;
  }
  .home #section-4:before {
    display: none;
  }
}
.home #section-4 p,
.home #section-4 h3 {
  color: #ffffff;
}
.home #section-4 h3 {
  margin-top: 0;
}
.home #section-4 #form-col {
  margin-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .home #section-4 #form-col {
    margin-top: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .home #section-4 #form-col {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .home #section-4 #form-col {
    margin-top: 0;
  }
}
.home .quote-slider {
  min-height: 400px;
  margin-top: 40px;
  padding-bottom: 50px;
}
.home .quote-slider .cycle-pager {
  width: 100%;
  padding: 0 15px;
  bottom: 0;
}
.home .quote-slider .cycle-pager .cycle-pager-active {
  color: #FFAA00;
}
.fancy-numbers {
  max-width: 930px;
  height: auto;
  margin: 0 auto;
  padding: 20px 30px;
  text-align: center;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fancy-numbers {
    max-width: 430px;
  }
}
@media only screen and (max-width: 480px) {
  .fancy-numbers {
    max-width: 430px;
  }
}
.fancy-numbers li {
  background: #E4ECF3;
  width: 24%;
  height: 320px;
  display: block;
  margin: 0 0.5%;
  padding: 0 1%;
  float: left;
  list-style: none;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fancy-numbers li {
    width: 100%;
    height: auto;
    padding: 0 1% 30px 1%;
  }
}
@media only screen and (max-width: 480px) {
  .fancy-numbers li {
    width: 100%;
    height: auto;
    padding: 0 1% 30px 1%;
  }
}
.fancy-numbers li:before {
  content: "1";
  background: #005490;
  width: 100%;
  height: 140px;
  display: block;
  line-height: 140px;
  font-size: 100px;
  color: #ffffff;
  font-weight: 700;
  margin: 6px 0 10px 0;
  outline: 6px solid #E4ECF3;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fancy-numbers li:before {
    outline: none;
  }
}
@media only screen and (max-width: 480px) {
  .fancy-numbers li:before {
    outline: none;
  }
}
.fancy-numbers li:nth-child(2):before {
  content: "2";
}
.fancy-numbers li:nth-child(3):before {
  content: "3";
}
.fancy-numbers li:nth-child(4):before {
  content: "4";
}
.checklist {
  padding-left: 100px;
  position: relative;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .checklist {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .checklist {
    padding-left: 50px;
  }
}
.checklist li {
  margin-top: 8px;
  list-style: none;
}
.checklist li:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(images/yellow-check.png );
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: -40px;
}
.checklist.checklist-horizontal {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.checklist.checklist-horizontal li {
  width: 13%;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .checklist.checklist-horizontal li {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  .checklist.checklist-horizontal li {
    height: auto !important;
  }
}
.checklist.checklist-horizontal li:before {
  display: none;
}
.checklist.checklist-horizontal li a:before {
  content: '';
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 10px auto;
}
.checklist.checklist-horizontal li a:hover:before {
  opacity: 0.8;
  transition: ease-in-out 0.4s;
}
.checklist.checklist-horizontal li:first-child a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2020/11/hrt-policy-advisor-icon.png");
}
.checklist.checklist-horizontal li:nth-child(2) a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2020/11/hrt-brand-ambassador-icon.png");
}
.checklist.checklist-horizontal li:nth-child(3) a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2020/11/hrt-coaching-icon.png");
}
.checklist.checklist-horizontal li:nth-child(4) a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2018/02/HR-Team-Infographic-Icons-Final_compensation.png");
}
.checklist.checklist-horizontal li:nth-child(5) a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2018/02/HR-Team-Infographic-Icons-Final_audit.png");
}
.checklist.checklist-horizontal li:nth-child(6) a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2018/02/HR-Team-Infographic-Icons-Final_survey.png");
}
.checklist.checklist-horizontal li:nth-child(7) a:before {
  background-image: url("https://www.thehrteam.com/wp-content/uploads/2020/11/HR-Team-Infographic-Icons-Final_virtual-training-program.png");
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .checklist.checklist-horizontal li {
    width: 24%;
    height: 180px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .checklist.checklist-horizontal li {
    width: 32%;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .checklist.checklist-horizontal li {
    width: 48%;
    height: 110px;
  }
}
/**************************
Error 404
**************************/
.error404 .search-form input[type=search] {
  width: 70%;
  padding: 9px 20px 10px 20px;
  border: 2px solid #cccccc;
}
.error404 .search-form input[type=submit] {
  width: 20%;
  padding: 14px 0;
  border-radius: 0;
}
/**************************
HR Outsourcing
**************************/
.benefits-list {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.benefits-list li {
  background-color: #FFE6B2;
  width: 19%;
  height: 670px;
  list-style: none;
  display: block;
  margin: 0 0.5%;
  padding: 20px;
  float: left;
  text-align: center;
  border: 1px solid #FFE6B2;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .benefits-list li {
    height: 770px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .benefits-list li {
    width: 32%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .benefits-list li {
    width: 49%;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .benefits-list li {
    width: 99%;
    height: auto;
  }
}
.benefits-list li:before {
  content: " ";
  background-image: url(images/cost-savings-icon.jpg );
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffc658;
  background-position: center center;
  width: 116%;
  height: 200px;
  margin: -8% -8% 0 -8%;
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .benefits-list li:before {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .benefits-list li:before {
    width: 100%;
    margin: 0;
  }
}
.benefits-list li:nth-child( 2 ):before {
  background-image: url(images/experience-icon.jpg );
}
.benefits-list li:nth-child( 3 ):before {
  background-image: url(images/service-icon.jpg );
}
.benefits-list li:nth-child( 4 ):before {
  background-image: url(images/flexibility-icon.jpg );
}
.benefits-list li:nth-child( 5 ):before {
  background-image: url(images/resources-icon.jpg );
}
.benefits-list li strong {
  background: #005490;
  width: 116%;
  height: 70px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-style: none;
  margin: 0 -8% 10px -8%;
  padding: 8px 0;
  color: #ffffff;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .benefits-list li strong {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .benefits-list li strong {
    width: 100%;
    margin: 0;
  }
}
/**************************
FAQ
**************************/
.faq .col ol li {
  margin-bottom: 30px;
}
/**************************
Contact
**************************/
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-id-2045 #fb-col {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .page-id-2045 #fb-col {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .page-id-2045 #fb-col {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-id-2045 #form-col {
    width: 100% !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .page-id-2045 #form-col {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .page-id-2045 #form-col {
    width: 100% !important;
  }
}
/**************************
Our Team
**************************/
.list-team-members {
  max-width: 900px;
  height: auto;
  display: block;
  clear: both;
  margin: 0 auto !important;
  text-align: center;
  overflow: hidden;
}
.list-team-members .team-member a {
  text-decoration: none !important;
}
.list-team-members .team-member .team-name {
  padding-top: 10px;
  display: block;
  text-decoration: none !important;
}
.list-team-members .team-member .team-image {
  background: #FFE6B2;
  width: 263px;
  height: 263px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.list-team-members .team-member .team-image img {
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 992px) and  (max-width: 1200px) {
  .list-team-members .team-member .team-image {
    min-height: 213px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .list-team-members .team-member .team-image {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .list-team-members .team-member .team-image {
    width: 240px;
    height: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .list-team-members .team-member .team-image {
    width: 240px;
    height: 240px;
  }
}
.teamModal .modal-body {
  text-align: left;
}
.teamModal .modal-body > p > strong:first-child {
  text-align: center;
  display: block;
}
.teamModal .btn-secondary {
  margin: 0 auto;
  display: block;
}
/**************************
Online Training
**************************/
body.page-id-3124 .details {
  height: auto;
  overflow: hidden;
  clear: both;
  padding: 40px 0 10px 0;
}
body.page-id-3124 .call-to-action {
  padding-top: 50px;
  padding-bottom: 40px;
}
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li > a:after {
  content: "|";
}
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current-menu-item > a,
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current-menu-ancestor > a,
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current-post-parent > a,
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current_page_parent > a {
  background-color: #005490;
  color: #ffffff;
}
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current-menu-item > a:hover,
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current-menu-ancestor > a:hover,
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current-post-parent > a:hover,
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li.current_page_parent > a:hover {
  background-color: #FFAA00;
  color: #000000;
}
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li#menu-item-71 a:after {
  content: "";
}
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li#menu-item-2284 a {
  background-color: #FFAA00;
  color: #000000;
}
body.page-id-3124 #nav-primary-container .nav-primary .menu-main-menu-container > ul > li#menu-item-2284 + li a:after {
  content: "";
}
body.page-id-3124 #gform_page_6_1 .gfield_description {
  padding-bottom: 0;
}
body.page-id-3124 #gform_page_6_1 .gfield_description + .ginput_container {
  margin-top: 0;
  margin-bottom: 20px;
}
body.page-id-3124 #gform_page_6_1 .field_sublabel_below .gfield_label {
  display: inline-block;
}
body.page-id-3124 #gform_page_6_1 .field_sublabel_below .gfield_label + .ginput_container {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 10px;
}
body.page-id-3124 #gform_page_6_1 .field_sublabel_below .gfield_label + .ginput_container + .gfield_description {
  padding-top: 0;
}
