/*
Theme Name:         Citadel Admissions
Theme URI:          https://citadel.edu/
Author:             The Citadel Webmaster
Author URI:         https://citadel.edu/web
Description:        Child theme for student types.
Template:           citadel
Version:            1.1.0
Text Domain:        citadel-student-types
GitHub Theme URI:   https://github.com/the-citadel/citadel-student-types
*/


#student-types:hover img {
	opacity: 0.5;
}

#student-types > .wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#student-types .student-type {
	border: none;
	padding: 1.77rem 1rem;
	text-align: center;
}

#student-types .student-type:hover img,
#student-types .student-type:focus img {
	opacity: 1;
}

#student-types .student-type:hover h3,
#student-types .student-type:focus h3 {
	border-bottom: 1px solid #002856;
}

#student-types .circular-image {
	border-radius: 50%;
	display: inline-block;
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 150px;
}

#student-types img {
	height: 100%;
	left: 50%;
	max-width: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	-webkit-transition: opacity ease 0.4s;
	transition: opacity ease 0.4s;
}

#student-types h3 {
	border-bottom: 1px solid transparent;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	margin: 0;
	-webkit-transition: border-bottom ease 0.4s;
	transition: border-bottom ease 0.4s;
}

.entry-content ul {
	list-style-type: square;
}

.entry-content ul.program-blocks {
	list-style-type: none;
}

/*new homepage */
#home-cta .cta-title {
font-weight: 700;
}
#home-cta a {
opacity: 1;
text-decoration: none;	
}
#home-cta.subsite-home {
    padding-top: 15px;
    padding-bottom: 15px;
}

.home .entry-header .entry-header-content h1 {
font-family: "american_captainregular", sans-serif;
}

.home .entry-header .entry-header-content h1 {
    display: block;
    color: #fff;
    font-size: 4rem;
	font-weight: normal;
	line-height: normal;
}

.home .entry-header .entry-header-content h1 span {
	color: #3975b7;
}

.home .entry-header .entry-header-content a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
	font-family: open-sans, helvetica, arial, sans-serif;
	background: rgba(205,163,31,.9);
	padding:15px 15px;
	border-radius:0px;
	max-width: 240px;
	margin: 15px auto;
	text-decoration: none;
	font-weight: 700;
}

.home .entry-header .entry-header-content a:hover {
cursor: pointer;
	background: rgba(205,163,31,1);
}

.main-header .lockup .current-site:after {
    display: block;
    content: "Admissions";
    font-size: 18px;
    text-transform: uppercase;
}

/*home page layout changes */
.home .sidebar {
    display: none;
}

.home .page-content.student-type .entry-content > :not(.sidebar):not(.wp-block-group) {
width: 100%;
}

#omc-widget-area .omc-widgets #citadel_omc-2 a .omc-background:before, #omc-widget-area .omc-widgets #citadel_omc-2 a .omc-info, #omc-widget-area .omc-widgets #citadel_omc-6 a .omc-background:before, #omc-widget-area .omc-widgets #citadel_omc-6 a .omc-info {
opacity: 0;
}
#omc-widget-area .omc-widgets #citadel_omc-2 a:hover .omc-background:before, #omc-widget-area .omc-widgets #citadel_omc-2 a:hover .omc-info, #omc-widget-area .omc-widgets #citadel_omc-6 a:hover .omc-background:before, #omc-widget-area .omc-widgets #citadel_omc-6 a:hover .omc-info {
opacity: .85;
}
.home .entry-content > h2 {
    margin-top: 0;
}
#home-featured-video #custom_html-5 {
    max-width: 4000px !important;
}

#home-featured-video {
	padding: 0;
}

#tourem {
background: #fff;	
	margin-bottom: -5px;
	margin-top: 0px
}
#media_video-5 {
	display: none;
}
.home .entry-header.header-media:before, .home .entry-header.header-media:after {
	opacity: .6;
}
a.exp-link {
    color: #fff;
    display: block;
    font-weight: 600;
	padding-top: 10px;}


.page-id-141 .wp-block-coblocks-accordion-item {
border-radius: 0px;
border: 0px;
background-color: rgba(206, 199, 191, 0.4);
font-size: 0.84rem;
}
.omc-info {
    min-height: 340px;
}

/*frontpage changes for stats */
.statbox {
background: #002856;
border-radius: 3px;
padding: 15px 15px 30px;
}

.wp-block-columns:hover .statbox {
	animation: bounceIn;  animation-duration: 2.5s; 
}

.statbox.outstatbox {
	padding: 15px 20px;
}

.statbox h2 {
font-size: 9rem;
font-size: 8vw;
line-height: 46px;
color: #fff;
font-weight: 700;
}

.statbox.outstatbox h2 {
	font-size: 7.5rem;
	font-size: 7vw;
}

.statbox h2 span {
font-family: arial, helvetica;
font-size: 6rem;
font-size: 7vw;
color: #cda31f;
}

.statbox.outstatbox h2 span {
font-size: 5rem;
font-size: 7vw;
}

