/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.marginfix {
margin-left:40px;
  margin-right:40px;
}

/*Schedule a Demo CTA Button*/
@media (min-width: 980px) {
.menu_cta2 {
padding: 5px!important;
border-radius: 0px;
border: solid 3px  #cf4927 !important;;
transition: 0.3s;
	color:#fff !important;
  background-color: #cf4927 !important;
	font-weight: 700;
}
.menu_cta2 a{
color: #fff!important;
padding: 30px !important;
}




/* ======
 * Hero 02
 * ============ */
.atmc-hero-02 {
	padding: 8rem 0;
} 


/*
 * Typography
 */

h1, .atmc-h1 {
    font-size: 3.25rem;
    font-style: normal;
    font-weight: normal;
    font-family: "Proxima Nova Regular", "Proxima Nova", Helvetica Neue, Helvatica, Arial, sans-serif;
    color: #0177b3;
    text-decoration: none;
}

h2, .atmc-h2 {
    font-size: 2.25rem;
    font-style: normal;
    font-weight: normal;
    font-family: "Proxima Nova Regular", "Proxima Nova", Helvetica Neue, Helvatica, Arial, sans-serif;
    color: #0177b3;
    text-decoration: none;
}
  
  h3, .atmc-h3 {
    font-size: 2rem;
    font-style: normal;
    font-weight: normal;
    font-family: "Proxima Nova Regular", "Proxima Nova", Helvetica Neue, Helvatica, Arial, sans-serif;
    color: #0177b3;
    text-decoration: none;
}

h4, .atmc-h4 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: normal;
    font-family: "Proxima Nova Regular", "Proxima Nova", Helvetica Neue, Helvatica, Arial, sans-serif;
    color: #cf4927;
    text-decoration: none;
}

body {
    font-family:  "Proxima Nova Regular", "Proxima Nova", Helvetica Neue, Helvatica, Arial, sans-serif;
    font-size: 1rem;
    color: #85868c;
    line-height: 1.7;
}


/*
 * Button
 */

.atmc-btn-primary, .hs-button {
    color: #fff !important;
    background: #cf4927 !important;
    border-color: #cf4927;
}

.atmc-btn, .hs-button {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    letter-spacing: .05px;
    line-height: 1;
    white-space: initial;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 0px;
    border: 2px solid;
    user-select: none;

    transition: .2s ease;
}
/* 
 * Menu 05 - side menu - Return to Learn
 */
.atmc-menu-05 {
	position: relative;
	text-align: left;
}
.atmc-menu-05_menu ul {
	display: block;
	margin: 0;
}
.atmc-menu-05_menu ul li {
	margin: 0;
}
.atmc-menu-05_menu a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 1rem 1rem 1rem 6rem;
	font-size: 0.9rem;
	background-color: #cf4927;
	border-radius: 0px;
	color: #fff;
	margin-top: .5rem;
}
	.atmc-menu-05_menu a:hover {
		color: #fff;
		background-color: #b23d1f;
	}
.atmc-menu-05_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-right: 1px solid #fff;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
.atmc-menu-05_icon svg {
	height: 1rem;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	transition: 0.2s ease;
}
	.atmc-menu-05_menu a:hover svg {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
	}

/*
 * Blog - Latest
 */

.atmc-blog-01_info {
    position: absolute;
    right: 1rem;
    top: 0;
    padding: 20px 15px;
    text-align: center;
    line-height: 1;
  background-color:#0177b3;
}
  
  
  /*
   * Schedule Module Mod
   */
.heightfix {
    height: 100%;
}
  
  /*
   * Footer
   */
  
  .atmc-site-footer {
    padding: 1rem 0;
}