/*----- 1. Reset.css -----*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 10px;
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
	line-height: 30px;
}

h1 {
	font-size: 45px;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 1;
}

h2 {
	font-size: 25px;
	font-weight: 600;
	margin-top: 50px;
} 

h3 {
	font-size: 18px;
	font-weight: 600;
} 

h4 {
	font-size: 16px;
} 

h5 {
	font-size: 15px;
	line-height: 1.8;
} 

h6 {
	font-size: 14px;
}

p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.container-fluid {
    padding-right: 85px;
    padding-left: 85px;
}
.title-anchors {
	width: 60px;
	margin: 20px auto 0;
}
.text-anchors {
	width: 60px;
	margin: 40px auto 0;
}
img {
	width: 100%;
}
p.gold  {
	color: #a18e4f;
}
p.silver {
	color: #a5a8a9;
}
.divider-section {
	line-height: 0;
}
.light-content {
	color: #ffffff;
}
li {
	line-height: 1.5;
	list-style-type: circle;
	list-style-position: inside;
}
.spacer-sm {
	margin: 20px 0;
}
.spacer-md {
	margin: 40px 0;
}
.spacer-lg {
	margin: 60px 0;
}
.spacer-lg-top {
	margin-top: 60px;
}
.flex-center {
	justify-content: center;
}
.strong {
	font-weight: 600;
}
.titleIcons {
	width: 75px;
	margin-bottom: 30px;
}

/*----- Helper Classes -----*/

html * {
	text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0 !important;
}

.custom-padding {
	padding-left: 10px;
	padding-right: 10px;
}

.bg-color {
	background: #f8faff !important;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.error-message {
	color: #FF3333;
	margin-top: 5px;
}

.success-message {
	color:#33cc33;
	margin-top: 5px;
}


/*------ 2. Navbar Styling ------*/

.navbar {
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent !important;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.navbar .navbar-brand {
	width: 131px;
}

.navbar-brand img {
	width: 100%;
}

.navbar .navbar-toggler {
	border: none;
}

.navbar span.navbar-toggler-icon::before {
	outline: none;
}

.navbar .navbar-toggler:focus {
	outline: none;
}

.navbar-toggler-icon-list {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-nav {
	text-align: center;
	margin-top: 15px;
	-webkit-transition: 0.5s all ease; /* For Safari 3.1 to 6.0 */
	transition: 0.5s all ease;
}

.navbar-nav .nav-item {
    margin-right: 0;
    margin-top: .75rem;
    margin-bottom: .75rem;
    list-style-type: none;
}

.nav-white .nav-item .nav-link {
	font-size: 0.9rem;
	text-transform: uppercase;
 	color: #ffffff;
}

.nav-white .nav-item .nav-link:hover {
  color: #BFBFBF;
}

.dropdown-menu {
    padding: 0.9rem 0;
    margin: 0.425rem 0 0;
    font-size: 0.8rem;
    background-color: #4c2826;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #a18e4f;
    background-color: #2d1817;
}

.dropdown-item:active {
    color: #a18e4f;
    background-color: #2d1817;
}

.navbar.past-main {
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #555 !important;
	-webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.navbar.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-white.effect-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------------------------------------------------
--------------- 3. Hero Home Styling Starts -------------------
----------------------------------------------------------*/

.hero-home {
	padding: 120px 0 150px 0;
	background: url(../images/plant_leaves_cbd_global_Advisors.jpg) no-repeat;
	background-size: cover;
	background-position: top;
}
.hero-home .intro-block {
	padding: 100px 0;
	max-width: 800px;
	/*margin: 0 auto;*/
}
.hero-home h1 {
    color: #ffffff;
    margin-top: 9px;
    margin-bottom: 25px;
    text-align: left;
}
.hero-home h5 {
	color: #ffffff;
	text-transform: none;
	line-height: 24px;
	text-align: left;
}
.seedPile-container {
	position: relative;
}
.seedPile-container .seedPile {
    width: 470px;
    position: absolute;
    left: 4%;
    top: -210px;
    z-index: 1;
}

/*---------------------------------------------------------------
------------- Nav Block Section ----------------
---------------------------------------------------------------*/

.sections_navBlocks {
	padding: 150px 0 50px 0;
}
.sections_navBlocks .navTitles {
    margin-top: -39px;
    margin-bottom: 50px;
}
.sections_navBlocks .navTitles h3 {
	color: #092639;
	background-color: #ffffff;
    padding: 15px;
    position: relative;
    width: 90%;
	margin: 0 auto;
	line-height: 1.2;
    z-index: 999;
}

/*---------------------------------------------------------------
------------- About Section ----------------
---------------------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background-color: #045389;
}
.aboutLeft {
	padding: 0 60px;
}
.aboutRight {
	border-left: 2px solid #fff;
    padding: 0 60px;
}
.about h1 {
	color: #ffffff;
}
.about h2 {
	color: #ffffff;
}
.about img {
	margin-top: 50px;
}

/*-----------------------------------------------------------
------------ Agriculture Section ---------------
-----------------------------------------------------------*/

.agriculture_reseach {
	padding: 100px 0 100px 0;
}
.agriculture_reseach h1 {
	color: #74aa4f;
	margin-bottom: 100px;
}

/*-----------------------------------------------------------
------------ Extraction Section ---------------
-----------------------------------------------------------*/

.extraction_science {
	padding: 100px 0 200px 0;
	background-color: #d3d3d3;
}
.extraction_science:after {
    background: inherit;
    content: '';
    display: block;
    height: 30%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-6.2deg);
    transform-origin: 100%;
    z-index: -1;
}
.extraction_science h1,
.extraction_science_continued h1 {
	color: #045389;
}
.extraction_science_continued {
	margin-top: -140px;
}

/*-----------------------------------------------------------
------------ Formulation Section ---------------
-----------------------------------------------------------*/

.formulation_compounding {
	padding: 100px 0 100px 0;
}
.formulation_compounding h1 {
	color: #7571a0;
}
.formulation_compounding .row.equal_columns > [class*='col-'] {
  flex-grow: 1;
  background-color: #045389;
  padding: 35px;
  margin: 0 8px;
}

/*-----------------------------------------------------------
------------ Formulation Goals Section ---------------
-----------------------------------------------------------*/

.formulation_goals {
	padding: 50px 0 100px 0;
}
.formulation_goals .titleIcons {
	width: 75px;
	margin-bottom: 30px;
}
.formulation_goals h1 {
	color: #7571a0;
}
.formulation_goals .content-wrap {
    position: relative;
    height: 380px;
    width: 100%;
    padding: 0;
}
.formulation_goals .row.equal_columns > [class*='col-'] {
	flex-grow: 1;
	background-color: #045389;
	padding: 0 20px;
	margin: 0 20px 40px;
}
.formulation_goals aside h2 {
	color: #045389;
	margin: 0;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform-origin: 5px 3px;
	position: absolute;
	left: -4px;
    top: 0;
    width: 280px;
}
.goalIcons {
    width: 100px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%);

}
/*-----------------------------------------------------------
------------ Legal Section ---------------
-----------------------------------------------------------*/

.legal_landscape {
	padding: 100px 0 100px 0;
	background-color: #d3d3d3;
}
.legal_landscape h1 {
	color: #045389;
	margin-bottom: 100px;
}

/*-----------------------------------------------------------
------------ Patient Monitoring Section ---------------
-----------------------------------------------------------*/

.patient_monitoring {
	padding: 100px 0 100px 0;
}
.patient_monitoring h1 {
	color: #555555;
}
.patient_monitoring h2 {
	margin-top: 0;
}
.patient_monitoring p {
	margin-top: 0;
	margin-bottom: 20px;
}
.monitoringList ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	margin: 25px 0 0;
	padding: 0;
	color: #045389;
}
.monitoringList ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 100%;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.monitoringList ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 2rem;
  margin-right: 0.5rem;
  font-family: 'Abril Fatface', serif;
  line-height: 1.2;
}

