/* COLORS */
/* FONTS */
/* Font Weights: Light = 300, Regular = 400, Medium = 500, Bold = 700 */
p {
  font-size: 1.3em;
  color: #838177; }

a {
  color: #2EB190; }

a:hover {
  color: #2EB190; }

/* MAIN BODY */
html, body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

body {
  background-color: white;
  font-family: brandon-grotesque, sans-serif;
  color: #838177;
  position: relative; }

h2, h3 {
  color: black; }

table {
  font-size: 1.3em; }

/* HOME */
div#home-image {
  margin-top: -110px;
  position: relative; }

div#home-image .home-image-text {
  position: absolute;
  top: 30%;
  width: 30%; }
  @media (max-width: 1600px) {
    div#home-image .home-image-text {
      width: 50%; } }
  @media (max-width: 1200px) {
    div#home-image .home-image-text {
      width: 50%; } }
  @media (max-width: 992px) {
    div#home-image .home-image-text {
      width: 70%; } }
  @media (max-width: 768px) {
    div#home-image .home-image-text {
      width: 75%; } }
  @media (max-width: 576px) {
    div#home-image .home-image-text {
      width: 100%; } }

div#home-image .home-image-text h1 {
  color: white;
  font-weight: 300;
  font-size: 3.5em; }
  @media (max-width: 768px) {
    div#home-image .home-image-text h1 {
      font-size: 3em; } }
  @media (max-width: 576px) {
    div#home-image .home-image-text h1 {
      font-size: 2.5em;
      padding-left: 1em;
      padding-right: 1em; } }

@media (max-width: 576px) {
  div#home-image .home-image-text {
    text-align: center; } }

/* BUTTONS */
a.learn-more-button {
  border: 2px solid #FFFFFF;
  border-radius: 1em;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: .75em 1em .75em 1em; }
  a.learn-more-button:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(250, 250, 250, 0.4);
    color: white; }

.register-now-button a {
  background-color: #2EB190;
  text-transform: uppercase;
  border-radius: 1em;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: .75em 1em .75em 1em;
  margin-top: 2em; }
  .register-now-button a:hover {
    transition: background-color 0.3s ease;
    background-color: #1b6754;
    color: white; }

.traveling-exhibits a, .conference-archives a {
  border: 2px solid #FFFFFF;
  border-radius: 1em;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 14px;
  color: white;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: .75em 1em .75em 1em; }
  .traveling-exhibits a:hover, .conference-archives a:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(250, 250, 250, 0.4);
    color: white; }

/* NAV STYLES AND OVERRIDES */
.header {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10; }

#navigation div.container {
  padding-left: 0px; }
  @media (max-width: 768px) {
    #navigation div.container {
      padding-left: 20px; } }

div#brand {
  padding-left: 0px !important; }

@media (max-width: 999px) {
  .menunavbar-nav {
    display: none !important; } }
.navbar-default {
  background: none; }

img.logo {
  width: 275px; }
  @media (max-width: 1200px) {
    img.logo {
      width: 250px; } }
  @media (max-width: 992px) {
    img.logo {
      width: 230px;
      margin-top: -20px; } }
  @media (max-width: 768px) {
    img.logo {
      width: 215px;
      margin-top: -20px; } }

.navbar {
  border: none; }

.navbar-collapse {
  line-height: 1em;
  margin-top: 5em;
  float: right;
  padding: 0em; }

.navbar-collapse ul {
  display: inline-flex;
  font-size: 1.2em;
  letter-spacing: .05em;
  padding: 1em 0em 1em 0em;
  text-transform: uppercase;
  color: #838177;
  font-family: "Roboto Slab", serif;
  font-weight: 400; }

.navbar-collapse ul li {
  padding-left: 0em; }

.navbar-collapse ul a {
  color: #838177; }

body#home .navbar-collapse ul a {
  color: white !important; }

body#home .navbar-collapse ul a:hover {
  background: rgba(238, 238, 238, 0.2); }

