*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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%;
}

/*  */

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}
.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  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%;
  }

  
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: 'FontAwesome'; 
  src: url("https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/AMARochester_September2022/Imgaes/fontawesome-webfont.eot") format("embedded-opentype"),
    url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/fonts/fontawesome-webfontnn.woff2) format("woff2"), 
    url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/fonts/fontawesome-webfontnn.woff) format("woff"), 
    url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/fonts/fontawesome-webfontnn.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
}


@font-face {
  font-family: 'ShortcodesUltimateIcons';
  src:  url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/fonts/forkawesome-webfont.woff2) format("woff2"),
    url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/fonts/forkawesome-webfont.woff) format("woff"),
    url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/fonts/forkawesome-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

body {
  word-break: break-word;
  font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
a:focus{
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}
.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef; 
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
.blockquote-footer::before {
  content: "\2014 \00A0"; 
}

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); 
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
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: 1em;
}

form select,
form input,form button{
  outline:none;
}



form input,form button{
  line-height: 1.5; 

}
/* Labels */

form label {
  display: block;
  margin-bottom: 0.5em;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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;
  margin: 0.7rem 0;
}

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:  red;
}
/* .hs-input.invalid.error {
border-color: red;
} */

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  max-width: 399px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs-fieldtype-radio ul.inputs-list.multi-container {
  font-size: 12px;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  margin-top: 0;
  color: red;
  margin-bottom: 1em;
  font-weight: bolder;
}


form .actions {
  width: 100%;
  text-align: center;
}

form .actions input.hs-button {
  margin-top: 1.5em;
}

form .hs-fieldtype-radio {
  padding-bottom: 0.1px;
}

form .hs-fieldtype-radio > label {
  font-weight: bold;
}

form ul.no-list.hs-error-msgs label {
  font-size: 16px;
  color: red;
  font-weight: bolder;
}

@media(max-width:767px){
  a.hs-button.large.primary,
  .hs-input + a.hs-button.primary,
  form .actions input.hs-button {
    max-width: 80%;
  }

  form .hs-button {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}


form textarea {
  height: auto;
  min-height: 110px;
}
button, input, optgroup, select, textarea {
  outline: none;
}
.hs-input + a.hs-button.primary {
  margin-top: 1em;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  border-collapse: collapse;
  background-color: transparent;
  word-break: unset;
  word-break: normal;
  /*       word-break: normal; */
  /*   overflow-wrap: break-word; */
}

/* Table Cells */
.hs_cos_wrapper_type_rich_text table {
  border-collapse: separate;
}


.hs_cos_wrapper_type_rich_text th,
.hs_cos_wrapper_type_rich_text td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

.hs_cos_wrapper_type_rich_text thead th,
.hs_cos_wrapper_type_rich_text thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.navbar {
  position: relative;
  padding: 0.5rem 1rem;
  background-color: rgb(55, 58, 60);
}
.header-signup a {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
}
.header-signup a:after{
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "";
  margin-left:3px;
}
.cm-col-xs {
  position: relative;
  flex-basis: 0px;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.p-y-2 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  border: 0px;
}
.fa {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-2x {
  font-size: 2em;
}

.menu_wrapper {
  position: relative;
  padding: 0.5rem 1rem;
  background: rgb(226, 226, 226);
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 1rem;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}
.navigation-primary  .submenu.level-1:after {
  content: "";
  display: table;
  width: 100%;
}
.header .hs-button {
  background: linear-gradient(rgb(77, 162, 244), rgb(0, 122, 239));
  color: rgb(255, 255, 255);
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 2px;
}

.header .hs-button:after {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}

.header .hs-button:hover {
  opacity: 0.85;
  color: rgb(255, 255, 255);
  background-color: rgb(17, 26, 42);
  border-color: rgb(14, 21, 35);
  text-decoration: none;
}

.submenu.level-1>li.has-submenu > a:after {
  display: inline-block;
  width: 0px;
  height: 0px;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.submenu.level-2 {
  position: absolute;
  top: 100%;
  left: 0px;
  float: left;
  font-size: 1rem;
  color: rgb(55, 58, 60);
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin: 0;
  z-index: 99;
  min-width: 260px;
  padding: 0px;
  display: none;
}
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}
.submenu.level-2 .menu-item{
  border-bottom: 1px solid rgba(0,0,0,.15);
  width: 100%;  
}

.submenu.level-2 .menu-item .menu-link {
  font-size: 12pt;
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}


@media(min-width:768px){
  .submenu.level-2 {
    display: none !important;
  }

  .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
  .submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    display:block !important;
  }
}


@media(max-width:1199px) and (min-width:768px){
  .submenu.level-1>li>a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.9rem;
  }

  .submenu.level-2 .menu-item .menu-link {
    font-size: 10pt;
  } 
}
@media (min-width: 768px){
  .navigation-primary .submenu.level-1 {
    margin-left: -1rem;
  }
  .menu_wrapper{
    padding: 1rem 0px;  
  }

}