/*----------------------------------------------------------
------------------ 9. CTA ------------------
----------------------------------------------------------*/

.cta {
	background-color: #092639;
}
.cta-wrap {
	padding: 75px 0;
}
.cta-wrap h2 {
	color: #ffffff;
	margin-bottom: 40px;
	margin-top: 0;
}
.cta-btns a {
	background-color: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-radius: 100px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 14px 24px;
	margin: 0 5px;
	font-weight: 600;
}
.cta-btns a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #092639;
}

/*---------------------------------------------------
----------- 13. Contact Section Styling Starts -------------
---------------------------------------------------*/

.modal-header {
	border-top: 10px solid #045389;
    border-bottom: none;
    border-radius: 0;
}
.modal-content {
	background-color: #fff;
	color: #555;
	border-radius: 0;
}
.contact {
	padding: 0;
}
.contact .inner h1 {
	font-size: 20px;
	color: #252525;
	line-height: 1.2;
	margin-bottom: 20px;
}
.modal-content h2 {
	margin-top: 0;
}
.contact .inner p {
	font-size: 16px;
	font-weight: 300;
	color: #848484;
	line-height: 1.4;
}

.contact .address {
	padding: 10px 0 100px 0;
}

.contact .address h1 {
	font-size: 24px;
	color: #454545;
	margin-bottom: 30px;
}

.contact .address p {
	font-size: 21px;
	color: #454545;
	line-height: 1.8;
}

.contact .address p:nth-child(3) {
	margin-top: 30px;
}

.contact .address p:nth-child(5) {
	margin-top: 30px;
}

/* ------------ Contact Form Styling --------*/

.contact-intro h1 {
	font-size: 34px;
	font-weight: 300;
	line-height: 1.2;
}

.contact-intro p {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
}
.contact-form {
    padding: 20px 0;
}
label {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #252525;
	text-align: left;
}

 .contact-form .form-control {
	border: none;
	border-bottom: 2px solid #999;
	border-radius: 1px;
	margin-top: 10px;
	background: #e8e8e8;
	margin-bottom: 10px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.form-control:focus {
	outline: none;
	border-color: #777777;
	background: #F4F4F4;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    outline: none;
 }
 .btn-success.focus, .btn-success:focus {
    box-shadow: none;
}
.contact-form input[type="text"],
textarea,
textarea.form-control {
	height: auto;
	background: #e8e8e8;
}
.form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999999;
}
.form-control:-moz-placeholder {
  font-size: 13px;
  color: #999999;
}
.form-control::-moz-placeholder {
  font-size: 13px;
  color: #999999;
}
.form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999999;
}

