@charset "UTF-8";
/* CSS Document */

.center {
	text-align: center !important;
}
img {
	max-width: 100%;
	height: auto;
}
html {
  	scroll-behavior: smooth;
}

/* - - - - - - - - - - - - - - - - - - - - ALL - - - - - - - - - - - - - - - - - - - - */

@media all and (min-width: 0px) {
	
	/* - - - - - BRANDING START - - - - - */
	#branding-nav {
		float: left;
		margin: 0;
		padding: 10px 20px;
		width: 100%;
		text-align: center;
	}
	#logo {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
	#user-nav {
		background-color: #00447a;
		display: block;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 600;
		margin: 0;
		overflow: auto;
		padding: 10px 30px;
		text-align: center;
		width: 100%;
	}
	#user-nav ul {
		margin: 0;
		padding: 0;
	}
	#user-nav ul li {
		display: inline-block;
		list-style: none;
		margin: 0 10px;
		padding: 0;
	}
	/* - - - - - BRANDING END - - - - - */
	
	/* - - - - - CAROUSEL START - - - - - */
	.carousel-control.left,
	.carousel-control.right {
		background-image: none;
	}
	.carousel-caption {
		top: 5%;
	}
	.carousel-control {
		width: 5%;
	}
	.carousel-indicators {
		bottom: 40px;
	}
	/* - - - - - CAROUSEL END - - - - - */
	
	/* - - - - - CLASSES START - - - - - */
	.blue {
		color: #132a69 !important;
	}
	.center {
		text-align: center !important;
	}
	.green-btn {
		background-color: #00a651;
		border-radius: 5px;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		margin: 0;
		padding: 10px 30px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.green-btn:hover {
		background-color: #007e3d;
		color: #fff;
		text-decoration: none;
	}
	.green-btn:visited {
		color: #fff;
		text-decoration: none;
	}
	.icon {
		display: inline-block;
		width: 35px;
	}
	.large-title {
		font-size: 32px !important;
	}
	.services-box h2 {
		display: inline-block;
	}
	.shrink {
		display: inline-block;
		transform: scale(1.0);
		transition: all 0.10s ease-out;
		-moz-transition: all 0.10s ease-out;
		-webkit-transition: all 0.10s ease-out;
		-ms-transition: all 0.10s ease-out;
	}
	.shrink:hover {
		transform: scale(0.95);
	}
	/* - - - - - CLASSES END - - - - - */
	
	/* - - - - - CONTENT START - - - - - */
	#content {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#content h2 {
		color: #00447a;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 26px;
		font-weight: 700;
		line-height: 110%;
		margin: 5% 0 20px 0;
		text-align: center;
		vertical-align: middle;
	}
	#content h3 {
		color: #58aa4b;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 110%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	#content p {
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	body.front #content p {
		font-size: 18px;
	}
	#services-listing {
		background-color: #e5e5e5;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#services-listing ul li {
		color: #00447a;
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 10px 0;
		text-transform: uppercase;
	}
	#services-listing ul li::marker {
		color: #00a651;
	}
	/* - - - - - CONTENT END - - - - - */
	
	/* - - - - - FOOTER START - - - - - */
	#footer {
		background-color: #00447a;
		border-top: solid 20px #00a651;
		color: #f6f8fb;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#footer a {
		color: #f6f8fb;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer #social-nav {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	#footer-address {
		line-height: 150%;
		margin-top: 35px;
		text-align: center;
	}
	#footer-column {
		text-align: left;		
	}
	#footer-contact {
		line-height: 150%;
		text-align: center;
	}
	#footer-contact a {
		font-weight: 600;	
	}
	#footer-contact p {
		font-size: 14px;
	}
	#footer-text {
		line-height: 150%;
		margin: 0 0 15px 0;
	}
	#footer-text p {
		font-size: 14px;
	}
	#footer-logo {
		width: 75%;
		margin: 0 auto;
		text-align: center;
	}
	/* - - - - - FOOTER END - - - - - */
	
	/* - - - - - FORM START - - - - - */
	.form-box {
		background-color: #eeeeee;
		margin: 25px auto;
		min-width: 500px;
		padding: 35px 50px;
		width: 50%;
		text-align: center;
	}
	.contact-box {
		background-color: #ffffff;
		margin: 25px auto;
		min-width: 500px;
		padding: 35px 50px;
	}
	.input-box {
		margin: 10px auto;
		padding: 0;
		text-align: left;
	}
	.input-box input,
	.input-box textarea {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		width: 100%;	
	}
	input[type=submit] {
		background-color: #00447a;
		border: none;
		color: #fff;
		font-weight: 600;
		outline: none;
		padding: 10px 20px;
		text-transform: uppercase;
		width: auto;
	}
	input[type=submit]:hover {
		background-color: #58aa4b;
	}
	label {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
	}
	textarea {
		width: 100%;
	}
	/* - - - - - FORM END - - - - - */
	
	/* - - - - - HERO START - - - - - */
	#floating-book {
		filter: drop-shadow(10px 10px 10px #000);
		width: 34%;
		position: absolute;
		top: 2%;
		right: 5%;
	}
	#hero .carousel-inner {
		clear: both;
		-webkit-clip-path: circle(200% at 50% -355%);
		clip-path: circle(200% at 50% -355%);
	}
	body.front #hero .carousel-inner {
		/* clip-path: circle(200% at 50% -220%); */
	}
	.hero-slider {
		float: left;
		position: relative;
	}
	.hero-slider h3 {
		font-family: "Dancing Script";
		font-size: 40px;
		font-weight: 600;
    	color: #fff;
		text-align: center;
		text-shadow: 5px 5px 10px #000;
	}
	body.front .hero-slider h3 {

	}
	.hero-slider img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/* - - - - - HERO END - - - - - */
	
	/* - - - - - HOMEPAGE BUTTONS START - - - - - */
	#homepage-buttons .col-sm-6:last-child {
		margin-top: -15px;
	}
	/* - - - - - HOMEPAGE BUTTONS END - - - - - */
	
	/* - - - - - LEADERSHIP START - - - - - */
	.leadership-box {
		display: inline-block;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
	.leadership-photo {
		display: inline-block;
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.leadership-text {
		display: inline-block;
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	/* - - - - - LEADERSHIP END - - - - - */
	
	/* - - - - - NAVBAR START - - - - - */
	.nav>li {
		border-bottom: solid 1px #e7e7e7;
	}
	.nav>li:last-child {
		border-bottom: none;
	}
	.navbar {
		clear: none;
		float: right;
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	.navbar-default .navbar-nav>li>a {
		color: #00447a;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.navbar-default .navbar-nav>li>a.active,
	.navbar-default .navbar-nav>li>a:hover {
		color: #00a651;
	}
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	/* - - - - - NAVBAR END - - - - - */
	
	/* - - - - - PHOTO STRIPS START - - - - - */
	#content .photos-caption p {
		font-size: 14px;	
	}
	#photo-strip-3 {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		clear: both;
	}
	#photo-strip-3 .photo-box {
		display: inline-block;
		float: left;
		width: 32.75%;
		height: auto;
		margin: 0 0 0.75% 0;
		padding: 0;
	}
	#photo-strip-3 .photo-box:nth-child(2) {
		margin: 0 0.875%;
	}
	/* - - - - - PHOTO STRIPS END - - - - - */
	
	/* - - - - - USER MENU START - - - - - */
	.contact-icon a {
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 30px 30px;
		color: #fff;
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 5px 0 0;
		padding: 0;
		text-indent: -3000px;
	}
	.contact-icon a:hover {
		text-decoration: underline !important;
	}
	#contact-nav {
		color: #fff;
		display: inline-block;
	}
	#contact-nav a {
		color: #fff;
		display: flex;
    	align-items: center;
		text-decoration: none;
	}
	#contact-nav #email a {
		background-image: url("../images/email-icon.png");
	}
	#contact-nav #phone a {
		background-image: url("../images/phone-icon.png");
	}
	#contact-nav ul {
		margin: 0;
		padding: 0;
	}
	#contact-nav ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.social-icon a {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		color: #fff;
		display: inline-block;
		width: 30px;
		height: 30px;
		margin: 0 5px 0 0;
		padding: 0;
		text-indent: -3000px;
		transition: all 0.15s linear;
		-moz-transition: all 0.15s linear;
		-webkit-transition: all 0.15s linear;
		-ms-transition: all 0.15s linear;
	}
	.social-icon a:hover {
		transform: scale(1.25);
	}
	#social-nav .facebook a {
		background-image: url("../images/facebook-icon.png");
	}
	#social-nav .linkedin a {
		background-image: url("../images/linkedin-icon.png");
	}
	#social-nav {
		color: #fff;
		display: inline-block;
	}
	#social-nav a {
		color: #fff;
		display: flex;
    	align-items: center;
		text-decoration: none;
	}
	#social-nav ul {
		margin: 0;
		padding: 0;
	}
	#social-nav ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	/* - - - - - USER MENU END - - - - - */
}