.submenu.level-1>li {
  float: left;
  width: auto;
  display: inline;
}

.navigation-primary a {
  font-weight: 300;
  font-size: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: rgb(31, 48, 79);
  margin: 0px;
}

.submenu.level-1>li > a {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

@media (min-width: 768px){
  .navbar {
    border-radius: 0px;
  }
  .hidden-sm-up {
    display: none !important;
  }
  .header__navigation.header--element {
    overflow: visible !important;
    display: block !important;
  }
}


/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation.header--element {
    width: 100%;
    float: left;
  }

  .navbar-toggle {
    display: block;
    color: #000 !important;
    background: transparent !important;
    border-color: transparent !important;
    font-size: initial;
    line-height: inherit;
  }

  .submenu.level-1 {
    float: none;
    width: 100%;
  }


  .fa-bars::before, .fa-navicon::before, .fa-reorder::before {
    content: "";
  }

  .header_container:after {
    content: "";
    display: table;
    width: 100%;
  }

  .menu_wrapper {
    padding: 0;
  }
  .submenu {
    display: none;
  }
  .submenu.level-1 {
    float: left;
    display:block
  }
  .navigation-primary {
    display: block;
  }
  .submenu.level-1>li {
    width: auto;
    float: none;
  }
  .submenu.level-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
    margin: 0;
    z-index: 99;
    min-width: 260px;
    padding: 0px;
  }
  .submenu.level-2 .menu-item {
    border: 0;
    width: auto;
    display: inline;
  }
  .header__navigation.header--element{
    display:none;
  }
  .submenu.level-1>li.has-submenu.focus .submenu.level-2, .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    display: none;
  }
  .child-trigger {
    position: absolute;
    height: 44px;
    width: 100%;
    top: 0;
    cursor: pointer;
    left: 0;
  }

  .submenu.level-1>li.has-submenu:after {
    color: "";
    content: "";
    display: table;
    width: 100%;
  }
}


/* note */

@media(max-width: 570px) {
  .header-top-container .cm-col-xs-5 {
    max-width: calc(100% - 132px);
    flex: 0 0 calc(100% - 132px);
    width: auto;
  }

  .header-top-container .cm-col-xs-7 {
    flex: 0 0 132px;
    max-width: 132px;
  }
}
.content-wrapper, .page-center, .dnd-section > .row-fluid, .footer__container, .header_container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  padding: 30px 0;
}

.wrapper-footer {
  border-top: 1px solid #373a3c;
  color: #fff;
  background: #424242;
}

.wrapper-footer a {
  font-weight: 700;
}

.cm-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.flex-items-xs-middle {
  align-items: center;
}

.cm-m-b-2 {
  margin-bottom: 1.5rem;
}

