
/* RMN CODE - TO REMOVE --*/
@-webkit-keyframes slide-in-from-left {
  from {
    top: -500%;
    left: -100%; }
  to {
    top: 50px;
    left: 0; } }

@keyframes slide-in-from-left {
  from {
    top: -500%;
    left: -100%; }
  to {
    top: 50px;
    left: 0; } }

@-webkit-keyframes slide-in-from-right {
  from {
    top: -500%;
    right: -100%; }
  to {
    top: 50px;
    right: 0px; } }

@keyframes slide-in-from-right {
  from {
    top: -500%;
    right: -100%; }
  to {
    top: 50px;
    right: 0px; } }

/* Mobile */
/* line 277, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
#rmnheader {
  background: #46166B;
  font-size: 11pt;
  color: #FFFFFF;
  height: 31px;
  padding: 0px 0px 17px 0px;
  width: 100%;
  font-family: "myriad-pro", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  display: block; }
  /* line 288, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  #rmnheader a:hover {
    text-decoration: underline; }
  @media (min-width: 50em) {
    /* line 277, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    #rmnheader {
      background: #46166B;
      font-size: 11pt;
      color: #FFFFFF;
      height: 31px;
      padding: 0px 0px 17px 0px;
      width: 100%;
      font-family: "myriad-pro", "Helvetica", "Arial", sans-serif;
      display: block; } }

/* line 303, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.sso-header {
  height: 16px;
  max-width: 960px;
  margin: 0px auto; }
  /* line 307, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .sso-header a, .sso-header a:hover {
    color: #FFFFFF;
    text-decoration: none; }
  @media (min-width: 50em) {
    /* line 303, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .sso-header {
      height: 16px;
      max-width: 960px;
      margin: 0px auto; } }
  @media (min-width: 70em) {
    /* line 303, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .sso-header {
      height: 16px;
      max-width: 960px;
      margin: 0px auto; } }

/* line 322, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.universal-links {
  float: left;
  width: 240px;
  border-left: 1px solid #A1A1A4;
  border-right: 1px solid #A1A1A4;
  position: absolute;
  padding: 0px 0px 0px;
  height: 48px;
  overflow: visible;
  background: url(//assets.ama-assn.org/web/apps/common/images/arrow-down.png) 93% 19px no-repeat #46166B;
  z-index: 5000;
  display: inline-block; }
  /* line 335, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .universal-links:hover {
    background: #320E52;
    overflow: visible;
    background: url(//assets.ama-assn.org/web/apps/common/images/arrow-up.png) 95% 19px no-repeat #320E52; }
    /* line 340, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .universal-links:hover strong {
      background: url(//assets.ama-assn.org/web/apps/common/images/arrow-up.png) 95% 19px no-repeat #320E52; }
    @media (min-width: 50em) {
      /* line 335, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .universal-links:hover {
        background: #320E52;
        overflow: visible;
        height: auto;
        background: url(//assets.ama-assn.org/web/apps/common/images/arrow-up.png) 95% 19px no-repeat #320E52;
        padding-bottom: 9px; } }
  /* line 353, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .universal-links img {
    padding-left: 10px; }
  /* line 356, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .universal-links strong {
    position: absolute;
    z-index: 50;
    left: 0px;
    top: 0px;
    width: 210px;
    padding: 13px;
    background: url(//assets.ama-assn.org/web/apps/common/images/arrow-down.png) 95% 19px no-repeat #46166B; }
    @media (min-width: 50em) {
      /* line 356, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .universal-links strong {
        position: relative;
        float: left;
        background: none; } }
  /* line 370, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .universal-links a {
    width: 225px;
    float: left;
    background: #CCCCCC;
    padding: 15px 0px 15px 15px;
    text-align: left;
    border-bottom: 1px solid #737373;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    text-decoration: none; }
    /* line 381, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .universal-links a:hover {
      color: #02AAEC;
      text-decoration: none; }
      @media (min-width: 50em) {
        /* line 381, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
        .universal-links a:hover {
          color: #FFFFFF;
          text-decoration: underline; } }
      @media (min-width: 70em) {
        /* line 381, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
        .universal-links a:hover {
          color: #FFFFFF;
          text-decoration: underline; } }
    @media (min-width: 50em) {
      /* line 370, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .universal-links a {
        background: none;
        border: none;
        color: #FFFFFF;
        font-weight: 400;
        padding: 0px 0px 15px 15px;
        box-shadow: none; } }
  @media (min-width: 50em) {
    /* line 322, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .universal-links {
      box-shadow: none;
      overflow: hidden; } }

/* line 407, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.sign-in {
  float: right;
  height: 27px;
  padding: 15px 15px;
  display: block; }

/* line 413, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.account-menu {
  float: right;
  width: 40px;
  border: none;
  position: absolute;
  padding: 15px 15px 6px;
  height: 26px;
  overflow: visible;
  background: url(//assets.ama-assn.org/web/apps/common/images/human_icon.svg) 15px 15px no-repeat #46166B;
  background-size: 20px 20px;
  z-index: 1000;
  right: 0px;
  display: hidden; }
  @media (min-width: 50em) {
    /* line 413, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .account-menu {
      float: right;
      width: 220px;
      border-left: 1px solid #A1A1A4;
      border-right: 1px solid #A1A1A4;
      position: absolute;
      padding: 15px 15px 6px;
      height: 27px;
      overflow: hidden;
      background: url(//assets.ama-assn.org/web/apps/common/images/arrow-down.png) 95% 19px no-repeat #46166B;
      z-index: 1000;
      right: 0px; } }
  /* line 439, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .account-menu:hover {
    background: none;
    overflow: visible;
    right: 0px;
    background: url(//assets.ama-assn.org/web/apps/common/images/human_icon.svg) 15px 15px no-repeat #46166B;
    background-size: 20px 20px; }
    @media (min-width: 50em) {
      /* line 439, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .account-menu:hover {
        background: #320E52;
        overflow: visible;
        height: auto;
        background: url(//assets.ama-assn.org/web/apps/common/images/arrow-up.png) 95% 19px no-repeat #320E52;
        right: 0px; } }

/* line 455, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.membership-join {
  float: left;
  margin: 13px 0px 0px 15px;
  display: block;
  position: absolute;
  left: 0px; }

/* line 462, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.right-menu {
  float: right;
  position: relative;
  z-index: 1000;
  width: 400px; }

/* line 468, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
#rmn-flyout {
  padding: 0px;
  display: block;
  width: 250px;
  margin: 0 0 0 -195px;
  /*position:absolute;
	right:0px;
	z-index:100000; 
	display:block; 
	top:32px;
	*/
  height: auto;
  box-shadow: -3px 3px 2px #737373;
  background: #CCCCCC;
  color: #000000;
  font-weight: 600; }
  /* line 485, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  #rmn-flyout li {
    width: 100%; }
  /* line 488, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  #rmn-flyout a {
    background: #CCCCCC;
    padding: 15px 5% 15px 5%;
    border-bottom: 1px solid #737373;
    color: #000000;
    float: left;
    width: 90%; }
    /* line 495, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    #rmn-flyout a:hover {
      color: #02AAEC;
      text-decoration: none; }
    @media (min-width: 50em) {
      /* line 488, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      #rmn-flyout a {
        padding: 0px 0px 15px 0px;
        color: #FFFFFF;
        background: none;
        border: none; }
        /* line 504, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
        #rmn-flyout a:hover {
          color: #FFFFFF;
          text-decoration: underline; } }
  @media (min-width: 50em) {
    /* line 468, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    #rmn-flyout {
      margin: 15px 0px 0px 0px;
      box-shadow: none;
      position: relative;
      z-index: 100000;
      display: block;
      background: #320E52;
      top: 0px;
      padding: 0px;
      color: #FFFFFF;
      height: auto;
      font-weight: 400;
      width: 225px; } }

/* line 525, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.universal-links-lower {
  display: block; }
  @media (min-width: 50em) {
    /* line 525, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .universal-links-lower {
      display: hidden; } }

/* line 531, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.user-name {
  display: none; }
  @media (min-width: 50em) {
    /* line 531, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .user-name {
      display: block; } }

/* line 537, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.membership-join {
  display: none; }

/* line 540, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.menu {
  display: block; }
  @media (min-width: 50em) {
    /* line 540, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .menu {
      display: none; } }

/* line 546, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.sign-in {
  float: right;
  width: 50px;
  border: none;
  position: absolute;
  padding: 15px 15px 6px;
  height: 27px;
  overflow: visible;
  background: url(//assets.ama-assn.org/web/apps/common/images/human_icon.svg) 15px 15px no-repeat #46166B;
  background-size: 20px 20px;
  z-index: 1000;
  right: -1px; }
  @media (min-width: 50em) {
    /* line 546, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .sign-in {
      position: relative;
      width: auto;
      background: none;
      border: none; } }
  /* line 564, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .sign-in:hover {
    overflow: visible;
    background: url(//assets.ama-assn.org/web/apps/common/images/human_icon.svg) 15px 15px no-repeat #46166B;
    background-size: 20px 20px;
    right: -1px; }
    @media (min-width: 50em) {
      /* line 564, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .sign-in:hover {
        background: #320E52;
        position: relative;
        width: auto;
        background: none;
        height: 27px; } }
  @media (min-width: 50em) {
    /* line 579, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .sign-in a {
      margin: 0px 8px; } }

/* line 584, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.notloggedin {
  position: absolute;
  right: 0px;
  z-index: 100000;
  display: block;
  top: 48px;
  height: auto;
  background: #320E52;
  padding: 0px;
  width: 250px;
  box-shadow: -3px 3px 2px #737373;
  /*
		a{
			width:100%; 
			float:left;
			margin:9px 0px 9px 0px;
			text-align:left;
			@include breakpoint(medium){
				margin:0px 10px;
				width:auto;
			}
			@include breakpoint(large){
				margin:0px 10px;
				width:auto;
			}
		}
		*/ }
  @media (min-width: 50em) {
    /* line 584, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .notloggedin {
      position: relative;
      padding: 0px;
      top: 0px;
      width: auto;
      box-shadow: none;
      background: none; } }
  /* line 620, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .notloggedin a {
    width: 235px;
    float: left;
    background: #CCCCCC;
    padding: 15px 0px 15px 15px;
    text-align: left;
    border-bottom: 1px solid #737373;
    color: #000000;
    font-weight: 600;
    display: inline-block; }
    /* line 630, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .notloggedin a:hover {
      color: #02AAEC;
      text-decoration: none; }
      @media (min-width: 50em) {
        /* line 630, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
        .notloggedin a:hover {
          color: #FFFFFF;
          text-decoration: underline; } }
    @media (min-width: 50em) {
      /* line 620, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .notloggedin a {
        background: none;
        border: none;
        color: #FFFFFF;
        font-weight: 400;
        margin: 0px 10px;
        width: auto;
        padding: 0px 0px 15px 5px; } }
  /* line 650, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
  .notloggedin span {
    display: none; }
    @media (min-width: 50em) {
      /* line 650, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
      .notloggedin span {
        display: inline;
        float: left; } }

/* line 659, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.ribbon__sub__menu--left {
  list-style: none;
  padding: 0px;
  margin: 0px;
  box-shadow: 3px 3px 2px #737373;
  position: absolute;
  top: -500%;
  z-index: 5; }
  @media (min-width: 50em) {
    /* line 659, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .ribbon__sub__menu--left {
      box-shadow: none;
      position: relative;
      float: left; } }

/* line 673, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.ribbon__sub__menu--right {
  list-style: none;
  padding: 0px;
  margin: 0px;
  box-shadow: -3px 3px 2px #737373;
  position: absolute;
  top: -500%;
  z-index: 5; }
  @media (min-width: 50em) {
    /* line 673, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .ribbon__sub__menu--right {
      box-shadow: none;
      position: relative;
      float: left;
      top: inherit; } }

/* line 688, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.ribbon__menu--open--left {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slide-in-from-left;
  animation-name: slide-in-from-left;
  top: 50px; }
  @media (min-width: 50em) {
    /* line 688, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .ribbon__menu--open--left {
      top: 0px; } }

/* line 699, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.ribbon__menu--open-right {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slide-in-from-right;
  animation-name: slide-in-from-right;
  top: 50px; }
  @media (min-width: 50em) {
    /* line 699, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .ribbon__menu--open-right {
      top: 0px; } }

/* line 711, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
.menu {
  width: 250px;
  height: 50px;
  margin: -2px 0px 0px 0px;
  background: #46166b url("//assets.ama-assn.org/web/apps/common/images/human_icon.svg") no-repeat scroll;
  background-size: 20px 20px;
  background-position: 220px 17px;
  display: block;
  float: right;
  position: absolute;
  z-index: 50;
  right: 0;
  top: 0; }
  @media (min-width: 50em) {
    /* line 711, C:/xampp2/htdocs/globalassets/trunk/web/apps/common/sass/sass/components/apps/_ssoapps.scss */
    .menu {
      display: none; } }

/*# sourceMappingURL=ama-style.css.map */