/* - - - - - - - - - - - - - - - - - - - - NARROW - - - - - - - - - - - - - - - - - - - - */

@media all and (min-width: 768px) {
	/* - - - - - CAROUSEL START - - - - - */
	.carousel-caption {
		top: 35%;
	}
	/* - - - - - CAROUSEL END - - - - - */
	
	/* - - - - - CLASSES START - - - - - */
	.icon {
		width: 50px;
	}
	.large-title {
		font-size: 38px !important;
	}
	/* - - - - - CLASSES END - - - - - */
	
	/* - - - - - CONTENT START - - - - - */
	#content {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	#content h2 {
		font-size: 20px;
		text-align: left;
	}
	#content h3 {
		font-size: 16px;
		text-align: left;
	}
	#content p {
		font-size: 14px;
	}
	body.front #content p {
		font-size: 18px;
	}
	#services-listing ul li {
		font-size: 18px;
	}
	/* - - - - - CONTENT END - - - - - */
	
	/* - - - - - FOOTER START - - - - - */
	#footer-address {
		text-align: left;
	}
	#footer #social-nav {
		margin: 25px 0 0 0;
		text-align: left;
	}
	
	#footer-contact {
		text-align: left;
	}
	#footer-contact p {
		font-size: 12px;
	}
	#footer-logo {
		width: 75%;
		margin: 0;
		text-align: left;
	}
	#footer-text p {
		font-size: 12px;
	}
	/* - - - - - FOOTER END - - - - - */
	
	/* - - - - - HERO START - - - - - */
	.hero-slider h3 {
		font-size: 52px;
	}
	/* - - - - - HERO END - - - - - */
	
	/* - - - - - HOMEPAGE BUTTONS START - - - - - */
	#homepage-buttons .col-sm-6:first-child {
		padding-left: 0;
	}
	#homepage-buttons .col-sm-6:last-child {
		margin-top: 0;
		padding-right: 0;
	}
	/* - - - - - HOMEPAGE BUTTONS END - - - - - */
	
	/* - - - - - IDs START - - - - - */
	#branding-nav {
		text-align: left;
		vertical-align: middle;
	}
	#contact-nav {
		display: inline-block;
		float: right;
	}
	#header {
		width: 100%;
	}
	#logo {
		display: inline-block;
		float: left;
		margin: 0;
		width: 20%;
		vertical-align: middle;
	}
	#main {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#services-listing {
		margin-top: -20px;
	}
	#social-nav {
		display: inline-block;
		float: left;
	}
	#user-nav {
		font-size: 13px;
	}
	/* - - - - - IDs END - - - - - */
	
	/* - - - - - LEADERSHIP START - - - - - */
	.leadership-box {
		display: inline-block;
		width: 100%;
		margin: 0 0 30px 0;
	}
	.leadership-photo {
		display: inline-block;
		float: left;
		width: 27%;
		margin: 0 0 0 3%;
		padding: 0;
	}
	.leadership-text {
		display: inline-block;
		float: left;
		width: 70%;
		margin: 0 0 20px 0;
		padding: 0;
	}
	/* - - - - - LEADERSHIP END - - - - - */
	
	/* - - - - - NAVBAR START - - - - - */
	.nav>li {
		border-bottom: none;
	}
	#navbar {
		display: inline-block;
		float: right;
		margin: 20px 0 0 0;
		width: auto;
		vertical-align: middle;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 12px;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* - - - - - NAVBAR END - - - - - */
	
	/* - - - - - PHOTO STRIPS START - - - - - */
	#content .photos-caption p {
		font-size: 16px;	
	}
	/* - - - - - PHOTO STRIPS END - - - - - */
	
	/* - - - - - USER MENU START - - - - - */
	.contact-icon a {
		margin: 0 5px 0 0;
		padding: 0 0 0 40px;
		text-indent: 0;
		width: auto;
	}
	/* - - - - - USER MENU END - - - - - */
}