.cm-col-md-1, .cm-col-md-2, .cm-col-md-3, .cm-col-md-4, .cm-col-md-5, .cm-col-md-6, .cm-col-md-7, .cm-col-md-8, .cm-col-md-9, .cm-col-md-10, .cm-col-md-11, .cm-col-md-12, .cm-col-sm-1, .cm-col-sm-2, .cm-col-sm-3, .cm-col-sm-4, .cm-col-sm-5, .cm-col-sm-6, .cm-col-sm-7, .cm-col-sm-8, .cm-col-sm-9, .cm-col-sm-10, .cm-col-sm-11, .cm-col-sm-12, .cm-col-xs-5, .cm-col-xs-6, .cm-col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.cm-col-xs-5 {
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}

.cm-col-xs-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.text-xs-right {
  text-align: right;
}

.social-media-icons {
  padding: 0.5rem 0;
}

.social-media-icons a {
  margin: 0 0.5em 0 0;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-2x {
  font-size: 2em;
}

.social-media-icons a .fa-2x {
  font-size: 1em;
}

.fa-facebook-square:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.footer .hs-menu-wrapper ul {
  display: block;
  margin-bottom: 1rem;
}

.social-media-icons a:hover {
  text-decoration: none;
}

.footer .widget-type-logo {
  margin-bottom: 1em;
}

footer.footer img {
  margin-bottom: 16px;
}

.wrapper.wrapper-footer.bottom_footer {
  padding-bottom: 33px;
  padding-top: 34px;
}

@media(max-width:767px){
  .wrapper.wrapper-footer.bottom_footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

@media (min-width: 544px) {
  .cm-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cm-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .cm-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cm-col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .cm-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cm-col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }

  .social-media-icons {
    padding: 0;
    text-align: right;
  }

  .social-media-icons a {
    margin: 0 0 0 0.5em;
  }

  .social-media-icons a .fa-2x {
    font-size: 2em;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  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;
  }
}
body a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding: 0 15px;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

[class*="force-full-width-section"].dnd-section > .row-fluid > .span12.dnd-column,
[class*="force-full-width-section"].dnd-section ,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
  width: 100%;
}

.span12.widget-span.widget-type-cell,
[class*="force-full-width-section"].dnd-section [class*=span] {
  min-height: 0;
}




@media (max-device-width:600px){
  .container-fluid.event-top,
  div#wrapper-navbar,
  .banner_wrapper.banner {
    display: none;
  }
}
/*---*/
.awrds-main-dnd_sec .hs_cos_gallery_main {
  padding: 0;
  margin: 0 auto;
  max-width: 800PX;
}

.hs_cos_gallery_main button.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 44px;
  height: 44px;
  margin: -26px 0 0;
  margin: -22px 0 0;
  padding: 0;
  opacity: 0;
  outline: 0;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  -o-transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease;
  transition: opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;
  background: #000;
  color: #fff;
  font-size: 0;
  z-index: 10;
}

.hs_cos_gallery_main:hover button.slick-arrow {
  opacity: .5;
}

.hs_cos_gallery_main button.slick-arrow:hover {
  opacity: 1;
}

.hs_cos_gallery_main button.slick-arrow.slick-prev {
  left: 20px;
}

.hs_cos_gallery_main button.slick-arrow.slick-next {
  right: 20px;
}

.hs_cos_gallery_main .slick-next:before,
.hs_cos_gallery_main .slick-prev:before {
  display: none;
}

.hs_cos_gallery_main .slick-next:after,
.hs_cos_gallery_main .slick-prev:after {
  content: '';
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.hs_cos_gallery_main .slick-next:after {
  background-image: url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/images/right_arrow.svg);
}

.hs_cos_gallery_main .slick-prev:after {
  background-image: url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/images/left_arrow.svg);
}

.fw_sm_page .hs_cos_gallery_main .slick-dots {
  display: none !important;
}

.hs_cos_gallery_main .slick-slide-inner-wrapper {
  padding: 7px;
}

