
*
{
	margin:0;
	padding:0;
	text-decoration:none;
    font-family: 'Poppins', sans-serif;
}
body {
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000
}

p {
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000
}

h1 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    font-size: 52px;
    line-height: 1.3;
}

h2 {
    color: #005e5d;
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #10357f;
}

h4 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    font-size: 40px;
    line-height: 1.5;
    color: #005e5d;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #005e5d;
}

a {
    color: #00a85b;
}

p a, section ul a, section ol a, section h3 a {
    text-decoration: underline;
}

ul, ol {
	list-style-type:none;
    margin: 0;
    padding: 0;
}


section ul
{
	list-style-type: disc;
    margin-left: 22px;
}

section ul, section ol
{
	font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
}


a
{
	text-decoration:none;
  /*	color:#1c9ea8;
	color:#434268;
	color:#44647E;  */
    color:#006B69;
	cursor:pointer;
}

hr {
    border-top: 3px solid #fdb913;
    opacity: 1;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.black {
    color: #000;
}


/* spacers, margins, padding */

.clearAll {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
	display: block;
}

.clearSpacer
{
	width:100%;
	height:15px;
	clear:both;
	overflow: hidden;
	display: block;
}


.spacer25 {
    clear:both;
    height:25px;
}


.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.pr50d {
   padding-right: 50px;
}
/* /spacers, margins, padding */

/* GCMS/wrap general */



.wrap section {
    margin-bottom: 60px;
}

.wrap .sectionTop {
    margin-top: 40px;
    margin-bottom: 30px;
}

.wrap .sectionIntro {
    margin-bottom: 30px;
}

.wrap .sectionIntro .colInner {
    padding-right: 150px;
}

.wrap .sectionTop h1 {
    font-size: 50px;
    color: #0572b9;
}

.wrap {
    margin-bottom: 80px;
}


.wrap section:last-child {
    margin-bottom: 0;
}

.wrap h1 {
    line-height: 1;
}

.wrap h2 {
    margin-bottom: 20px;
}

.wrap h4 {
    margin-bottom: 20px;
}

.wrap h2.subheaderU, .wrap h4.subheaderU {
    display: inline-block;
    border-bottom: 3px solid #fdb913;
    line-height: 1.5;
    margin-bottom: 15px;
}

.wrap h5 {
   /* color: #000;
    margin-bottom: 20px;  */
}

.wrap span.underline {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-bottom: 4px solid #fdb913;
}

.wrap h2 span.underline {
    border-bottom-width: 3px;
}

.wrap .colsHeader {
    margin-bottom: 15px;
}

.wrap .bannerSection {
    overflow: hidden;
    background-color: #005e5d;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 60px;
    height: 550px;
}
.wrap .bannerShort {
    height: 396px;
}
.wrap .bannerSection .container, .wrap .bannerSection .container .row {
    height: 100%;
}
.wrap .bannerSection .container .row {
    align-items: center;
}

.wrap ul, .wrap ol {
    margin-bottom: 20px;
}

.wrap .buttonsBottom {
    padding-top:20px;
    text-align: center;
}

.wrap .buttonsBottom .btn {
    padding-left: 30px;
    padding-right: 30px;
}
/* /wrap general */

.imgTwoup img:first-child {
    width:54%;
}
.imgTwoup img:last-child {
    width:45.5%;
}


.formAnchor, .quickApply, #mapAnchor, #newsAnchor {
    scroll-margin-top: 110px;
}


.bannerStack img {
    display: none;
}

.formWrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-group {
    margin-bottom: 1rem;
}


.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.alignCenter {
    text-align: center;
}

.rowValignCenter {
    align-items: center;
}



.headerImg {
    margin-bottom: 30px;
}

.headerImg img {
    max-height: 40px;
    max-width: 100%;
}

.headerLog img {
    max-height: 100px;
    max-width: 100%;
}


/* skyworld popups and cms styles */

.tagWrap {
    position: relative;
}

