body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 150%;
}

section {
	margin-top: 4rem;
}

span.anchor {
    margin-top: -54px; /* height of nav, in this case 54px */
    display: block;
    height: 54px; /* height of nav, in this case 54px */
    visibility: hidden;
    position: relative;
}

table td {
	font-size: .875rem;
}

footer {
    background-color: #dfdfdf;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    font-size: 0.75rem;
}

#main-layout {
    padding: 4rem 2rem;
    padding-bottom: 0px;
    background: #FFFFFF;
}


#how-it-works {
    padding: 3rem 2rem;
    margin-top: 0px;
    
}

#partners-rave {
    padding: 3rem 2rem;
    margin-top: 0px;
	background: #E7E7E7;
}


#malpractice {
    padding: 1.5rem 2rem;
    margin-top: 0px;
    background: #ffffff;
}

#buy-now {
    padding: 3rem 2rem;
    margin-top: 0px;
	margin-bottom: 0px;
	
}


thead th {
    background-color: #222222;
    color: white;
}
	

.list-style {
    list-style-type:none;
    padding-left: 0;
	line-height: 180%;
}

.title-heading {
    font-size: 20px;
    font-size: 1.25rem;
    color: #DD4814;
    text-transform: uppercase;
    border-top: 1px solid #DD4814;
    border-bottom: 1px solid #DD4814;
    padding-top: 6px;
    padding-top: 0.375rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
.headline {
    color: #333333;
    font-size: 3.0rem;
    font-family: 'StoneSansITCW01-Medium', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    line-height: 110%;
}
.headlineOrange {
    color: #dd4814;
    font-size: 3.0rem;
    font-family: 'StoneSansITCW01-Medium', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    line-height: 110%;
}

.label {
    color: #a71930;
    font-size: 1.15rem;
    font-family: 'StoneSansITCW01-Medium', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    line-height: 100%;
}

.review {
    color: #222222;
    font-family: 'StoneSansITCW01-Medium', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
    font-size: 0.875rem;
    line-height: 125%;
    display: inline-block;
}
.reviewName {
    font-size: 0.875rem;
    line-height:120%;
    color: #444444;
    display: inline-block;
}

.finePrint {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
	font-size: 12px;
	line-height: 150%;
	display: inline-block;
  
}

.store-page-button-no-space {
    text-transform: uppercase; padding: 6px; padding: 0.3750rem; display: inline-block; background: #F6F6F6; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6F6F6', endColorstr='#cbcbcb'); background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#cbcbcb)); background: -moz-linear-gradient(top,  #F6F6F6,  #cbcbcb); background: -ms-linear-gradient(top,  #ffffff,  #E5E9F1)
}
.store-page-button-no-space-text {
    font-family: 'StoneSansITCW01-SemiBol 735693'; font-size: 15px; font-size: 0.9375rem; color: #000000; text-transform: uppercase; text-decoration: none;
}
a.store-page-button-no-space-text {
    color: #000000; text-decoration: none;
}
a.store-page-button-no-space-text:hover {
    color: #002C77; text-decoration: underline;
}
.store-page-button-no-space-arrow {
    font-family: 'StoneSansITCW01-SemiBol 735693'; font-size: 14px; font-size: 0.875rem; color: #DD4814;
}
.store-page-button-no-space-orange {
    text-transform: uppercase; padding: 6px; padding: 0.3750rem; display: inline-block; background: #dd4814; 
}
.store-page-button-no-space-text-orange {
    font-family: 'StoneSansITCW01-SemiBol 735693'; font-size: 15px; font-size: 0.9375rem; color: #ffffff; text-transform: uppercase; text-decoration: none;
}
a.store-page-button-no-space-text-orange {
    color: #ffffff; text-decoration: none;
}
a.store-page-button-no-space-text-orange:hover {
    color: #ffffff; text-decoration: underline;
}
.store-page-button-no-space-arrow-orange {
    font-family: 'StoneSansITCW01-SemiBol 735693'; font-size: 14px; font-size: 0.875rem; color: #ffffff;
}

/* NAVBAR --------------------------------------------------------------------------------------------------------------------------------*/

.navbar {
    padding-top: 0px;
    background: #335692;
}
.nav-item {
	font-size: 0.875rem;	
}
.navbar-style {
    padding: 0rem 0rem;
    background: #335692;
}


a.nav-link {
    font-weight: bold;
    color: #002c77;
}

.nav-link:hover {
    color: #ffffff !important;
}


.navbar-dark .navbar-brand {
    color: #002C77;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

/* MODAL ---------------------------------------------------------------------------------------------------------------------------------*/


.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}



.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px; 
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.videoClass {
    font-family: "Desktop";
}

/* Small Desktop */
@media screen and (max-width: 600px) {
  .navbar-brand  {
  	 width: 255px;
	}
	
  #main-layout {	
	  padding: 1.5rem 1rem;
	}
  #partners-rave {	
	  padding: 1.5rem 1rem;
	}
  #how-it-works {	
	  padding: 1.5rem 1rem;
	}
  #malpractice {	
	  padding: 1.5rem 1rem;
	}
 #buy-now {	
	  padding: 1.5rem 1rem;
	}
}


/* MOBILE DEVICES ONLY ----------------------------------------------------------------------------------------------------------------- */
/* iPhone 5 */
@media screen and (max-width: 320px)
{
    #includesList {
        margin-bottom: -10px;
    }

    .navbar-brand  {
        width: 200px;
    }

    .list-style {
        line-height: 140%;
    }

    .headline  {
        font-size: 2.0rem;
    }

    h1 {
        line-height: .875;
    }

    .videoClass {
        font-family: "Mobile";
    }
}

@media only screen
and (min-device-width: 375px)
and (max-device-height: 667px)
{
    #includesList {
        margin-bottom: -10px;
    }

    .headline  {
        font-size: 2.0rem;
    }

    h1 {
        line-height: .875;
    }

    .videoClass {
        font-family: "Mobile";
    }
}