.hs_cos_gallery_main .slick-slide-inner-wrapper img {
  border: 5px solid #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}

.hs_cos_gallery_main button.slick-arrow.slick-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.hs_cos_gallery_main .caption.below {
  position: absolute;
  display: block;
  font-size: .9em;
  max-height: 60%;
  overflow: auto;
  line-height: 1.3;
  word-wrap: break-word;
  bottom: 4px;
  right: 4px;
  left: 4px;
  padding: 0.5em 0.7em;
  background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.7)),to(transparent));
  background: -o-linear-gradient(bottom,rgba(0,0,0,.7),transparent);
  background: linear-gradient(to top,rgba(0,0,0,.7),transparent);
  text-shadow: 0 2px 5px #000;
  color: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

main .hs_cos_gallery_main {
  padding: 0;
}

.awrds-bottom-dnd_sec .hs_cos_gallery_main {
  max-width: 40%;
  margin: 0 auto;
}

.awrds-bottom-dnd_sec .hs_cos_gallery_main .slick-slide-inner-wrapper {
  width: 100%;
  margin: 0;
  padding: 1px;
}

.awrds-bottom-dnd_sec .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 3px;
  width: 100%;
}

.awrds-bottom-dnd_sec .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  height: inherit;
  margin: 0
}

.awrds-bottom-dnd_sec .hs_cos_gallery_main .slick-slide-inner-wrapper {
  margin: 0;
  padding: 1px;
  display: block !important;
}

.awrds-bottom-dnd_sec .hs_cos_gallery_main .slick-slide {
  height: inherit;
  margin: 0;
}

.hs_cos_gallery_main .caption.below p:last-child {
  margin-bottom: 0;
}

.dataTables_wrapper label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.dataTables_wrapper input[type="search"] {
  display: inline;
  margin: 2px;
  width: auto;
  margin-left: 0.5em;
  -webkit-appearance: none;
  height: auto;
  line-height: inherit;
}

.dataTables_wrapper table th {
  color: inherit;
}

.awards_winners-page .awrds-bottom-dnd_sec .hs_cos_gallery_main {
  max-width: 200px;
}

.awards_winners-page .awrds-bottom-dnd_sec .hs_cos_gallery_main .slick-slide-inner-wrapper {
  padding: 0;
}

.awards_winners-page .awrds-bottom-dnd_sec .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.awards_winners-page .awrds-bottom-dnd_sec .hs_cos_gallery_main button.slick-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.webiste_pagE .hs_cos_wrapper_type_module > .hs-button {
  background-color: #1f304f;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.webiste_pagE .hs_cos_wrapper_type_module > .hs-button:hover {
  background: #278ef2;
  text-decoration: none;
  color: #012c4f;
}

.hs_cos_wrapper_type_rich_text > div > hr {
  border: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

.sponsors-page .hs_cos_wrapper_type_rich_text h5 {
  color: #0071a5;
}

.sponsors-page .hs_cos_wrapper_type_rich_text h5 {
  color: #0071a5;
}

.sponsors-page .hs_cos_wrapper_type_rich_text ul > li {
  padding-bottom: 15px;
}

.pinFinalist_page .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.pinFinalist_page .hs_cos_gallery_main .slick-slide-inner-wrapper {
  padding: 0;
  display: block !important;
}

.pinFinalist_page .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin-top: 0;
}

.pinFinalist_page .hs_cos_gallery_main {
  max-width: 200px;
  margin: 0 auto;
}

.pinFinalist_page .hs_cos_gallery_main button.slick-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.collegiate_dnd_main_sec .hs_cos_wrapper_type_rich_text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1.5em;
  margin-left: 8px;
}

.collegiate_dnd_main_sec .hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 4px 0 4px 2em;
  list-style-type: none;
  line-height: 1.3em;
}

.collegiate_dnd_main_sec .hs_cos_wrapper_type_rich_text ul li:before {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 ShortcodesUltimateIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  text-align: center;
  color: #333;
  content: "\f00c";
}

.collegiate_page .hs_cos_wrapper_type_rich_text blockquote {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em 3em;
  font-style: italic;
  border: none;
}

.collegiate_page .hs_cos_wrapper_type_rich_text blockquote:before,
.collegiate_page .hs_cos_wrapper_type_rich_text blockquote:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(https://22487987.fs1.hubspotusercontent-na1.net/hubfs/22487987/raw_assets/public/AMARochester_September2022/images/quote.png)
}

