/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,bold,semi-bold');*/

@font-face {
  font-family: 'Montserrat';
  src: url('/diabetes/takethetest/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
  	   url('/diabetes/takethetest/fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'),
  	   url('/diabetes/takethetest/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  src: url('/diabetes/takethetest/fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'),
  	   url('/diabetes/takethetest/fonts/Open_Sans/OpenSans-SemiBold.ttf') format('truetype'),
  	   url('/diabetes/takethetest/fonts/Open_Sans/OpenSans-Bold.ttf') format('truetype');
}
body {
	margin-top: 30px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
	overflow-x: hidden;
}
.navbar {
	background-color:#008090; /*rgba(0,0,0,.7)*/
	border-bottom-color:#008090;
	border-color: #008090;
	height: 60px;
}

.navbar-collapse {
	background-color:#008090; /*rgba(0,0,0,.7)*/
	border-top-color:#008090;
	border-color: #186c77;
	font-size: 1.0em;
}

.navbar-inverse .navbar-nav>li>a {
	color:#FFF !important;
	text-align: center !important;
	font-size: 1.5em;
	font-family: 'Montserrat';
	padding-right: 1.5em;
}
.masked {
	fill: green;
}
#menu {
	position:sticky;
	position: fixed;
	left: 0;
	top: 79%;
	width: 9em;
	margin-top: -10em;
	background:#feea3d;
	z-index: 99;
	text-align: center;
	border: 1px solid #fff;
}
.yellow-highlight {
	color:#ffffcc;
	font-weight: bold;
}
.white-highlight {
	color:#ffffff;
	font-weight: bold;
}
.green-highlight {
	color:#008090;
	font-weight: bold;
}
.extrabold {
	font-weight:bolder;
	text-shadow: 1px 0;
}
.dark-yellow-highlight {
	color:#feea3d;
	font-weight: bold;
}
section {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: center;
	padding: 7% 10% 0px 10%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 1;
}
#section1 {
	background-color: #008090;
	color:#fff;
	font-weight: normal;
	font-size:9em;
}
#section2 {
	background: url('../images/background_art_01_yellow.svg') repeat-x center center scroll;
	background-size: 500px 500px;
	background-color: #ffffcc;
	color: #005f6a;
	font-size:5em;
	padding-left: 10%;
	padding-right: 10%;
}
#section3 {
	background-color: #005f6a;
	color: #ffffcc;
	font-size:6em;
}
#section4 {
	background: url('../images/background_art_02_blue.svg') repeat-x center center scroll;
	background-size: 500px 500px;
	background-color: #efffff;
	color: #008090;
	font-size: 4em;
	padding-left: 16%;
	padding-right: 10%;
}
#section5 {
	background-color: #005f6a;
	color: #fff;
	/*font-size:4em;*/
	padding-left: 10%;
	padding-right: 10%;
}
#section5 #arrow {
	margin-top: 10%;
}
#section6 {
	/*background: url('../images/background_art_03_yellow.svg') repeat-x center center scroll;*/
	/*background-size: 500px 500px;*/
	/*background-color: #ffffcc;*/
	color: #000;
	font-size:5em;
	padding-left: 10%;
	padding-right: 10%;
}
#section7 {
	background-color: #efffff;
	color: #000;
	font-size: 4em;
	padding-left: 15%;
	padding-right: 15%;
}
#section7 p {
	margin-top:25px;
}
#section8 {
	background: url('../images/background_art_04_yellow.svg') repeat-x center center scroll;
	background-size: 500px 500px;
	background-color: #ffffcc;
	color: #000;
	font-size:5em;
	padding-left: 10%;
	padding-right: 10%;
}
.container {
	position:relative;
	display: block;
	width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin: auto;
	margin-right: 0px !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	overflow: hidden !important;
}
.large-text {
	font-size: 50px;
}
.larger-text {
	font-size: 60px;
}
.heading-text {
	font-size: 50px;
}
.reg-text {
	font-size: 45px;
}
.med-text {
	font-size: 40px;
}
.small-text {
	font-size: 35px;
}
.smaller-text {
	font-size: 30px;
}
.smallest-text {
	font-size: 20px;
}
.btn {
	background: #008090;
}
.btn-lg {
	font-size: 28px;
}