.tagWrapPencil {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.popupHolder {
	width: 100%;
	height: 100%;
	background: url(../images/bg_popup.png) repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

.popupBoxCms {
	border: 1px solid #aeaeae;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 100px;
	-moz-box-shadow: 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
	box-shadow: 0px 5px 15px 5px #444;
}

.cmsEditPopup {
	width: 700px;
    min-height:500px;
	margin-left: -277px;
	top: 100px;
}



.popupBg {
	background: url(../userfiles/images/structure/popup-bg.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: none;
}

.popupBox {
	position: fixed;
	top: 220px;
	left: 50%;
	width: 637px;
	padding: 35px;
	margin-left: -361px;
	border: 8px solid #f2f2f2;
	z-index: 20001;
	background: #fff;
	display: none;
}

.popupClose {
	position: absolute;
	right: -8px;
	top: -8px;
	cursor: pointer;
}



.closeBox {
	text-align: right;
	padding: 6px 7px 1px 7px;
	background: #ebebef;
	border-bottom: 1px solid #bdbdbd;
}

.closeBox h3 {
	float: left;
	color: #1e4680;
	font-size: 15px;
	padding: 5px 0 6px 5px;
}

.popupContent {
	padding: 16px;
}

.col-md-12 .inner-pr, .col-lg-12 .inner-pr {
    padding-right: 150px;
}

.pr20 {
    padding-right: 20px;
}

#uberbar  {
  border-bottom:1px solid #eee;
  background:#efefef;
  padding:10px 20px;
  position:fixed;
  bottom:0;
  left:0;
  opacity:0.8;
  z-index:2000;
  width:100%;
}
.cmsConfirmBanner {
    position:fixed;
    z-index:20000;
    width:98%;
    left:0;
    top:0;
    height:60px;
    background:#efefef;
    padding:15px;
}

/* /skyworld popups and cms styles */

.twitter {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/userfiles/images/vetcor-twitter.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: -0.07em;
}

.instagram {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/userfiles/images/vetcor-instagram-01.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: -0.07em;
}

.btn {
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 28px;
    line-height: 1;
    background-color: #005e5d;
    border-radius: 8px;
    padding: 8px 8px 12px 8px;
    text-align: center;
    min-width:180px;
    color: white;
    border: none;
    transition: all .08s ease-in-out;
}

.btnSmall {
   min-width: 120px;
   padding: 6px 12px 10px 12px;
   font-size: 20px;
}

.btn:hover, .btn:focus {
    background-color: #005e5d;
    color: white;
}

.btn:hover {
    transform: scale(105%);
}

.btnGreen {
    background-color: #04a593;
}

.btnGreen:hover, .btnGreen:focus {
    background-color: #04a593;
}

.btnBlue {
    background-color: #0572b9;
}

.btnBlue:hover, .btnBlue:focus {
    background-color: #0572b9;
}

.btnOrange {
    background-color: #ef8b1c;
}

.btnOrange:hover, .btnOrange:focus {
    background-color: #ef8b1c;
}

.ltBlue {
    color: #0097d6;
}
.locLink a {
    color: #58595b;
}

.bodySection {
    min-height: 200px;
}


.containerTabs h2 {
    display: inline-block;
    font-size: 19px;
    border-bottom: 2px solid #09a861;

}

.containerTabs h2:hover {
    border-bottom: 2px solid #fcb813;

}

.containerTabs h2 a {
    color: #09a861;
    font-family: inherit;
}

.containerTabs h2 a:hover {
    color: #006B69;
}

/* carousels */
.testimonial-sec {
    margin: 0;
}

.testimonial-sec .owl-carousel .owl-item img {
    border-radius: 50%;
}

.testimonial-sec .testinfo {
    margin-left: -140px;
    margin-right: -140px;
}

.testimonial-sec .testinfo img {
    max-width: 70px;
    display: inline !important;
    border-radius: none;
}


.testimonial-sec .testinfo h4, .testimonial-sec .owl-item.center .testinfo h4 {
    font-family: RebrandDisplayBold, sans-serif;
    color: #414042;
    font-size: 26px;
}

.testimonial-sec .testinfo h6, .testimonial-sec .owl-item.center .testinfo h6 {
    font-family: 'Poppins', sans-serif;
    color: #414042;
    font-size: 20px;
}

.testimonial-sec .testinfo p, .testimonial-sec .owl-item.center .testinfo p  {
    font-family: 'Poppins', sans-serif;
    color: #414042;
    font-size: 22px;
}
.testimonial-sec .owl-carousel-stacked .owl-item.center {
  transform: scale(1) !important;
}
.benefits-sec {
    background: #0572b9;
}

.benefits-sec .benefit-inner {
    border: 1px solid #fcb813;
   /* margin-top:50px;  */
}

.benefits-sec .benefit-desp {
    padding-right: 50px;
}


.benefits-sec .benefit-desp h2 {
    font-size: 20px;
    color: #0672ba;
}
.benefits-sec .owl-dots {
    text-align: center !important;
    top: 20px;
}

.benefits-sec .benefits-slide {
    margin-top: -10px;
}

.benefits-sec .owl-dots .owl-dot h5 {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid #0672ba;
    text-align: left;
    width: 100%;
}

.benefits-sec .owl-dots .owl-dot.active h5 {
    font-size: 20px;
}


.benefits-sec .owl-dots .owl-dot h5:focus {
outline: none;
}
.benefits-sec .owl-dots .owl-dot.active h5 {
color: #fff;
border-bottom: 2px solid #fdb813;
}
.benefits-sec .owl-dots .owl-dot::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '|';
    color: #fcb813;
}

/* /carousels  */

.nav-link {
    color: #58595b;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #58595b;
}

.nav-link:focus, .nav-link:hover {
    color: #58595b;
}

.navbar {
    background: white !important;
    padding-bottom: 15px;
    padding-top: 12px;
    color: #58595b;
    font-size: 19px;
    font-weight: 500;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    align-items: flex-end;
}

.dropdown-item {
   color: #58595b;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #58595b;
    font-weight: bold;
    background-color: #cdedde;
}

.dropdown-menu[data-bs-popper] {
    left: 18px;
}
.dropdown-menu {
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.navContainer {
    position: relative;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 18px;
    margin-right: 0;
    vertical-align: 0.255em;
    content: "|";
    border: none;
    font-size: 19px;
    position: absolute;
    color: #00a85b;
}

.lastMainNav::after {
    display: none;
}

.lastMainNav {
    padding-right: 0 !important;
}

li.nav-item {
    padding-left: 25px;
}

footer {
 background-color: #00a85b;
 color: #fff;
 padding: 20px 0;
}


footer a {
 color: #fff;
 text-decoration: none;
}

.headerLogo {
    max-width: 200px;
    position: relative;
    left: -30px;
}
.footerLogo {
    max-width: 150px;
}


.locLink {
    position: absolute;
    right:12px;
    top:2px;
    font-size: 18px;
    font-weight: 400;
}

.mobile991, .mobileFlex991, .mobile767, .mobile600 {
    display: none;
}

.row-footer-social {
    justify-content: flex-end;
    position: relative;
}

.libhFooter {
    position: absolute;
    top: -70px;
    left: 0px;
    max-width: 140px;
  /*  animation: rotation 8s infinite linear;  */
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.libhBanner{
    position: absolute;
    left: 0px;
    bottom: -35px;
    max-width: 140px;
}

.social_info {
    text-align: right;
}

.social_info li {
    display: inline-block;
}

.social_info li a {
    margin-left: 11px;
    font-size: 28px;
}

 .row-footer-main h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    color: #fff;
}

footer .row-footer-main a {
    font-size: 14px;
}

 .row-footer-main {
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

 .row-footer-bottom {
    align-items: flex-end;
    font-size: 12px;
}

 .row-footer-bottom div:last-child {
    text-align: right;
}

.rowMb {
    margin-bottom: 40px;
}

.rowMt {
    margin-top: 40px;
}


.iconHeader {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

.iconHeader img {
    display: block;
    width: 45px;
    margin-right: 10px;
}

.iconHeader hr {
    border-top: 3px solid #fdb913;
    opacity: 1;
}

.iconHeader td:last-child {
    width: 100%;
}

.fullImg img {
    width: 100%;
}

.topSection {
    margin-top: 30px;
}


.bannerSection .bannerWrap {
    position: relative;
    height: 100%;
}
.bannerSection .bannerWrap img {
    display: none;
}

.homeSection1 {
    height: 550px;
    overflow: hidden;
    background: #09a961 url('../images/bgHome1.jpg') no-repeat;
    background-position: center;
}

.homeSection1 h1 {
    font-size: 44px;
}

.homeSection1 .container {
    height: 100%;
}

.homeSection1 .container .row {
    height: 100%;
    /*align-items: center; */
}
.homeSection1 .ml {
    margin-left: 5%;
}
.homeSection1 .mt {
    margin-top: 12%;
}

.homeSection2 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.homeSection2 h4 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: #005e5d;
    font-size: 40px;
    line-height: 1.1;
    display: inline-block;
    padding-bottom:10px;
    border-bottom: 4px solid #fdb913;
    margin-bottom: 20px;
}

.homeSection2 .row .section2Col:last-child h4 {
    color: #ec5c24;
}


.homeSection2 .row .section2Col:last-child .btn {
    background-color: #ec5c24;
}
.homeSection2 .row .section2Col:last-child .btn:hover, .homeSection2 .row .section2Col:last-child .btn:focus {
    background-color: #ec5c24;
}

.homeSection2 .row .section2Col .btn {
    display: inline-block;
    position: absolute;
    bottom: 0
}

.homeSection2 .row .section2Col .inner {
    height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.homeSection2 .row .section2Col:first-child .inner {
    padding-right: 35px;
}

.homeSection2 .row .section2Col:last-child .inner {
    padding-left: 35px;
}

.homeSection2 .row .section2Col p{
  /*  padding-right: 20px; */
}


.homeSection3 {
    height: 550px;
    overflow: hidden;
    background-image: url('../images/bgHome3.png');
    background-position: center;
}

.homeSection3 .container {
    height: 100%;
}

.homeSection3 .container .row {
    height: 100%;
    align-items: center;
}

.homeSection3 h4 {
    color: #063f4f;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.homeSection3 h3 {
    color: #063f4f;
    font-size: 22px;
    line-height: 1.3;
}

.homeSection4 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.homeSection4 .row {
  justify-content: center;
}

.homeSection4 img {
    max-height: 130px;
}

.homeSection4 h6 {
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 70px;
    line-height: 1;
    color: #09a961;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 15px;

}

.homeSection4 h2 {
    color: #005e5d;
    text-align: center;
    font-family: RebrandDisplaySemiBold, sans-serif;
}

.homeSection4 .col-lg-3 {
    margin-left: 10px;
    margin-right: 10px;
}



.homeSection5 {
    height: 485px;
    overflow: hidden;
    background-image: url('../images/bgHome5.jpg');
    background-position: center;
    background-color: #0070ba;
}

.homeSection5 .container {
    height: 100%;
}

.homeSection5 .container .row {
    height: 100%;
    align-items: center;
}

.homeSection5 .section5Col {
    border-top: 4px solid #fdb913;
    padding-top: 15px;
}



.homeSection5 p {
    font-size: 20px;
    line-height: 2;
    color: #fff;
}

.homeSection6 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.homeSection7 {
    padding-top: 0;
    padding-bottom: 80px;
}

.homeSection7 .colInner {
    height: 100%;
    position: relative;
}

.homeSection7 .recentNews .col-lg-4 {
    margin-bottom: 20px;
}
.homeSection7 .find-out-sec {
    padding: 0;
}

.homeSection7 .owl-dots {
    display: none;
}
.homeSection7 .teamdesp {
    padding-bottom: 60px;
}
.homeSection7 .teamdesp p {
    color: #000;
}
.homeSection7 .teamdesp a {
    background: #00a85b !important;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.homeSection7 .teamdesp h3 {
    color: #00a85b !important;
    line-height: 1.3;
    font-size: 17px;
}

.homeSection7 .teamdesp h3 a {
    color: inherit;
    background-color: #fff !important;
    padding: 0;
    font-size: 17px;
    float: none;
    border-radius: 0;
    position: static;
    right: auto;
    bottom: auto;
}

.homeSection6 h4, .lavSection2 h4, .lavSection4 h4, .vetLifeSection4 h4, .aboutSection5 h4, .careersSection6 h4, .successSection4 h4, .deiSection4 h4, .benefitsSection9 h4, .teamSection4 h4, .eventsSection4 h4, .locationsSection3 h4 {
    font-size: 40px;
    color: #005e5d;
    text-align: center;
}

.homeSection6 h4 span, .lavSection2 h4 span, .lavSection4 h4 span, .vetLifeSection4 h4 span, .aboutSection5 h4 span, .careersSection6 h4 span, .successSection4 h4 span, .deiSection4 h4 span, .benefitsSection9 h4 span, .teamSection4 h4 span, .eventsSection4 h4 span, .locationsSection3 h4 span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-bottom: 4px solid #fdb913;
}

/* life at vetcor */

.lavSection1 {
    height: 550px;
    overflow: hidden;
    background: #0070ba url('../images/bgLife1.jpg') no-repeat;
    background-position: center;
}

.lavSection1 h1 {
}

.lavSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.lavSection1 .container {
    height: 100%;
}

.lavSection1 .container .row {
    height: 100%;
    align-items: center;
}
.lavSection1 .ml {
    margin-left: 0;
}
.lavSection1 .mt {
    margin-top: 0;
}

.lavSection2 {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fefefe;
}

.lavSection2 .intro {
    margin-bottom: 30px;
}
.lavSection2 h2 {
    color: #0572b9;
}

.lavSection2 h3 {
    margin-bottom: 10px;
}

.lavSection2 .section2Col {
    padding-right: 20px;
}

.lavSection2 .section2Mid {
    margin-bottom: 25px;
}
.lavSection2 .section2Mid .col-lg-4 {
    padding-right: calc((var(--bs-gutter-x) * .5) + 5px);
    padding-left: calc((var(--bs-gutter-x) * .5) + 5px);
}

.lavSection2 .buttons {
    text-align: center;
    margin-top: 40px;
}

.lavSection2 .btn {
    font-family: RebrandDisplayRegular, sans-serif;
    font-size: 30px;
}

.lavSection2 .btn span {
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 30px;
}

.lavSection3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0572b9;
    margin-bottom: 0;
}

.lavSection3 h4 {
    color: white;
}

.lavSection4 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.lavSection4 .buttons{
    margin-top: 50px;
    text-align: center;
}

.lavSection4 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}


/* /life at vetcor */




/* vetLife */

.vetLifeSection1 {
    height: 396px;
    overflow: hidden;
    background: #03af9c url('../images/bgVetlife1.jpg') no-repeat;
    background-position: center;
}

.vetLifeSection1 h1 {
    line-height: 1.0;
}

.vetLifeSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.vetLifeSection1 .container {
    height: 100%;
}

.vetLifeSection1 .container .row {
    height: 100%;
    align-items: center;
}
.vetLifeSection1 .ml {
    margin-left: 5%;
}
.vetLifeSection1 .mt {
    margin-top: 0;
}

.vetLifeSection2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fefefe;
}

