@charset "UTF-8";
/* CSS Document */
*{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  vertical-align: baseline;
}
body {
  font-family: "Roboto", sans-serif;
}

.clearfix::after {
  content:":)";
  clear:both;
  display:block;
  visibility:hidden;
  height:0;
}
/*header*/
header {

  width:100%;
}

.ARAH-main-logo {
  margin-bottom: 45px;
text-align: center;
}
.static-nav {
        float: left;
    padding-right: 80px;
    color: #0A4B7E; 
    font-weight: 900;

}
.ARAH-main-nav {
    margin-left: auto;
    margin-right: auto;
      width:450px;
      margin-bottom: 10px;
}
.ARAH-main-nav ul {
	display:inline;
}
.left-nav {
    float: left;
    margin-right: 80px;
}
.left-nav a {
    color: #999999;
}
.left-nav a:hover {
    color: #0A4B7E;
/*    font-weight: 500;*/
	

}
.left-nav-active a {
    color: #0A4B7E;
}

.right-nav {
    float: right;
}
.right-nav a {
    color: #999999;
}

.right-nav a:hover {
    color: #0A4B7E;
/*        font-weight: 900;*/


}
.right-nav-active a {
    color: #0A4B7E;
}
.right-nav-contact {
    float: right;
    color: #0A4B7E;
	font-weight: bold;
}


.left-nav>.right-nav>ul, li {
    list-style:none;
}
a {
        text-decoration: none;

}


