* {
  margin: 0;
  padding: 0;
}

body {
	background: #F2F2F2;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#site {
	width: 85%;
	margin: 0 auto;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  box-shadow: 2px 0 20px -3px grey;
}

header {
	width: 100%;
  background: #6b8383;
  clear: both;
}

nav ul {
  background: url('../index_files/nav_bg.jpg');
  list-style-type: none;
	width: 100%;
  border-bottom: 1px solid #000000;
  display: flex;
  border-left: 1px solid #ffffff;
}

nav li {
  display: inline-table;
  border-right: 1px solid #ffffff;
  width: 20%;
  text-align: center;
  height: 24px;
}

nav li a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
}

.slidemenu, .slideopen {
  display: none;
}

.sub_nav {
  clear: both;
  overflow: auto;
  padding: 15px;
  position: relative;
}

.main_logo {
  float: left;
}

.main_slogan {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 10px 15px 0;
  color: #ffffff;
  font-size: 15pt;
}

.main_img {
  position: relative;
}

.main_img img {
  width: 100%;
}

.slogan_headline {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}

.slogan_headline p {
  font-size: 21pt;
  font-weight: bold;
  color: #ffd200;
  text-shadow: -1px 1px 1px #000000;
  text-align: right;
  padding: 20px;
}


.core {
	padding: 15px 10px 10px 10px;
  clear: both;
  overflow: auto;
  font-size: 11pt;
}

.standards {
	width: 55%;
  height: auto;
  float: left;
  position: relative;
}