.vetLifeSection2 .intro {
    margin-bottom: 40px;
}

.vetLifeSection2 .intro h3 {
    color: #063f4f;
}

.vetLifeSection2 h4 {
    font-size: 40px;
    line-height: 1.1;
    color: #063f4f;
}

.vetLifeSection2 .section2Col {
    margin-bottom: 30px;
    padding-right: 30px;
}

.vetLifeSection2 .section2Mid .col-lg-4 {
  /*  width: 36%;  */
}

.vetLifeSection2 .section2Mid .col-lg-4:first-child {
  /*  width: 28%;  */
}

.vetLifeSection3 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fdb913;
}

.vetLifeSection4 {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* /vetLife */



/* about */

.aboutSection1 {
    height: 550px;
    overflow: hidden;
    background: #00a85b url('../images/bgAbout1.jpg') no-repeat;
    background-position: center;
}

.aboutSection1 h1 {
}

.aboutSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.aboutSection1 .container {
    height: 100%;
}

.aboutSection1 .container .row {
    height: 100%;
    align-items: center;
}
.aboutSection1 .ml {
    margin-left: 0;
}
.aboutSection1 .mt {
    margin-top: 0;
}

.aboutSection2 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.aboutSection3 {

}

.aboutSection3 h4 {
    display: inline-block;
    border-bottom: 3px solid #fdb913;
}

.aboutSection3 .section3Col {
    padding-right: 100px;
}

.aboutSection3 .values .row {
    margin-left: 35px;
    margin-right: 35px;
}

.aboutSection3 .values .col {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.aboutSection3 .values img {
    max-width: 135px;
}

.aboutSection3 .values h3 {
    text-align: center;
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
    margin: 0;
    color: #005e5d;
}

.aboutSection3 .valuesLeft {
    float: left;
    width: 50%;
}

.aboutSection3 .valuesLeft img {
    width: 100%;
    border-radius: 8px 0 0 8px;
}
.aboutSection3 .valuesRight {
    float: left;
    width: 50%;
}
.aboutSection3 .valuesRight .inner {
    padding: 50px 50px 20px 35px;
}

.triangle-up {
    display: none;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #555;
}

.valuesContent {
    display: none;
}

#marker1, #value1 {
    display: block;
}

.valuesWrap .triangle-up {
    border-bottom-color: #0572b9;
}

.valuesWrap .col {
    cursor: pointer;
}

.valuesWrap .valuesContent {
    border: 2px solid #0572b9;
    border-radius: 8px;
}

.valuesWrap .valuesContent h2{
    margin-top:15px;
    margin-bottom: 15px;
    padding-bottom:10px;
    border-bottom: 2px solid #0572b9;
    color: #0572b9;
}

.valuesWrap #marker1 {
    border-bottom-color: #0572b9;
}

