@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@700&display=swap');    
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); 

header nav ul { width: 870px; }
header nav li { 
    font-size: 20px; 
    padding: 10px 5px 10px; 
    height: 100%; 
}
header nav li:hover { padding: 7px 5px 7px; }
header nav #nav-l { right: 52%; }
header nav #nav-r { left: 52%; }



article {
    background-color: #f0efe8;
    background-image: none;
}

article .carousel-wide { max-width: 1500px; }
.carousel {
    width: 100%;
    perspective: 1500px;
    height: 490px; /* 350 */
    text-align: center; 
    margin: -30px 0 20px 0; 
    transition: 0.2s;
}
.carousel-container { border-radius: 0 0 30px 30px; }
.carousel .carousel-item { top: -120px; }
.carousel .carousel-item .carousel-item-plate {
    width: 550%; /* 600 */
    margin-left: -225%;  /* -250 */
    background-color: #fff; 
    border-bottom: 14px solid #89b6d4; 
    color: #263a6c; 
    padding-top: 10px; 
    position: relative; 
    height: 430px; 
    margin-top: 5px;
}

.carousel .carousel-item > img {
    width: 200% !important;
    margin-left: -50% !important;
    transition: 0.3s;
    margin-top: -20px;
    border-bottom: 10px solid #88c6d5;
}

.carousel-box-l {
    width: 46% !important; 
    top: 25%; 
    position: absolute; 
    left: 2%;
}

.carousel-box-r { 
    width: 46% !important; 
    position: absolute; 
    top: 20%; 
    right: 3%;
}

.carousel-h1 {
    padding: 0 6%;
    margin: 15px 0 30px 0;
    transition: 0.3s;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #282525;
}
.carousel .indicators {
    bottom: -28px;
    left: -40px;
}
.carousel .indicators .indicator-item {
    height: 9px;
    width: 9px;
    margin: 24px 5px;
    background-color: rgba(38, 58, 108, 0.65);
}

.learn-txt { font-family: 'Titillium Web', sans-serif; font-size: 28px; font-weight: 300; }
.learn-txt b { color: #f9ac00; }
.learn-r { width: auto; }

.learn-r img, 
.carousel-box-l-img-only img,
.carousel-box-r-img-only img { 
    max-width: 450px; 
    width: 100%;
}

.carousel-box-r-img-only, 
.carousel-box-l-img-only {
    display: inline-block;
    width: 45%; 
    text-align: center; 
    /*margin: 20px 0;*/
}

.carousel-box-r-img-only { text-align: left; }
.carousel-box-l-img-only { text-align: right; }

.carousel-item-plate h1 {
    font-family: 'Oswald', sans-serif; 
    letter-spacing: 1px;
}

/*h2 { 
    font-family: 'Arimo', sans-serif; 
    font-size: 35px;
}*/

.left-align-li {
    margin-left: -40px; 
    list-style: none;
}
aside {
    margin: 20px 0;
    padding: 40px;
    background-image: none; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #ffe2bc;
    border-radius: 10px;
}
aside li {
    font-family: 'Montserrat', sans-serif;;
    font-size: 18px;
    padding: 7px;
    margin-bottom: 0px;
}

p { line-height: 26px; font-weight: 500; }

li {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
}
.specific-page {
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
}
.resources-bg {
    background: url('images/resources-bg.png') no-repeat;
    background-position: center top;
    background-size: 100%;
}
.questionnaire-bg {
    background: url('images/resources-bg.png') no-repeat;
    background-position: center top;
    background-size: 100%;
}
.content-img {
    width: 100%; max-width: 410px; 
    padding: 20px 0 10px 0;
}

/* The container */
.container {
    /*display: block;*/
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px !important;
    width: 22px !important;
    background-color: #fff !important;
    border-radius: 20%;
    padding-left: 0 !important;
    border: 2px solid #ffa030;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc !important;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #ffa030 !important;
}

.checkmark:before {
    border: none !important;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white !important;
    border: 0 !important;
}
.questionnaire-items {
    width: 150px; 
    float: left; 
    padding: 24px 0 20px; 
    display: flex;
}
.questionnaire-copy {
    padding: 1px;
    display: flex;
}
.radiobutton-choices { 
    vertical-align: top;
}
.questionnaire-button {
    box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background-color:#fb9e25;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial;
	font-size:15px;
	font-weight:bold;
	padding:18px 22px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
    margin-top: 20px;
}
.questionnaire-button:hover {
	background-color:#ffc477;
}
.questionnaire-button:active {
	position: relative;
    top: 1px;
}
.box-l-mod-A { 
    top: unset !important; 
    bottom: 4%; 
}
.fa { margin-left: 10%; }
.sa { margin-left: 20%; }
.wue { margin-left: 32%; }
.fa-r { margin: 0 0 0 10%; }
.sa-r { margin-left: 20%; }
.wue-r { margin-left: 32%; }

#font-adjustment {
    position: absolute; 
    top: 69px; 
    right: 2%; 
    z-index: 10;
}
.font-adjust-mod {
    top: 52px !important;
}