.light {
	background-color:#FFC;
	color:#060;
}
.light-green {
	background-color:#efffff;
	color:#000000;
}
.dark {
	background-color:#008090;
}
.featurette-divider-one {
	margin: 0 0 0 0;
	border: 1px solid #008090;
	z-index: 0 !important;
}
.featurette-divider-two {
	margin: 0 0 0 0;
	border: 1px solid #FFC;
}
.featurette-divider-three {
	margin: 0 0 0 0;
	border: 1px solid #005f6a;
}
.featurette-divider-four {
	margin: 0 0 0 0;
	border: 1px solid #efffff;
}
.featurette-divider-one::after, .featurette-divider-two::after, .featurette-divider-three:after, .featurette-divider-four:after {
	/*-webkit-clip-path: polygon(49% 100%, 0 81%, 100% 78%);

	clip-path: polygon(49% 100%, 0 81%, 100% 78%);*/

	content:'';
	position: absolute;
	/*top: 100%;

    left: 1vw;*/

    margin-top: 0;
	margin-left: -10%;
	margin-right: 0;
	padding: 0 0 0 0;
	width: 0;
	height: 0;
	border-left: solid 59vw transparent;
	border-right: solid 60vw transparent;
	border-top: solid 5vw transparent;
	border-top-color: inherit;
}
footer {
	margin: 0px;
	padding: 60px;
	background-color:#FFF;
}
#quiz1 {
	background: #faf9f9;
	padding: 5% !important;
	margin: 5% !important;
	/*overflow: hidden;*/
	font-size: 18px;
	font-weight: 400;
	outline: 3px solid #008090;
}
#quiz {
	background: #faf9f9;
	padding: 5% !important;
	/*margin: 10% !important;
	overflow: hidden;*/
	text-align:center;
	font-weight: 400;
	font-size: 18px;
	outline: 3px solid #008090;
}
.quiz-options {
	padding: 5% !important;
	margin: 5% !important;
	text-align: left;
	outline: 3px solid #008090;
}
.choices {
	margin-top: 5% !important;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5vw solid transparent;
	border-right: 5vw solid transparent;
	border-top: 5vw solid #feea3d;
	text-align: center;
	/*margin-left: 43%;
	margin-right: 45%;*/
}



/*New Quiz CSS*/

#risk_score_form ul.radio {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
    max-width: 90%;
    margin: 0 auto;
}

#risk_score_form ul {
    text-align: left;
    width: auto;
    margin: 0 auto;
    overflow: visible;
	list-style: none;
    display: inline-block;
}


#risk_score_form button {
    padding: 16px 3em;
    -webkit-border-radius: 1.3em;
    -moz-border-radius: 1.3em;
    -ms-border-radius: 1.3em;
    -o-border-radius: 1.3em;
    border-radius: 21px;
    /*color: #252525;*/
    color: #fff;
    /*background-color: #F3E43F;*/
    background-color: #005f6a;
    background-image: none;
    font-weight: 700;
    transition: scale .2s ease, box-shadow .2s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    min-height: 52px;
}


#risk_score_form input[type="radio"] {
  -webkit-appearance:button;
  -moz-appearance:button;
  appearance:button;
  border:4px solid #ccc;
  border-top-color:#bbb;
  border-left-color:#bbb;
  background:#fff;
  width:30px;
  height:30px;
  border-radius:50%;
}

#risk_score_form input[type="radio"]:checked {
  border:10px solid #4099ff;
}

.no_bullet li {
	margin-bottom: 10px;
	/*padding-bottom: 30px;*/
}


.loader {
  border: 16px solid #f3f3f3;
  text-align:center;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.quiz-options ul li a span, 
.quiz-options ul li a, 
.desc_bottom_links a, 
#links_logo p a {
	color: #2d6da4;
}
 
.green-highlight-007381 {
	color: #007381;
}
#main_buttons {
	padding: 0px !important;
}
.modal-header {
	border-bottom: none !important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/********END****/

@media only screen and (max-width : 320px) {

#learn-more-link, 
#find-class-link,
#email-link,
#print-link {
	border: 1px solid black;
}

#menu {
	top: 65%;
	width: 5em;
}

.btn-lg {
	font-size: 15px;
}
.large-text {
	font-size: 28px;
}
.larger-text {
	font-size: 30px;
}
.heading-text {
	font-size: 28px;
}
.reg-text {
	font-size: 23px;
}
.med-text {
	font-size: 20px;
}
.small-text {
	font-size: 15px;
}
.smaller-text {
	font-size: 13px;
}
.smallest-text {
	font-size: 12px;
}
/*.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/
}

#high_score h2, 
#high_score h3,
#low_score h2, 
#low_score h3 {
	line-height: 1em !important;
} 

 /* Custom, iPhone Retina */ 

 @media only screen and (min-width : 320px) {

#learn-more-link, 
#find-class-link,
#email-link,
#print-link {
	border: 1px solid black;
}