.valuesWrap #value1 {
    border-color: #0572b9;
}

.valuesWrap #value1 h2{
    border-bottom-color: #0572b9;
    color: #0572b9;
}

.valuesWrap #marker2 {
    border-bottom-color: #ec5c21;
}

.valuesWrap #value2 {
    border-color: #ec5c21;
}

.valuesWrap #value2 h2{
    border-bottom-color: #ec5c21;
    color: #ec5c21;
}

.valuesWrap #marker3 {
    border-bottom-color: #6e0f6c;
}

.valuesWrap #value3 {
    border-color: #6e0f6c;
}

.valuesWrap #value3 h2{
    border-bottom-color: #6e0f6c;
    color: #6e0f6c;
}

.valuesWrap #marker4 {
    border-bottom-color: #005e5d;
}

.valuesWrap #value4 {
    border-color: #005e5d;
}

.valuesWrap #value4 h2{
    border-bottom-color: #005e5d;
    color: #005e5d;
}

.valuesWrap #marker5 {
    border-bottom-color: #fcb813;
}

.valuesWrap #value5 {
    border-color: #fcb813;
}

.valuesWrap #value5 h2{
    border-bottom-color: #fcb813;
    color: #fcb813;
}

.aboutSection5 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.aboutSection5 .buttons{
    margin-top: 50px;
    text-align: center;
}

.aboutSection5 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

/* /about */



/* contact */

.wrap .contactSection1 {
    height: 550px;
    overflow: hidden;
    background: #00a85b url('../images/bgContact.jpg') no-repeat;
    background-position: center;
}

.contactSection1 h1 {
    line-height: 1;
}

.contactSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.contactSection1 .container {
    height: 100%;
}

.contactSection1 .container .row {
    height: 100%;
    align-items: center;
}
.contactSection1 .mb {
    margin-bottom: 5%;
}

.contactSection2 {
    padding-top: 50px;
    padding-bottom: 0;
}


.contactSection2 .colInner {
    max-width: 250px;
}
.contactSection2 .colInner h4 {
    font-size: 36px;
    line-height: 1.1;
}
.contactSection2 .colInner .social_info {
    text-align: center;
    margin: 20px 0;
}

.contactSection2 .colInner .social_info li a {
    margin-left: 5px;
    margin-right: 5px;
    color: #0572ba;
}
.contactSection2 .colInner .social_info .twitter {
    background-color: #0572ba;
}
.contactSection2 .colInner img {
    display: block;
    margin: 20px 0;
}
.contactSection2 .colInner .social_info img {
    margin: 0;
    display: inline;
    max-width: 25px;
}
.contactSection2 .colInner .btn {
    background-color: #0f347e;
}

/* /contact */

/* news */