.collegiate_page .hs_cos_wrapper_type_rich_text blockquote:before {
  top: 0;
  left: 0;
  background-position: 0 0;
}

.collegiate_page .hs_cos_wrapper_type_rich_text blockquote:after {
  right: 0;
  bottom: 0;
  background-position: -20px 0;
}

.collegiate_page .hs_cos_wrapper_type_rich_text blockquote p {
  margin: 0;
}

.about_ama_page .banner_wrapper {
  padding: 250px 400px 250px 400px;
  padding-left: 0;
  padding-right: 0;
}

.about_ama_page .banner_wrapper .banner_coontent h2 {
  font-weight: 400;
}

.about_ama_page .page-header.section-header {
  text-align: center;
}

.about_ama_page .page-header.section-header h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 1.4em;
  font-size: 2.5rem;
}

.about_ama_page .hs_cos_gallery_main .slick-slide-inner-wrapper {
  padding: 0;
  display: block !important;
  width: 100%;
}

.about_ama_page .hs_cos_gallery_main .slick-slide-inner-wrapper img {
  border: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.about_ama_page .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}

.about_ama_page .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide img {
  width: 100%;
}

.about_ama_page .hs_cos_gallery_main .caption.below {
  TEXT-ALIGN: CENTER!important;
  RIGHT: AUTO;
  MAX-WIDTH: 100%;
  background: rgba(0,0,0,.8);
  bottom: 0;
  color: #fff;
  font-size: inherit;
  left: 0;
  line-height: 1.4em;
  margin: 0;
  opacity: .7;
  padding: 20px 30px 55px;
  position: absolute;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 100%;
  max-height: 100%;
}

.about_ama_page .hs_cos_gallery_main .caption.below * {
  color: #fff;
}

.about_ama_page .hs_cos_gallery_main .caption.below h6 {
  font-size: .9rem;
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: inherit;
}

.about_ama_page .hs_cos_gallery_main button.slick-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.about_ama_page .hs_cos_gallery_main ul.slick-dots {
  width: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 10%;
  background: transparent;
  line-height: 15px;
  margin: 0;
  padding: 0 !important;
  z-index: 8;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s;
  position: absolute;
  top: 39%;
  height: auto;
  margin-top: -50px;
  width: auto;
  z-index: 8;
  height: 140px;
}

.about_ama_page .hs_cos_gallery_main ul.slick-dots li {
  width: auto;
  display: inline-block;
  height: auto;
  margin: 0;
}

.about_ama_page .hs_cos_gallery_main ul.slick-dots li button {
  -webkit-box-shadow: 2px 3px 5px -4px rgb(0 0 0 / 40%) !important;
  box-shadow: 2px 3px 5px -4px rgb(0 0 0 / 40%) !important;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  font-size: 0;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  position: relative;
  left: 2px;
  line-height: 15px;
  width: 16px;
  height: 16px;
  padding: 0;
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  margin: 0 4px 8px 0;
}

.about_ama_page .hs_cos_gallery_main ul.slick-dots li button:hover,
.about_ama_page .hs_cos_gallery_main ul.slick-dots li.slick-active button {
  background: rgba(183,180,180,0.2);
  border: 2px solid rgba(255,255,255,.9);
}

.home_page .dnd-section > .row-fluid {
  padding: 0;
}

.home_page main .dnd-section {
  padding-top: 4rem ;
  padding-bottom: 4rem ;
}

.events_main_dnd_sec .dnd-section>.row-fluid {
  padding: 0;
}

.events_listing_header {
  background: #01579b;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.awrd_wiiners_table .dataTables_wrapper table,.awrd_wiiners_table  .dataTables_wrapper table * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.event-main .hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
}

main .hs_cos_gallery .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper,
main .hs_cos_gallery .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper,
main .hs_cos_gallery .hs_cos_gallery_lightbox .slick-slide .slick-slide-inner-wrapper {
  display: block;
}

