/*-- CSS imports --*/

#side-selector {

  width: 100%;

  height: 32px;

  border-bottom: 7px solid #751f2f; }

  #side-selector ul {

    margin-top: 10px;

    float: left; }

  #side-selector ul li {

    font-size: 14px;

    float: left; }

  #side-selector ul.side {

    font-weight: 700;

    margin-left: 55px; }

    #side-selector ul.side a {

      text-decoration: none;

      color: #751f2f;

      padding: 10px 24px;

      text-transform: uppercase; }

    #side-selector ul.side a.active {

      color: white;

      background: #751f2f; }

  #side-selector ul.isi-pi-btns {

    margin-top: 8px; }

    #side-selector ul.isi-pi-btns a {

      color: #333335;

      padding: 10px 0 10px 32px; }



@media (max-width: 1024px) {

  #side-selector {

    width: 100%;

    height: 92px;

    border-bottom: none; }

    #side-selector ul {

      margin-top: 10px;

      float: left; }

    #side-selector ul li {

      font-size: 14px;

      float: left;

      width: 50%; }

    #side-selector ul.side {

      font-weight: 700;

      margin-left: 0;

      width: 100%;

      display: block;

      margin-top: 0;

      border-bottom: 7px solid #751f2f; }

      #side-selector ul.side a {

        text-decoration: none;

        text-transform: uppercase; }

      #side-selector ul.side li {

        padding: 1% 2.5%;

        width: 45%;

        text-align: center; }

      #side-selector ul.side li.active {

        background: #751f2f; }

      #side-selector ul.side a.active {

        color: white;

        padding: 1% 2.5%; }

    #side-selector .floater {

      width: 640px;

      float: right; }

    #side-selector ul.isi-pi-btns {

      float: right;

      margin-top: 15px; }

      #side-selector ul.isi-pi-btns li {

        width: 230px; }

      #side-selector ul.isi-pi-btns a {

        color: #333335;

        padding: 20px 0 10px 32px; } }

/*@media ( max-width:1005px ){



	#side-selector{

		height:92px;



		ul.side{ margin-left:0; }



		ul.isi-pi-btns{



			padding-top:20px;



			a{ padding: 0 0 0 25px; }



		}



	}



}*/

@media (max-width: 780px) {

  #side-selector {

    height: 200px;

    width: 100%; }

    #side-selector ul {

      margin-top: 0px;

      float: none;

      width: 100%; }

    #side-selector ul li {

      font-size: 14px;

      float: none;

      width: 100%;

      max-width: none;

      text-align: center; }

    #side-selector ul.side {

      background: #751f2f;

      font-weight: 700;

      margin-left: 0;

      padding-bottom: 25px; }

      #side-selector ul.side li {

        width: 100%;

        padding: 25px 0 0 0px;

        margin-left: 0; }

      #side-selector ul.side a {

        text-decoration: none;

        color: #751f2f;

        padding: 0 0;

        color: white; }

      #side-selector ul.side a.active {

        color: white;

        background: #751f2f; }

    #side-selector .floater {

      width: 100%;

      float: none; }

    #side-selector ul.isi-pi-btns li {

      text-align: center;

      margin: 20px 0 0 0;

      width: 100%; }

    #side-selector ul.isi-pi-btns li:nth-child(1) {

      margin-top: 0; }

    #side-selector ul.isi-pi-btns a {

      color: #333335;

      padding: 10px 0 10px 0; } }

#main-nav {

  position: relative;

  padding: 0 72px;

  background: #f2f2f3; }

  #main-nav ul {

    float: left;

    margin: 38px 0 11px 0;

    z-index: 1050; }

    #main-nav ul li {

      font-size: 14px;

      line-height: 17px; }

      #main-nav ul li a {

        height: 44px;

        display: block;

        padding: 5px 14px;

        border-left: 1px solid #cac7c8;

        font-weight: 700;

        color: #692574;

        text-decoration: none; }

      #main-nav ul li a.active {

        color: #8f84bd; }

    #main-nav ul li.first {

      position: relative;

      z-index: 150; }

  #main-nav ul.inner {

    position: absolute;

    z-index: 100;

    background: white;

    margin: 0;

    padding-right: 50px;

    display: none; }

    #main-nav ul.inner li a {

      height: 38px;

      padding: 0px 14px; }

    #main-nav ul.inner li.gradient {

      position: absolute;

      top: -40px;

      left: 1px;

      background: url(../img/gradient-menu-bg.jpg) no-repeat 0 0 transparent;

      width: 133px;

      height: 40px; }

    #main-nav ul.inner li.gradient.one {

      width: 133px; }

    #main-nav ul.inner li.gradient.two {

      width: 137px; }

    #main-nav ul.inner li.first a {

      padding-top: 15px; }

    #main-nav ul.inner li.last a {

      padding-bottom: 10px; }

    #main-nav ul.inner li.double a {

      height: 44px; }

    #main-nav ul.inner li.active {

      color: #8f84bd; }

  #main-nav .logo {

    position: absolute;

    top: 32px;

    right: 72px;

    width: 266px;

    height: 50px;

    background: url(../img/logo.png) no-repeat 0 0 transparent; }



@media (max-width: 1005px) {

  #main-nav {

    height: inherit; }

    #main-nav ul li a {

      margin: 60px 0 11px 0; }

    #main-nav ul.inner {

      margin: -11px 0 0 0; }

      #main-nav ul.inner li a {

        margin: 0; }

    #main-nav .logo {

      top: 22px;

      left: 72px; } }

@media (max-width: 905px) {

  #main-nav {

    padding: 0; }

    #main-nav ul {

      margin-left: 3%; }

    #main-nav .logo {

      left: 3%; } }

@media (max-width: 725px) {

  #main-nav {

    position: relative;

    top: 0;

    padding: 95px 0 0 0;

    height: 45px;

    overflow: hidden; }

    #main-nav .mobile-open {

      position: absolute;

      top: 85px;

      left: 0;

      width: 100%;

      height: 55px; }

    #main-nav .mobile-arrow {

      position: absolute;

      top: 107px;

      right: 25px;

      background: url(../img/mobile-arrow.png) no-repeat 0 0 transparent;

      width: 28px;

      height: 16px; }

    #main-nav ul {

      float: none;

      margin: 0;

      padding: 5px 3%; }

      #main-nav ul li a {

        margin: 0;

        border: none; }

      #main-nav ul li.first {

        position: relative;

        z-index: 150; }

    #main-nav ul:first-child {

      border-top: 1px #333335 solid; }

    #main-nav ul.inner {

      position: relative;

      margin: 10px 0;

      padding: 5px 5px;

      margin-left: 20px;

      border: none;

      display: block; }

      #main-nav ul.inner li a {

        padding: 0px 14px; }

      #main-nav ul.inner li.gradient {

        display: none; }

      #main-nav ul.inner li.first a {

        padding-top: 13px; }

      #main-nav ul.inner li.last a {

        padding-bottom: 0px; }

    #main-nav .logo {

      position: absolute;

      top: 20px;

      left: 3%; } }