.newsSection .landingHeader h1 {
    color: #0f347e;
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsSection  .landingIntro .row {
    align-items: center;
}

.newsSection  .landingIntro {
    margin-bottom: 20px;
}

/*.newsSection  .newsSearch button {
    border: none;
    background: transparent;
    padding-left: 5px;

}  */

.search-container {
    position: relative;
    max-width: 300px;
}

.search-container input {
    width: 100%;
    height: 40px;
    padding: 8px 47px 8px 10px;
    border-radius: 5px;
    border: 1px solid #ded6d6;
    position: relative;
}

.search-container [type=submit] {
    position: absolute;
    right: 20px;
    background: transparent !important;
    border: none;
    height: 40px;
}

.search-container svg {
    color: #999;
}

.newsSection  .landingFeature {
    margin-bottom: 40px;
}

.newsSection  .landingFeature .btn {
    background-color: #0f347e;
}

.newsSection p.date {
    font-size: 16px;
    margin-bottom: 2px;
}

.newsSection  .landingFeature h5 {
    font-size: 32px;
    line-height: 1.3;
}

.newsSectionBottom {
    margin-bottom: 80px;
}

.newsSection .newsList .col-lg-3 {
    margin-bottom: 10px;
    padding-left: calc((var(--bs-gutter-x) * .5) + 5px);
    padding-right: calc((var(--bs-gutter-x) * .5) + 5px);
}

.newsSection .newsList .row {
    margin-right: calc((-.5 * var(--bs-gutter-x)) - 5px);
    margin-left: calc((-.5 * var(--bs-gutter-x)) - 5px);
}

.newsSection .newsList p.date {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #666;
}

.newsSection .newsList p {
    line-height: 1.3;
}

.newsSection .newsList p a {
    text-decoration: underline;
}

.newsSection .detailHeader h1 {
    color: #005e5d;
    margin-top: 20px;
    margin-bottom: 10px;
}

.newsSection .detailBody p.date {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-bottom: 0;
    font-size: 13px;
}

.newsSection .detailBody {
  margin-bottom: 80px;
}

.newsSection .recentNews {
    padding-top: 80px;
}

.newsSection .recentNews p {
    line-height: 1.3;
}

.newsSection .recentNews p a {
    text-decoration: underline;
}

.newsSection .rightSidebar {
    text-align: center;
}

.newsSection .rightSidebar img.newsLetterDog {
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 250px;
}

.newsSection .rightSidebar h5 {
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

/* /news */

/* newsletter */

.newsletterSection1 {
    height: 396px;
    overflow: hidden;
    background: #08a860 url('../images/bgNewsletter.jpg') no-repeat;
    background-position: center;
}

.newsletterSection1 h1 {
    line-height: 1;
}

.newsletterSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.newsletterSection1 .container {
    height: 100%;
}

.newsletterSection1 .container .row {
    height: 100%;
    align-items: center;
}
.newsletterSection1 .mb {
    margin-bottom: 5%;
}

.newsletterSection2 {
    padding-top: 50px;
    padding-bottom: 100px;
}

/* /newsletter */

/* careers */

.careersSection1 {
    height: 550px;
    overflow: hidden;
    background: #09a961 url('../images/bgcareers1.jpg') no-repeat;
    background-position: center;
}

.careersSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.careersSection1 .container {
    height: 100%;
}

.careersSection1 .container .row {
    height: 100%;
    align-items: center;
}

.careersSection2 {
    padding-top: 70px;
}

.careersSection2 .intro {
    margin-bottom: 30px;
}

.careersSection2 h3 {
    margin-bottom: 10px;
}



.careersSection3 {
  background: #fdb913;
    padding: 50px 0;
}

.careersSection3 h4 {
    text-align: center;
}

.careersSection3 h4 span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-bottom: 4px solid #fff;
}

.careersSection3 .values {
    margin-top: 30px;
}

.careersSection3 .values .col {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.careersSection3 .values img {
    max-width: 120px;
    margin-bottom: 20px;
}

.careersSection3 .values img:hover {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.84) 0px 3px 8px;
}

.careersSection3 .values h3 {
    text-align: center;
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
    margin: 0;
    color: #005e5d;
}

.careersSection3 .valuesLeft {
    float: left;
    width: 50%;
}

.careersSection3 .valuesLeft img {
    width: 100%;
    border-radius: 8px 0 0 8px;
}
.careersSection3 .valuesRight {
    float: left;
    width: 50%;
}
.careersSection3 .valuesRight .inner {
    padding: 35px 50px 20px 35px;
}

.careersSection3 .triangle-up {
	border-bottom: 20px solid #fff !important;
}

.careersSection3 .valuesWrap .triangle-up {
    border-bottom-color: #fff !important;
}

.careersSection3 .valuesWrap .valuesContent {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 8px;
}

.careersSection3 .valuesWrap .valuesContent h2{
    margin-top:15px;
    margin-bottom: 15px;
    padding-bottom:10px;
    border-bottom: 2px solid #09a861;
    color: #09a861;
}

/*.valuesWrap #marker1 {
    border-bottom-color: #0572b9;
}

.valuesWrap #value1 {
    border-color: #0572b9;
}   */

.careersSection3 .valuesWrap #value1 h2{
    border-bottom-color: #09a861;
    color: #09a861;
}

/*.valuesWrap #marker2 {
    border-bottom-color: #ec5c21;
}

.valuesWrap #value2 {
    border-color: #ec5c21;
}  */

.careersSection3 .valuesWrap #value2 h2{
    border-bottom-color: #D04711;
    color: #D04711;
}

/*
.valuesWrap #marker3 {
    border-bottom-color: #6e0f6c;
}

.valuesWrap #value3 {
    border-color: #6e0f6c;
}   */

.careersSection3 .valuesWrap #value3 h2{
    border-bottom-color: #0572ba;
    color: #0572ba;
}
/*
.valuesWrap #marker4 {
    border-bottom-color: #005e5d;
}

.valuesWrap #value4 {
    border-color: #005e5d;
}  */

.careersSection3 .valuesWrap #value4 h2{
    border-bottom-color: #005e5d;
    color: #005e5d;
}
/*
.valuesWrap #marker5 {
    border-bottom-color: #fcb813;
}

.valuesWrap #value5 {
    border-color: #fcb813;
}  */

.careersSection3 .valuesWrap #value5 h2{
    border-bottom-color: #fcb813;
    color: #fcb813;
}


.careersSection4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.careersSection5 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0572b9;
    margin-bottom: 0;
}

.careersSection5 h4 {
    color: white;
}

.careersSection6 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.careersSection6 .buttons{
    margin-top: 50px;
    text-align: center;
}

.careersSection6 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

/* /careers */



/* success */

.successSection1 {
    height: 396px;
    overflow: hidden;
    background: #fdb913 url('../images/bgSuccess1.jpg') no-repeat;
    background-position: center;
}

.successSection1 h1 {
    line-height: 1;
}

.successSection1 .container {
    height: 100%;
}

.successSection1 .container .row {
    height: 100%;
    align-items: center;
}

.successSection1 .mb {
    margin-bottom: 5%;
}

.successSection2 {
    padding-top: 50px;
    padding-bottom: 20px;
  /*  background-color: #fefefe; */
}

.successSection2 .intro {
    margin-bottom: 40px;
}

.successSection2 .intro h3 {
    color: #063f4f;
}

.successSection3 {
    padding-top: 70px;
}

.successRow {
    position: relative;
    margin-bottom: 80px;
    display: flex;
}

.successRow:nth-child(even) {
    margin-bottom: 180px;
}

.successText {
    color: #fff;
    width: 70%;
    padding: 30px 40px;
    background: #0572ba;
    min-height: 350px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    order: 2;
    padding-left: 100px;
}

.successText p {
    color: #fff;
}

.successImg {
  /*  position: absolute;
    left: 1px;
    top: 1px; */

    width: 30%;
    order: 1;
}


.successRow:nth-child(even) .successText {
    order: 1;
    background: #0f347e;
    padding-left: 30px;
    padding-right: 100px;
}

.successRow:nth-child(even) .successImg {
    order: 2;
}


.successImg img {
    position: absolute;
    left: 0;
    top: -90px;
    width: 380px;
}

.successRow:nth-child(even) .successImg img {
    left: auto;
    right: 0;
    top: auto;
    bottom: -90px;
}


.successSection4 {
    padding-bottom: 80px;
}

.successSection4 .buttons{
    margin-top: 50px;
    text-align: center;
}

.successSection4 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

/* /success */



/* teams */

.teamSection1 {
    height: 396px;
    overflow: hidden;
    background: #09a861 url('../images/bgTeam.jpg') no-repeat;
    background-position: center;
}

.teamSection1 h1 {
    line-height: 1;
}

.teamSection1 .container {
    height: 100%;
}

.teamSection1 .container .row {
    height: 100%;
    align-items: center;
}

.teamSection2 {
    padding-top: 50px;
}

.teamSection3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.team-image img {
    width: 100%;
}

.team_details h2 {
    font-size: 20px;
    margin-bottom: 2px;
}

.team_details p {
    line-height: 1.4;
    font-size: 16px;
}

.team_details a {
}

.teamList .col-lg-3 {
    margin-bottom: 20px;
}

.teamList .col {
    margin-bottom: 15px;
}

.teamList .col {
    padding-left: calc((var(--bs-gutter-x) * .5) + 5px);
    padding-right: calc((var(--bs-gutter-x) * .5) + 5px);
}