.sm-btn-90 {
  position: absolute !important; }

div.menu-icon-cont, div.menu-icon-cont .menu-icon3 {
  top: 45px;
  margin-right: 20px; }

div.menu-icon-cont .menu-icon3 span {
  background-color: black; }

body#home div.menu-icon-cont .menu-icon3 span {
  background-color: white; }

nav#off-menu_90.off-menu_90 div.sm-logo {
  background: rgba(0, 0, 0, 0.7);
  text-align: left; }

nav#off-menu_90.off-menu_90 div.sm-logo img {
  width: 220px;
  padding: 25px 20px; }

nav#off-menu_90.off-menu_90 div.sm-level {
  background: rgba(0, 0, 0, 0.7);
  padding-left: 7px; }

nav#off-menu_90.off-menu_90 div.sm-level a {
  font-family: 'Roboto Slab', serif;
  color: white;
  font-size: 1.5em;
  font-weight: 300; }

/* NAV HIDE HOME */
.navbar-collapse ul li:first-child {
  display: none; }

/* CONTENT */
div.item-page {
  margin-top: 100px; }

.page-header {
  border-bottom: 0px; }

div.page-header > h1 {
  background-color: #2EB190;
  margin-left: -1500px !important;
  padding-left: 1500px !important;
  margin-right: -1500px !important;
  padding-right: 1500px !important;
  height: 100px;
  display: flex;
  align-items: center; }

div.page-header h1 {
  font-size: 3.6em;
  color: white; }
  @media (max-width: 768px) {
    div.page-header h1 {
      font-size: 3.4em;
      line-height: 1em; } }

/* SUBPAGES */
#subpage #container {
  margin-top: 100px; }

#subpage .page-header {
  border-bottom: 0px; }

#sidebar-2 {
  margin-top: 70px;
  margin-left: -15px;
  width: 38%;
  max-width: 530px;
  min-width: 350px;
  z-index: 500;
  position: absolute; }
  @media (max-width: 768px) {
    #sidebar-2 {
      position: relative;
      margin-top: 0px;
      width: 120%;
      max-width: none;
      margin-left: -30px; } }

@media (max-width: 768px) {
  #sidebar-2 div.custom-subpage-main-image {
    width: 100%;
    margin-left: -10px;
    max-width: none; } }

#subpage #container {
  padding-left: 46%;
  width: 100%; }
  @media (max-width: 768px) {
    #subpage #container {
      padding-left: 15px; } }

div.custom-subpage-main-image {
  width: 100%;
  max-width: 530px; }

div.customtraveling-exhibits {
  width: 48%;
  position: relative;
  float: left;
  background-image: url(/images/traveling-exhibits.jpg);
  background-size: contain;
  height: auto;
  display: inline-block;
  padding: .8em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-right: 4%;
  margin-bottom: 30px;
  min-height: 200px; }
  @media (max-width: 768px) {
    div.customtraveling-exhibits {
      margin-left: -20px; } }

div.customtraveling-exhibits h3 {
  margin-bottom: 0px;
  font-size: 1.6em;
  color: white; }
  @media (max-width: 992px) {
    div.customtraveling-exhibits h3 {
      font-size: 1.3em; } }
  @media (max-width: 768px) {
    div.customtraveling-exhibits h3 {
      font-size: 1.8em; } }

div.customconference-archives {
  width: 48%;
  margin-top: -60px;
  position: relative;
  float: left;
  background-image: url(/images/conference-archives.jpg);
  background-size: contain;
  height: auto;
  display: inline-block;
  padding: .8em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
  min-height: 200px; }

div.customconference-archives h3 {
  margin-bottom: 0px;
  font-size: 1.6em;
  color: white; }
  @media (max-width: 992px) {
    div.customconference-archives h3 {
      font-size: 1.3em; } }
  @media (max-width: 768px) {
    div.customconference-archives h3 {
      font-size: 1.8em; } }

