/* GENERIC */

html {
	height: 100%;
}

body {
	height: 100%;
}

a {
	text-decoration: none!important;
	color: inherit;
}

ul {
	padding: 0;
}

td {
	text-align: left;
}

.row {
	width: 100%;
	margin: 0;
}

.page-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin: 0;
	position: relative;
	padding: 0;
	border: none;
}

.page-title {
	display: inline-flex;
	position: absolute;
	bottom: 70px;
}

.page-title img {
	background-color: #4d4d4d;
	padding: 20px 50px;
	height: 100%;
}

.page-title h1 {
	background-color: rgba(255, 255, 255, .65);
	padding: 30.5px 50px;
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}

/* NAV */

.navbar {
	position: fixed;
	z-index: 10;
	width: 100%;
	
}

.navbar-default {
    background-color: white;
    border: none;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: black;
    box-shadow: 0px 2px 15px #444;
    border-radius: 0;
}

.social {
	float: right;
	margin: 8px 0;
	margin-left: 30px;
	margin-right: 35px;
}

.social-icon {
	margin: 0 5px;
}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default:hover .navbar-nav > li > a:hover {
    color: #66B7FF;
}


/* FOOTER */

.footer {
	background-color: #4d4d4d;
	height: auto;
	padding: 0;
	text-align: center;
}

.footer-logo {
	margin: 60px auto;
	max-width: 75%;
}

.footer-nav {
	padding: 0!important;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 70px;	
}

.footer-nav li {
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	line-height: 30px;
}

.footer-nav li a {
	color: white;	
}

.footer-nav li a:hover {
	color: #66B7FF;	
}

.mobile-view {
	display: none;
}

.footer-details {
	margin: 0 auto;
	margin-top: 60px;
}

.footer-details tr td:nth-child(odd) {
	padding: 5px;	
}

.footer-details tr td:nth-child(even) {
	padding-left: 5px;
	color: white;
	font-family: 'Montserrat', sans-serif;	
}

.footer-details tr td:nth-child(even) a:hover {
	color: white;
}

.footer-social {
	text-align: center;
}

.footer-social-icon {
	margin: 0 5PX;
	margin-top: 10px;
	width: 30px;
	display: inline-block;
}

.footer p {
	color: white;
	font-family: 'Open Sans', sans-serif;
	display: inline-flex;
}

.tch {
	height: 20px;
	margin-left: 10px;
}

/* HOME PAGE */