footer #bottom-nav {
    height: 100%;
    background-position: center -30px;
    padding: 70px 0 28px;
}
#bottom-nav ul { margin: 0; padding: 0;}
#bottom-nav ul li { 
    list-style: none; 
    display: inline-block; 
    border-right: 1px solid #767676; 
    padding: 0.5% 2%;
    margin-left: -0.5%;
    vertical-align: top;
}
#bottom-nav ul li:last-child { border-right: 0; }
#bottom-nav ul li ul li {
    font-size: 0.8em;
    list-style: disc;
    display: block;
    border-right: 0 !important;
    padding: 0% 0.5%;
    margin-left: -0.5%;
    margin-top: 0;
    margin-bottom: 0;
}
footer #copyright { padding: 0 0 28px 0; }

/* ******************************  1 5 8 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 1580px) {
    
}
/* ******************************  1 1 2 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 1120px) {
    header nav ul {
        width: 770px;
    }    
    header nav li {
        font-size: 18px; padding: 10px 5px 10px; 
    }
    header nav li:hover { 
        padding: 7px 5px 9px; 
    }
    header nav #nav-l, header nav #nav-r {
        width: 410px;
    }
    header nav #nav-l {
        right: 53%;
    }
    header nav #nav-r {
        left: 53%;
    }
    .carousel-h1 {
        font-size: 32px; 
    }    
}
/* ******************************  1 0 1 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 1010px) {
    .carousel {
        height: 440px;
    }
    .carousel-box-l {
        width: 50% !important; 
        left: 0;
    }
    .learn-r img {
        max-width: 390px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 500%;
        margin-left: -190%;
        height: 380px;
        margin-top: 30px;
    }
    .imgs-lft-fix { margin-left: -4%; }
    .carousel-box-l-img-only img,
    .carousel-box-r-img-only img { 
        width: 90%;
    }
    #font-adjustment {
        /*top: 52px; */
    }
    
}