#isi-container {

  margin: 25px 72px 0 72px;

  padding-top: 15px;

  border-top: 2px #f2f2f3 solid; }

  #isi-container h1,

  #isi-container p {

    margin-bottom: 24px; }

  #isi-container strong {
      font-weight: bold;
  }  

  #isi-container h1 {

    font-size: 30px;

    line-height: 35px; }

  #isi-container h2 {

    font-weight: 700; }

  #isi-container .indications {

    width: 30.2%;

    float: left; }

  #isi-container .isi-text {

    width: 65.1%;

    float: right; }

  #isi-container p a {

    text-decoration: underline; }

  #isi-container p.aes {

    padding: 12px 0 12px 20px;

    border-left: 2px #f2f2f3 solid;

    margin-bottom: 0; }

    #isi-container p.aes span {

      font-weight: 700; }

  #isi-container p.aes.first,

  #isi-container p.aes.last {

    padding: 0 0 0 20px; }

  #isi-container p.aes.last {

    margin-bottom: 24px; }



@media (max-width: 905px) {

  #isi-container {

    margin: 0 3%; } }

@media (max-width: 768px) {

  #isi-container {

    margin: 0 3%; }

    #isi-container h1,

    #isi-container p {

      margin-bottom: 15px; }

    #isi-container .indications {

      width: 100%;

      float: none; }

    #isi-container .isi-text {

      width: 100%;

      float: none; } }

#footer {

  position: relative;

  top: 60px;

  border-top: 1px solid #8f84bd;

  padding: 45px 72px 60px 72px;

  font-size: 12px;

  background: #f2f2f3;

  line-height: 14px;

  clear: both; }

  #footer .arbor-logo {

    position: absolute;

    top: -25px;

    left: 72px;

    background: #ffffff;

    width: 135px;

    height: 50px;

    border-left: 1px solid #8f84bd;

    border-right: 1px solid #8f84bd; }

    #footer .arbor-logo a {

      width: 135px;

      height: 50px;

      display: block; }

      #footer .arbor-logo img{

        width: 135px;

        height: 50px;

      }

  #footer ul li {

    float: left;

    margin-bottom: 7px; }

    #footer ul li a {

      color: #751f2f; }

    #footer ul li span {

      padding: 0 6px; }

  #footer p {

    clear: both;

    width: 64%; }

  #footer p.first {

    margin-top: 27px; }

  #footer p.last {

    margin-top: 19px;

    margin-bottom: 50px; }

  #footer p.purp {

    color: #8f84bd;

    margin-top: 7px; }



@media (max-width: 905px) {

  #footer {

    padding: 45px 3% 60px 3%; }

    #footer .arbor-logo {

      left: 3%; } }

@media (max-width: 500px) {

  #footer p {

    width: 94%; } }

/*-- Header Styling --*/

#header {

  position: relative;

  clear: both;

  background: url(../img/inner-header.png) no-repeat center 0 transparent;

  width: 100%;

  height: 205px;

  border-bottom: 13px #692574 solid; }

  #header p.main {

    position: absolute;

    top: 76px;

    left: 72px;

    font-size: 30px;

    line-height: 30px;

    color: #692574;

    text-transform: uppercase;

    letter-spacing: 3px; }

    #header p.main span {

      font-weight: 700; }

  #header .isi-prompt {

    float: right;

    width: 100%;

    max-width: 337px;

    margin: 20px 72px 0 0;

    padding: 0; }

    #header .isi-prompt span {

      font-weight: 700; }

    #header .isi-prompt p.last {

      padding-top: 10px; }



.home #header {

  position: relative;

  background: url(../img/home/header.png) no-repeat center 0 transparent;

  width: 100%;

  height: 271px;

  border-bottom: 13px #692574 solid; }

  .home #header p {

    position: absolute;

    top: 105px;

    left: 627px;

    font-size: 30px;

    line-height: 30px;

    color: #692574;

    text-transform: uppercase;

    letter-spacing: 6px; }

    .home #header p span {

      font-weight: 700; }



ul.breadcrumb {

  clear: both;

  margin-left: 72px; }

  ul.breadcrumb li {

    float: left;

    margin: 10px 7px 10px 0;

    text-transform: uppercase; }



/*-- Inner Header --*/

@media (max-width: 1180px) {

  #header {

    background: #f0f0f4; } }

@media (max-width: 960px) {

  #header {

    height: inherit; }

    #header p.main {

      position: relative;

      top: 20px;

      left: 3%; }

    #header .isi-prompt {

      float: none;

      width: 95%;

      max-width: 737px;

      margin: 35px 0 25px 3%; }



  ul.breadcrumb {

    margin-left: 3%; } }

@media (max-width: 472px) {

  ul.breadcrumb li.two-line {

    margin-top: 0; } }

/*-- Home Header --*/

@media (max-width: 1160px) {

  .home #header {

    background: url(../img/home/header-1160.png) no-repeat center -50px transparent;

    height: 201px; }

    .home #header p {

      top: 73px;

      left: 477px; } }

@media (max-width: 945px) {

  .home #header {

    background: url(../img/home/header-945.png) no-repeat center -50px transparent; }

    .home #header p {

      left: 400px; } }

@media (max-width: 740px) {

  #header p.main {

    width: 95%; }

    #header p.main span.break {

      display: none; }



  .home #header p {

    left: 300px; } }

@media (max-width: 650px) {

  .home #header p {

    left: 250px; } }

@media (max-width: 595px) {

  .home #header p {

    left: 200px; } }

@media (max-width: 545px) {

  .home #header {

    display: none; } }

@media (max-width: 400px) {

  .home #header {

    display: none; } }

/*--------------------------------------------------------



--- Colors ---

burgandy: #751f2f;

purple: #692574;

light purple: #8f84bd;



--------------------------------------------------------*/