.teamList .row {
    margin-right: calc((-.5 * var(--bs-gutter-x)) - 5px);
    margin-left: calc((-.5 * var(--bs-gutter-x)) - 5px);
}

.teamSection4 {
    padding-bottom: 80px;
}

.teamSection4 .buttons{
    text-align: center;
    margin-top: 50px;
}

.teamSection4 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

/* /teams */

/* events */

.eventsSection1 {
    height: 396px;
    overflow: hidden;
    background: #ed5c21 url('../images/bgEvents1.jpg') no-repeat;
    background-position: center;
}
.eventsSection1 .mt {
    margin-top: 0;
}

.eventsSection1 h1 {
    line-height: 1;
}

.eventsSection1 .container {
    height: 100%;
}

.eventsSection1 .container .row {
    height: 100%;
    align-items: center;
}

.eventsSection2 {
    padding-top: 50px;
  /*  padding-bottom: 50px; */
  /*  background-color: #fefefe; */
}

.eventsSection2 .intro {
    margin-bottom: 40px;
}

.eventsSection3 .eventsList .col-lg-3 {
    margin-bottom: 10px;
    padding-left: calc((var(--bs-gutter-x) * .5) + 3px);
    padding-right: calc((var(--bs-gutter-x) * .5) + 3px);
}

.eventsSection3 .eventsList .row {
    margin-right: calc((-.5 * var(--bs-gutter-x)) - 3px);
    margin-left: calc((-.5 * var(--bs-gutter-x)) - 3px);
}

.eventsList img {
    display: block;
    margin-bottom: 4px;
    width: 100%;
}

.eventsSection4 .buttons{
    text-align: center;
    margin-top: 50px;
}

.eventsSection4 {
    padding-top: 30px;
    padding-bottom: 80px;
}

/* /events */



/* dei */

.deiSection1 {
    height: 396px;
    overflow: hidden;
    background: #0f337d url('../images/bgDei.jpg') no-repeat;
    background-position: center;
}

.deiSection1 h1 {
    line-height: 1.1;
}

.deiSection1 h2 {
    font-family: RebrandDisplaySemiBold, sans-serif;
    color: white;
    line-height: 1.1;
}

.deiSection1 .container {
    height: 100%;
}

.deiSection1 .container .row {
    height: 100%;
    align-items: center;
}
.deiSection1 .ml {
    margin-left: 5%;
}
.deiSection1 .mt {
    margin-top: 12%;
}

.deiSection2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.deiSection2 .intro {
    margin-bottom: 30px;
}
.deiSection2 .intro h3 {
    color: #0572b9;
}

.deiSection2 .section2Body .sectionCol {
    padding-right: 10%;
}

.deiSection2 .section2Body .sectionCol hr {
    width: 95%;
}

.deiSection3 {
    padding-bottom: 10px;
}

.deiSection3 .intro {
    margin-bottom: 30px;
}
.deiSection3 h2 {
    color: #0572b9;
}

.deiSection3 h3 {
  color: #0f347e;
    margin-bottom: 10px;
}

.deiSection3 .section3Col {
    padding-right: 20px;
}

.deiSection3 .iconHeader img {
    width: 60px;
}

.deiSection4 {
    padding-top: 0px;
    padding-bottom: 80px;
}

.deiSection4 .buttons{
    margin-top: 50px;
    text-align: center;
}

.deiSection4 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

/* /dei */

/* benefits */

.benefitsSection1 {
    height: 550px;
    overflow: hidden;
    background: #ec5c20 url('../images/bgBenefits.jpg') no-repeat;
    background-position: center;
}

.benefitsSection1 h1 {
    line-height: 1;
}

.benefitsSection1 .container {
    height: 100%;
}

.benefitsSection1 .container .row {
    height: 100%;
    align-items: center;
}
.benefitsSection1 .mb {
    margin-bottom: 8%;
}

.benefitsSection2 {
    padding-top: 50px;
  /*  padding-bottom: 50px; */
}

.benefitsSection2 .intro {
    margin-bottom: 30px;
}
.benefitsSection2 .intro h4 {
    color: #0572b9;
}
.benefitsSection2 h2 {
    color: #0572b9;
  /*  display: inline-block; */
  width: 80%;
    border-bottom: 3px solid #fdb913;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.benefitsSection2 h3 {
    margin-bottom: 10px;
}

.benefitsSection2 .section2Col img {
    display: block;
    height: 80px;
}

.benefitsSection2 .section2Col {
    padding-right: 50px;
    padding-bottom: 20px;
}

.benefitsSection2 .section2Mid {
    margin-bottom: 10px;
}
/*
.benefitsSection2 .section2Mid .row .col-lg-6:first-child .section2Col h2 {
    width: 70%;
}
*/
.benefitsSection3 {
    height: 420px;
    overflow: hidden;
    background: url('../images/bgBenefitsMid.jpg');
    background-position: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.benefitsSection4 {
   /*  padding-top: 70px;
   padding-bottom: 50px; */
}

.benefitsSection4 .intro {
    margin-bottom: 30px;
}
.benefitsSection4 .intro h4 {
    color: #0572b9;
}
.benefitsSection4 h2 {
    color: #0572b9;
    border-bottom: 3px solid #fdb913;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.benefitsSection4 h3 {
    margin-bottom: 10px;
}

.benefitsSection4 .section4Col {
    padding-right: 25px;
    padding-bottom: 20px;
}

.benefitsSection4 .section4Mid {
    margin-bottom: 10px;
}

.benefitsSection5 {
    padding-top: 50px;
   padding-bottom: 50px;
   background-color: #09a861;
   color: #fff;
}

.benefitsSection5 .intro {
    margin-bottom: 0;
}

.benefitsSection5 .intro h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
}

.benefitsSection5 .intro p {
    color: #fff;
}

.benefitsSection5 .intro h2 span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    border-bottom: 4px solid #fdb913;
}

.benefitsSection6 {
    padding-top: 0;
    padding-bottom: 50px;
}

.benefitsSection6 .intro {
    margin-bottom: 30px;
}

.benefitsSection6 .intro h4 {
    color: #0572b9;
    margin-bottom: 25px;
}

.benefitsSection6 .intro p {
}

.benefitsSection6 .section6Col {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.benefitsSection6 .section6Col svg {
    position: absolute;
    top: 50%;
    right: -20px;
    color: #fcb813;
    font-size: 30px;
}

.benefitsSection6 .section6Col img {
    height: 80px;
    margin: 10px auto 10px auto;
}

.benefitsSection6 .section6Col h2 {
    color: #0f347e;
    font-size: 24px;
    border-bottom: 3px solid #fcb813;
    padding-bottom: 10px;
}

.benefitsSection6 .section6Col p {
    color: #0f347e;
}

.benefitsSection7 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fdc642;
    display: none;
}
.benefitsSection7 h4 {
    color: #0f347e;
}
.benefitsSection7 .col-lg-6:first-child .section7Col p:first-child {
    color: #0f347e;
}
.benefitsSection7 .col-lg-6:last-child .section7Col {
  text-align: right;
}
.benefitsSection7 .col-lg-6:last-child .section7Col img {
  max-height: 600px;
}

