@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Allura");
@import url("https://fast.fonts.net/cssapi/4cd14e4f-2f80-421f-b6f2-37a2c822dfc1.css");
body {
	/*background: url(../media/1001/bg.png);
    background-repeat: repeat-x;*/
    background-color: #e7e7e7;
    font-size: 14px;
	color: #4f4f4f;
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	/*font-family: 'MyriadPro';*/
}

header {
	padding: 0 20px;
	margin-top: 25px;
	margin-bottom: 15px;
    text-align: left;
    width: 100%;
    position: relative;
}

header > .logo-container > img, header  > .logo-container > a > img {
    max-width: 100%;
}

header > .logo-container {
    position: relative;
    z-index: 10;
    top: 0px;
    width: 100%;
}

header > .contact-container {
    position: absolute;
    z-index: 15;
    bottom: 5px;
    right: 0px;
}

header > .assessment-container {
    position: absolute;
    z-index: 15;
    bottom: 50px;
    right: 0px;
}

.border-radius-12 {
	border-radius: 0px;
}
.navbar{
	margin-bottom: 0px;	
}

.navbar-brand {
	padding: 8px 15px;
}

nav.top .navbar-nav {
	margin: 0px;
	font-weight: bold;
}

nav.top .navbar-collapse, nav.top .navbar-form {
	border-top-color: #083a2c;
}

nav.top #top-navigation ul.nav.navbar-nav {
	width: 100%;
	display: table;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

nav.top #top-navigation ul.nav.navbar-nav > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: middle;

	/** right border of each tab */
	border-right: 2px solid transparent;
	border-left: 0px;
	border-image: linear-gradient(to bottom, rgba(249, 174, 67, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(249, 174, 67, 0) 100%);
	-moz-border-image: -moz-linear-gradient(to bottom, rgba(249, 174, 67, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(249, 174, 67, 0) 100%);
	-webkit-border-image: -webkit-linear-gradient(to bottom, rgba(249, 174, 67, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(249, 174, 67, 0) 100%);
	border-image-slice: 1;
}

nav.top #top-navigation ul.nav.navbar-nav > li:last-child {
	border-right: 0px;
}


nav.top {
	background-color: #FBCE20;
	border: none;
}

nav.top .navbar-collapse {
	padding: 0;
}

nav.top .navbar-nav>.active>a, nav.top .navbar-nav>.active>a:focus, nav.top .navbar-nav>.active>a:hover, nav.top .navbar-nav>li>a {
	color: inherit;
	background: none;
}

nav.top .navbar-nav > li > a {
	font-size: 13px;
	line-height: 20px;
}

nav.top .navbar-nav>li>a:hover {
	background-color: #FBCE20;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #FBCE20;
}

nav.top .navbar-toggle .icon-bar {
	background-color: #134931;
}

nav.top .navbar-toggle {
	border-color: #134931;
}

nav.top .navbar-toggle:focus, nav.top .navbar-toggle:hover {
	background-color: white;
}

.btn-contact-us {
    border: none;
    border: 0px;
    background-color: #0C653A;
    color: #fbfdfc;
    padding: 8px 14px;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 1px;
}

.btn-contact-us:hover, .btn-contact-us:active, .btn-contact-us:focus {
    background-color : #0C653A;
    color: #ffffff;
}

.btn-contact-us:hover {
    color:#FBCE20;
}

.btn-primary {
	border: none;
    border: 0px;
    background-color: #0c653a;
    color: #ffffff;
    padding: 8px 14px;
    margin-right: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
    text-transform: capitalize;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	color: #FBCE20;
	border: none;
	background-color: #0C653A;
}

footer {
	margin: 0px 0px;
	background-color: #0c653a;
}

footer .copyright {
	margin: 20px 0px;
	line-height: 17px;
	color: #ffffff;
}

footer .social-icons img {
	height: 18px;
	margin: 4px;
}

a {
	color: #ffffff;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
	color: #0c653a;
}

h2 {
    font-weight: bold;
    font-size: 1.3em;
	color: #0c653a;
}

h1 > .cursive {
	font-size: .8em;
	font-style: italic;
	color: #0c653a;
}

.yellow-divider {
	color: #FBCE20;
}

.body {
	/*margin: 0 15px;*/
	background-color: #fff;
	padding: 15px 35px;
	font-size: 1.14em;
    min-height: 700px;
}

.body .frame-right {
    text-align: center;
}

/* we want images in the body to be their full width size, BUT if that width is greater than the parent, we want the width to be 100% of the parent */
.body img {
    max-width: 100%;
}
/*
.shadow-right-bottom {
	box-shadow: inset -1px -2px 4px 0px #000000;
	-webkit-box-shadow: inset -1px -2px 4px 0px #000000;
	-moz-box-shadow: inset -1px -2px 4px 0px #000000;
}

.shadow-left-top {
	-webkit-box-shadow: inset 1px 2px 4px -1px #ffffff;
	-moz-box-shadow: inset 1px 2px 4px -1px #ffffff;
	box-shadow: inset 1px 2px 4px -1px #ffffff;
}

.shadow-right-bottom.shadow-left-top {
	box-shadow: inset -1px -2px 4px 0px #000000, inset 1px 2px 4px -1px #ffffff;
	-webkit-box-shadow: inset -1px -2px 4px 0px #000000, inset 1px 2px 4px -1px #ffffff;
	-moz-box-shadow: inset -1px -2px 4px 0px #000000, inset 1px 2px 4px -1px #ffffff;
}
*/
.allura {
	/*font-family: 'Allura', cursive;*/
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
}


/* testimonials section */
.frame-right .testimonials {
    background:#ffffff;
    margin-bottom:15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 405px;
}

.frame-right .arrow-down a, .frame-right .arrow-up a {
   opacity: .3;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.frame-right .arrow-down a:hover, .frame-right .arrow-up a:hover {
    opacity: 1;
}

/*.light-gray-lower-shadow {
    -moz-box-shadow: inset -1px -2px 4px 0px #707070, inset 1px 2px 4px -1px #ffffff !important;
    -webkit-box-shadow: inset -1px -2px 4px 0px #707070, inset 1px 2px 4px -1px #ffffff !important;
    box-shadow: inset -1px -2px 4px 0px #707070, inset 1px 2px 4px -1px #ffffff !important;
}*/

.testimonials .quote-start {
    padding: 0 8px 0px 0;
    height: 40px !important;
    width: 50px !important;
}

.testimonials .quote {
    font-size: 16px;
    line-height: 16px;
}

.testimonial .text {
    overflow: hidden;
}

/*career day fair section*/
.career-fairs {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
}


.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;

    height: 100%;
}

.testimonials .agent-image {
    position: absolute;
    bottom: 0px;
    width:100%;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}

#carousel-testimonials {
    height: 100%;
}

