@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body.coco{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: normal;
}

*, h1, h2, h3, h4, h5, h6, .btn{
	font-family: 'Open Sans', sans-serif;
}

h2.section-title-large{
	border-bottom: 2px solid #A1B93A;
	display: inline-block;
	padding-bottom: 12px;
}

a{
	color: #A1B93A;
}

.btn{
	font-family: 'Open Sans', sans-serif !important;
}

.coco .navbar{
	box-shadow: 0px 10px 0px rgba(161, 185, 58, 0.5);
	padding: 10px 0;
}

.coco .navbar a{
	color: #444;
}

.navbar.shrink-nav.shrink {
	border-bottom: none;
	padding: 10px 0;
}

@media (max-width: 991px){
	.navbar-collapse {
	    background: rgba(255,255,255,.9);
	}
}

.navbar img {
	margin-top: -4px;
	max-height: 20px;
	max-width: 170px;
}

.navbar li a {
	font-size: 14px;
	font-weight: 300;
}

.navbar .nav-button a.btn-cta{
	font-size: 12px !important;
    font-weight: 700;
    padding: 5px 20px 5px !important;
}

.coco .navbar .nav-button{
	margin: 8px 0 8px 20px;
}

@media (max-width: 991px){
	.navbar-toggle {
	    background-color: rgba(161, 185, 58, 1);
		border-radius: 4px;
	}
}

.header-margin-top{
	margin-top: 0;
}


/* HERO SECTION */

.hero-container{
	height: 80vh;
}

.hero-caption-container{
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 80vh;
	justify-content: space-between;
	vertical-align: middle;
}

#definition{
	align-items: center;
	/*background-color: rgba(0,0,0,.05);*/
	box-shadow: inset 0 0 100px rgba(0,0,0,.1);
	display: flex;
	justify-content: center;
	height: 20vh;
}

.definition-logo{
	margin: 0 auto 0;
	max-width: 450px;
	width: 80%;
}

/*.hero-square{
	background: rgba(255,255,255,.8);
    box-shadow: 0px 0px 250px #000000, 0px 0px 0px 10px rgba(161, 185, 58, 0.5);
    margin: 0 auto 0;
    max-width: 450px;
}*/

.hero-square {
    width: 300px;
    height: 300px;
    border-style: inset;
    border-width: 0 150px 270px 150px;
    border-color: transparent transparent rgba(255,255,255,.9) transparent;
    left: calc(50% - 150px);
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 150px);
    transform: rotate(360deg);
    z-index: 0;
}

.hero-square-border{
    width: 320px;
    height: 320px;
    border-style: inset;
    border-width: 0 170px 300px 170px;
    border-color: transparent transparent rgba(161, 185, 58, 0.5) transparent;
    left: calc(50% - 170px);
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 160px);
    transform: rotate(360deg);
    z-index: -1;
}

@media (min-width: 481px){
	.hero-square{
		width: 360px;
	  	height: 360px;
	  	border-width: 0 180px 330px 180px;
	  	left: calc(50% - 180px);
	    top: calc(50% - 180px);
	}

	.hero-square-border{
		display: none;
	    width: 380px;
	    height: 380px;
	    border-width: 0 170px 300px 170px;
	    left: calc(50% - 170px);
	    top: calc(50% - 160px);
	}
}



h1.hero-title{
	font-size: 26px;
	height: 300px;
	left: calc(50% - 175px);
	line-height: 34px;
	position: absolute;
	top: calc(50% - 30px);
	width: 350px;
	z-index:1;
}


h1.hero-title span{
	font-size: .95em;
	font-weight: 300;
}

.hero-caption{
	font-size: 24px;
	font-weight: 300;
}

/* FEATURES SECTION */
.coco .feature-box{
	align-items: center;
	display: flex;
	justify-content: center;
    min-height: 240px;
}

@media (min-width: 769px){
	.coco .feature-box{
		min-height: 400px;
	}
}

.threesixty{
	height: 300px !important;
	width: 100%;
}

@media (min-width: 769px){
	.threesixty{
		height: 600px !important;
	}
}

.tab-style5-content{
	height: auto !important;
}

.tab-style5 .nav-tabs li.active a {
    border-bottom: 2px solid #A1B93A !important;
    border: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9;
}

.mfp-title {
	font-size: 1.2em;
    text-transform: none !important;
}

.mfp-arrow-right:before,.mfp-arrow-left:before, .mfp-arrow-right .mfp-b, .mfp-arrow-left .mfp-b {
    border: none;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
	border-left: 17px solid #A1B93A;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #A1B93A;
}

.mfp-close {
	background-color: #A1B93A !important;
}

.formmessage{
	padding: 5px 15px;
    border-radius: 4px;
    color: #FFF;
    font-weight: 700;
}

.formmessage a{
	color: #FFF;
	text-decoration: underline;
}

#formsuccess{
    background: #a1b93a;
}

#formerror{
    background: #b93a3a;
}

/* UTILITIES */
.btn-cta{
	font-size: 12px !important;
    font-weight: 700;
    padding: 6px 20px 7px !important;
    text-transform: none;
}

.bg-light-green .btn-cta{
	border: 1px solid #FFF;
}

.bg-light-green{
	background: #A1B93A;
}

.bg-dark-green{
	background: #235F4C;
}

.bg-dark-grey{
	background: #444444;
}
