







































































.atmc-header {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: all ease-in-out 400ms;
}
  .atmc-header.sticky {
		box-shadow: 0px 30px 2.2rem rgba(0,0,0,.09);
		box-shadow: 0px 20px 20px rgba(0,0,0,.15);
		position: fixed;
	}
.atmc-header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	
  max-width: 1480px;
	
  margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

@media (max-width: 1200px) {
	.atmc-header_container {
		padding: 0;
	}
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */

.atmc-header_navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 1200px) {
	
	.atmc-header_navigation,
	.atmc-header_menu,
	.atmc-header_menu > .hs-menu-wrapper,
	.atmc-header_menu .hs-menu-wrapper > ul,
	.atmc-header_menu .hs-menu-wrapper > ul > li {
		height: 100%;
	}
	
	.atmc-header_menu .hs-menu-wrapper ul {
		margin-top: 0;
	}
	.atmc-header_menu .hs-menu-wrapper li {

	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > a,
	.atmc-header_menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li a {
		color: inherit;
		padding: 2rem 1rem;
		font-size: 16px;
    line-height: 1.5em;
		font-weight: 400;
		color: #E5DDD2;
		opacity: 0.8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > a {
		opacity: 1;
	}
	.atmc-header_menu .hs-menu-wrapper li a:hover {
		color: #fff;
		opacity: 1;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li a {
		color: #4B619F;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul  > li > .hs-menu-children-wrapper li a:hover {
		opacity: 1;
    color: #fff;
	}
	.atmc-header .atmc-header_menu li.active > a {
		color: #3272E2;
	}
	
	/* ------------------------------------------------------------------------------------------------------------
	 * Level 01-- Top Nav first-level menu items: Careers and Community, Small Companies, Enterprise, About 
	 * ------------------------------------------------------------------------------------------------------------ */
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li {
		position: relative;
	}
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.has-mega-menu {
		position: static;
	}	
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > a {
		position: relative;
    color: #212630;
	}
		.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > a {
      /* hover state for Careers and Community, Small Companies, Enterprise, About */
      color: #6685FF; /* TODO post-rebrand: reskin to #3272E2 */
      background-color: #fff; /* TODO post-rebrand: reskin to #F3F0EA */
/*       font-weight: 700; */
		}
		.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
			content: "";
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			margin: auto;
			width: 0;
			height: 2px;
/* 			background-color: var(--dark700); */
			opacity: 0;
			transition: 0.5s ease;
		}
			.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > a:after {
				width: 100%;
				opacity: 1;
			}
	
	/* Active */
/*
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active-branch > a,
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active > a {
		position: relative;
		color: #3272E2;
	}
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active-branch > a:after,
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li.active > a:after {
			width: 100%;
			opacity: 1;
			background-color: #3272E2;
		}
*/
  
	/* Hover */
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		opacity: 0;
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		visibility: hidden;
		transition: 0.15s ease;
	}
	.atmc-header .atmc-header_menu > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	
	/* ---------
	 * Level 02
	 * ------------ */
	
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
/* 		background-color: var(--gray700); */
    background-color: #fff; /* Dropdown Menu Wrapper for post-rebrand navigation; TODO: reskin to #F3F0EA */
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
		padding: 1rem 0;
		min-width: 10rem;
		width: auto;
		color: #fff;
	}
/* 	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:first-child { */
    /* the first child item, which is help text for the dropdown menu */
/* 		width: 100%; */
/* 		padding-top: .5rem; */
/*     padding-bottom: .75rem; */
/*     background-color: white; */
/*     pointer-events: none; */
	}
/*   .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:first-child > a { */
    /* the first child item, which is help text for the dropdown menu */