.-subpage-main-image {
  margin-bottom: -50px; }

/* EVENTS */
#events #container {
  padding: 0 10px 0 0;
  margin-left: 15px;
  margin-top: 100px; }
#events h2 .subheading-category {
  display: block;
  font-size: 1.55em;
  color: white;
  padding-top: .8em;
  background-color: #2EB190;
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  height: 100px; }
#events .page-header {
  border: 0px;
  padding-bottom: 0em;
  border-bottom: 0px;
  margin-bottom: 0px !important; }
#events .page-header h2 a {
  color: black;
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 800; }

#events article {
  border: 1px solid #E2E2E2;
  border-radius: 1em;
  box-shadow: 0 0 10px #E2E2E2;
  display: block;
  float: left;
  padding: 0em 2em 2em 2em;
  margin-bottom: 2em;
  margin-right: 2%;
  transition: all .3s ease-in-out;
  backface-visibility: hidden; }
  @media (max-width: 992px) {
    #events article {
      width: 95%; } }
  #events article:hover {
    transform: scale(1.05); }
  #events article h2 {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 2em;
    padding-top: 0em;
    color: black; }
  #events article h2 a {
    color: black;
    padding-top: 0em; }
  #events article h3 {
    font-family: "Roboto Slab", serif;
    font-size: 2em;
    font-weight: 300;
    margin-top: 0em;
    margin-bottom: 1em; }
  #events article p:last-of-type {
    margin-bottom: 2em; }

body#events #main #container {
  float: left;
  max-width: 73%; }
  @media (max-width: 768px) {
    body#events #main #container {
      float: none;
      max-width: 100%; } }
body#events #right-column {
  max-width: 25%;
  float: right; }
  @media (max-width: 768px) {
    body#events #right-column {
      float: none;
      max-width: 100%;
      clear: both; } }
body#events div.customconference-archives {
  width: 200px;
  margin-top: 253px; }
  @media (max-width: 768px) {
    body#events div.customconference-archives {
      width: 95%;
      margin-top: 0px; } }

/* FOOTER */
#footer {
  font-size: 1em;
  color: white;
  background-color: #838177;
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  height: 100%;
  padding-top: 50px; }
  #footer a, #footer a:link, #footer a:visited {
    color: white; }
  #footer .nav > li > a:focus, #footer .nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  #footer p {
    padding-bottom: .5em;
    line-height: 1.2em; }
  #footer div.footer-logo {
    float: left; }
  #footer div.footer-logo img {
    margin-bottom: 2em; }
  #footer div.footer-logo p {
    color: white; }
  #footer div.module-content {
    max-width: 380px;
    width: 100%;
    display: block; }
    @media (max-width: 1200px) {
      #footer div.module-content {
        max-width: 320px; } }
    @media (max-width: 992px) {
      #footer div.module-content {
        max-width: 230px; } }
    @media (max-width: 768px) {
      #footer div.module-content {
        max-width: 100%;
        padding-left: 10px;
        text-align: center;
        clear: both; } }
  #footer .block {
    float: left; }
    @media (max-width: 768px) {
      #footer .block {
        float: none; } }
  #footer ul.menufooter-menu li a {
    font-family: 'roboto slab';
    font-size: 1.4em;
    font-weight: 100; }
  #footer ul.menufooter-menu li:first-child {
    display: none; }
  @media (max-width: 768px) {
    #footer .module-content ul {
      padding-top: 0em; } }
  #footer .module-content ul li::before {
    content: none; }
  #footer div.customfooter-affiliations p {
    color: white;
    padding-right: 1em;
    padding-bottom: 1em;
    margin-bottom: 0em;
    line-height: 1.2em; }
    @media (max-width: 576px) {
      #footer div.customfooter-affiliations p {
        padding-right: 0em; } }
  #footer div.customfooter-affiliations img.IHRA-logo {
    float: left;
    padding-right: 1em;
    margin-top: 10px;
    width: 130px; }
    @media (max-width: 992px) {
      #footer div.customfooter-affiliations img.IHRA-logo {
        float: none;
        padding-right: 0em; } }
  #footer div.customfooter-affiliations .IHTR {
    width: 560px; }
    @media (max-width: 768px) {
      #footer div.customfooter-affiliations .IHTR {
        width: 100%; } }