.burg {

  color: #751f2f; }



.purp {

  color: #692574; }

  .purple {

    color: #FF00FF;
   
   }

body {

  font-family: 'lato', sans-serif;

  font-weight: 400;

  /*-- Font Size set to Paragraph size --*/

  font-size: 16px;

  line-height: 18px;

  color: #333335;

  background: #e7e7e9; }



sup {

  font-size: 60%; }



#wrapper {

  width: 100%;

  max-width: 1256px;

  background: white; }



.clear-fix {

  clear: both;

  display: block; }



a {

  color: #692574;

  text-decoration: none; }



.window-shade a {

  text-decoration: none; }



/*------------------------------------------------------------*/

/*---------------------- General Styling ---------------------*/

/*------------------------------------------------------------*/

/*-- Btn Styling --*/

.btn {

  background: #6b2a78;

  /* Old browsers */

  /* IE9 SVG, needs conditional override of 'filter' to 'none' */

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiMmE3OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTgyYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

  background: -moz-linear-gradient(top, #6b2a78 0%, #8e82bb 100%);

  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b2a78), color-stop(100%, #8e82bb));

  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #6b2a78 0%, #8e82bb 100%);

  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #6b2a78 0%, #8e82bb 100%);

  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #6b2a78 0%, #8e82bb 100%);

  /* IE10+ */

  background: linear-gradient(to bottom, #6b2a78 0%, #8e82bb 100%);

  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b2a78', endColorstr='#8e82bb',GradientType=0 );

  /* IE6-8 */

  position: relative;

  border: 5px #ebebeb solid;

  padding: 18px 65px 18px 41px;

  margin-bottom: 25px;

  display: inline-block;

  -webkit-border-radius: 40px;

  -moz-border-radius: 40px;

  -ms-border-radius: 40px;

  border-radius: 40px; }

  .btn .arrow {

    position: absolute;

    top: 19px;

    right: 31px;

    background: url(../img/btn-arrow.png) no-repeat 0 0 transparent;

    width: 12px;

    height: 12px; }

  .btn p {

    font-size: 14px;

    line-height: 14px;

    font-weight: 400;

    color: white;

    padding: 0px;

    text-transform: uppercase; }



.content {

  margin: 0 72px; }

  .content p.first {

    font-size: 18px;

    line-height: 20px;

    color: #692574;

    width: 100%;

    max-width: 495px;

    margin: 25px 0; }



@media (max-width: 905px) {

  .content {

    margin: 0 3%; } }

@media (min-width: 1256px) {

  #wrapper {

    position: absolute;

    top: 0;

    left: 50%;

    margin-left: -628px; } }

/*-- Page Specific Imports --*/

/*-- Diagnosis Styling --*/

.diagnosis #header p.main.treat {

  top: 75px; }



.diagnosis .content .points {

  background: #f2f2f3; }

  .diagnosis .content .points ul {

    width: 19.5%;

    padding: 2.25%;

    float: left;

    margin: 2.25% 0;

    border-right: 1px #b7b7b7 solid;

    height: 100%; }  

  .diagnosis .content .points ul:first-child {

    padding-left: 5%; }

  .diagnosis .content .points ul.last {

    padding-right: 0%;

    border: none; }

  .diagnosis .content .points ul li {

    padding-bottom: 12px; }

  .diagnosis .content .points ul li.first {

    font-weight: 700; }

.diagnosis .content p.last {

  margin-top: 20px; }

.diagnosis .content .btn {

  margin-top: 25px; }

  .diagnosis .content ol.refs {

      border-top: 1px #6f6f6f solid;

      margin: 40px 72px 40px 72px;

      padding: 25px 2% 0 2%; }

      .diagnosis .content ol.refs li {

        width: 100%;

        max-width: 900px;

        margin: 10px 0;

        list-style: decimal; }

      .diagnosis .content ol.refs li.header {

        list-style: none;

        margin-left: -20px;

        font-weight: 700;

        text-transform: uppercase; }



  .diagnosis .content .fullwidth {

    padding: 3%;

    margin: 0; }

    .diagnosis .content .fullwidth ul {

      width: 100%;

      float: none;

      padding: 5% 0;

      margin: 0;

      border-right: none;

      border-bottom: 1px #b7b7b7 solid; }

    .diagnosis .content .fullwidth ul:first-child {

      padding-top: 2.5%;

      padding-left: 0; }

    .diagnosis .content .fullwidth ul.last {

      padding-bottom: 2.5%; }

    .diagnosis .content .fullwidth ul li.last {

      padding-bottom: 0px; } 

p.purplefooter {

    padding: 20px 3%;

    background-color: #6A2574;

    color: #fff;

    text-align: center;

    font-size: 18px;

}

@media (max-width: 1005px) {

  .diagnosis .content .points {

    padding: 3%;

    margin: 0; }

    .diagnosis .content .points ul {

      width: 100%;

      float: none;

      padding: 5% 0;

      margin: 0;

      border-right: none;

      border-bottom: 1px #b7b7b7 solid; }

    .diagnosis .content .points ul:first-child {

      padding-top: 2.5%;

      padding-left: 0; }

    .diagnosis .content .points ul.last {

      padding-bottom: 2.5%; }

    .diagnosis .content .points ul li.last {

      padding-bottom: 0px; } }

@media (max-width: 960px) {

  .diagnosis .content p.last {

    width: 100%; } }

/*-- Explore Styling --*/

.explore .content audio {

  position: absolute;

  top: 323px;

  left: 47px;

  width: 47px; }

.explore .content .videos {

  position: relative;

  background: #f2f2f3;

  padding: 47px;

  margin-bottom: 25px;

  /*.video-bg{

  	position:absolute;

  	width:100%;

  	max-width:379px;

  	height:100%;

  	max-height:268px;

  	background:#000;

  	z-index:5;

  }*/ }

  .explore .content .videos .video-container {

    width: 100%;

    max-width: 379px;

    height: 100%;

    max-height: 268px;

    background: #000;

    float: left; }

  .explore .content .videos video {

    /*position:absolute;*/

    width: 100%;

    max-width: 379px;

    height: 100%;

    max-height: 268px;

    float: left;

    /*z-index:10;*/ }

  .explore .content .videos .audio-btn {

    position: absolute;

    top: 327px;

    left: 47px;

    background: url(../img/play-btn.png) no-repeat 0 0 transparent;

    width: 20px;

    height: 20px; }

  .explore .content .videos ul {

    float: left;

    width: 56%;

    margin-left: 2%; }

    .explore .content .videos ul li {

      padding: 8px 32px;

      border-top: 1px #b7b7b7 solid;

      background: url(../img/plus.png) no-repeat 5px 12px transparent;

      height: 20px;

      overflow: hidden; }

      .explore .content .videos ul li span {

        font-size: 18px;

        line-height: 20px;

        font-weight: 700;

        display: block;

        margin-bottom: -11px; }

        .explore .content ol.refs {

            border-top: 1px #6f6f6f solid;

            margin: 40px 72px 40px 72px;

            padding: 25px 2% 0 2%; }

            .explore .content ol.refs li {

              width: 100%;

              max-width: 900px;

              margin: 10px 0;

              list-style: decimal; }

            .explore .content ol.refs li.header {

              list-style: none;

              margin-left: -20px;

              font-weight: 700;

              text-transform: uppercase; }



@media (max-width: 1160px) {

  .explore .content .videos {

    padding: 47px;

    margin-bottom: 25px; }

    .explore .content .videos ul {

      width: 100%;

      max-width: 600px;

      margin-top: 25px;

      margin-left: 0; } }

@media (max-width: 640px) {

  .explore .content .videos {

    padding: 20px; }

    .explore .content .videos ul {

      width: 100%;

      max-width: 600px;

      margin-top: 25px;

      margin-left: 0; }

      .explore .content .videos ul li {

        padding-right: 10px; } }

/*-- Grading Styling --*/

.grading #header p.main {

  top: 70px; }



.grading .content .grade {

  background: #f2f2f3;

  margin-bottom: 25px; }

  .grading .content .grade ul {

    width: 166px;

    margin: 30px 11px 25px 11px;

    -webkit-border-radius: 246px;

    -moz-border-radius: 246px;

    -ms-border-radius: 246px;

    border-radius: 246px;

    float: left; }

    .grading .content .grade ul li {

      text-align: center;

      color: white; }

    .grading .content .grade ul li.grade-title {

      font-weight: 700; }

  .grading .content .grade ul.one {

    height: 186px;

    padding: 30px 40px;

    margin-left: 30px;

    background: #b7b7b7; }

  .grading .content .grade ul.two {

    height: 186px;

    padding: 30px 40px;

    background: #a7a7a7; }

  .grading .content .grade ul.three {

    height: 186px;

    padding: 30px 40px;

    background: #949494;

    }

  .grading .content .grade ul.four {

    height: 186px;

    padding: 30px 40px;

    background: #7e7e7e; }

  .grading .content .grade .span-block {

    background: #dedce8;

    width: 377px;

    height: 100%;

    margin-left: 606px;

    padding: 0 30px;

    font-size: 14px;

    color: #692574;

    font-weight: 700; }

    .grading .content .grade .span-block p {

      margin-bottom: 30px; }

      .grading .content ol.refs {

          border-top: 1px #6f6f6f solid;

          margin: 40px 72px 40px 72px;

          padding: 25px 2% 0 2%; }

          .grading .content ol.refs li {

            width: 100%;

            max-width: 900px;

            margin: 10px 0;

            list-style: decimal; }

          .grading .content ol.refs li.header {

            list-style: none;

            margin-left: -20px;

            font-weight: 700;

            text-transform: uppercase; }

@media (max-width: 1260px) {

  .grading .content .grade {

    width: 577px; }

    .grading .content .grade ul:nth-child(3) {

      margin-left: 30px; }

    .grading .content .grade .span-block {

      background: none;

      margin-left: 06px; } }

@media (max-width: 615px) {

  .grading .content .grade {

    padding-top: 15px;

    width: 100%; }

    .grading .content .grade ul {

      float: none;

      margin: 15px auto; }

    .grading .content .grade ul:nth-child(1),

    .grading .content .grade ul:nth-child(3) {

      margin: 0 auto; }

    .grading .content .grade .span-block {

      background: none;

      margin-left: 0px;

      width: 80%; } }

/*-- Home Page Styling --*/

.home #isi-container {

  margin-top: 15px; }



.home .content {

  margin: 0; }

  .home .content .tout {

    float: left;

    margin: 12px 0 0 19px; }

    .home .content .tout p.question {

      font-size: 18px;

      line-height: 18px;

      font-weight: 700;

      color: #692574;

      padding: 50px 0 63px 137px; }

    .home .content .tout .btn {

      margin-left: 94px;

      margin-bottom: 2px; }

  .home .content .tout.one {

    background: url(../img/home/left-icon.png) no-repeat 0 0 transparent; }

  .home .content .tout.two {

    background: url(../img/home/middle-icon.png) no-repeat 0 0 transparent; }

  .home .content .tout.three {

    background: url(../img/home/right-icon.png) no-repeat 0 0 transparent; }

    .home .content .tout.three p.question {

      padding: 42px 0 50px 137px; }



@media (max-width: 1180px) {

  .home .content .tout {

    margin-left: 27px; }

    .home .content .tout p.question {

      padding: 153px 0 28px 0;

      text-align: center; }

    .home .content .tout .btn {

      margin-left: 0px; }

  .home .content .tout.one {

    background: url(../img/home/left-icon.png) no-repeat 90px 0 transparent;

    margin-left: 72px; }

    .home .content .tout.one p.question {

      padding-left: 33px; }

    .home .content .tout.one .btn {

      margin-left: 32px; }

  .home .content .tout.two {

    background: url(../img/home/middle-icon.png) no-repeat 90px 0 transparent; }

    .home .content .tout.two .btn {

      margin-left: 7px; }

  .home .content .tout.three {

    background: url(../img/home/right-icon.png) no-repeat 90px 0 transparent; }

    .home .content .tout.three p.question {

      padding: 145px 0 15px 0; } }

@media (max-width: 1100px) {

  .home .content {

    width: 100%;

    overflow: hidden; }

    .home .content .tout {

      position: relative;

      left: 50%;

      margin-left: -150px;

      float: none; }

      .home .content .tout p.question {

        padding: 143px 0 20px 0;

        text-align: center;

        width: 300px; }

    .home .content .tout.one {

      background: url(../img/home/left-icon.png) no-repeat 90px 0 transparent;

      margin-left: -150px; }

      .home .content .tout.one p.question {

        padding-left: 0px; }

      .home .content .tout.one .btn {

        margin-left: 32px; }

    .home .content .tout.two {

      background: url(../img/home/middle-icon.png) no-repeat 90px 0 transparent; }

      .home .content .tout.two .btn {

        margin-left: 7px; }

    .home .content .tout.three {

      background: url(../img/home/right-icon.png) no-repeat 90px 0 transparent; }

      .home .content .tout.three p.question {

        padding: 145px 0 15px 0; } }

@media (max-width: 1100px) and (min-width: 990px) {

  .home .content .tout {

    left: 0%;

    margin-left: 0px;

    float: left; }

    .home .content .tout p.question {

      padding: 155px 0 25px 0; }

  .home .content .tout.one {

    margin-left: 0px; }

  .home .content .tout.two {

    margin-left: 25px; }

  .home .content .tout.three {

    margin-left: 55px; }

    .home .content .tout.three p.question {

      padding: 145px 0 15px 0; } }

/*-- How It's Used Styling --*/

.how-used .content .video-clips {

  background: #f2f2f3;

  margin-bottom: 25px; }

  .how-used .content .video-clips ul {

    width: 292px;

    padding: 0;

    margin: 30px 11px 25px 11px;

    float: left; }

    .how-used .content .video-clips ul li {

      width: 232px;

      font-size: 14px;

      line-height: 16px;

      padding: 0 30px; }

    .how-used .content .video-clips ul li.thumbnail {

      height: 217px;

      margin-bottom: 20px; }

    .how-used .content .video-clips ul li.thumbnail.one {

      background: url(../img/how-used/thumb-one.png) no-repeat 0 0 transparent; }

    .how-used .content .video-clips ul li.thumbnail.two {

      background: url(../img/how-used/thumb-two.png) no-repeat 0 0 transparent; }

  .how-used .content .video-clips ul:nth-child(1) {

    margin-left: 30px; }



@media (max-width: 700px) {

  .how-used .content .video-clips ul {

    margin-left: 35px; }

  .how-used .content .video-clips ul:nth-child(1) {

    margin-left: 35px; } }

@media (max-width: 485px) {

  .btn .arrow {

    top: 26px; } }

/*-- Questions Styling --*/

.questions .content {

  margin: 0;

  padding: 0; }

  .questions .content ul li {

    background: url(../img/circle-plus.png) no-repeat 72px 0px transparent;

    padding-top: 11px;

    padding-left: 142px;

    border-bottom: 1px #cac7c8 solid;

    margin-top: 15px; }

    .questions .content ul li .section a {

      text-decoration: none; }

    .questions .content ul li span.header {

      font-size: 20px;

      line-height: 22px;

      color: #692574;

      padding: 15px 0;

      padding-left: 100px;

      margin-left: -100px; }

    .questions .content ul li span.bold {

      font-weight: 700; }

  .questions .content ul li.section {

    height: 45px;

    overflow: hidden; }

  .questions .content ul ul.question li {

    background: none;

    padding: 0;

    margin: 20px 0;

    width: 60%;

    border: none; }

  .questions .content ul ul.question li.no-bottom {

    margin: 0; }

  .questions .content ul ul.question li.single-bottom {

    margin-bottom: 0; }

  .questions .content ul ul.question li.single-top {

    margin-top: 0; }

  .questions .content p.footnote {

    font-size: 14px;

    line-height: 14px;

    margin-top: 25px;

    margin-left: 72px; }

  .questions .content .btn {

    margin-top: 25px;

    margin-left: 72px; }

    .questions .content ol.refs {

        border-top: 1px #6f6f6f solid;

        margin: 40px 72px 40px 72px;

        padding: 25px 2% 0 2%; }

    .questions .content ol.refs li {

          width: 100%;

          max-width: 900px;

          margin: 10px 0;

          list-style: decimal; }

    .questions .content ol.refs li.header {

          list-style: none;

          margin-left: -20px;

          font-weight: 700;

          text-transform: uppercase; }



@media (max-width: 900px) {

  .questions .content ul ul.question li {

    width: 94%; } }

@media (max-width: 750px) {

  .questions .content ul li {

    background-position: 20px 0px;

    padding-top: 11px;

    padding-left: 75px;

    border-bottom: 1px #cac7c8 solid;

    margin-top: 15px; }

  .questions .content p.footnote {

    margin-left: 3%; }

  .questions .content .btn {

    margin-left: 3%; } }

/*-- Header Title --*/

.reimbursement #header p.main {

  top: 58px; }

  .reimbursement #header p.main span {

    font-weight: 400;

    font-size: 20px;

    text-transform: none; }



/*-- Reimbursement Styling --*/

.reimbursement .content {

  position: relative;

  margin-top: 30px;

  margin-bottom: 100px; }

  .reimbursement .content p {

    font-size: 16px;

    line-height: 19px;

    margin-bottom: 13px;

    width: 100%;

    max-width: 335px; }
.reimbursement .content .para-container p small {
    font-size: 12px;
    color: #989898;
    margin-top: 30px;
    display: block;
}

  .reimbursement .content p.contact {

    max-width: 500px; }

  .reimbursement .content p.bold {

    font-weight: 700; }

  .reimbursement .content .para-container {

    float: left;

    margin-right: 38px; }

    .reimbursement .content .para-container p.bull {

      text-indent: -15px;

      margin-left: 15px; }

  .reimbursement .content .reimbursement-listings {

    float: left;

    width: 500px; }

    .reimbursement .content .reimbursement-listings p:nth-child(5) {

      margin-bottom: 35px; }

    .reimbursement .content .reimbursement-listings p.purp {

      color: #692574; }

    .reimbursement .content .reimbursement-listings p.purp span {

      font-weight: 700; }

    .reimbursement .content .reimbursement-listings p.bump {

      margin-left: 2.5%; }

    .reimbursement .content .reimbursement-listings ul {

      padding-left: 2.5%; }

    .reimbursement .content .reimbursement-listings ul.title {

      position: relative;

      white-space: nowrap;

      padding-left: 2.5%;

      margin-bottom: 15px;

      background: #f2f2f3;

      font-weight: 700;

      /*-- Controls the left margin to align Action with Buttons --*/ }

      .reimbursement .content .reimbursement-listings ul.title li {

        display: inline-block;

        padding: 13px 24px 13px 0; }

      .reimbursement .content .reimbursement-listings ul.title li.action {

        margin-left: 259px; }

    .reimbursement .content .reimbursement-listings .items ul {

      clear: both;

      border-bottom: 1px solid #f2f2f3; }

      .reimbursement .content .reimbursement-listings .items ul li {

        display: inline-block;

        padding: 6px 0;

        margin: 10px 0; }

        .reimbursement .content .reimbursement-listings .items ul li a,

        .reimbursement .content .reimbursement-listings .items ul li a:visited {

          color: #333335;

          font-weight: 700;

          text-decoration: none; }

      .reimbursement .content .reimbursement-listings .items ul li.download {

        padding: 6px 20px;

        color: #333335;

        font-size: 11px;

        -webkit-border-radius: 12px;

        -moz-border-radius: 12px;

        -ms-border-radius: 12px;

        border-radius: 12px;

        margin-right: 10px;

        margin-top: 14px;

        background: #f2f2f3; }

      .reimbursement .content .reimbursement-listings .items ul li.download.one {

        margin-left: 61px; }

      .reimbursement .content .reimbursement-listings .items ul li.download.two {

        margin-left: 95px; }

      .reimbursement .content .reimbursement-listings .items ul li.download.three {

        margin-left: 89px; }

      .reimbursement .content .reimbursement-listings .items ul li.download.four {

        margin-left: 156px; }

    .reimbursement .content .reimbursement-listings .items ul.last {

      border-bottom: 1px solid #b7b7b7;

      margin-bottom: 25px; }



@media (max-width: 1018px) {

  .reimbursement .content p {

    max-width: 484px; } }

@media (max-width: 960px) {

  #header p.main {

    margin-bottom: 80px; } }

@media (max-width: 525px) {

  .reimbursement .content p {

    margin-bottom: 13px;

    width: 100%; }

  .reimbursement .content .para-container {

    margin-right: 3%; }

  .reimbursement .content .reimbursement-listings {

    width: 100%; }

    .reimbursement .content .reimbursement-listings p:nth-child(5) {

      margin-bottom: 35px; }

    .reimbursement .content .reimbursement-listings p.purp {

      color: #692574; }

    .reimbursement .content .reimbursement-listings p.purp span {

      font-weight: 700; }

    .reimbursement .content .reimbursement-listings p.bump {

      margin-left: 2.5%; }

    .reimbursement .content .reimbursement-listings ul {

      padding-left: 2.5%; }

    .reimbursement .content .reimbursement-listings ul.title {

      /*-- Controls the left margin to align Action with Buttons --*/ }

      .reimbursement .content .reimbursement-listings ul.title li.action {

        display: none; }

    .reimbursement .content .reimbursement-listings .items ul {

      margin-bottom: 0px; }

      .reimbursement .content .reimbursement-listings .items ul li {

        padding: 0;

        margin: 0; }

      .reimbursement .content .reimbursement-listings .items ul li.download {

        margin-bottom: 10px; }

      .reimbursement .content .reimbursement-listings .items ul li.download.one {

        margin-left: 3%; }

      .reimbursement .content .reimbursement-listings .items ul li.download.two {

        margin-left: 3%; }

      .reimbursement .content .reimbursement-listings .items ul li.download.three {

        margin-left: 3%; }

      .reimbursement .content .reimbursement-listings .items ul li.download.four {

        margin-left: 3%; }

    .reimbursement .content .reimbursement-listings .items ul.last {

      border-bottom: 1px solid #b7b7b7;

      margin-bottom: 25px; } }

/*-- Resources Styling --*/

.resources #header p.main {

  top: 90px; }



.resources .content {

  margin-top: 30px;

  /*-- Controls the margin to line up the PDF type --*/ }

  .resources .content p {

    width: 100%;

    max-width: 335px;

    font-size: 16px;

    float: left; }

  .resources .content ul {

    padding-left: 2.5%;

    width: 696px;

    float: right; }

  .resources .content ul.title {

    padding-left: 2.5%;

    margin-bottom: 15px;

    background: #f2f2f3;

    font-weight: 700;

    /*-- Controls the left margin to align Type with PDF --*/

    /*-- Controls the left margin to align Action with Buttons --*/ }

    .resources .content ul.title li {

      display: inline-block;

      padding: 13px 24px 13px 0; }

    .resources .content ul.title li.type {

      margin-left: 102px; }

    .resources .content ul.title li.action {

      margin-left: 116px; }

  .resources .content .items ul li {

    float: left;

    padding: 6px 0;

    margin: 10px 0; }

    .resources .content .items ul li a,

    .resources .content .items ul li a:visited {

      color: #333335;

      font-weight: 700;

      text-decoration: none; }

  .resources .content .items ul li.clear-fix {

    margin: 0;

    padding: 0; }

  .resources .content .items ul li.preview,

  .resources .content .items ul li.download {

    padding: 6px 20px;

    color: #333335;

    font-size: 11px;

    -webkit-border-radius: 12px;

    -moz-border-radius: 12px;

    -ms-border-radius: 12px;

    border-radius: 12px;

    margin-right: 10px;

    background: #f2f2f3; }

  .resources .content .items ul li.preview {

    /*-- adds space to PREVIEW/DOWNLOAD buttons to match design --*/

    margin-left: 145px; }

  .resources .content .items ul.one {

    border-bottom: 1px solid #f2f2f3; }

    .resources .content .items ul.one li.pdf {

      margin-left: 55px; }

  .resources .content .items ul.two li.pdf {

    margin-left: 134px; }

  .resources .content .items ul.last {

    border-bottom: 1px solid #b7b7b7; }



@media (max-width: 1240px) {

  .resources .content p {

    max-width: 500px; }

  .resources .content ul {

    float: left; }

  .resources .content ul.title {

    margin-top: 20px; }

  .resources .content .items {

    margin-bottom: 25px; } }

@media (max-width: 960px) {

  .resources #header p.main {

    top: 29px; }

  .resources #header .isi-prompt {

    margin-top: -33px; } }

@media (max-width: 790px) {

  .resources .content ul {

    width: 97.5%; }

  .resources .content ul.title {

    margin-bottom: 0px; }

    .resources .content ul.title li.type {

      display: none; }

    .resources .content ul.title li.action {

      display: none; }

  .resources .content .items ul li {

    float: none; }

  .resources .content .items ul li.pdf {

    display: none; }

  .resources .content .items ul li.preview,

  .resources .content .items ul li.download {

    margin-top: 0;

    display: inline-block; }

  .resources .content .items ul li.preview {

    margin-left: 0; } }

/*-- Symptoms Styling --*/

.symptoms .content p.first {

  max-width: 509px; }

.symptoms .content .points {

  padding-left: 25px;

  padding-bottom: 25px;

  background: #f2f2f3;

  width: 50%; }

  .symptoms .content .points ul {

    padding: 3.25% 0 1.25% 0;

    margin-left: -10px; }

    .symptoms .content .points ul li {

      list-style: disc;

      color: #692574; }

      .symptoms .content .points ul li span {

        color: #333335; }

  .symptoms .content .points ul:first-child {

    padding-left: 5%; }

  .symptoms .content .points ul:last-child {

    padding-right: 0%;

    border: none; }

  .symptoms .content .points ul li {

    padding-bottom: 12px; }

  .symptoms .content .points ul li.first {

    font-weight: 700; }

  .symptoms .content .points p {

    font-size: 12px;

    line-height: 18px;

    font-weight: 700; }

  .symptoms .content .points p.caps {

    text-transform: uppercase; }

.symptoms .content .btn {

  margin-top: 25px; }

  .symptoms .content ol.refs {

      border-top: 1px #6f6f6f solid;

      margin: 40px 72px 40px 72px;

      padding: 25px 2% 0 2%; }

      .symptoms .content ol.refs li {

        width: 100%;

        max-width: 900px;

        margin: 10px 0;

        list-style: decimal; }

      .symptoms .content ol.refs li.header {

        list-style: none;

        margin-left: -20px;

        font-weight: 700;

        text-transform: uppercase; }

@media (max-width: 960px) {

  .symptoms .content .points {

    padding-left: 2.5%;

    padding-bottom: 25px;

    width: 97.5%; } }

@media (max-width: 600px) {

  .symptoms .content .points {

    padding-left: 0;

    width: 100%; }

    .symptoms .content .points ul:first-child {

      padding-left: 10%; }

    .symptoms .content .points ul li {

      padding-bottom: 12px; }

    .symptoms .content .points p {

      margin-left: 10px; }

  .symptoms .content .btn .arrow {

    top: 19px; } }

/*-- Types Styling --*/

.types #header p.main {

  top: 90px; }



.types .content h2 {

  color: #751f2f;

  font-size: 18px;

  text-transform: uppercase;

  margin-bottom: 25px; }

.types .content p.footnote {

  font-weight: 700;

  font-size: 12px;

  line-height: 12px;

  text-transform: uppercase;

  margin-top: 30px; }

.types .content .versus {

  width: 100%;

  border-top: 1px solid #b7b7b7;

  border-bottom: 1px solid #b7b7b7;

  padding: 25px 0;

  display: block; }

  .types .content .versus .vs-content {

    width: 45%;

    padding-right: 5%;

    float: left; }

.types .content .gliomas {

  width: 100%;

  margin-top: 25px; }

  .types .content .gliomas p span {

    font-weight: 700; }

  .types .content .gliomas p.first-g {

    width: 45%;

    margin-bottom: 30px; }

  .types .content .gliomas p.footnote {

    margin-top: 15px; }

  .types .content .gliomas .type {

    width: 45%;

    padding: 20px;

    background: #f2f2f3; }

    .types .content .gliomas .type .point {

      padding: 20px;

      margin: 10px 0;

      color: white; }

      .types .content .gliomas .type .point span {

        font-weight: 700; }

  .types .content .gliomas .left {

    float: left; }

    .types .content .gliomas .left .point {

      background: #8f84bd; }

  .types .content .gliomas .right {

    float: right; }

    .types .content .gliomas .right .point {

      background: #751f2f; }

    .types .content .gliomas .right p:last-child {

      margin-bottom: 10px; }

      .types .content ol.refs {

          border-top: 1px #6f6f6f solid;

          margin: 40px 72px 40px 72px;

          padding: 25px 2% 0 2%; }

          .types .content ol.refs li {

            width: 100%;

            max-width: 900px;

            margin: 10px 0;

            list-style: decimal; }

          .types .content ol.refs li.header {

            list-style: none;

            margin-left: -20px;

            font-weight: 700;

            text-transform: uppercase; }

@media (max-width: 960px) {

  .types #header p.main {

    top: 40px; }



  .types .content h2 {

    color: #751f2f;

    font-size: 18px;

    text-transform: uppercase;

    margin-bottom: 15px; }

  .types .content p.footnote {

    font-weight: 700;

    font-size: 12px;

    line-height: 12px;

    text-transform: uppercase;

    margin-top: 30px; }

  .types .content .versus {

    width: 100%;

    border-top: 1px solid #b7b7b7;

    border-bottom: 1px solid #b7b7b7;

    padding: 25px 0;

    display: block; }

    .types .content .versus .vs-content {

      width: 100%;

      padding-right: 0;

      float: none; }

    .types .content .versus .vs-content.right h2 {

      margin-top: 25px; }

  .types .content .gliomas {

    width: 100%;

    margin-top: 25px; }

    .types .content .gliomas p span {

      font-weight: 700; }

    .types .content .gliomas p.first-g {

      width: 100%;

      margin-bottom: 30px; }

    .types .content .gliomas p.footnote {

      margin-top: 15px; }

    .types .content .gliomas .type {

      width: 90%;

      padding: 5%;

      background: #f2f2f3; }

      .types .content .gliomas .type .point {

        padding: 20px;

        margin: 10px 0;

        color: white; }

        .types .content .gliomas .type .point span {

          font-weight: 700; }

    .types .content .gliomas .left {

      float: none;

      margin-bottom: 20px; }

    .types .content .gliomas .right {

      float: none;

      margin-bottom: 30px; }

      .types .content .gliomas .right p:last-child {

        margin-bottom: 10px; } }

/*-- Diagnostic Consideration Styling --*/

/*.privacy-terms #header p.privacy.main.first{ padding-top:91px }*/

.privacy-terms #header p.terms.main.first {

  top: 71px; }



.privacy-terms .content h2 {

  font-size: 20px;

  line-height: 24px;

  width: 100%;

  max-width: 300px;

  margin: 30px 0; }

.privacy-terms .content p {

  width: 100%;

  max-width: 800px;

  padding: 5px 0; }

  .privacy-terms .content p span {

    font-weight: 700; }

.privacy-terms .content p.first-para {

  margin-top: 40px; }



/*-- Diagnostic Consideration Styling --*/

.contact #header p.main.first {

  padding-top: 20px; }



.contact .content li.single {

  padding: 0; }

.contact .content li.single-last {

  padding-top: 0; }

.contact .content ul {

  margin: 30px 0;

  width: 100%;

  max-width: 500px; }

  .contact .content ul li {

    font-weight: 400;

    padding: 5px 0; }

  .contact .content ul li.bold {

    font-weight: 700; }

.contact .content a {

  color: #692574; }

.contact .content ul.site-map li a {

  text-decoration: underline; }



@media (max-width: 960px) {

  .contact #header p.main.first {

    padding-top: 70px;

    padding-bottom: 20px; } }

@media (max-width: 800px) {

  .contact #header p.main.first {

    padding-top: 14px;

    padding-bottom: 0;

    margin-bottom: 30px; } }

/* CONFIRM HEALTHCARE MODAL  */

div#modalPro {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
  background-color: rgb(0 0 0 / 77%);
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
}

.modal.show .modal-dialog {
  transform: none;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0,-50px);
  display: flex;
  align-items: center;
}
#modalPro .modal-content {
  border-radius: 0;
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
#modalPro .modal-body {
  padding: 20px 15px 15px;
  background-color: #f1f1f1;
  text-align: center;
  position: relative;
  flex: 1 1 auto;
}
#modalPro .modal-body h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #451e4b;
  margin-bottom: 8px;
}
#modalPro .modal-body p {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
#modalPro .modal-btn-block {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 24px;
}
#modalPro .modal-btn-block a {
  padding: 6px 30px;
  line-height: 1;
  border: 2px solid #6a2575;
  font-weight: 500;
  width: 23.5%;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  border-radius: 0.2rem;
  background: transparent;
  color: #6a2575;
}
#modalPro .modal-btn-block a:hover {
  border-color: #212529;
}
#modalPro p.p-sm {
  margin: 0;
  font-size: 13px;
}
#modalPro .modal-body p a {
  font-weight: 500;
  font-family: var(--nrlfont);
  font-size: 12px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 18px;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}