.testimonials .content {
    padding: 10px;
}

.testimonials 	blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

.testimonials .person-name {
    clear:both;
    font-weight: bold;
    font-size: 1.2em;
}

.testimonials .branch {
    font-size: 0.6em;
}

.testimonials .agent-title{
    font-size: 0.8em;
    font-style: italic;
}

.testimonials img {
    max-width: 100%;
}

.testimonials .view-larger-testimonial {
    position: absolute;
    z-index: 30;
    left: 0;
    margin: 5px;
    font-size: 30px;
    bottom: 0px;
    line-height: 30px;
    color: #fbce20;
    font-weight:normal;
    top: initial !important;
}



/* STATE LIST */
.list-states {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 30px;
    padding: 0;
    list-style: none;
    font-weight: bold;
    color: #0C653A;
    margin-top: 20px;
}

@media (min-width: 500px) {
	.list-states { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 992px) {
	.list-states { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}



/* CHECK LIST */

.check-list {
	list-style: none;
}

.check-list li {
	position: relative;
	margin-bottom: 10px;
}

.check-list li::before {
	content: '';
	height: 14px;
	width: 14px;
	background: no-repeat center/contain url('/media/1298/icon-check.png');
	position: absolute;
	left: -25px;
	top: 4px;
}



/* HIGHLIGHTED TEAM MEMBERS */

.team-list {
	display: grid;
	gap: 50px;
}

@media (min-width: 500px) {
	.team-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 992px) {
	.team-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1200px) {
	.team-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.team-photo { text-align: center; }
.team-photo > img {
	border-radius: 50%;
    width: 100%;
	max-width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.team-name, .team-title, .team-company {
	word-break: break-word;
	margin: 0;
}

.team-name {
	margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    color: #0C653A;
}

.team-company {
	font-size: 14px;
	color: #777777;
	font-style: italic;
}

.team-text { margin-top: 15px; }



/* xs displays */
@media screen and (max-width: 767px) {
    

	nav.top #top-navigation ul.nav.navbar-nav {
		display: block;
	}

	nav.top #top-navigation ul.nav.navbar-nav > li {
		display: block;
		text-align: left;
        border-right: 0px;
        border-right: none;
	}
	
}

/* xs and sm displays */
@media screen and (max-width: 991px){
    .body .frame-right {
        text-align: center;
    }
	header > .logo-container > img, header  > .logo-container > a > img {
		max-width: 50%;
	}
	footer .social-icons {
    	margin-top: 15px;
    	text-align: center;
    }
	
}
@media screen and (max-width: 767px){
	header > .logo-container > img, header  > .logo-container > a > img {
		max-width: 100%;
	}	
}
@media screen and (max-width: 1199px){
	.social-icons img{
		width: 30px;
	}	
}