/* HOME EVENTS */
#home-events div.module-title h2 {
  font-size: 2.8em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  margin-left: .8em; }
#home-events .module-content ul {
  display: flex;
  flex-wrap: wrap; }
#home-events .module-content ul li::before {
  content: none; }
#home-events ul.newsflash-horizhome-events li {
  flex-grow: 1;
  border: 1px solid #E2E2E2;
  border-radius: 1em;
  box-shadow: 0 0 10px #E2E2E2;
  display: block;
  width: 30%;
  float: left;
  padding: 0em 2em 2em 2em;
  margin-bottom: 2em;
  margin-right: 2%;
  transition: all .3s ease-in-out;
  backface-visibility: hidden; }
  @media (max-width: 992px) {
    #home-events ul.newsflash-horizhome-events li {
      width: 95%;
      margin-left: 1em; } }
#home-events ul.newsflash-horizhome-events li:hover {
  transform: scale(1.05); }
#home-events ul.newsflash-horizhome-events h2 {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: 2em;
  padding-top: 0em; }
#home-events ul.newsflash-horizhome-events h2 a {
  color: black;
  padding-top: 0em; }
#home-events ul.newsflash-horizhome-events h3 {
  font-family: "Roboto Slab", serif;
  font-size: 2em;
  color: black;
  font-weight: 300;
  margin-top: 0em;
  margin-bottom: 1em; }
#home-events p:last-of-type {
  margin-bottom: 2em; }

/* HOME PRESIDENT MESSAGE */
div.message-president {
  clear: both;
  background: #E2E2E2;
  height: 432px;
  margin-left: -1000px !important;
  padding-left: 1000px !important;
  margin-right: -1000px !important;
  padding-right: 1000px !important; }
  @media (max-width: 992px) {
    div.message-president {
      height: 432px; } }
  @media (max-width: 768px) {
    div.message-president {
      height: 800px; } }
  @media (max-width: 576px) {
    div.message-president {
      height: 600px; } }

div.message-president h3 {
  font-size: 2.8em;
  font-weight: 600;
  margin-left: .8em;
  padding-top: .5em;
  width: 48%; }

div.message-president .module-title .title {
  margin-bottom: .3em; }

div.message-president .message {
  width: 48%;
  float: left;
  padding-right: 4%; }
  @media (max-width: 768px) {
    div.message-president .message {
      width: 100%;
      float: none; } }

div.message-president .message p {
  color: black !important; }

div.message-president .message-photo {
  margin-top: -98px;
  width: 45%;
  float: right; }
  @media (max-width: 992px) {
    div.message-president .message-photo {
      margin-top: -138px; } }
  @media (max-width: 768px) {
    div.message-president .message-photo {
      width: 105%;
      max-width: 768px;
      margin-top: 0px; } }

div.message-president .message-photo img {
  width: 175%;
  height: auto;
  max-width: 575px; }
  @media (max-width: 1200px) {
    div.message-president .message-photo img {
      margin-top: -40px; } }
  @media (max-width: 992px) {
    div.message-president .message-photo img {
      margin-top: 0px; } }
  @media (max-width: 768px) {
    div.message-president .message-photo img {
      max-width: 768px;
      margin-top: 0px; } }

/* MEMBERSHIP PAGE */
div.custom-membership-dues {
  margin-left: 20px;
  max-width: 400px; }

#k2Container {
  padding: 0 10px 0 0;
  margin-left: 15px; }