@media only screen and (max-width : 995px) {
    #bottom-nav ul li:nth-child(4) { border-right: 0; }
}
/* ******************************  9 0 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 900px) {
    .carousel-box-l {
        width: 50% !important; 
        left: 0;
    }
    .learn-r img {
        max-width: 375px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 420%;
        margin-left: -160%;
        height: 370px;
        margin-top: 30px;
    }
    .carousel {
        height: 420px;
    }
    .carousel-h1 {
        font-size: 26px; 
    }    
    .learn-txt {
        line-height: 26px;
        font-size: 24px;
    }
    .imgs-lft-fix { margin-left: 0; }
    .carousel-box-l-img-only img,
    .carousel-box-r-img-only img { 
        width: 100%;
    }    
    header nav ul {
        width: 760px;
    } 
    header nav #nav-l {
        right: 60%;
        width: 350px;
    }
    header nav #nav-r {
        left: 60%;
        width: 350px;
    }
    .content-img {
        margin: 0 auto;
    }
}
/* ******************************  8 0 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 800px) {
    #learn-r img {
        max-width: 340px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 380%;
        margin-left: -140%;
        height: 350px;
        margin-top: 45px;
    }
    .carousel {
        height: 400px;
    }
    .learn-txt {
        line-height: 25px;
        font-size: 22px;
    }
    .fa, .sa, .wue, 
    .fa-r, .sa-r, .wue-r { 
        margin-top: 15px;
        margin-bottom: 15px;
    }    
    header {
        height: 230px;
    }
    header nav {
        height: 50px;
        line-height: 40px;
	}
	header nav ul {
        width: 100%;
		display: none;
		height: auto;
	}
    header nav a:hover, .nav_on {
        padding: 0;
        transition: 0.2s;
    }
	header nav a#pull {
		display: block;
        font-family: 'Berlin Sans FB', sans-serif;
        font-size: 20px;
        color: #000000; /* #263a6c */
		background-color: #d5c294;
		width: 100%;
		position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 6px 17px -13px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 6px 17px -13px rgba(0,0,0,0.75);
        box-shadow: 0px 6px 17px -13px rgba(0,0,0,0.75);
	}
    .pull-dev {
        background-color: #f4993d !important;
    }
	header nav a#pull:after {
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 10px;
	}
  	header nav li {
		width: 100%;
		float: none;
        display: block;
		position: relative;
        margin: 0; 
	    padding: 0;
        font-size: 20px; 
        background: rgba(222, 222, 222, 0.9);
        background-color: #dedede;
        border-bottom: 1px solid #9f9f9f;
        height: 50px;
        /* z-index: 590; */       
	}
    header nav li:hover {
        margin-top: 0;
        padding: 6px 10px 7px;
        background-color: #b19e71;
        height: 50px;
    }
  	header nav li a {
/*		 border-bottom: 1px solid #cecece; */
	}
  	header nav a {
        text-align: left;
	  	width: 100%;
	  	text-indent: 20px;
  	}
    header nav li a:hover, .nav_on {
        padding: 0;
    }
    #nav-l, #nav-r {display: none;}
    .dropdown-menu, .dropdown-menu-dev {
        display: none;
        position: relative;
        background-color: #acc5b7;

        top: 0;
        left: 0;
    /*    min-width: 150px;*/
        -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
        transition: 0.5s;
    }
    .dropdown-menu a, .dropdown-menu-dev a {
        line-height: 18px;
        color: #282525;
        text-decoration: none;
        display: block;
        transition: 0.5s;
        font-size: 17px;
        text-align: center;
        width: 100%;
        border: 0;
        padding: 14px 14px 14px 0 !important;
    }
    .dropdown-menu a:hover, .dropdown-menu-dev a:hover {
        font-size: 16px;
        color: #fff;
        background-color: #282525; 
        transition: 0.5s;
        border: 0;
        padding: 14px 14px 14px 0 !important;
    }
    .dropdown:hover .dropdown-menu, .dropdown-dev:hover .dropdown-menu-dev {
        transition: 0.5s;
        display: block;
        width: 100%;
    }
    .dropdown-menu-dev {
        /*display: block;*/ /* enable this for CSS positioning work ONLY */  
    }
    #font-adjustment {
        top: 69px; 
    }
    #font-adjustment {
        top: 69px !important; 
    }
}
@media only screen and (max-width : 774px) {
    footer #bottom-nav ul li:nth-child(3) { border-right: 0; }
    footer #bottom-nav ul li:nth-child(4) {
        border-right: 1px solid #767676; 
    }
}
/* ******************************  7 3 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 730px) {
    h2 { 
        font-size: 30px;
    }
    .learn-r img {
        max-width: 320px;
    }
    .carousel .carousel-item > img {
        width: 160% !important;
        margin-left: -30% !important;
        margin-top: 0;
    }
    .carousel {
        height: 370px;
        perspective: 800px;
    }
    .carousel .indicators .indicator-item {
        margin: 24px 4px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 330%;
        margin-left: -115%;
        height: 320px;
        margin-top: 60px;
    }
    .carousel .carousel-item .carousel-item-plate h1,
    .carousel-h1 {
        font-size: 24px;
        margin: 10px 20px 18px 20px;
    }
    .fa { margin-left: 5%; }
    .sa { margin-left: 12%; }
    .wue { margin-left: 20%; }
    .fa-r { margin-left: 0%; }
    .sa-r { margin-left: 8%; }
    .wue-r { margin-left: 17%; }    
    header {
        height: 210px;
    }
    .resources-bg, .questionnaire-bg {
        background-size: 140%;
    }
}
/* ******************************  6 6 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 660px) {
    .learn-r img {
        max-width: 280px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 300%;
        margin-left: -100%;
    }
    .learn-txt {
        line-height: 23px;
        font-size: 20px;
    }
    .box-l-mod-A { bottom: 12%; }
    .fa, .sa, .wue,
    .fa-r, .sa-r, .wue-r { 
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
/* ******************************  5 8 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 580px) {
    header {
        background-position: center -15px;
    }
    .learn-r img {
        max-width: 240px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 260%;
        margin-left: -80%;
        height: 300px;
        perspective: 400px;
    }
    .learn-txt {
        line-height: 21px;
        font-size: 19px;
    }
    .box-l-mod-A { bottom: 16%; }
    .fa, .sa, .wue,
    .fa-r, .sa-r, .wue-r { 
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 5%;
    }
    .carousel {
        height: 340px;
        perspective: 600px;
    }
}
/* ******************************  5 3 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 530px) {
    .carousel .carousel-item .carousel-item-plate {
        width: 230%;
        margin-left: -65%;
        height: 580px;
        margin-top: -70px;
    }    
    .carousel .carousel-item > img {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .carousel .indicators .indicator-item {
        margin: 24px 3px;
    }
    .carousel {
        height: 630px;
        perspective: 300px;
    }
    .carousel-box-r {
        position: relative;
        width: 100% !important;
        right: 0;
        top: 0;
    }
    .carousel-box-l {
        width: 90% !important;
        top: 65%;
        left: 0;
    }
    .box-l-mod-A { width: 100% !important; bottom: 0; padding: 0 7%; }
    .learn-r img {
        max-width: 90%;
    }
    .carousel-box-r-img-only, 
    .carousel-box-l-img-only {
        display: block;
        width: 100%; 
        margin: 20px 0 20px 0;
        text-align: center;
    }
    .carousel-box-l-img-only img,
    .carousel-box-r-img-only img { 
        width: 70%;
    }
    .fa, .fa-r { margin-left: 15%;}
    .sa, .sa-r { margin-left: 24%;}
    .wue, .wue-r { margin-left: 35%;}
    h1, .carousel-h1 {font-size: 22px;}
    h2 {font-size: 25px;}
       
    header {
        height: 194px; /* 214 */
    }
    p {
        line-height: 24px;
    }
    .specific-page {
        font-size: 16px;
        line-height: 24px;
    }
    li {
        font-size: 16px;
        line-height: 24px;
    }
    aside li {
        font-size: 16px;
        padding: 5px 7px;
    } 
}
/* ******************************  4 8 5 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 485px) {
     header {
        height: 184px; background-position: center -25px;
    }
    .carousel .carousel-item .carousel-item-plate {
        width: 200%;
        margin-left: -50%;
        height: 600px;
        margin-top: -70px;
    }
    .carousel {
        height: 650px;
        perspective: 280px;
    }
    .carousel-box-l {
        top: 63%;
    }
    .carousel-box-l-img-only img,
    .carousel-box-r-img-only img { 
        width: 85%;
    }
    .box-l-mod-A { bottom: 2%; }    
}

@media only screen and (max-width : 420px) {
    footer #bottom-nav ul li:nth-child(2), 
    footer #bottom-nav ul li:nth-child(4) { 
        border-right: 0; 
    }
    footer #bottom-nav ul li:nth-child(3) {
        border-right: 1px solid #767676; 
    }
}

@media only screen and (max-width : 354px) {
    footer #bottom-nav ul li:nth-child(3), 
    footer #bottom-nav ul li:nth-child(4) { 
        border-right: 0; 
    }
    footer #bottom-nav ul li:nth-child(3) {
        
    }
}

/* ******************************  3 6 0 px  * * * * * * * * * * * * * * * */
@media only screen and (max-width : 360px) {
    header {
        height: 154px;
    }
}

@media only screen and (max-width : 257px) {
    footer #bottom-nav ul li:nth-child(1),
    footer #bottom-nav ul li:nth-child(2),
    footer #bottom-nav ul li:nth-child(3), 
    footer #bottom-nav ul li:nth-child(4) { 
        border-right: 0; 
    }
    footer #bottom-nav ul li:nth-child(2) {
        
    }
}