.hs_cos_wrapper_type_rich_text a[href*=".jpg"],
.hs_cos_wrapper_type_rich_text a[href*=".png"] {
  text-decoration: none !important;
}

@media(max-width: 580px) {
  .awrds-bottom-dnd_sec .hs_cos_gallery_main {
    max-width: 100%;
  }
}

@media(max-width: 767px) {
  .cm-main-content p img {
    float: none !important;
  }

  .cm-main-content p img[style*="float: left"] {
    display: block;
  }
}

@media(max-width:543px){
  .about_ama_page .banner_wrapper .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  } 
}

/* mk */

.event-inner-page .body-container-wrapper .event-inner-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.event-inner-page .body-container-wrapper {
  padding: 30px 0;
}

.cm-main-content p {
  line-height: 1.7;
  margin: 0 0 10px;
}

.cm-main-content p img {
  margin: 5px 20px 20px 0;
}

.addtoany_share_save_container {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0;
}

.addtoany_content_top{
  margin-top: 0 !important;
}
.addtoany_content_bottom {
  padding-top: 16px;
}

footer.entry-footer {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
}

.event-inner-page .cm-main-content hr {
  clear: both;
  border: none;
  text-align: right;
  line-height: 1;
  border-bottom-style: solid;
  border-width: 2px;
  border-color: #999999;
  margin: 0;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  background: #fff;  
  width: 100%;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for, .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li a {
  padding: 5px;
}

.featured-section .top_link a,
.event-main .hs_cos_wrapper_type_rich_text a {
  text-decoration: none;
}

.cm-events-details-wrp .events-meta-group h2.section-title {
  color: #333;
}

.event-main .hs_cos_wrapper_type_rich_text h5 {
  color: #0071a5;
}

.iframe_outer_wrapper .content_boxx{
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}



@media (max-width:767px) {

  .event-inner-page .body-container-wrapper .event-inner-row > div {
    width: 100%;
  }

  .addtoany_content_bottom {
    padding-top: 0;
  }

  .cm-main-content p img {
    margin-right: 0;
  }
}


/*  */

.body-wrapper .dropdown-menu {
  padding: 0px;
}

body .datepicker.dropdown-menu * {
  font-size: inherit;
}

body .datepicker.dropdown-menu table {
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  border: 0;
}

body .datepicker table tr td.active.active, body .datepicker table tr td span.active.active {
  background: #666;
}

body .datepicker table tr td span,
body .datepicker td {
  border-radius: 0
}

body .datepicker td {
  border-top: 1px solid #ededed
}

body .datepicker table tr td.active.active,\ body .datepicker table tr td span.active.active {
  background: #666
}

body .datepicker table tr td.active.active:hover, body .datepicker table tr td span.active.active:hover {
  background: #dadada;
  color: inherit
}

body.admin-bar .datepicker {
  margin-top: 32px
}

.body-wrapper .dropdown-menu {
  padding: 0px;
}

body .datepicker.dropdown-menu * {
  font-size: inherit;
}

body .datepicker.dropdown-menu table {
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
  border: 0;
}

body .datepicker.dropdown-menu {
  padding: .0;
}




body .datepicker.dropdown-menu th.dow:nth-child(1):before {
  content: 'S';
  font-size: 13px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow:nth-child(2):before {
  content: 'M';
  font-size: 13px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow:nth-child(3):before {
  content: 'T';
  font-size: 13px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow:nth-child(4):before {
  content: 'W';
  font-size: 13px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow:nth-child(5):before {
  content: 'T';
  font-size: 13px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow:nth-child(6):before {
  content: 'F';
  line-height: 1;
  font-size: 13px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow:nth-child(7):before {
  content: 'S';
  font-size: 13px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

body .datepicker.dropdown-menu th.dow {
  /* text-indent: -1000px; */
  position: relative;
  /* width: 29px; */
  font-size: 0;
}


@media screen and (max-width: 782px) {
  body.admin-bar .datepicker {
    margin-top:46px
  }
}

body .datepicker.dropdown-menu * {
  box-sizing: border-box !important;
}