.standards_header {
  background: linear-gradient(#5c2372, #4e1f65, #5c2372);
  color: #ffffff;
  width: auto;
  height: 30px;
}

.stan_title {
  position: absolute;
  left: 0;
  top: 0.75%;
  padding-left: 10px;
  text-shadow: 2px 2px #000;
  font-weight: bold;
}

.text {
	padding: 0 0 10px 10px;
}

.warn {
	font-weight: bold;
	color: #990033;
}

 .separator {
   width: 75%;
   margin: 15px auto;
 }

.solutions {
	background: #FFFFFF;
	width: 40%;
	height: auto;
	margin-right: 10px;
  float: right;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
  position: relative;
}

.solutions_header {
  background: #d78b33;
  width: auto;
  height: 30px;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #909090;
  color: #ffffff;
}

.sol_title {
  position: absolute;
  left: 0;
  top: 3%;
  padding-left: 10px;
  text-shadow: 2px 2px #000;
  font-weight: bold;
}

.solutions ul {
  padding: 10px;
}

.solutions li {
  padding-bottom: 5px;
}

.bul_adjust {
	list-style-type: none;
	padding: 0 0 0 10px;
}

footer {
	width: 100%;
  height: auto;
  background: #cc7233;
}

.upper_foot {
  background: #5a928f;
}

.lower_foot {
  background: #335570;
}

footer p {
	font-size: 8pt;
	color: #FFFFFF;
  padding: 5px 10px;
  text-align: right;
}

.ws {
  margin-top: 2px;
}

footer a {
	color: #ffffff;
}

/* ********* Careers Page ************* */

  .bullets {
    padding-left: 15px;
  }

  .bullets, .bullets2 {
    list-style-position: inside;
  }

  .flex_container {
    display: flex;
  }

  .bullets2 {
    list-style-type: none;
  }

  .headline, .bullets,.flex_container, .text1, .text2 {
    padding-bottom: 10px;
  }

  .emph {
    font-weight: bold;
  }

/* ********* End of Careers Page ************* */

/* ********* About Us Page ************* */

.header_quote {
  display: flex;
  justify-content: center;
}

.quoteable {
  position: relative;
  width: 65%;
  margin-bottom: 15px;
}

.fa-quote-left, .fa-quote-right {
  font-size: 30pt;
  transform: rotate(30deg);
  position: absolute;
}

.fa-quote-right {
  right: -0.9%;
  bottom: 15%;
}

.quoteable p {
  background: #ffffff;
  text-align: justify;
  border-top: 2px solid #1c04cd;
  border-bottom: 2px solid #1c04cd;
  padding: 30px;
  margin-left: 7px;
  border-radius: 15px;
}

.connector {
  border-top: 1px solid black;
  transform: rotate(30deg);
  width: 5%;
  margin-left: -30px;
  margin-top: 70px;
}

.quoted {
  margin-top: 45px;
  margin-left: 25px;
  position: relative;
  padding-left: 5px;
}

.quoted img {
  border-radius: 50%;
}

.headline {
  font-size: 13pt;
  font-weight: bold;
}

/* ********* End of About Us Page ************* */


/* ********* Career Management Page ************* */

.ital {
  font-style: italic;
  padding-left: 10px;
  padding-bottom: 10px;
}

/* ********* End of Career Management Page ************* */

/* ********* MEDIA QUERIES ************* */

@media screen and (min-width:300px) and (max-width:539px) {

	/* Header */

  nav {
    display: none;
  }

  .slidemenu {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
    display: block;
  }

  .slidemenu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .slidemenu a:hover {
    color: #f1f1f1;
  }

  .slidemenu .xclose {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .slideopen {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    display: flex;
  }

  .slideopen:hover {
    background-color:#444;
  }

  .sub_nav {
    padding: 15px 15px 0 15px;
  }

	/* End of Header */

	/* Start Index Page */

  /* Body */

  .main_img {
    width: auto;
  }

  .main_logo img {
    width: 100%;
  }

  .main_slogan {
    float: left;
    position: relative;
    padding: 0 10px 15px 0;
    font-size: 4vw;
  }

  .slogan_headline p {
    font-size: 4vw;
    padding: 10px;
  }

  .core {
    width: 95%;
  }

  .standards {
  	width: 100%;
  }

  .solutions {
  	width: 100%;
  	float: left;
  }

	/* End of Body */

  /* End of Index Page */

  /* Start Career Services Page */

  /* Body */

  .flex_container {
    flex-direction: column;
  }

	/* End of Body */

	/* End of Career Services Page */

	/* About Us Page */

	/* Body */

  .header_quote {
    flex-direction: column;
  }

  .quoteable {
    width: 95%;
  }

  .fa-quote-right {
    right: -0.9%;
    bottom: 0.1%;
  }

  .connector {
    display: none;
  }

  .quoted {
    margin-top: 15px;
    text-align: right;
    padding-right: 10px;
  }

  .headline {
    padding-top: 10px;
  }

	/* End of Body */

	/* End of About Us Page */

  /* Start Clients Page */

  /* Body */



	/* End of Body */

	/* End of Clients Page */

}

@media screen and (min-width:540px) and (max-width:675px) {

  /* Header */

  nav {
    display: none;
  }

  .slidemenu {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
    display: block;
  }

  .slidemenu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .slidemenu a:hover {
    color: #f1f1f1;
  }

  .slidemenu .xclose {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .slideopen {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    display: flex;
  }

  .slideopen:hover {
    background-color:#444;
  }

  .sub_nav {
    padding: 15px 15px 0 15px;
  }

	/* End of Header */

	/* Footer */



	/* End of Footer */

  /* Start Index Page */

  /* Body */

  .main_img {
    width: auto;
  }

  .main_logo img {
    width: 100%;
  }

  .main_slogan {
    float: left;
    position: relative;
    padding: 0 10px 15px 0;
    font-size: 1.34em;
  }

  .slogan_headline p {
    font-size: 1.3em;
    padding: 15px;
  }

  .core {
    width: 95%;
  }

  .standards {
    width: 100%;
  }

  .solutions {
    width: 100%;
    float: left;
  }

	/* End of Body */

  /* End of Index Page */

  /* Start Career Services Page */

  /* Body */

  .flex_container {
    flex-direction: column;
  }

	/* End of Body */

	/* End of Career Services Page */

	/* About Us Page */

	/* Body */

  .header_quote {
    flex-direction: column;
  }

  .quoteable {
    width: 95%;
  }

  .fa-quote-right {
    right: -0.9%;
    bottom: 0.1%;
  }

  .connector {
    display: none;
  }

  .quoted {
    margin-top: 15px;
    text-align: right;
    padding-right: 10px;
  }

  .headline {
    padding-top: 10px;
  }

	/* End of Body */

	/* End of About Us Page */

  /* Start Clients Page */

  /* Body */



	/* End of Body */

	/* End of Clients Page */

}

@media screen and (min-width:676px) and (max-width:800px) {

  /* Header */

  nav {
    display: none;
  }

  .slidemenu {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
    display: block;
  }

  .slidemenu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .slidemenu a:hover {
    color: #f1f1f1;
  }

  .slidemenu .xclose {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .slideopen {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    display: flex;
  }

  .slideopen:hover {
    background-color:#444;
  }

  .sub_nav {
    padding: 15px 15px 0 15px;
  }

  /* End of Header */

  /* Footer */



  /* End of Footer */

  /* Start Index Page */

  /* Body */

  .main_logo {
    width: 100%;
  }

  .main_slogan {
    float: left;
    position: relative;
    padding: 0 10px 15px 0;
    font-size: 1.34em;
  }

  .slogan_headline p {
    font-size: 3vw;
  }

  /* End of Body */

  /* End of Index Page */

  /* Start Services Page */

  /* Body */



  /* End of Body */

  /* End of Services Page */

  /* About Us Page */

  /* Body */

  .fa-quote-right {
    bottom: 1%;
  }

  /* End of Body */

  /* End of About Us Page */

  /* Start Clients Page */

  /* Body */



  /* End of Body */

  /* End of Clients Page */

}

@media screen and (min-width:801px) and (max-width:1000px) {

  /* Header */

  nav {
    display: none;
  }

  .slidemenu {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 250px;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.1s;
    padding-top: 60px;
    display: block;
  }

  .slidemenu a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }

  .slidemenu a:hover {
    color: #f1f1f1;
  }

  .slidemenu .xclose {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .slideopen {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    display: flex;
  }

  .slideopen:hover {
    background-color:#444;
  }

  .sub_nav {
    padding: 15px 15px 0 15px;
  }

	/* End of Header */

	/* Start Index Page */

  /* Body */

  .main_logo {
    width: 100%;
  }

  .main_slogan {
    float: left;
    position: relative;
    padding: 0 10px 15px 0;
    font-size: 1.34em;
  }

  .slogan_headline p {
    font-size: 3vw;
  }

	/* End of Body */

  /* End of Index Page */

  /* Start Services Page */

  /* Body */



	/* End of Body */

	/* End of Services Page */

	/* About Us Page */

	/* Body */

  .fa-quote-right {
    bottom: 1%;
  }

	/* End of Body */

	/* End of About Us Page */

  /* Start Clients Page */

  /* Body */



	/* End of Body */

	/* End of Clients Page */

}


@media screen and (min-width:1001px) and (max-width:1089px) {

  /* About Us Page */

  /* Body */

  .fa-quote-right {
    bottom: 1%;
  }

  /* End of Body */

  /* End of About Us Page */

}

@media screen and (min-width:1090px) and (max-width:1260px) {

  /* About Us Page */

  /* Body */

  .fa-quote-right {
    bottom: 7%;
  }

  /* End of Body */

  /* End of About Us Page */

}


@media screen and (min-width:1261px) and (max-width:1333px) {

  /* About Us Page */

  /* Body */

  .fa-quote-right {
    bottom: 16%;
  }

  /* End of Body */

  /* End of About Us Page */

}