.whySell {
    padding-left: 25px;
    position: relative;
}

.whySell svg {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 30px;
}

.benefitsSection8 {
    padding-bottom: 40px;
    padding-top: 40px;
    background-color: #fcb813;
    margin-bottom: 50px;
}

.benefitsSection8 .sectionBody .sectionCol {
    padding-right: 10%;
}

.benefitsSection8 .sectionBody .sectionCol h4 {
    color: #063f4f;
}

.benefitsSection8 .sectionBody .sectionCol hr {
    width: 330px;
    border-color: #fff;
}

.benefitsSection8 .sectionBody .sectionCol ul li {
    margin-bottom: 15px;
}

.benefitsSection9 {
    padding-bottom: 80px;
}

.benefitsSection9 .buttons{
    margin-top: 50px;
    text-align: center;
}

.benefitsSection9 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

/* /benefits */

/* loactions */

.locationsSection1 {
    padding: 50px 0;
}

.locationsSection3 {
    padding-top: 30px;
    padding-bottom: 80px;
}

.locationsSection3 .buttons{
    text-align: center;
    margin-top: 50px;
}

.locationsSection3 .buttons .btn{
    padding-left: 30px;
    padding-right: 30px;
}

.newsListUnleashed .colInner {
    height: 100%;
    padding-bottom: 10px;
    position: relative;
}

.newsListUnleashed .colInner .btn{
    position: absolute;
    left: 0;
    bottom:5px;
    background-color: #0f347e;
    min-width: 0;
    padding: 8px 15px 10px 15px;
    font-size: 16px;
}


/* /loactions */



.eventLanding {
    margin-top: 40px;
    margin-bottom: 40px;
}

.eventLanding h1 {
    color: #005e5d;
}

.eventLanding h1 span {
    font-family: RebrandDisplaySemiBold, sans-serif;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #fdb913;

}

.eventLanding .eventIntro {
    display:flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.eventLanding .eventButtons {
    display:flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-bottom: 25px;
    position: relative;
}

.eventLanding .eventButtons > img {
    position: absolute;
    left: 100px;
    top: -50px;
}

.eventLanding .eventButtons a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75px;
    color: #fff;
    padding: 3px 10px 10px 10px;
    background-color: #0672ba;
    text-align: center;
    width: 200px;
    border-radius: 8px;
    font-family: RebrandDisplayBold, sans-serif;
    font-size: 22px;
    line-height: 1.2;
    transition: all .08s ease-in-out;
}

.eventLanding .eventButtons a:hover {
    transform: scale(105%);
}

.eventLanding .eventButtons a:nth-child(2) {
    background-color: #03ae9c;
}

.eventLanding .eventButtons a:last-child {
    background-color: #fcb913;
}



@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
}



@media screen and (max-width: 1201px) {

.eventLanding .eventButtons > img {
    left: 30px;
}
}



@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1;
}
}


@media screen and (max-width: 1399px) {

.homeSection1 h1 {
    font-size: 40px;
}

}

@media screen and (max-width: 1199px) {
    .wrap .bannerSection, .wrap .bannerShort {
        background-image: none !important;
        height: auto !important;
    }
    .bannerSection {
        background-image: none !important;
        height: auto;
    }
    .bannerSection .bannerWrap img {
        display: block;
        width: 100%;
    }
    .bannerSection .bannerWrap .container {
        position: absolute;
        top: 1px;
        left: 1px;
    }

    .homeSection1 .mt {
        margin-top: 15%;
    }

    .homeSection1 h1 {
        font-size: 35px;
    }

    .successImg img {
        top: -50px;
        width: 340px;
    }

    .successRow:nth-child(even) .successImg img {
        left: auto;
        right: 0;
        top: auto;
        bottom: -50px;
    }

   /* .benefitsSection2 .section2Mid .row .col-lg-6:first-child .section2Col h2 {
        width: auto;
    }   */

}

@media screen and (max-width: 991px) {


.eventLanding .eventButtons > img {
    display: none;
}

.pr50d {
   padding-right: 0;
}

/* iframe video */

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

/* 16x9 Aspect Ratio */
.video-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.video-container-4x3 {
  padding-bottom: 75%;
}

.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height:0;
}

/* /iframe video */

/* banners */

    .bannerStack {
        background-image: none !important;
        height: auto !important;
        padding: 20px 0 0 0;
    }
    .bannerStack .row div div {
        padding: 0;
        margin: 0;
    }
    .bannerStack img {
        display: block;
        width: 100%;
        max-width: 375px;
    }
    .bannerStack h1,  {
        font-size: 25px;
    }
    .bannerStack p {
        font-size: 18px;
        line-height: 1.8;
    }

    .bannerStack .row div .section5Col {
        margin-top: 15px;
        padding-top: 10px;
    }

    .homeSection3 .container .row {
        align-items: start;
        margin-top: 80px;
    }

    .homeSection3 .container .row .col-md-3 {
        width: 80%;
    }
/* /banners */

.imgTwoup img, .imgTwoup img:first-child, .imgTwoup img:last-child {
    width:100%;
    display:block;
    margin-bottom: 15px;
}

.wrap .contactSection1 {
    height: auto;
}

.wrap .bannerSection {
    margin-bottom: 20px;
}

.contactSection2 {
    padding-top: 20px;
}



.homeSection7 .teamdesp {
   min-height: auto;
}



.wrap .sectionIntro .colInner {
    padding-right: 0;
}

    .col-md-12 .inner-pr, .col-lg-12 .inner-pr {
        padding-right: 0;
    }

    .bannerSection .bannerWrap .container h1 {
        font-size: 4.5vw;
    }
    .bannerSection .bannerWrap .container h2 {
        font-size: 3vw;
    }

    .aboutSection3 .values img, .careersSection3 .values img {
    max-width: 100px;
    }


    .aboutSection3 .values .row {
        margin-left: 10px;
        margin-right: 10px;
    }

    .contactSection2 .colInner {
        margin-left: auto;
        margin-right: auto;
    }




.desktop991 {
    display: none;
}

.mobile991 {
    display: block;
}
.mobileFlex991 {
    display: flex;
}

.navbar-nav {
    margin-top:15px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    align-items: flex-start;
}