@media only screen and (max-width: 768px) {
.statbox h2 {
	font-size: 7rem;
}

.statbox.outstatbox h2 {
  font-size: 7rem;
}
 
.statbox.outstatbox h2 span {
  font-size: 5rem;
}

.statbox h2 span {
  font-size: 5rem;
}
 
.fintype img {
  width: 100%;
}

}

.statbox p {
text-align: center;
text-transform: uppercase;
font-size: 90%;
color: #fff;
}

.statbox.outstatbox p {
    padding: 15px 0;
    max-width: 90%;
    margin: 0 auto;
}

@media only screen and (min-width : 1025px) {
#sidebar-buttons.middle {
clear: both;
}
#sidebar-buttons.middle .widget {
    float: left;
    width: 25%;
    margin-top: 0px;
    margin-bottom: 60px;
}
#sidebar-buttons.middle a {
margin-right: 15px;
}
	#sidebar-buttons.middle #citadel_cta_widget-10 a {
		margin-right: 0px;
	}
}
@media only screen and (max-width : 768px) {
.home .wp-block-columns {
    display: block;
}
.home .wp-block-column:not(:first-child) {
    margin-left: 0em;
}
.statbox {
    background: #002856;
    border-radius: 3px;
    padding: 5px 10px 20px;
}
}

.home .page-content.student-type.left-sidebar {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.home .page-content.student-type .entry-content > .wp-block-group ~ :not(.wp-block-group) {
	max-width: 100%;
}
.home .wp-block-button__link.no-border-radius {
    color: #fff;
}

.home .wp-block-button__link.no-border-radius:hover {
	color: #002856;
}

hr.wp-block-separator {
	border: none;
	background: #cda31f;
	height: 3px;
}
.entry-content > hr:last-child:empty {
    display: inherit;
    margin-bottom: 30px;
}

.home .entry-content img {
	max-height: 500px;
}
.disclaimer {
    padding: 15px 5.62vw;
    text-align: center;
    font-size: 70%;
    opacity: 1;
    background: #3975b7;
    color: #fff;
}

/*contact page form css */
.nf-form-cont {
	max-width: 100%;
}

.page-id-348 .nf-form-cont .nf-form-fields-required {
	display: none;
}
#nf-field-36 {
	background: #3975b7;
}
.yourofficer {
    background: rgba(206, 199, 191, 0.4);
    padding: 15px 30px;
}
.yourofficer img {
    border: 6px solid #fff;
}
.yourofficer h5 {
    background: #3975b7;
    max-width: 55%;
    color: #fff;
    padding: 1px 5px 3px;
}
.officerimage {
	float: right; 
	width: 40%; 
	margin-top: 25px;
}
@media only screen and (max-width : 768px) {
	.officerimage {
	float: none; 
	width: auto; 
	margin-top: 10px;
}
.officerimage img {
	max-height: inherit;	
	}
}

/*video banner changes for mobile */
@media only screen and (max-width : 639px) {
	.home .video-header .video-container {
display: none;
}

.home .video-header .banner-video-overlay > a {
padding-top: 1rem;
padding-bottom: 1rem;
}

.home .entry-header.video-header {
    background: url(https://dev-citadel-network.pantheonsite.io/corps/wp-content/uploads/sites/27/ringday.jpg);
        background-size: auto;
    background-size: cover;
}
	.home .entry-header .entry-header-content h1::before {
font-size: 3rem;		
}
}


/* Landing Page 8359 for Custom Page Template */


.page-id-8359 .custom-entry-content {
    max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
}

#white-container {
    padding-top: 1.5vw;
    margin-left: -5.62vw;
    margin-right: -5.62vw;
    width: calc(100% + 11.24vw); 
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 3.5vw;
    padding-bottom: 2vw;
}

#blue-container {
    padding-top: 1.5vw;
    margin-left: -5.62vw;
    margin-right: -5.62vw;
    width: calc(100% + 11.24vw); 
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 3.5vw;
    padding-bottom: 2vw;
    background: #002856;
}

.page-id-8359 .main-header.right-header {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .page-id-8359 .page-content.student-type.left-sidebar {
        display: block;
    }
}

.page-id-8359 .wpcpro-gallery-thumbs {
    display: none !important;
}

.page-id-8359 wpcpro-wrapper .wpcp-carousel-section.nav-vertical-center:not(.wpcp_swiper_vertical) {
  margin: 0;
}

.page-id-8359 .wpcp-carousel-wrapper.wpcp-wrapper-7178 {
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
    max-height: 700px;
}

body.page-id-8359 .wpcp-prev-button,
body.home .wpcp-next-button {
    top: 44% !important;
}

.page-id-8359 .wpcp-carousel-wrapper.wpcp-wrapper-7178 .wpcpro-gallery-slider .wpcp-slide-image img {
    height: auto;
}

/* Style for the marketing landing page templates */
.custom-entry-content {
    padding: 4.21rem 5.62vw; 
}

.custom-entry-content #breadcrumbs {
	display: none;
}