.text-muted {
  font-size: 13px;
  color: #222222;
}

.text-muted strong {
  color: #FF3333;
}
.btn-success.disabled, .btn-success:disabled {
    background-color: #2897a7;
    border-color: #2897a7;
}
.btn-send {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 8px 16px;
	border-radius: 100px;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	background: #045389;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.btn-send:hover, .btn-send:focus, .btn-send:active {
	color: #FFFFFF;
	background: #032b46;
	border: 0;
	outline: none !important;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.help-block {
	font-size: 12px;
	color: #FF3333;
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}


/*--------------------------------------------------------------
-------------------- Footer Small Styling Starts ---------------
--------------------------------------------------------------*/

.footer {
	padding: 100px 0 25px;
	background: #353535;
	text-align: center;
}
.footer .row {
	text-align: left!important;
}
.footer-imgWrap {
	width: 140px;
}
.footer p {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 0;
    width: 280px;
}
.footer h3 {
	color: #fff;
}
.footer .footer-info li {
	list-style-type: none;
	color: #fff;
	font-size: 14px;
}
.footer .footer-nav li {
	margin-left: 0;
	margin-bottom: 5px;
	list-style-type: none;
}
.footer .footer-nav li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.footer .footer-nav li a:hover {
    color: #fff;
}
.footer .copyright p {
	font-size 12px;
	margin-top: 60px;
	text-align: center!important;
	color: #aaaaaa;
	width: 100%;
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
	background: #045389;
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
	box-shadow:0 5px 10px rgba(0, 0, 0, .3);
}
.back-to-top i {
	position: relative;
	left: 12px;
	top: 4px;
	font-size: 32px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.back-to-top:hover {
	background: #012a46;
	color: #FFFFFF;
}
.back-to-top:hover i {
	top: 6px;
}
.back-to-top:focus {
    color: #FFFFFF;
}	

/*-----------------------------------------------------------------
------------------ 13. All Media Queries Start Here -------------------
-----------------------------------------------------------------*/
@media (min-width: 993px) and (max-width: 1199px) {
}

@media only screen and (max-width: 992px) {
	.navbar-nav .nav-item {
	    margin-right: 0;
	    margin-top: .75rem;
	    margin-bottom: .75rem;
	}
	.formulation_compounding .row.equal_columns > [class*='col-'] {
	  margin: 8px 0;
	}
	.formulation_goals .content-wrap {
	    height: 270px;
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		background: #555555!important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	p {
		font-size: 14px;
	}
	h1 {
		line-height: 1.2;
	    font-size: 30px;
	    margin-bottom: 0;
	}
	h2 {
	    margin-top: 40px;
	}
	.hero-home h2 {
	    font-size: 14px;
	}
	.seedPile-container .seedPile {
	    width: 400px;
	}
	.container-fluid {
	    padding-right: 25px;
	    padding-left: 25px;
	}
	.about {
		text-align: center;
	}
	.aboutLeft {
		padding: 0 15px 30px;
	}
	.aboutRight {
		border-left: none;
		border-top: 2px solid #fff;
		padding: 30px 15px;
	}
	.about,
	.agriculture_reseach {
		padding: 90px 0
	}
	.agriculture_reseach h1 {
	    margin-bottom: 40px;
	}
	.titleIcons {
	    margin-bottom: 15px;
	}
	.extraction_science {
	    padding: 80px 0 130px 0;
	}
	.formulation_compounding {
	    padding: 100px 0 50px 0;
	}
	.formulation_compounding .formulationBlocks {
		margin-top: 40px;
	}
	.formulation_goals h5 {
		margin-top: 40px;
	}
	.legal_landscape h1 {
	    margin-bottom: 50px;
	}
	.patient_monitoring p {
	    margin-top: 40px;
	}
	.footer .row {
	text-align: center!important;
	}
	.footer-imgWrap {
		margin: 0 auto;
	}
	.footerSections {
		margin-bottom: 25px;
	}
	.footer p {
	    font-size: 12px;
	    width: 220px;
	    margin: 16px auto 0;
	}
	.cta-wrap {
	    padding: 100px 0;
	}
}

@media only screen and (max-width: 580px) {
	.hero-home {
	    padding: 100px 0 20px 0;
	}
	.hero-home .intro-block {
	    padding: 50px 0 120px;
	}
	.hero-home h2 {
	    font-size: 12px;
	    line-height: 20px;
	    margin-top: 0;
	    margin-bottom: 28px;
	}
	.hero-home h1 {
		letter-spacing: 3px;
	    line-height: 20px;
	    font-size: 24px;
	}
	.seedPile-container .seedPile {
	    width: 320px;
	    left: 0%;
		top: -120px;
	}
}