/* - - - - - - - - - - - - - - - - - - - - NORMAL - - - - - - - - - - - - - - - - - - - - */
@media all and (min-width: 1024px) {
	/* - - - - - CLASSES START - - - - - */
	.icon {
		width: 75px;
	}
	.large-title {
		font-size: 44px !important;
	}
	/* - - - - - CLASSES END - - - - - */
	
	/* - - - - - CONTENT START - - - - - */
	#content h2 {
		font-size: 26px;
	}
	#content h3 {
		font-size: 20px;
	}
	#content p {
		font-size: 16px;
	}
	body.front #content p {
		font-size: 20px;
	}
	#services-listing ul li {
		font-size: 20px;
	}
	/* - - - - - CONTENT END - - - - - */
	
	/* - - - - - FOOTER START - - - - - */
	#footer-contact p {
		font-size: 13px;
	}
	#footer-text p {
		font-size: 13px;
	}
	/* - - - - - FOOTER END - - - - - */
	
	/* - - - - - HERO START - - - - - */
	.hero-slider h3 {
		font-size: 60px;
	}
	/* - - - - - HERO END - - - - - */
	
	/* - - - - - IDs START - - - - - */
	#user-nav {
		font-size: 14px;
	}
	/* - - - - - IDs END - - - - - */
	
	/* - - - - - LEADERSHIP START - - - - - */
	.leadership-box {
		margin: 0 0 30px 0;
	}
	.leadership-photo {
		
	}
	.leadership-text {
		
	}
	/* - - - - - LEADERSHIP END - - - - - */
	
	/* - - - - - NAVBAR START - - - - - */
	#navbar {
		margin: 25px 0 0 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	/* - - - - - NAVBAR END - - - - - */
	
	/* - - - - - PHOTO STRIPS START - - - - - */
	#content .photos-caption p {
		font-size: 18px;	
	}
	/* - - - - - PHOTO STRIPS END - - - - - */
}