#menu {
	top: 65%;
	width: 5.2em;
}

.btn-lg {
	font-size: 15px;
}
.large-text {
	font-size: 28px;
}
.larger-text {
	font-size: 30px;
}
.heading-text {
	font-size: 28px;
}
.reg-text {
	font-size: 23px;
}
.med-text {
	font-size: 20px;
}
.small-text {
	font-size: 15px;
}
.smaller-text {
	font-size: 13px;
}
.smallest-text {
	font-size: 12px;
}
/*.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/
}

#high_score h2, 
#high_score h3,
#low_score h2, 
#low_score h3 {
	line-height: 1em !important;
}

/* Extra Small Devices, Phones */ 

@media only screen and (min-width : 480px) {

#menu {
	top: 65%;
	width: 5.8em;
}
	

.btn-lg {
	font-size: 15px;
}
.large-text {
	font-size: 28px;
}
.larger-text {
	font-size: 30px;
}
.heading-text {
	font-size: 28px;
}
.reg-text {
	font-size: 23px;
}
.med-text {
	font-size: 20px;
}
.small-text {
	font-size: 15px;
}
.smaller-text {
	font-size: 14px;
}
.smallest-text {
	font-size: 13px;
}

.embed-responsive-16by9 {
    margin-bottom: .2em !important;
	padding-bottom: 60% !important;
}
/*.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/
}

#high_score h2, 
#high_score h3,
#low_score h2, 
#low_score h3 {
	line-height: 1em !important;
}

/* Small Devices, Tablets */

@media only screen and (min-width : 768px) {

#menu {
	top: 65%;
	width: 6.8em;
}	

.btn-lg {
	font-size: 25px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 1.1em;
	padding-right: 1.0em;
}
.large-text {
	font-size: 40px;
}
.larger-text {
	font-size: 45px;
}
.heading-text {
	font-size: 35px;
}
.reg-text {
	font-size: 33px;
}
.med-text {
	font-size: 25px;
}
.small-text {
	font-size: 20px;
}
.smaller-text {
	font-size: 18px;
}
.smallest-text {
	font-size: 16px;
}
.embed-responsive-16by9 {
    margin-bottom: .2em !important;
	padding-bottom: 60% !important;
}
/*.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}*/
}

/* Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
	#menu {
	top: 60%;
	width: 12em;
}
	
.btn-lg {
	font-size: 25px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 1.2em;
	padding-right: 1.0em;
}
.large-text {
	font-size: 30px;
}
.larger-text {
	font-size: 35px;
}
.heading-text {
	font-size: 25px;
}
.reg-text {
	font-size: 23px;
}
.med-text {
	font-size: 20px;
}
.small-text {
	font-size: 18px;
}
.smaller-text {
	font-size: 15px;
}
.smallest-text {
	font-size: 14px;
}
.embed-responsive-16by9 {
    margin-bottom: .2em !important;
	padding-bottom: 90% !important;
}
}

/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
	
	#menu {
	top: 79%;
	width: 14em;
}
	
.btn-lg {
	font-size: 22px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 1.2em;
	padding-right: 1.1em;
}
.large-text {
	font-size: 30px;
}
.larger-text {
	font-size: 40px;
}
.heading-text {
	font-size: 30px;
}
.reg-text {
	font-size: 25px;
}
.med-text {
	font-size: 20px;
}
.small-text {
	font-size: 18px;
}
.smaller-text {
	font-size: 15px;
}
.smallest-text {
	font-size: 15px;
}
} 

/*@media only screen and (max-width : 480px) {
#menu {
	top: 50%;
	width: 4em;
}
}

@media only screen and (max-width : 768px) {
#menu {
	top: 50%;
	width: 6em;
}
}

@media only screen and (max-width : 992px) {
#menu {
	top: 60%;
	width: 8em;
}
}*/


@media screen {
   .print-only {
	   display:none;
   }
              }


@media print {
/*  a[href]:after {
    content: " (" attr(href) ")";font-size:0.8em;
  }*/
  
  .no-print {
        display: none !important;
    }
   
   .print-only {
	   display:inline;
   }
  
}