/*homepage*/
.ARAH-hero-image {
    height: 500px;
    /*height: 395px;*/
    background-image: url(../img/ARAH-hero-image2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3b3b3b;
    margin-bottom: 35px;
}
.intro-copy {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px;
}
.intro-copy>p {
    text-align: center;
    color: #ffffff;
}
.intro-copy>h1 {
    text-align: center;
    color: #ffffff;
    font-size: 2.5em;
}


  .hp-boxes {
    position: relative;
    width: 1500px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

/*box1*/
  .hp-boxes>.box1 {
    position: relative;
    width: 30%; /* can be omitted for a regular non-lazy image */
    height: 245px;
        background-color: #0A4B7E;
        color: #ffffff;
float: left;
    max-width: 100%;
    padding: 40px 0px 0px 0px;
margin-right: 100px;
}
  .hp-boxes>.box1>h3 {
text-align: center;
font-size: 2em;
}
  .bigNumber {
text-align: center;
font-size: 4em;
font-weight: 900;
}


  .hp-boxes>.box1>p {
text-align: center;

}

.box1-overlay {
        position: absolute;
            top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 40px 0px 40px 0px;*/
    width: 100%; /* can be omitted for a regular non-lazy image */
    height: 285px;
        background-color: #0A4B7E;
        color: #ffffff;
    max-width: 100%;
    text-align: center;
    opacity: 0;
}

.box1:hover .box1-overlay {
        background-color: #0A214D;

    opacity: 1;
}

.box1-overlay-copy {
            position: absolute;

    text-align: center;
    font-size: 1.2em;
        top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    padding: 120px 20px 0 20px;
    color: #ffffff;
}




/*box2*/
  .hp-boxes>.box2 {
    position: relative;
    width: 30%; /* can be omitted for a regular non-lazy image */
    height: 245px;
        background-color: #0A4B7E;
        color: #ffffff;
float: left;
    max-width: 100%;
    padding: 40px 0px 0px 0px;
margin-right: 100px;
}
  .hp-boxes>.box2>h3 {
text-align: center;
font-size: 2em;
}
  .bigNumber {
text-align: center;
font-size: 4em;
font-weight: 900;
}


  .hp-boxes>.box2>p {
text-align: center;

}

.box2-overlay {
        position: absolute;
            top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 40px 0px 40px 0px;*/
    width: 100%; /* can be omitted for a regular non-lazy image */
    height: 285px;
        background-color: #0A4B7E;
        color: #ffffff;
    max-width: 100%;
    text-align: center;
    opacity: 0;
}

.box2:hover .box2-overlay {
        background-color: #0A214D;

    opacity: 1;
}

.box2-overlay-copy {
            position: absolute;

    text-align: center;
    font-size: 1.2em;
        top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    padding: 120px 20px 0 20px;
    color: #ffffff;
}


/*box3*/
  .hp-boxes>.box3 {
    position: relative;
    width: 30%; /* can be omitted for a regular non-lazy image */
    height: 245px;
        background-color: #0A4B7E;
        color: #ffffff;
float: right;
    max-width: 100%;
    padding: 40px 0px 0px 0px;
}
  .hp-boxes>.box3>h3 {
text-align: center;
font-size: 2em;
}
  .bigNumber {
text-align: center;
font-size: 4em;
font-weight: 900;
}


  .hp-boxes>.box3>p {
text-align: center;

}

.box3-overlay {
        position: absolute;
            top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 40px 0px 40px 0px;*/
    width: 100%; /* can be omitted for a regular non-lazy image */
    height: 285px;
        background-color: #0A4B7E;
        color: #ffffff;
    max-width: 100%;
    text-align: center;
    opacity: 0;
}

.box3:hover .box3-overlay {
        background-color: #0A214D;

    opacity: 1;
}

.box3-overlay-copy {
            position: absolute;

    text-align: center;
    font-size: 1.2em;
        top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    padding: 120px 20px 0 20px;
    color: #ffffff;
}



.ARAH-motto-image {
    height: 750px;
    /*height: 395px;*/
    background-image: url(../img/motto-image3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3b3b3b;
    margin-top: 35px;
}
.motto-copy {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px;
}
.motto-copy>p {
    text-align: center;
    color: #ffffff;
}
.motto-copy>h2 {
    text-align: center;
    color: #ffffff;
    font-size: 2.5em;
}




.ARAH-hp-stats-image {
    height: 650px;
    /*height: 395px;*/
    background-image: url(../img/ARAH-HP-cop-lights2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3b3b3b;
}
.stats-copy {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 250px;
}
.stats-copy>p {
    text-align: center;
    color: #ffffff;
}
.stats-copy>h2 {
    text-align: center;
    color: #ffffff;
    font-size: 2.5em;
}

/*about us*/

hr {
	 border-top: 3px solid #0A4B7E;
	margin-bottom: 50px
}
.copy-block {
	width: 1500px;

	margin-left: auto;
	margin-right: auto
}
.copy-block h1 {
	font-size: 2em;
	margin: 25px 0 15px 0;
			color: #0A4B7E;

}
.copy-block h2 {
	font-size: 2em;
	margin: 25px 0 15px 0;
			color: #0A4B7E;

}

#about-box {
	font-size: 2em;
	font-weight: 700;
		color: #0A4B7E;
}
#about-box-bottom {
	margin: 25px 0 50px 0;
		font-size: 2em;
	font-weight: 700;
	color: #0A4B7E;

}

/*about us*/


/*learning*/

.ARAH-center-img {
	margin: 50px 0 25px 0;
	width: 100%;
		display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.copy-block h3 {
	font-size: 1.25em;
	text-align: center;
/*	margin: 25px 0 15px 0;*/
			color: #0A4B7E;
}


.center-copy {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
/*
		width: 1200px;
	margin-left: auto;
	margin-right: auto;
*/

}

.ARAH-image-row {
	width: 100%;
}
.ARAH-image-group {
	width: 30%;
	float: left;
	margin-right: 50px;
}

.ARAH-image-group img {
	margin-bottom: 20px;
}

.ARAH-image-copy-combo  {
width: 100%;
	margin-bottom: 25px;
}



.ARAH-image-copy-combo img {
	float: left;
	width: 10%;
	padding-right: 20px;
}

.ARAH-image-copy-combo p {
	float: left;
		width: 80%;

}


/*learning*/



/*contact*/
.contact-container {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.contact-left {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 20px;
}
.contact-inputs {
	width: 400px;
	height: 50px;
	border: none;
	outline: solid;
	padding-left: 25px;
	font-weight: 500;
	color: #666;
	border-radius: 15px;
}

.contact-left textarea {
	height: 300px;
	padding-top: 20px;
}
.contact-left button {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	font-size: 16px;
	background-color: #0A4B7E;
	color: #ffffff;
	gap: 10px;
	border: none;
	border-radius: 15px;
	font-weight: bold;
		cursor: pointer;

}
.contact-left button:hover {
	background-color: #000000;
}


.contact-inputs:focus {
	border: 2px solid #0A4B7E;
}
.contact-inputs::placeholder {
	color: #a9a9a9;
}
/*contact*/




/*footer*/


footer {
    background-color: #0A4B7E;
    padding-top: 50px;
    padding-bottom: 50px;

}

footer h3 {
        font-size: 2.5em;
        color: #ffffff;

}



.footer-box {

    width: 1500px;
        max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer-box li {
    color: #ffffff;
    list-style:none;
    text-decoration: none;
    line-height: 2em;
}

.footer-box a {
    color: #ffffff;
    list-style:none;
    text-decoration: none;
    line-height: 2em;
}
.footer-nav {
    float: left;
    margin-right: 350px;
}
.footer-nav a:hover {
    font-weight: 900;
}

.social-icons li {
    float: left;
    margin-top: 10px;
    padding-right: 30px;
}



.logo-box {
    float: right;
}


.copyright {
        margin-top: 25px;
    margin-bottom: 25px;
    width: 1500px;
        margin-left: auto;
    margin-right: auto;

}

.copyright p {
    color: #ffffff;

}

/*button*/
        .divider {
            display: block;
            width: 100%;
            padding: 20px;
                        text-align: center;

        }
        .divider-contact {
            display: block;
            width: 100%;
            padding: 20px 0 0 0;

        }

        .button {
            text-decoration: none;
            font-family: Roboto, arial, helvetica, sans-serif;
            line-height: 1;
            font-weight: bold;
            border-radius: 7px;
        }
        .large-button {
            height: 37px;
            padding: 10px 20px;
            font-size: 16px;
        }
        .orange-button {
            background: #0A4B7E;
            box-shadow: 0px 3px 0px #000000;
            color: #fff;
        }
        .orange-button:hover {
            background: #000000;
            box-shadow: 0px 3px 0px #000000;
        }
/*button*/


	/*hamburger menu*/

.off-screen-menu {
	background-color: #0A4B7E;
	height: 100vh;
	width: 100%;
	max-width: 450px;
	position: fixed;
	top: 0;
	right: -450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2em;
	transition: .3s ease;
}
.off-screen-menu.active {
	right: 0;
	
}
nav {
	padding: 1rem;
	display: flex;
/*	background-color: blue;*/
}

.ham-menu {
	height: 50px;
	width: 50px;
	margin-left: auto;
	position: relative;
}

.ham-menu span {
	height: 5px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3 ease;
}

.ham-menu span:nth-child(1) {
	top: 25%;
}

.ham-menu span:nth-child(3) {
	top: 75%;
}
.ham-menu.active span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
opacity: 0;
}

.ham-menu.active span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*hamburger menu*/


.bolding-font {
    font-weight:700;
}
/*
.bolding-font-bottom {
    font-weight:700;
	color: #ffffff;
}
*/

.space-after {
	margin-bottom: 20px;
}

/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}
*/
@media (max-width: 480px){
	/*800px*/
	/*hamburger menu*/

.off-screen-menu {
	background-color: #0A4B7E;
	height: 100vh;
	width: 100%;
	max-width: 450px;
	position: fixed;
	top: 0;
	right: -450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2em;
	transition: .3s ease;
}
.off-screen-menu.active {
	right: 0;
	
	}.off-screen-menu a {
		color: #ffffff;
	}
	.off-screen-menu ul {
				line-height: 2em;

	}
.nav {
	padding: 1rem;
	display: flex;
	background-color: #0A4B7E;
}

.ham-menu {
	height: 50px;
	width: 50px;
	margin-left: auto;
	position: relative;
}

.ham-menu span {
	height: 5px;
	width: 100%;
	background-color: #000000;
	border-radius: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3 ease;
}

.ham-menu span:nth-child(1) {
	top: 25%;
}

.ham-menu span:nth-child(3) {
	top: 75%;
}
.ham-menu.active span:nth-child(1) {
	top: 50%;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
opacity: 0;
}

.ham-menu.active span:nth-child(3) {
	top: 50%;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*hamburger menu*/


.ARAH-main-nav {
    display: none;
}
.ARAH-hero-image {

	height: auto;
    /*height: 395px;*/
	

    background-image: url(../img/css-pattern-by-magicpattern4.png);
    background-color: #C5C5C5;
}
	
	

.intro-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 10px 25px 10px;
	}
.intro-copy>p {
    text-align: center;
	color: #ffffff;
	font-size: 1.5em;
}
.intro-copy>h1 {
    text-align: center;
	color: #ffffff;
	font-size: 2.5em;
}

	
	
	
	
	  .hp-boxes {
    position: relative;
    width: 90%; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}

/*box1*/
  .hp-boxes>.box1 {
margin-right: 0;
	  margin-bottom: 20px;
}


/*box2*/
  .hp-boxes>.box2 {
margin-right: 0;
	  margin-bottom: 20px;
}


/*box3*/
  .hp-boxes>.box3 {
margin-right: 0;
	  margin-bottom: 20px;
}
	
	.motto-copy {
    width: 90%;
}
	.ARAH-hp-stats-image {
		height: auto;
	}
.stats-copy {
width: 90%;
	padding: 30px 10px 30px 10px;
	}

	
	/*about us*/

hr {
	 border-top: 3px solid #0A4B7E;
	margin-bottom: 50px
}
.copy-block {
	width: 90%;

	margin-left: auto;
	margin-right: auto
}
.copy-block h1 {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}
.copy-block h2 {
	font-size: 1.5em;
	margin: 25px 0 15px 0;
}

#about-box {
	font-size: 1.5em;
	font-weight: 700;
		color: #0A4B7E;
}
#about-box-bottom {
	margin: 25px 0 50px 0;
		font-size: 1.5em;
	font-weight: 700;
	color: #0A4B7E;

}

	/* about*/
	
	
	/*learning*/
.copy-block>.ARAH-center-img {
	width: 90%;
/*
	margin-left: auto;
	margin-right: auto;
*/
	text-align: center;
}

.copy-block h3 {
	font-size: 1.25em;
	text-align: center;
/*	margin: 25px 0 15px 0;*/
			color: #0A4B7E;
}


.center-copy {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
/*
		width: 1200px;
	margin-left: auto;
	margin-right: auto;
*/

}

.ARAH-image-row {
	width: 100%;
}
.ARAH-image-group {
	width: 100%;
	float: clear;
	margin-right: 50px;
}

.ARAH-image-group img {
	margin-bottom: 20px;
}

	
	.ARAH-image-copy-combo {

		margin-left: auto;
		margin-right: auto;
}
	
	
	.ARAH-image-copy-combo img {
	float: clear;
	width: 100%;
		margin-bottom: 25px
}

.ARAH-image-copy-combo p {
	float: clear;
		width: 90%;

}

/*learning*/


/*contact*/

	.contact-inputs {
		width: 80vw;
	}
	.contact-right {
		display: none;
	}
	
	/*contact*/

/*	footer*/
	
	
	footer {
    background-color: #0A4B7E;
    padding-top: 25px;
    padding-bottom: 25px;

}

footer h3 {
        font-size: 2.5em;
        color: #ffffff;
	text-align: center

}



.footer-box {

    width: 90%;
        max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
	
	
	
	
	
	
	.footer-nav {
		text-align: center;

	}
	.footer-box li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
.footer-nav {
    float: clear;
	width: 100%;
    margin-right: 0;
}
.footer-nav a:hover {
    font-weight: 900;
}

	.social-icons ul {
        margin-left: auto;
    margin-right: auto;

	}
.social-icons li {
		float: inherit;
    margin-top: 10px;
    padding-right: 0;
	text-align: center
}



.logo-box {
	margin-top: 35px;
    float: inherit;
	text-align: center
}


.copyright {
        margin-top: 25px;
    margin-bottom: 25px;
    width: 90%;
        margin-left: auto;
    margin-right: auto;

}

.copyright p {
    color: #ffffff;
	text-align: center

}

	
	
}