span.p_num {
  font-size: 9px;
  margin-top: 20px;
  display: block;
  text-align: right;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 576px){
  #modalPro .modal-dialog {
    width: 435px;
    min-height: calc(100% - 3.5rem);
    max-width: 500px;
    margin: 1.75rem auto;
}
}


/* SIGNUP EMAIL TAKEOVER */
.success p {
  margin: 25px 0 15px;
  font-size: 19px;
  color: #005488;
  font-weight: bold;
}
section.form {
    width: 66%;
    margin: 40px auto;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 85px;
    border-radius: 0.3rem;
    background-color: #fff;
}
section.form h2 {
    font-size: 36px;
    font-weight: bold;
    color: #692574;
    margin-bottom: 15px;
}
section.form h2 sup {
    font-size: 14px;
    position: relative;
    top: -4px;
    font-weight: 500;
}
section.form h3 {
    font-size: 21px;
    color: #606060;
    margin-bottom: 50px;
    font-weight: normal;
}
section.form h3 sup {font-size: 12px;}
section.form > span {
    font-size: 14px;
    color: #606060;
    font-weight: 500;
    display: block;
    margin-bottom: 35px;
}
form .custom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form .half-width {width: 48%;}
form label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #606060;
}
form input,
form select {
    width: 100%;
    background-color: #eee;
    border-radius: 3px !important;
    border: 0;
    color: #000;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.7 !important;
    padding: 16px !important;
    margin-bottom: 22px;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    min-height: 55.8px;
}
form .one-third {width: 32%;}
section.form h4 {
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    margin: 35px 0 10px !important;
}
section.form p {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    margin-bottom: 10px;
    line-height: 1.4;
}
.i-accept input {
    margin: 0 7px 0 0 !important;
    width: 18px;
    height: 18px !important;
    border-radius: 3px;
    border: solid 1px #707070;
    accent-color: #692574;
    cursor: pointer;
    display: inline-block;
}
.intrested-in input {
    margin: 0 7px 0 0 !important;
    width: 18px;
    height: 18px !important;
    min-height: 18px;
    border-radius: 3px;
    border: solid 1px #707070;
    accent-color: #692574;
    cursor: pointer;
    display: inline-block;
    margin-top: 4px;
}
.i-accept label,
.intrested-in label {
    font-size: 14px !important;
    font-weight: 400;
    color: #363537;
    margin-bottom: 0 !important;
    line-height: 1.4;
    display: inline;
}
.i-accept{
    display: flex;
    align-items: center;
}
.intrested-in div{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.i-accept label sup {
    font-size: 10px;
    position: relative;
    top: -1px;
}
section.form p sup {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.submit-btn {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.submit-btn img {
    width: 32px;
    height: 32px;
}

.submit-btn input {
    margin-top: 0 !important;
    margin-right: 10px !important;
}

input[type="submit"] {
    background-color: transparent;
    border: 2px solid #692574;
    color: #692574 !important;
    display: block;
    font-size: 18px !important;
    font-weight: 500;
    border-radius: 3px;
    text-align: center;
    line-height: 1.7em !important;
    padding: 12px 33px !important;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    cursor: pointer;
    width: auto;
    margin-right: 0;
    margin-top: 50px;
    margin-bottom: 0;
}
span.note {
    font-size: 14px;
    color: #606060;
    display: block;
    margin-bottom: 15px;
}
input[type="submit"]:hover {
    background-color: #692574 !important;
    color: #fff !important;
}
@media (max-width:767px){
    section.form{
        width: 100%;
        padding: 35px;
    }
    section.form h2 {font-size: 24px;}
    section.form h3 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    form label {font-size: 14px;}
    form input, form select {
        padding: 10px !important;
        min-height: 47.8px;
    }
    .i-accept label, .intrested-in label {
        font-size: 12px !important;
    }
    section.form p {font-size: 12px;}
}


/**/


.signup-email-modal {
    background-color: rgb(0 0 0 / 72%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
}

.signup-email-modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.signup-email-modal .modal-dialog {
    max-width: 876px;
    transform: none !important;
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}

.signup-email-modal .modal-content {
    padding: 40px 50px;
}
.hidden{display: none;}
.signup-email-btn p {margin: 0 !important;}
.signup-email-modal button.btn-close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 26px;
  top: 20px;
  font-size: 23px;
}

.signup-email-modal h2 {
  font-size: 33px;
  line-height: 35px;
  font-weight: 800;
  color: #692574;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.signup-email-modal h3 {
  font-size: 21px;
  margin-bottom: 40px;
}

.signup-email-modal span {font-size: 14px;display: block;margin-bottom: 40px;}

.signup-email-modal h4 {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
}
.signup-email-modal h3 sup {
  font-size: 10px;
  position: relative;
  top: -11px;
}
@media(max-width:1120px){
  .signup-email-modal .modal-dialog {
    width: 100%;
}
.signup-email-modal .modal-content{
  width: 87%;
  margin: 0 auto;
}
}  
@media(max-width:991px){
  .signup-email-modal .modal-content {
      padding: 40px 20px;
  }
  form .half-width,
  form .one-third {
      width: 100%;
  }
  form .custom-row {display: block; }
  .signup-email-modal h2,
  .signup-email-modal h3{
    line-height: 1.2;
  }
}  