/* 		width: 100%; */
/*     color: #787B85; */
/*     pointer-events: none; */
/*     word-break: break-word; */
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li {
    /* all remaining child items below the first child item */
		width: 100%;
		padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: white;
    cursor: pointer;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > a {
    /* all remaining child items below the first child item —— NO HOVER */
		display: block;
		padding: 0 1rem;
		font-size: .9rem;
    color: #212630; /* TODO post-rebrand: reskin to #4b619f */
		line-height: 1.25;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover {
  /* Hover state for dropdown menu items; TODO: reskin to #3272E2 */
    background-color: #6685FF;
	}
  .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > a {
    /* Hover state for dropdown menu item—font color changes from dark to white */
		color: #fff;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-item-has-children {
		position: relative;
	}
  .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > a.hs-item-has-children {
		position: relative;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li.hs-item-has-children:before {
		content: "";
		position: absolute;
		right: 0.5rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	
	/* ---------
	 * Level 03
	 * ================= */
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
		position: absolute;
		left: 100%;
		top: 0;
		opacity: 0;
		transform: translateX(10px);
		-webkit-transform: translateX(10px);
		visibility: hidden;
		background-color: var(--gray800);
		padding: 1rem 0;
		min-width: 10rem;
		width: auto;
		color: #fff;
		transition: 0.15s ease;
	}
	.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a {
		padding: 0 1rem;
	}
		.atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > .hs-menu-children-wrapper {
			left: 100%;
			opacity: 1;
			transform: translateX(0);
			-webkit-transform: translateX(0);
		  visibility: visible;
		}
	
}

@media (max-width: 1200px) {
	.atmc-header_menu-wrapper {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-self: flex-end;
	}
	.atmc-header_menu .hs-menu-wrapper {
		display: none;
	}
  .atmc-header_menu > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:first-child > a {
    display: none;
  }
}

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */

.child-trigger {
	display: none; /* Hide button on Desktop */
}
@media (min-width: 1200px) {
	.atmc-mobile-trigger {
		display: none!important;
	}
}

@media (max-width: 1200px) {
	
	.atmc-header_menu > .hs-menu-wrapper {
/* 		max-height: calc(100vh - 79px); */
		overflow-y: scroll;
	}

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of atmc-header_menu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .atmc-header_menu,
  .atmc-header_menu .hs-menu-wrapper > ul,
  .atmc-header_menu .hs-menu-wrapper > ul li,
  .atmc-header_menu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */
	.hamburger {
		padding: 1rem!important;
		outline: none!important;
	}
	.hamburger-box {
		width: 2rem!important;
		margin: 0 .75rem;
	}
	.hamburger-inner, 
	.hamburger-inner:after, 
	.hamburger-inner:before {
    width: 2rem!important;
    height: 1.5px!important;
	}


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 3rem !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff;
    display: block;

  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i {
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .atmc-header_menu.js-enabled {
   }

  /* Hide menu on mobile */
  .atmc-header_menu.js-enabled .hs-menu-wrapper,
  .atmc-header_menu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .atmc-header_menu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .atmc-header_menu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
		width: 100%;
    padding: 0;
  }
  .atmc-header_menu .hs-menu-wrapper{
    background-color:#0b1c57;
    width: 100%;
  }
	.atmc-header_menu .hs-menu-wrapper li.active-branch > a {
	  font-weight: bold;
	}
	.atmc-header_menu .hs-menu-wrapper li.active > a {
		background: #3272E2;
		color: #fff;
	} 

   /* Level 1 Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .atmc-header_menu .hs-menu-wrapper > ul > li a {
    font-size: 1rem;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul li {
    border-top: 1px dotted rgba(255, 255, 255, .35);
		position: relative;
  }
  .atmc-header_menu .hs-menu-wrapper >  ul li a{
		padding: 1rem;
    color: #fff;
		height: 3rem;
  }
  .atmc-header_menu .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .atmc-header_menu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px;
    font-size: 1rem;
  }

  /* Level 3 and Higher Menu List Styles */
  .atmc-header_menu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px;
  }
  .atmc-header_menu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px;
  }
}


/* ==========================================================================
   Logo
   ========================================================================== */

/* Styles for the Logo */
.atmc-header_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  overflow: hidden;
	padding: 1rem 0;
}

.atmc-header_logo img {
	display: block;
}

@media (max-width: 991px) {
	.atmc-header_logo {
		margin-left: 20px;
	}
}

/* Logo */
.atmc-header_logo_white {
	display: none;
}


/* ==========================================================================
   Language Switcher
   ========================================================================== */

.atmc-header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	order: 2;
}

