@font-face{font-family:'LatoMedium';src:url('../fonts/Lato-Medium.eot');src:url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Medium.woff2') format('woff2'),url('../fonts/Lato-Medium.woff') format('woff'),url('../fonts/Lato-Medium.ttf') format('truetype');font-style:normal;font-weight:normal;text-rendering:optimizeLegibility;font-display:swap}
@font-face{font-family:'LatoBold';src:url('../fonts/Lato-Bold.eot');src:url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/Lato-Bold.woff2') format('woff2'),url('../fonts/Lato-Bold.woff') format('woff'),url('../fonts/Lato-Bold.ttf') format('truetype');font-style:normal;font-weight:normal;text-rendering:optimizeLegibility;font-display:swap}
@font-face{font-family:'RobotoMedium';src:url('../fonts/Roboto-Medium.ttf') format('truetype');font-style:normal;font-weight:normal;text-rendering:optimizeLegibility;font-display:swap}

body {
    margin: 0;
}
.subpage {
    color: #5b6670;
    font-family: LatoMedium;
    background-color:#f5f6f7;
}
.subpage h1 {
    font-family: LatoBold;
    font-size: 32px;
    color: #5b6670;
    text-align: center;
}

#progress {
    margin: 50px 0;
    text-align: center;
}

#progress img {
    max-width: 500px;
}

#question {
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 105px;
    padding-bottom: 35px;
    background-color:#fff;
    -webkit-box-shadow: 0 4px 10px rgba(1, 30, 65, .13);
    -moz-box-shadow: 0 4px 10px rgba(1, 30, 65, .13);
    box-shadow: 0 4px 10px rgba(1, 30, 65, .13);
}

#questionsForm {
    margin-right: 130px;
    margin-left: 130px;
}
.buttoncontainer {
    margin: 0px 50px;
}
.buttoncontainer .row {
  display: flex;
}

.buttoncontainer .column {
  flex: 50%;
}
.text-right {
    text-align: right;
}
#backButton.disabled {
    cursor: auto;
    color: #fff;
    background-image: none;
}
#backButton {
    font-family: LatoBold;
    font-size: 18px;
    text-align: right;
    cursor: pointer;
    color: #006bb6;
    background-image: url("../images/icon_arrow_blue_left.svg");
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 7px;
    background-color: white;
    border-width: 0;
    border-style: none;
    width: 67px;
}
#nextButton.disabled {
    cursor: auto;
    color: grey;
    background-image: url("../images/icon_arrow_white_right.svg");
}
#nextButton {
    font-family: LatoBold;
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    color: #006bb6;
    background-image: url("../images/icon_arrow_blue_right.svg");
    background-repeat: no-repeat;
    background-position: 54px 6px;
    background-size: 7px;
    background-color: white;
    border-width: 0;
    border-style: none;
    width: 67px;
}

.intro {
	text-align: center;
	max-width: 100%;
    font-size: 16px;
    line-height: 25px;
}

.questionContainer {
	padding-top: 80px;
    padding-bottom: 28px;
}
.questionContainer + .questionContainer {
    border-top: 1px solid #e7e8ea;
}
.stem {
    margin-bottom: 54px;
    font-family: LatoBold;
    font-size: 20px;
}
.checkAll {
    font-family: LatoBold;
    font-size: 17px;
    color: #006bb6;
}
.questionContainer label {
    display: block;
    font-size: 16px;
    font-family: LatoMedium;
    line-height: 26px;
    margin-bottom: 22px;
    cursor: pointer;
}
.questionContainer input[type="radio"] {
    float: left;
    margin-right: 10px;
}
.questionContainer input[type="checkbox"] {
    display:none;
}
.questionContainer input[type="checkbox"] + label {
    padding-left: 30px;
    background-image: url("../images/Artboard 59.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}
.questionContainer input[type="checkbox"]:checked + label {
    background-image: url("../images/Artboard 60.svg");
}

#recommendation {
	display: none;
	min-height: 310px;
}

/*summary*/
#questionResult {
    width: 100%;
}
#questionResult h2 {
    font-family: 'LatoBold';
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 30px;
    text-align: center;
    color: #5b6670;
	margin-right: 10%;
    margin-left: 10%;
}

#questionResult h3 {
    font-family: 'LatoBold';
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 25px;  
    text-align: center;
    color: #5b6670;
    margin-right: 10%;
    margin-left: 10%;
}

#questionResult h2 + p {
    margin-bottom: 55px;
    text-align: center;
}
div#container21 {
    padding: 0;
    margin: 0;
}
#questionResult section {
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 30px;
    padding-top: 55px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px rgba(1, 30, 65, .13);
    -moz-box-shadow: 0 4px 10px rgba(1, 30, 65, .13);
    box-shadow: 0 4px 10px rgba(1, 30, 65, .13);
    text-align: left;
}
#questionResult section h2 {
    text-align: left;
}
.suggestion {
    display: none;
}

.suggestion h3 {
    font-family: 'LatoBold';
    font-size: 20px;
    color: #5b6670;
    margin-bottom: 30px;
}
.suggestion h3 span {
    font-size: 24px;
    color: #006bb6;
}

.dark-blue {
  background-color: #011E41;
  color: #fff;
  filter: drop-shadow(0 6px 6px rgba(0,61,166,0.3));
  border-color: #011E41;
  margin-top: 20px;
}

.dark-blue a, .cta-button a {
  color: #fff;
  text-decoration: none;
  padding: 0 45px;
}