li.nav-item {
    padding-left: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.locLink {
    display: none;
}

.homeSection2 {
    padding-bottom: 0;
}

.homeSection3 {
    margin-top: -30px;
}

.homeSection2 .row .section2Col {
    margin-bottom: 30px;
}


.homeSection2 .row .section2Col:first-child .inner {
    padding-right: 0;
}

.homeSection2 .row .section2Col:last-child .inner {
    padding-left: 0;
}

.homeSection2 .row .section2Col p{
    padding-right: 0;
}

.homeSection4 .row .section4Col {
    margin-bottom: 50px;
}

.homeSection4 .col-lg-3 {
    margin-left: 0;
    margin-right: 0;
}


.vetLifeSection2 .section2Col {
    padding-right: 0;
}



.vetLifeSection2 .section2Mid .col-lg-4 {
    width: 100%;
}

.vetLifeSection2 .section2Mid .col-lg-4:first-child {
    width: 100%;
}

.vetLifeSection2 .section2Mid .col-lg-4:first-child h4 br {
    display: none;
}

.lavSection2 .section2Col {
    padding-right: 0;
    margin-bottom: 30px;
}

.aboutSection3 .section3Col {
    padding-right: 0;
}

.teamSection1 {
    display: none;
}

.deiSection3 .section3Col {
    padding-right: 0;
    margin-bottom: 30px;
}

.successSection3 {
    padding-top: 0;
}


.successRow {
    margin-bottom: 20px;
    display: block;
}



.successRow:nth-child(even) {
    margin-bottom: 20px;
}

.successText {
    width: 100%;
    padding: 30px 40px;
    min-height: auto;
    display: block;
    padding-left: 20px;
    padding-top: 40px;
}

.successImg {
    width: 100%;
}

.successRow:nth-child(even) .successImg {
    text-align: right;
}


.successRow:nth-child(even) .successText {
    padding-left: 20px;
    padding-right: 20px;
}

.successImg img {
    display: inline;
    margin-bottom: 0;
    position: relative;
    width: 50%;
    top: 25px;
    left: 20px;
    right: auto;
    bottom: auto;
}

.successRow:nth-child(even) .successImg img {
    display: inline;
    margin-bottom: 0;
    position: relative;
    width: 50%;
    top: 25px;
    left: auto;
    right: 20px;
    bottom: auto;
}

.newsSection .rightSidebar h5 {
    margin-left: 20px;
    margin-right: 20px;
}

.deiSection2 .section2Body .sectionCol {
    padding-right: 0;
}

.benefitsSection2 .section2Col {
    padding-right: 0;
}

.benefitsSection3 {
    padding-top: 5px;
    margin-bottom: 20px;
}

.benefitsSection6 .section6Col svg {
    display: none;
}


.benefitsSection7 .col-lg-6:first-child {
   /* order: 2; */
}

.benefitsSection7 .col-lg-6:last-child {
   /* order: 1; */
}
.benefitsSection7 .col-lg-6:last-child .section7Col {
  text-align: center;
}
.benefitsSection7 .col-lg-6:last-child .section7Col img {
  max-height: 600px;
  max-width: 100%;
}

}


@media screen and (max-width: 767px) {


.eventLanding .eventIntro {
    flex-direction: column;
}
.eventLanding .eventIntro h1 {
    order: 3;
    text-align: center;
}

.eventLanding .eventButtons {
    flex-direction: column;
}

.eventLanding .eventButtons a {
    margin-bottom: 20px;
}

.desktop767 {
    display: none;
}
.mobile767 {
    display: block;
}

.imgResp767 {
  width:100% !important;
  height:100% !important;
  float:none !important;
  margin: 0 !important;
}


    .contactSection2 .colInner .social_info {
        display: none;
    }

h4 {
    line-height: 1.2;
}


.libhBanner {
    display: none;
}

.benefits-sec .owl-dots .owl-dot h5 {
    font-size: 12px;
}

.testimonial-sec .testinfo {
    margin-left: 0;
    margin-right: 0;
}

 .lavSection2 .btn {
    display: block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
}

.aboutSection3 .values img, .careersSection3 .values img {
    max-width: 80px;
}

.aboutSection3 .values h3, .careersSection3 .values h3 {
    font-size: 16px;
}

.social_info {
    text-align: left;
}

.social_info li:first-child a {
    margin-left: 0;
}

.row-footer-main h3 {
    margin-bottom: 4px;
}

.row-footer-main ul {
    margin-bottom: 20px;
}

.row-footer-bottom div:first-child {
    order: 2;
}

.row-footer-bottom div:last-child {
    text-align: left;
    order: 1;
    margin-bottom: 5px;
}



.libhFooter {
    top: 0px;
    left: auto;
    right: 0px;
}

.benefits-slide .owl-nav {
    top: 30%;
}

}



@media screen and (max-width: 600px) {

.headerLogo {
    left: auto;
}

.mobile600 {
    display: block;
}

.teamSection3 {
    padding-top: 10px;
}

.teamSection3 .tabBody {
    display: block !important;
}
.teamSection3 .teamList h2 {
  /*  margin-bottom: 20px; */
}
.teamSection3 .containerTabs {
    display: none;
}

}

@media screen and (max-width: 500px) {

.imgResp500 {
  width:100% !important;
  height:100% !important;
  float:none !important;
  margin: 0 !important;
}

}

@media screen and (max-width: 480px) {

 .eventLanding {
    margin-top: 0;
    margin-bottom: 10px;
}

.eventLanding h1 {
    font-size: 45px !important;
}

.eventLanding .eventIntro p {
    margin-bottom: 0;
}

.eventLanding .eventIntro img {
    width: auto;
    max-width: 100%;
    max-height: 100px;
}


    .newsSection .landingHeader h1 {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 0;
    }

        .newsSection .detailHeader h1 {
        font-size: 32px;
        line-height: 1;
            margin-bottom: 20px;
        margin-top: 0;
        }

    .careersSection3 .valuesWrap .col:first-child, .careersSection3 .valuesWrap .col:last-child  {
        display: none;
    }

    .successText p {
        font-size: 15px;
    }

    .fullImg .pr20 {
        padding-right: 0;
    }
    .benefitsSection2 h2 {
      width: 100%;
    }


    .contactSection2 .colInner h4 {
        margin-bottom: 30px;
    }



/* carousels */
.benefits-sec .benefits-slide .owl-carousel .owl-nav .owl-next {
    right: -15px;
}
.benefits-sec .benefits-slide .owl-carousel .owl-nav .owl-prev {
    left: -15px;
}
/*  /carousels */


/* carousel text tabs */
    .benefits-sec .owl-dots .owl-dot h5 {
        margin-bottom: 2px;
        line-height: 1;
    }
    .benefits-sec .owl-dots .owl-dot h5 {
    font-size: 10px;
    }
    .benefits-sec .owl-dots .owl-dot.active h5 {
        font-size: 12px;
    }
    .benefits-sec .owl-dots {
        line-height: 1;
    }
    .benefits-sec .owl-dots .owl-dot::after {
    font-size: 12px;
}

/* /carousel text tabs */

}


