/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXX                                                                      XXXX
XXXX                      SITEAPEX STARTER TEMPLATE                       XXXX
XXXX                            MARCH 12, 2013                            XXXX
XXXX                          OSM NETWORKS INC.                           XXXX
XXXX                                                                      XXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#LP_form {
	scroll-behavior: smooth;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0px;
	background-color: #fff;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 26px;
	background-color:#fff;
}
.page {
    max-width: 900px !important;
    margin: 0px auto;
    position: relative;
}
.page_header_title, h1 {
	font-family: 'Roboto', sans-serif;
	color: #000;;
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	margin: 0px;
	padding-bottom: 14px;
	text-transform: uppercase;
}
.page_subheader_title, h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #5b8a3d;
	font-size: 32px;
	font-weight: 300;
	line-height: 36px;
	letter-spacing: -0.03em;
	padding-bottom: 10px;
    margin: 0px;
	display: block;
}
.header_text h1, .header_text h2, .cta_container h3 {
    color: #ffffff;
}
.page_sub_subheader_title, h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.03em;
	padding-bottom: 7px;
	display: block;
}
/*XXXXXXXXXXXXXXX PARAGRAPHS XXXXXXXXXXXXXXX*/

#inner_header_container p {
	padding: 0px;
	margin: 0px;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX  OUTER WRAPPER DIVS   XXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#outer_wrapper {
	position: relative;
    height: 100vh;
    width: 100%;
}
#outer_wrapper img {
	height: auto !important;
	max-width: 100%;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXX  HEADER   XXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

#header_wrapper {
    display: flex;
    background-image:url("../images/services_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#header_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; 
    justify-content: center;
    margin: 40px 40px 60px 40px;
}
.header_logo {
    background-image:url("../images/CMT_Logo/OSM_white_300px.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100px;
}
.signup_button  {
    border: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    transition: ease-in-out .3s;
    line-height: 6em;
}
.signup_button:hover  {
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    color: #000;
    padding: 15px;
    transition: ease-in-out .3s;
}
.content_button {
    background-color: #5b8a3d;
    color: #fff;
    font-weight: 600;
    padding: 10px 40px;
    text-transform: uppercase;
    line-height: 80px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s;
}
.content_button:hover {
    background-color: #7ea160;
    color: #fff;
    font-weight: 600;
    padding: 12px 42px;
    text-transform: uppercase;
    line-height: 80px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s;
}
.header_two_column {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 100px;
    align-items: center;
    width: 80%;
    padding-top: 60px;
}
.header_text {
    color: #fff!important;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 26px;
}
.header_text h3{
    color: #fff;
}
.header_form {
    background-color: #fff;
    padding: 40px;
    display: none;
}
.header_form h2{
    color: #5b8a3d;
}
.content {
    padding: 100px 40px;
}
.cta_container{
    padding: 20px 40px;
    background-color: #5b8a3d;
    color: #fff;
    text-align: center;
}
.cta_container a {
    color: #fff;
}
.cta_container a:hover {
    color: #000;
}
@media (max-width: 1000px){
.header_two_column {
    width: 100%;
    grid-template-columns: 1fr 300px;
    grid-column-gap: 40px;    
}      
}
@media (max-width: 700px) {
.header_two_column {
    grid-template-columns: 1fr;
}    
}
 @media (max-width:420px) {
#outer_wrapper {
    height: 100%;
}
#header_wrapper {
    height: 100%;
}     
.header_text {
    font-size: 16px;
    line-height: 21px;
}     
.header_two_column {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.header_logo {
    width: 100px;
}
.header_form {
    padding: 20px;     
}     
.highlight_container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "top_left" "top_right" "bottom_right" "bottom_left";
    grid-row-gap: 20px;
    justify-content: center;
    align-content: center;
    padding: 10px 40px 40px 40px;
}
.page_header_title, h1 {
    font-size: 35px;
    line-height: 42px;
}
.page_sub_subheader_title, h3 {
    font-size: 21px;
    line-height: 26px;
}
.page_subheader_title, h2 {
    font-size: 24px;
    line-height: 28px;
}     
.top_left{
    height: 120px;
    grid-area: top_left;
}  
.bottom_right{
    height: 120px;
    grid-area: bottom_right;
}       
.top_right {
    padding: 0px;
    grid-area: top_right;
}      
.bottom_left {
    padding: 0px;
    grid-area: bottom_left;
}  
}
 @media (max-width:400px) {
#header_container {
    margin: 40px 20px;
}
}