.home-hero {
	background-image: url(/images/home-hero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	margin: 0 0;
	text-align: center;
	
}

.hero-logo {
	margin: 10% auto;
	margin-bottom: 0;
}
.hero-text {
	color: white;
	text-align: center;
	width: 45%;
	margin: 0 auto;
	margin-top: 100px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18pt;
}

.hero-button {
	color: white;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 18pt;
	margin-top: 100px;
	border: 3px solid #ffa737;
	border-radius: 15px;
	padding: 10px 25px;
}

.hero-button:hover {
	background-color: #ffa737;
	cursor: pointer;
}

.intro-col {
	padding: 50px 80px;
}

.intro-col h2 {
	text-align: center;
	color: #444;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 70px;
}

.intro-col p {
	text-align: center;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.intro-col ul {
    max-width: 45%;
    margin: 0 auto;
    text-align: left;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.col-border {
	border-left: 1px solid #e1e1e1;
}

.intro-row {
	margin: 25px 0;
}

.home-service-container {
	padding: 0;
}

.service-benefit {
	background-image: url(/images/service-benefit.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}

.service-strategy {
	background-image: url(/images/service-strategy.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}

.service-links {
	background-image: url(/images/service-links.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}

.icon-col p {
	font-size: 10pt;
}

.home-service {
	color: white;
}

.home-service h3 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 100px;
    margin: 0;
}

.home-service:hover {
	color: #FFA737!important;
}

.service-icon {
	margin: 0 auto;
	margin-top: 30px;
}

.contact-row {
	margin: 25px 0;
}

.about-col {
	padding: 50px 80px;
}

.about-col h2 {
	text-align: center;
	color: #444;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 70px;
}

.about-col p {
	text-align: center;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.about-col ul {
	max-width: 45%;
	margin: 0 auto;
	text-align: left;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.contact-col {
	padding: 50px 80px;
}

.contact-col h2 {
	text-align: center;
	color: #444;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 70px;
}

.contact-col p {
	text-align: center;
	color: #black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.contact-details {
	margin: 0 auto;
	margin-top: 40px;
}

.contact-details tr td:nth-child(odd) {
	padding: 10px 5px;
	vertical-align: top;	
}

.contact-details tr td:nth-child(even) {
	padding-left: 5px;
	color: #444;
	font-family: 'Montserrat', sans-serif;	
}

.contact-details tr td:nth-child(even) a:hover {
	color: inherit;
}

.address-cell {
	padding-top: 10px;
}

.form-break {
	margin: 5px;
}

.form-control {
	border-radius: 0;
	border: 2px solid #66B7FF;
	font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: none;
    transition: none;
}

.msg-area {
	resize: none;
}

.url-form {
	display: none;
}

.submit-button {
	margin-top: 40px;
}

.contact-submit {
	background-color: #66b7ff;
	color: white;
	font-family: 'Montserrat', sans-serif;
}

/* BENEFITS PAGE */

.benefits-header {
	background-image: url(/images/benefits-header.jpg);
}

.benefits-page {
	padding: 0;
}

.achieve-row {
	text-align: center;
	padding: 50px 0;
}

.achieve-row h2 {
	padding: 0 0 50px 0;
	font-family: 'Montserrat', sans-serif;
}

.center-col {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.achieve-col {
	padding: 10px 40px;
	text-align: center;
}

.achieve-col h4 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	color: #FFA737;
	height: 50px;
}

.achieve-col p {
	color: #444;
}

.contribute-row {
	background-image: url(/images/benefits-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	padding: 70px 37%;
}

.contribute-row h2 {
	color: white;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 50px;
}

.contribute-row h4 {
	color: #FFA737;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
}


.contribute-row p {
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.group-row {
	padding: 50px 0;
}

.group-row h2 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding-bottom: 50px;
}

.group-col h4 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	color: #FFA737;
}

.group-col p {
	color: #444;
	font-family: 'Open Sans', sans-serif;
}

/* STRATEGY PAGE*/

.strategy-header {
	background-image: url(/images/strategy-header.jpg);
}

.strategy-page {
	padding: 50px 0;
}

.center-row {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.strategy-page h2 {
	text-align: center;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}

.strategy-row {
	padding: 30px 0;
}

.strategy-point-col img {
	margin: 0 auto;
}

.strategy-point-col h4 {
	text-align: center;
	color: #FFA737;
	font-family: 'Montserrat', sans-serif;
}

.strategy-info-col p {
	color: #444;	
	font-family: 'Open Sans', sans-serif;
}

.strategy-info-col ul {
	color: #444;	
	font-family: 'Open Sans', sans-serif;
	padding-left: 50px;
}

/* STRAT PAGE */

.strategy-header {
	background-image: url(/images/strategy-header.jpg);
}

.strategy-page2 {
	padding: 50px 0;
}

.option-col {
	padding: 20px;
}

.strategy-page2 h2 {
	text-align: center;
	padding-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

.strategy-page2 p {
	color: #444;	
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding-bottom: 30px;
}

.list-num {
	margin: 0 auto;
}

.option-row {
	display: none;
	padding: 0 150px;
}

.option-col h3 {
	text-align: center;
	color: #FFA737;
	font-family: 'Montserrat', sans-serif;
}

.option-col:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}

.option-row h4 {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding-top: 30px;
}

.option-row p {
	color: #444;	
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	padding: 0;
}

.option-row ul {
	color: #444;	
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	padding: 0;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.option-point3 {
	max-width: 150px!important;
}

#option2 {
	padding-top: 30px;
}

#option3 {
	padding-top: 30px;
}

#option4 {
	padding-top: 30px;
}

.active {
	border: 2px solid #FFA737;
}

/* LINKS PAGE */

.links-header {
	background-image: url(/images/links-header.jpg);
}

.links-page {
	padding: 50px 0;
}

.links-page p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}

.link-col {
	padding: 30px;
}

.link-col:hover {
	background-color: #f1f1f1;
}

.link-col h4 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	height: 70px;
	color: black;
}

.link-logo {
	max-width: 50%;
	margin: 0 auto;
}

.link-col p {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #444;
}

/* ABOUT US */

.about-header {
	background-image: url(/images/about-header.jpg);
}

.about-row {
	padding: 0;
	margin: 100px 0;
}

.about-col-one {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #444;	
	padding: 0 50px;
}

.about-col-two {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #444;	
	padding: 0 90px;
}

.about-icon {
	margin: 0 auto;
	height: 50px;
	margin-top: 35px;
	margin-bottom: 15px;
}

.about-list {
	max-width: 75%;
	margin: 0 auto;
	text-align: left;
}

.about-logo-icon {
	margin: 0 auto;
	height: 70px;
	margin-top: 35px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1200px){

	.contribute-row {
		padding: 70px 20%;
	}
	
	.contact-inner-col {
		width: 100%;
	}
	
	.contact-details {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 992px) {

	.footer-details tr td:nth-child(even) {
		font-size: 9pt;
	}
	
	.social {
		display: none;
	}
	
	.home-service {
	    height: 300px;
	}
	
	.hero-button {
	    margin-top: 80px;
	}

}

@media only screen and (max-width: 767px) {

	.strategy-point-col h4 {
		padding-bottom: 20px;
	}
	
	.center-col {
		border-left: none;
		border-right: none;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
	}
	
	.achieve-row {
		margin: 0 30px;
	}
	
	.achieve-col h4 {
	    height: 30px;
	}
	
	.group-col h4 {
		text-align: center;
	}
	
	.group-col p {
		text-align: center;
	}
	
	.group-img {
		padding-bottom: 30px;
	}
	
	.desktop-view {
		display: none;
	}
	
	.mobile-view {
		display: initial;
	}
	
	.footer-details tr td:nth-child(even) {
		font-size: 12pt;
	}
	
	.footer-logo {
	    margin-bottom: 15px;
	}
	
	.mobile-footer-details {
		margin: 0 auto;
	}
	
	.mobile-footer-details tr td:nth-child(odd) {
		padding: 5px;	
	}
	
	.mobile-footer-details tr td:nth-child(even) {
		padding-left: 5px;
		color: white;
		font-family: 'Montserrat', sans-serif;	
	}
	
	.mobile-footer-details tr td:nth-child(even) a:hover {
		color: white;
	}
	
	.footer-nav {
	    margin-bottom: 50px;
	}
	
	.hero-logo {
	    margin: 200px auto;
	    margin-bottom: 0;
	    max-width: 80%;
	}
	
	.hero-text {
	    width: 80%;
	}
	
	.intro-col {
	    padding: 50px 20px;
	}
	
	.col-border {
		border-left: none;
		border-top: 1px solid #e1e1e1;
	}
	
	.about-col {
	    padding: 50px 20px;
	}
	
	.contact-col {
	    padding: 50px 20px;
	}
	
	.navbar-default .navbar-nav > li > a {
	    color: black;
	    text-align: center;
	}
	
	.about-col-two {
	    padding-top: 50px;
	}
	
	.option-row {
	    padding: 0 25px;
	}
	
	.option-col h3 {
	    font-size: 15pt;
	}

}

@media only screen and (max-width: 500px) {

	.hero-logo {
	    margin: 120px auto;
	    margin-bottom: 0;
	    max-width: 80%;
	}
	
	.hero-text {
	    font-size: 12pt;
	}
	
	.hero-button {
	    font-size: 13pt;
	    margin-top: 50pt;
	}

	.page-title img {
		padding: 10px 25px;
	}
	
	.page-title h1 {
		padding: 20px 25px;
	}
	
	.footer p {
		display: block;
	}
	
	.tch {
		height: 20px;
		margin-left: 0px;
		margin: 0 auto;
	}

}

@media only screen and (max-width : 1100px) and (orientation : landscape) {
	
	.hero-logo {
	    margin: 15% auto;
	    margin-bottom: 0;
	    max-width: 50%;
	}
	
	.hero-text {
	    font-size: 9pt;
		margin-top: 5%;
	}
	
	.hero-button {
	    margin-top: 5%;
	}
}