/*********** Header **************/
h1 {
  color: white;
  float: right;
  font-size: 3.2em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right; 
}

.som-main-header {
 color: black;
  text-transform: uppercase;
  font-size: 3em;
  position: relative;
  text-align: center;
}

#hero_section {
  background-color: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
    background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8860805_1560658187_som-hero-gradient-1.png)no-repeat center center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    color: white;
}

#hero_section h3 {
  font-size: 2em;
  color: white;
}

.page1 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729946_1558639027_som-head-main.jpg) no-repeat center center scroll;
}

.page2 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729955_1558027856_som-head-leader.jpg) no-repeat center center scroll; 
}

.page3 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729953_1560453515_som-head-resident.jpg) no-repeat center center scroll; 
}

.page4 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729951_1559657521_som-head-intern.jpg) no-repeat center center scroll; 
}

.page5 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729949_1558030898_som-head-expect.jpg) no-repeat center center scroll; 
}

@media screen and (min-width: 864px) {
	.page1, .page2, .page3, .page4, .page5 {
  background-attachment: fixed !important;
}
}

.navHead { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -56px;
  height: 300px;
  position: relative;
  min-height: 400px;
}

@media only screen and (max-width: 600px) {
  .navHead {
    margin-top: -32px;
    height: 400;
  }
}
/************ NAVBAR ************/
ul.som_nav {
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0;
  overflow: hidden;
  background-color: #234058;
  color: white;
  text-align: center;
}

ul.som_nav .active {
  background-color: #7498be;
}

ul.som_nav li {
  float: left;
  width: 20%;
    list-style-type: none !important;
}

ul.som_nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

ul.som_nav li a:hover:not(.active) {
  background-color: #7498be;
}

ul.som_nav li.right {
  float: right;
}

@media screen and (max-width: 628px) {
  ul.som_nav li.right,
  ul.som_nav li {
    float: none;
    width: 100%;
  }
}

h3 {
	text-align: right;
  	color: white;
  	font-size: 1.3em;
}

h3 a {
	color: white;
    font-size: 1.3em;
}

h3 a:hover {
   color: white;
}


/******** Body Styles **********/

.som-container {
  padding: 10px;
}

.som-container h2 {
  padding: 10px;
  color: black;
  font-size: 1.5em;
}

.list-section li {
	list-style-type: none !important;
}
.som-container p {
 text-align: justify;
  padding: 10px;
  font-size: 1em;
}

.tagline {
  text-align: center;
  color: white;
  font-size: .8em;
  
}

@media only screen and (max-width: 768px) {
.som-container {
  padding: 0px;
}
}

.list-section {
	padding: 15px;
  	text-align: left;
}

.list-section h2 {
	text-transform: uppercase;
	color: black;
	font-size: 1.5em;
  	text-align: center;
}

.list-section ul span {
	text-transform: uppercase;
  	font-weight: 800;
}

.padding-top {
	padding-top: 15px;
}

@media only screen and (min-width: 768px) {
  #img-alt {
      float: right;
      padding-right: 10px;
  }
}

.financial {
	color: black;
    background-color: rgba(128,128,128,.5);
  	padding: 40px;
}

.financial h3 {
	text-align: left;
  	color: black;
  	font-size: 1.3erm;
}


/******** Butttons ********/
.som-button-1 {
  display: inline-block;
  border-radius: 60px;
  background-color: #234058;
  border: none;
  color: #D0D0D0;
  font-size: 1.3em;
  padding: 10px;
  width: 180px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-align: center;
}

.som-button-1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.som-button-1 span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.som-button-1:hover span {
  padding-right: 25px;
}

.som-button-1:hover span:after {
  opacity: 1;
  right: 0;
}

.som-button-1:hover {
  color: #D0D0D0;
}

.som-button-placement {
  text-align: center;
}

@media only screen and (min-width: 768px) {
.som-button-placement {
  text-align: left;
}  
}

.som-button-placement-alt {
  text-align: center;
}

@media only screen and (min-width: 768px) {
.som-button-placement-alt {
  text-align: right;
}  
}

.center {
  text-align: center;
}

/******** Page Break *********/
.break-1 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729926_1557264076_som-break1.jpg) no-repeat center center fixed; 
}

.break-2 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729929_1557264091_som-break2.jpg) no-repeat center center fixed; 
}

.break-3 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729936_1557264128_som-break3.jpg) no-repeat center center fixed; 
}

.break-4 {
  background: url(https://b16b64e9fc79863eb097-2d57ced7297adfa11a0f9d9e6bf0a0a1.ssl.cf2.rackcdn.com/uploaded/s/0e8729938_1557264145_som-break4.jpg) no-repeat center center fixed; 
}

.page-break { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 200px;
  position: relative;
  margin-top: 50px;
}

@media only screen and (max-width: 600px) {
  .page-break {
    height: 400;
  }
}

.new-semester-cta h2{
	text-align: center;
  padding: 100px 50px;
}

.quote {
	font-style: italic;
  	margin-bottom: 0;
}

.testimony-name {
	font-weight: 800;
  	text-align: right;
}

.testimony {
	padding: 10px 50px;
}

.testimony img {
	width: 250px;
    border-radius: 500px;
}

hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.video-responsive {
	max-width: 50%;
  	text-align: center;
  	margin: auto;
}

@media only screen and (max-width: 768px) {
.video-responsive {
	max-width: 80%;
}
}

/********* Accordian Styles **********/
.gen_accordion {
   background-color: #234058;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin: auto;
    width: 80%;
    font-size: 1.2em;
}

.gen_active, .gen_accordion:hover {
    background-color: #7498BE;
}

.gen_accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.gen_active:after {
    content: "\2212";
}

.gen_panel {
   padding: 0 18px;
   color: black;
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   font-size: 1.1em;
   background-color: #ccc9c0;
   width: 80%;
   margin: auto;
}

.gen_panel p {
  margin:15px !important;
}


/***** Hero Section for subpages ******/


.hero-row {
  height: 60vh;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.hero-row p {
	font-size: 1.3em;
}

.hero-row h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
}

.btn-center {
 text-align: center;
}

/* Width fix for desktop*/
@media (min-width: 900px) {
.col {
  width: 100%;
  }
}

.col {
  height: 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 3rem;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col2 .col-cnt {
  text-align: center;
}

.col2 .col-cnt .sub-title {
  color: white;
  font-weight: normal;
}

.col2 .col-cnt .logo-title img {
  width: 100%;
  max-width: 450px;
  display: inline-block;
}

@media (max-width: 900px) {
 .hero-row {
    height: auto;
    min-height: 60vh;
    width: 100%;
    flex-direction: column;
  }
  
  .col {
    min-height: 23vh
      width: 100%;
  }
  
  .col1 {
    min-height: 33vh
  }
  
  .col2 .col-cnt .logo-title img {
    width: 100%;
    max-width: 66vw;
    display: inline-block;
  }
}