.atmc-header_language-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	height: 100%;
	color: inherit;
}
.atmc-header_language-switcher-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.atmc-header_language-switcher-label > div > span {
	display: block;
}
.atmc-header_language-switcher .lang_switcher_class {
	display: block;
}
.atmc-header_language-switcher .globe_class {
	background: none;
	position: relative;
	width: auto;
	height: auto;
}
.atmc-header_language-switcher .globe_class:before {
	content: "\f0ac";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.atmc-header_language-switcher-label-current {
	margin-left: .5rem;
	font-size: .9rem;
}

.atmc-header_language-switcher .lang_list_class:before {
	border-bottom-color: #0b1c57;
}
.atmc-header_language-switcher .lang_list_class:after {
	border-bottom-color: #0b1c57;
}
.atmc-header_language-switcher .lang_list_class li {
	border: none!important;
	background: #0b1c57;
	width: 10rem;
	font-size: .75rem;
}
.atmc-header_language-switcher .lang_list_class li a {
	color: #fff;
}
.atmc-header_language-switcher .lang_list_class li a:hover {
	color: #3272E2;
}

@media (max-width: 1200px) {
	.atmc-header_right {
		margin-left: auto;
		justify-self: flex-end;
	}
	.atmc-header_language-switcher-label-current {
		display: none;
	}
}

/* ==========================================================================
   Search Bar
   ========================================================================== */

.atmc-header-01_search {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s ease;
}
.atmc-header-01_search_active {
  opacity: 1!important;
  visibility: visible!important;
}
.atmc-header-01_search p {
	color: #fff;
}
@media (max-width: 1200px) {
	.atmc-header-01_search_wrapper {
  	order: 3;
	}
}

/* Trigger */
.atmc-header .atmc-header-01_search_trigger {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	height: 100%;
	transition: 0.3s ease;
}
.atmc-header-01_search_trigger svg {
	height: 1.25rem;
	fill: #0b1c57;
	transition: 0.3s ease;
}
.atmc-header.sticky .atmc-header-01_search_trigger svg {
	fill: #0b1c57;
}
	.atmc-header-01_search_trigger:hover {
		background: #3272E2;
  }
	.atmc-header-01_search_trigger:hover svg {
		fill: #fff;
	}
@media (min-width:992px) {
	.atmc-header-transparent:not(.sticky) .atmc-header-01_search_trigger svg {
		fill: #fff;
	}
}

/* Close */
.atmc-header-01_search_close {
	display: inline-block;
	width: auto;
  cursor: pointer;
}
.atmc-header-01_search_close .hamburger {
	padding: 2px;
}
.atmc-header-01_search .hamburger.is-active .hamburger-inner,
.atmc-header-01_search .hamburger.is-active .hamburger-inner:after,
.atmc-header-01_search .hamburger.is-active .hamburger-inner:before {
	background-color: #fff;
}

/* Search input styling */

.atmc-header-01_search > div {
  position: relative;
  width: 800px;
  max-width: 100%;
  padding: 1rem 20px;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: 0.3s ease;
}
.atmc-header-01_search_active > div {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.atmc-header-01_search input.hs-search-field__input {
	padding: 1rem;
  background-color: transparent!important;
	border: none!important;
  border-bottom: 1px solid #fff!important;
  color: #fff!important;
	font-size: 2rem!important;
	border-radius: 0!important;
}
.atmc-header-01_search input::-webkit-input-placeholder { 
  color: #fff;
}
.atmc-header-01_search input:-ms-input-placeholder {
  color: #fff;
}
.atmc-header-01_search input::placeholder {
  color: #fff;
}
@media (min-width:1200px) {
	.atmc-header-01_search_trigger-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100%;
	}
}

/* ==========================================================================
   Header Position
   ========================================================================== */

/* Header Sticky
   ----------------------------------------------- */  

/* Header Absolute Sticky
   ----------------------------------------------- */

/* Header Static
   ----------------------------------------------- */


/* ==========================================================================
   Header Styles
   ========================================================================== */

/* Header Default - BG Dark & Text White
   ----------------------------------------------- */  

.atmc-header-white.atmc-header-default {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
@media (min-width:1200px) {
	
	
	/* Logo */
	.atmc-header-white .atmc-header_logo_white {
		display: block;
	}
	.atmc-header-white .atmc-header_logo_dark {
		display: none;
	}
	
	/* Menu */
	.atmc-header-white .atmc-header_menu .hs-menu-wrapper > ul > li > a {
		color: #fff;
	}
	.atmc-header-white .atmc-header_menu .hs-menu-wrapper > ul > li:hover > a {
		color: #3272E2;
	}
	.atmc-header-white .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after {
		background-color: #3272E2;
	}
	
	/* Search */
	.atmc-header.atmc-header-white .atmc-header-01_search_trigger svg {
		fill: #fff;
	}
	.atmc-header.atmc-header-white .atmc-header-01_search_trigger {
		border-color: rgba(255, 255, 255, 0.3);
	}
	
	/* Language Switcher */
	.atmc-header-white .atmc-header_language-switcher {
		color: #fff;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
	.atmc-header-white .atmc-header_language-switcher .globe_class:before {
		color: #fff;
	}
	
}
@media (max-width:1200px) {
	
	/* Logo */
	.atmc-header-white .atmc-header_logo_white {
		display: block;
	}
	.atmc-header-white .atmc-header_logo_dark {
		display: none;
	}
	
	/* Hamburger icon */
	.atmc-header-white .hamburger-inner, 
	.atmc-header-white .hamburger-inner:after, 
	.atmc-header-white .hamburger-inner:before,
	.atmc-header-white .hamburger.is-active .hamburger-inner, 
	.atmc-header-white .hamburger.is-active .hamburger-inner:after, 
	.atmc-header-white .hamburger.is-active .hamburger-inner:before {
		background-color: #fff;
	}
	
	/* Language Switcher */
	.atmc-header-white .atmc-header_language-switcher {
		color: #fff;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
	.atmc-header-white .atmc-header_language-switcher .globe_class:before {
		color: #fff;
	}

	/* Search */
	.atmc-header-white .atmc-header-01_search_trigger {
		border-color: rgba(255, 255, 255, 0.3);
	}
	.atmc-header.atmc-header-white .atmc-header-01_search_trigger svg {
		fill: #fff;
	}
	
}

/* Header Default - BG White & Text Dark
   ----------------------------------------------- */  
.atmc-header-dark.atmc-header-default {
	border-bottom: 1px solid #F3F0EA;
}
@media (min-width:1200px) {
	
	/* Logo */
	.atmc-header-dark .atmc-header_logo_white {
		display: none;
	}
	.atmc-header-dark .atmc-header_logo_dark {
		display: block;
	}
	
	/* Menu */

	/* Search */
	.atmc-header.atmc-header-dark .atmc-header-01_search_trigger svg {
		fill: #0b1c57;
	}
	.atmc-header.atmc-header-dark .atmc-header-01_search_trigger:hover svg {
		fill: #fff;
	}
	.atmc-header.atmc-header-dark .atmc-header-01_search_trigger {
		border-color: #F3F0EA;
	}
	
	/* Language Switcher */
	.atmc-header-dark .atmc-header_language-switcher {
		color: #0b1c57;
		border-left: 1px solid #F3F0EA;
	}
	.atmc-header-dark .atmc-header_language-switcher .globe_class:before {
		color: #0b1c57;
	}
}
@media (max-width:1200px) {
	
	/* Hamburger icon */
	.atmc-header-dark .hamburger-inner, 
	.atmc-header-dark .hamburger-inner:after, 
	.atmc-header-dark .hamburger-inner:before,
	.atmc-header-dark .hamburger.is-active .hamburger-inner, 
	.atmc-header-dark .hamburger.is-active .hamburger-inner:after, 
	.atmc-header-dark .hamburger.is-active .hamburger-inner:before {
		background-color: #0b1c57;
	}
	
	/* Language Switcher */
	.atmc-header-dark .atmc-header_language-switcher {
		color: #0b1c57;
		border-left: 1px solid #F3F0EA;
	}
	.atmc-header-dark .atmc-header_language-switcher .globe_class:before {
		color: #0b1c57;
	}

	/* Search */
	.atmc-header-dark .atmc-header-01_search_trigger {
		border-color: #F3F0EA;
	}
	.atmc-header-dark .atmc-header-01_search_trigger svg {
		fill: #0b1c57;
	}
	
}

/* Header Transparent
   ----------------------------------------------- */  
/* Header Border */
.atmc-header-transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width:1200px) {
	
	
	/* Logo */
	.atmc-header-transparent:not(.sticky) .atmc-header_logo_white {
		display: block;
	}
	.atmc-header-transparent:not(.sticky) .atmc-header_logo_dark {
		display: none;
	}

	/* Menu */
	.atmc-header-transparent:not(.sticky) .atmc-header_menu .hs-menu-wrapper > ul > li > a {
		color: #fff;
	}
	.atmc-header-transparent:not(.sticky) .atmc-header_menu .hs-menu-wrapper > ul > li:hover > a  {
		color: #3272E2;
	}
	.atmc-header-transparent:not(.sticky) .atmc-header_menu > .hs-menu-wrapper > ul > li > a:after  {
		background-color: #3272E2;
	}
	
	/* Language Switcher */
	.atmc-header-transparent:not(.sticky) .atmc-header_language-switcher {
		color: #fff;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
	.atmc-header-transparent:not(.sticky) .atmc-header_language-switcher .globe_class:before {
		color: #fff;
	}

	/* Search */
	.atmc-header-transparent:not(.sticky) .atmc-header-01_search_trigger svg {
		fill: #fff;
	}
	.atmc-header-transparent:not(.sticky) .atmc-header-01_search_trigger {
		border-color: rgba(255, 255, 255, 0.3);
	}
	
}