/* - - - - - - - - - - - - - - - - - - - - WIDE - - - - - - - - - - - - - - - - - - - - */
@media all and (min-width: 1220px) {
	/* - - - - - CLASSES START - - - - - */
	.icon {
		width: 100px;
	}
	.large-title {
		font-size: 50px !important;
	}
	/* - - - - - CLASSES END - - - - - */
	
	/* - - - - - CONTENT START - - - - - */
	#content h2 {
		font-size: 32px;
	}
	#content h3 {
		font-size: 24px;
	}
	#content p {
		font-size: 18px;
	}
	body.front #content p {
		font-size: 22px;
	}
	#services-listing ul li {
		font-size: 22px;
	}
	/* - - - - - CONTENT END - - - - - */
	
	/* - - - - - FOOTER START - - - - - */
	#footer-contact p {
		font-size: 14px;
	}
	#footer-text p {
		font-size: 14px;
	}
	/* - - - - - FOOTER END - - - - - */
	
	/* - - - - - HERO START - - - - - */
	.hero-slider h3 {
		font-size: 68px;
	}
	/* - - - - - HERO END - - - - - */
	
	/* - - - - - IDs START - - - - - */
	#user-nav {
		font-size: 15px;
	}
	/* - - - - - IDs END - - - - - */
	
	/* - - - - - LEADERSHIP START - - - - - */
	.leadership-box {
		margin: 0 0 40px 0;
	}
	.leadership-photo {
		
	}
	.leadership-text {
		
	}
	/* - - - - - LEADERSHIP END - - - - - */
	
	/* - - - - - NAVBAR START - - - - - */
	#navbar {
		margin: 30px 0 0 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
	/* - - - - - NAVBAR END - - - - - */
	
	/* - - - - - PHOTO STRIPS START - - - - - */
	#content .photos-caption p {
		font-size: 20px;	
	}
	/* - - - - - PHOTO STRIPS END - - - - - */
}


/* - - - - - - - - - - - - - - - - - - - - WIDER - - - - - - - - - - - - - - - - - - - - */
@media all and (min-width: 1440px) {
	/* - - - - - CLASSES START - - - - - */
	.icon {
		width: 125px;
	}
	.large-title {
		font-size: 56px !important;
	}
	/* - - - - - CLASSES END - - - - - */
	
	/* - - - - - CONTENT START - - - - - */
	#content h2 {
		font-size: 38px;
	}
	#content h3 {
		font-size: 28px;
	}
	#content p {
		font-size: 20px;
	}
	body.front #content p {
		font-size: 24px;
	}
	#services-listing ul li {
		font-size: 24px;
	}
	/* - - - - - CONTENT END - - - - - */
	
	/* - - - - - FOOTER START - - - - - */
	#footer-contact p {
		font-size: 15px;
	}
	#footer-text p {
		font-size: 15px;
	}
	/* - - - - - FOOTER END - - - - - */
	
	/* - - - - - HERO START - - - - - */
	.hero-slider h2 {
		font-size: 76px;
	}
	/* - - - - - HERO END - - - - - */
	
	/* - - - - - IDs START - - - - - */
	#user-nav {
		font-size: 16px;
	}
	/* - - - - - IDs END - - - - - */
	
	/* - - - - - LEADERSHIP START - - - - - */
	.leadership-box {
		margin: 0 0 50px 0;
	}
	.leadership-photo {
		
	}
	.leadership-text {
		
	}
	/* - - - - - LEADERSHIP END - - - - - */
	
	/* - - - - - NAVBAR START - - - - - */
	#navbar {
		margin: 35px 0 0 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 18px;
	}
	/* - - - - - NAVBAR END - - - - - */
	
	/* - - - - - PHOTO STRIPS START - - - - - */
	#content .photos-caption p {
		font-size: 22px;	
	}
	/* - - - - - PHOTO STRIPS END - - - - - */
}