.darkbtn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cta-button {
  border-radius: 25px;
  font-size: 18px;
  font-family: 'RobotoMedium';
}
.suggestion .buttonContainer {
    margin-top: 55px;
    color: #006bb6;
}
.suggestion .btn {
  background-color: #006bb6;
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
  font-family: 'LatoMedium';
  background-image: none;
  padding: 14px 40px;
  text-decoration: none;
}
.suggestion .buttonContainer a.link {
    font-size: 18px;
    font-family: 'LatoBold';
    color: #006bb6;
    text-decoration:none;
    margin-left: 5px;
}
.suggestion .buttonContainer a.link:hover {
    text-decoration:underline;
}
.suggestion h4 {
	margin-top: 0;
}
.suggestion ul {
  margin: 20px 0;
  padding-left: 0;
  list-style-type: none !important;
}
.suggestion li {
  margin-bottom: 16px;
  color: #5b6670;
  font-family: LatoMedium;
  font-size: 18px;
}
.suggestion li {
    background-image: url("../images/icon_check_bullet_blue.svg");
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.bluebackground {
	background-image: radial-gradient(closest-corner at 50%,#3c8ec7,#006bb0,#006bb6);
	background-color:#006BB6; 
	color:#FFF;
}
#questionResult div.links {
    padding-top: 50px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom:50px;
    font-size: 18px;
	max-width: 1100px;
    margin: auto;
	}
#questionResult div.links H3,#questionResult div.links h3 {
   color:#FFFFFF;
	}

#questionResult div.links ul {
   margin-top: 0;
   margin-bottom: 1rem;	 
}
 
#questionResult div.links a:link, #questionResult div.links a:visited {
    color: rgb(255,255,255);
	text-decoration: none;
}
#questionResult div.links a:hover{
    text-decoration: underline;	 
}

.right-arrow-white-bulletin {
    columns: 3 auto;
    -webkit-columns: 3 auto;
    -moz-columns: 3 auto;
    list-style-type:none;
    padding-left:0;
    text-align:left;
	grid-template-columns: 30% 30% auto;
    grid-gap: 10px;
    display: grid;
}
.right-arrow-white-bulletin li::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(315deg);
    position: absolute;
    top: 5px;
    left: 30px;
}
.right-arrow-white-bulletin li {
    padding-left: 60px;
    list-style: none;
    position: relative;
    margin-bottom: 32px;
}

#selections .choice::before {
    content: "\25A0";
    color: #006bb6;
    font-size: 10px;
    margin-right: -6px;
    vertical-align: top;
    position: relative;
    left: -15px;
}
#selections .choice{
    font-size: 16px;
    margin-left: 15px;
    margin-bottom:  18px;
}
#questionResult .stem {
    padding-top: 30px;
    margin-bottom: 30px;
}
#questionResult .choice + .stem {
    border-top: 1px solid #e7e8ea;
}

#questionResult .checkAll {
    display: none;
}
/* Pattern styles */
.left-half {
  display: inline-block;
  width: 47%;
  padding: 1%;
  vertical-align: top;
}
.right-half {
  display: inline-block;
  width: 47%;
  padding: 1%;
  vertical-align: top;
}
.right-half.button-only {
	vertical-align: bottom;
}
.subpage .suggestion article {
	margin-bottom: 10px;
}

.resultbg {
    height: 655px;
    width: 100%;
    background-image: url("../images/bk2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:center;
}
@media (max-width: 979px) {
	#progress img {
        width: 60%;
    }

    .buttoncontainer {
		margin: 0;
	}
    #questionsForm {
        margin-right: 0;
        margin-left: 0;
    }

	#questionsForm select {
		min-width: 40px;
		max-width: 500px;
	}

    #questionsForm .stem {
        margin-bottom:  25px;
    }

	/*.buttoncontainer #nextButton, */.buttoncontainer #resetButton {
	   margin-top: 25px;
	}
    #questionResult section {
        margin-right: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .questionContainer {
        padding: 20px;
    }
	.resultbg {
        height: 390px;
    }
}
@media (max-width: 767px) {
	#progress img {
        width: 100%;
    }
    #question {
        margin: 0;
    }
    #questionsForm {
        margin-right: 0;
        margin-left: 0;
    }
    .buttoncontainer {
		margin-left: 0;
	}

	#questionsForm select {
		min-width: 40px;
		max-width: 500px;
	}
 #questionResult h3 {
    font-family: 'LatoBold';
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 25px;  
    text-align: center;
    color: #5b6670;
    margin-right: 10%;
    margin-left: 10%;
}

	/*.buttoncontainer #nextButton, */ .buttoncontainer #resetButton {
	   margin-top: 25px;
	}
	
	.resultbg {
        height: 300px;
    }
    .right-arrow-gray-bulletin{
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}
@media (max-width: 479px) {
	#progress img {
        width: 100%;
    }
    #question {
        margin: 0;
    }
    #questionsForm {
        margin-right: 0;
        margin-left: 0;
    }
    .buttoncontainer {
		margin-left: 0;
	}

	#questionsForm select {
		min-width: 40px; /*303*/
		max-width: 500px;
	}

	/*.buttoncontainer #nextButton, */ .buttoncontainer #resetButton {
	   margin-top: 25px;
	}
	
	#questionResult div.links {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom:20px;
    font-size: 16px;
	max-width: 800px;
    margin: auto;
	}
	.right-arrow-white-bulletin {
    columns: 2 auto;
    -webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    list-style-type:none;
    padding-left:0;
    text-align:left;
	grid-template-columns: 50% auto;
    grid-gap: 5px;
    display: grid;
    }
   .right-arrow-white-bulletin li::before{
     left: 20px;}
   .right-arrow-white-bulletin li {
  padding-left: 50px;}
}
@media print {
    .not-print {
        display :  none;
    }
}