#k2Container div.itemHeader > h1 {
  background-color: #2EB190;
  margin-left: -1000px !important;
  padding-left: 1000px !important;
  margin-right: -1000px !important;
  padding-right: 1000px !important;
  min-height: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1em; }

#k2Container div.itemHeader h1 {
  font-size: 3.6em;
  color: white; }
  @media (max-width: 576px) {
    #k2Container div.itemHeader h1 {
      font-size: 3.4em; } }

/* MEMBERSHIP FILTER */
div.membership-filter form {
  display: block;
  background-color: #E2E2E2;
  width: 100vw !important;
  position: relative;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  min-height: 180px;
  padding-bottom: 2em;
  margin-bottom: 3em;
  margin-top: 3em; }
  @media (max-width: 576px) {
    div.membership-filter form {
      margin-top: 0em; } }

div.k2filter-table {
  max-width: 1200px;
  margin: auto;
  padding-left: 30px; }
  @media (max-width: 1200px) {
    div.k2filter-table {
      max-width: 992px; } }
  @media (max-width: 992px) {
    div.k2filter-table {
      max-width: 768px; } }
  @media (max-width: 768px) {
    div.k2filter-table {
      max-width: 576px; } }
  @media (max-width: 576px) {
    div.k2filter-table {
      max-width: 576px; } }

div.membership-filter div.buttons {
  max-width: 1200px;
  margin: auto;
  padding-left: 30px; }
  @media (max-width: 1200px) {
    div.membership-filter div.buttons {
      max-width: 992px; } }
  @media (max-width: 992px) {
    div.membership-filter div.buttons {
      max-width: 768px; } }
  @media (max-width: 768px) {
    div.membership-filter div.buttons {
      max-width: 576px; } }
  @media (max-width: 576px) {
    div.membership-filter div.buttons {
      max-width: 576px; } }

input.reset {
  background-color: #2EB190;
  font-family: "Roboto Slab", serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: none;
  padding: .5em 2em .5em 2em; }

input.submit {
  background-color: black;
  font-family: "Roboto Slab", serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: none;
  padding: .5em 2em .5em 2em; }

.submit:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

input.inputbox {
  padding: 8px;
  color: #838177;
  font-family: brandon-grotesque, sans-serif;
  width: 100%; }

div.k2filter-field-select select {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.1em;
  min-width: 155; }

div.k2filter-cell {
  min-width: 155px;
  margin-right: 5px; }

/* STYLE FORM SELECT */
div.k2filter-field-select select {
  /* styling */
  background-color: white;
  border: thin solid lightgray;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none; }

div.k2filter-field-select select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }

div.k2filter-field-select select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  -webkit-transform: rotate(0.05deg);
  -moz-transform: scale(1.1);
  -o-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #2EB190;
  outline: 0; }

div.k2filter-field-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

div.k2filter-field-select select::-ms-expand {
  display: none; }

div.k2filter-field-select select {
  font-size: 16px; }

div.selectize-input input {
  font-size: 1.2em;
  min-width: 200px !important; }

div.selectize-input select {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.2em; }

div.selectize-input select option {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.2em; }

.genericItemDateCreated {
  display: none; }

div.genericItemReadMore {
  display: none; }

div.genericItemCategory {
  display: none; }

div.k2filter-toolbox {
  display: none; }

div.k2FeedIcon {
  display: none; }

div.genericItemList {
  margin-left: -1em;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }

div.genericItemView {
  flex-grow: 1;
  border: 1px solid #E2E2E2;
  border-radius: 1em;
  box-shadow: 0 0 10px #E2E2E2;
  display: block;
  float: left;
  padding: 1em 3em 3em 2.5em;
  margin-bottom: 2em;
  margin-right: 2%;
  transition: all .3s ease-in-out;
  backface-visibility: hidden;
  width: 48%;
  word-wrap: break-word; }
  @media (max-width: 992px) {
    div.genericItemView {
      width: 95%; } }
  @media (max-width: 768px) {
    div.genericItemView {
      width: 90%; } }
  div.genericItemView:hover {
    transform: scale(1.05); }
  div.genericItemView .genericItemHeader {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    font-size: 2em;
    padding-top: 0em;
    color: black; }
  div.genericItemView .genericItemHeader a {
    color: black;
    padding-top: 0em; }
  div.genericItemView .genericItemIntroText {
    font-family: "Roboto Slab", serif;
    font-size: 1em;
    font-weight: 300;
    margin-top: 0em;
    margin-bottom: 1em; }
  div.genericItemView .genericItemBody {
    font-family: "Roboto Slab", serif;
    font-size: 1em;
    font-weight: 300;
    margin-top: 0em;
    margin-bottom: 1em; }

.membership-filter .module-content ul li::before {
  content: none;
  font-family: glyphicons halflings;
  font-size: 1em; }

.k2Pagination ul li a {
  color: teal; }

div.k2Pagination ul li.active a {
  background: teal; }

/* MEMBERSHIP ITEM PAGE */
#k2Container .itemHeader {
  margin-top: 120px; }

/* PAYMENT FORM PAGE */
div.payment-forms ul {
  display: flex; }
  @media (max-width: 576px) {
    div.payment-forms ul {
      display: block; } }

div.payment-forms ul a {
  color: black; }

div.payment-forms ul a:hover {
  color: #2EB190; }

div.payment-forms .module-content ul li:before {
  content: none !important; }

div.payment-forms ul li {
  color: black;
  font-family: "Roboto Slab", serif;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  line-height: 1.2em;
  flex-grow: 1;
  border: 1px solid #E2E2E2;
  border-radius: 1em;
  box-shadow: 0 0 10px #E2E2E2;
  display: block;
  float: left;
  padding: 1em;
  margin-bottom: 2em;
  margin-right: 2%;
  transition: all .3s ease-in-out;
  backface-visibility: hidden;
  width: 30%; }
  @media (max-width: 992px) {
    div.payment-forms ul li {
      padding: 1em;
      font-size: 1.1em; } }
  @media (max-width: 768px) {
    div.payment-forms ul li {
      padding: 1em;
      font-size: 1.1em; } }
  @media (max-width: 576px) {
    div.payment-forms ul li {
      width: 95%;
      font-size: 1.1em; } }
  div.payment-forms ul li:hover {
    transform: scale(1.05); }

/* PAYMENT FORMS */
div.pf-message {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid gray; }

.input-group-prepend {
  float: left;
  margin-right: 1em;
  padding-top: .4em; }

#pmform-form label {
  font-size: 16px !important;
  font-family: brandon-grotesque, sans-serif; }

#pmform-form div.form-group {
  font-size: 16px !important;
  font-family: brandon-grotesque, sans-serif; }

.payment_information input.uk-radio {
  margin-right: 1em; }

#pmform-form {
  margin-top: 100px; }
  @media (max-width: 1200px) {
    #pmform-form {
      max-width: 992px; } }
  @media (max-width: 992px) {
    #pmform-form {
      max-width: 768px; } }
  @media (max-width: 768px) {
    #pmform-form {
      max-width: 576px; } }

#pmform-form h1 {
  background-color: #2EB190;
  margin-left: -1000px !important;
  padding-left: 1000px !important;
  margin-right: -1000px !important;
  padding-right: 1000px !important;
  height: 100px;
  display: flex;
  align-items: center; }

#pmform-form h1 {
  font-size: 3.6em;
  color: white; }
  @media (max-width: 992px) {
    #pmform-form h1 {
      font-size: 2.8em; } }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px; }

/* PAYMENT TEXT DURING REDIRECT */
.payment-heading {
  font-size: 24px !important;
  padding-top: 6em;
  padding-bottom: 10em;
  font-family: brandon-grotesque, sans-serif; }

/*# sourceMappingURL=user.css.map */

/*# sourceMappingURL=user.css.map */
