/*
Theme Name: Fullerton College Main
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 0.0.1
Description: Divi Child Theme.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
*/

/*Body */
body{
	background-color: #d6d6d6;
}

/* Links */
a {
	color: #0f406b;
	text-decoration: none;
	font-weight: 600;
}
a:hover, a:focus, a:active {
	color: #0f406b;
	text-decoration: underline;
}
#main-content a {
	font-weight: 600;
}
:focus {
	outline: solid 2px #3691e0;
}


/*==========================HEADER===================*/
/*---------Main Navigation-------*/
div#top-header {
	background-color: #fdc12a!important;
}
#main-header {
	position: relative;
	z-index: 99999;
	top: 0;
	width: 100%;
	background-color: #0f406b!important;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	font-weight: 500;
	line-height: 23px;
}
#et-top-navigation nav>ul>li>a {
	margin-bottom: 25px;
	padding-bottom: 0!important;
}
#et-top-navigation {
	padding-top: 25px;
	padding-left: 0!important;
}
ul#top-menu.nav li a {
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif!important;
    font-weight: 600!important;
}
ul#top-menu.nav li a:focus, #et-secondary-nav li a:focus, ul#top-menu.nav li a:focus {
	text-decoration: underline;
}
#logo {
	display: inline-block;
	float: none;
	max-height: 100%;
	max-width: 35%;
	height: 50px;
	margin-left:-5px;
	margin-bottom: 0;
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.logo_container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: 1200px!important;
    width: 85%;
}
/*-----------Secondary Menu----------*/
#et-secondary-menu {
	display: block;
	padding-top: .35em;
	float: right;
}
#top-header .container {
	padding-top: .25em;
	padding-bottom: .25em;
}
#et-info {
	padding-top: .65em;
	float: left;
}
#top-header span#et_search_icon, #top-header  #et-secondary-nav li a, #top-header span#et-info-phone {
	color: #333;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
#top-header #et-secondary-nav li a:hover, #top-header #et-secondary-nav li a:active, #top-header #et-secondary-nav li a:focus {
	text-decoration: underline;
}
#et-secondary-nav li {
    position: relative;
    text-align: right;
	margin-right: 15px;
}
#et-secondary-nav, #et-secondary-nav li {
    display: inline-block;
}
#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a {
    line-height: 1em;
}
#et-info, #et-secondary-menu>ul>li a {
    padding-bottom: .75em;
    display: block;
}
/*----Search----*/

 #top-header button.searchIcon{
	color: #b5b5b5;
    position: absolute;
    right: 10px;
	background: none;
	border: none;
    z-index: inherit;
}
#top-header button.searchIcon:hover{
	color: #0f406b;
	cursor: pointer;
}
#top-header .et-search-form-fix {
    position: absolute;
    z-index: 1000;
    top: -23px;
    right: 135px;
    bottom: 0;
    width: 180px;
}
#top-header .et-search-form-fix input {
    position: absolute;
    bottom: 1.5px;
	width: 170px; 
	height: 25px;
    margin: auto;
    border: 0 solid #ccc;
    color: #b5b5b5;
	background: #fff;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	border-radius: 5px;
	padding-left:5px;
	padding-right: 20px;
}
form.et-search-form-fix input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b5b5b5;
    opacity: 1; /* Firefox */
}
form.et-search-form-fix input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b5b5b5;
}
form.et-search-form-fix input::-ms-input-placeholder { /* Microsoft Edge */
    color: #b5b5b5;
}
.searchMenu {
	position: relative;
}
/*-----Online Services-----*/
img.onlineServices.svg {
	width: 25px;
}
.svg:hover, .svg:active, .svg:focus a{
	cursor: pointer;
	filter: invert(.05) sepia(9) saturate(3) hue-rotate(170deg);	
}
/*--------------------------Mobile Menu--------------------------*/
@media screen and (max-width: 980px) {
	.et_mobile_menu {
		border-top: 3px solid #fdb22a!important;
	}
	/*----------Overlay settings----------*/
	#pageContain.opened {
		overflow: hidden;
		position: fixed;
		height: 100%;
		z-index: -99999;
		pointer-events: none;
		
	}
	#pageContain.opened:focus{
		display: none;
	}
	.mobileOverlay.opened{
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 9999;
		background-color: rgba(15,64,107, .8);
		
	}
	.mobile_menu_bar-2 {
		display: block;
		position: relative;
		line-height: 0;
		margin-bottom: 24px;
	}
	.mobileOverlay.opened .et_mobile_menu {
		visibility: visible;
		display: inline;
		background: none;
		height: 100%;
	}
	.mobile_menu_bar-2 {
		background-color: rgba(0,0,0,0);
		border: 0;
	}
	.mobile_menu_bar-2:before {
		color: #cccccc!important;
		position: relative;
		top: 0;
		left: 0;
		font-size: 32px;
		content: "\61";
		cursor: pointer;
		text-shadow: 0 0;
		font-family: ETmodules!important;
		font-weight: 400;
		font-style: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: 1;
		text-transform: none;
	}
	.mobile_nav.opened .mobile_menu_bar-2:before {
			content: "\4d"
		}
	/*------------Search Form-------*/
	.mobile_search {
		width: 100%;
    	overflow: hidden;
    	padding-bottom: 20px;
	}
	#mobile_menu input[type="text"] {
		height: 30px;
		width: 85%;
		border: 1px solid rgba(0,0,0,0);
		background: #e7e7e7;
		color: #0f406b;
		float: left;
		padding: 5px;
	}
	#mobile_menu button {
		background: rgba(15,64,107, 0);
		color: #fff;
		width: 12%;
		border: 1px solid rgba(0,0,0,0);
		padding: 0;
		float: right;
		
	}
	#mobile_menu .searchIcon {
		font-size: 20px;
	}
	/*-------First Nav Blocks-------*/
	div.nav_menu_blocks {
		display: inline;
	}
	.nav_menu_blocks a{
		background-color: #fdb22a;
		color: #0f406b!important;
		margin-bottom: 5px;
		text-align: center;
		font-weight: 800;
		text-transform: uppercase;
	}
	.nav_menu_blocks a:hover{
		background-color: #c58d00!important;
	}
	/*-----Second Nav-----*/
	.sub_nav_menu_blocks a{
		display: inline;
		font-size: 20px;
		color: #fff!important;
		text-align: center;
	}
	
	.sub_nav_menu_blocks .left {
		float: left;
		width: 50%;
		clear: right;
	}
	.sub_nav_menu_blocks .right {
		float: left;
    	width: 50%;
	}
	
	/*-----------Online Services-------*/
	.mobile_online{
		margin-bottom: 10px;
		text-align: center;
		width: 100%;
		height: 50px;
	}
	.mobile_online .svg {
		filter: invert(1) sepia(9) saturate(0) hue-rotate(0deg);
		-webkit-filter: invert(1) sepia(9) saturate(0) hue-rotate(0deg);
	}
	.mobile_online .onlineServices {
		width: 45px;
	}
}

/*-----Mobile Menu Toggle------------*/
.mobile_menu_bar:before {
	color: #cccccc!important;
}
div#et-top-navigation .et_mobile_menu {
	background: #0f406b!important;
}
div#et-top-navigation .et_mobile_menu li a {
	color: #ffffff!important;
}
/*------------Header Responsive----------------*/

@media (max-width: 980px) {
	#main-header {
		padding-top: 0;
		padding-bottom: 0;
	}
	#top-header {
		display: none;
	}
	.container.et_search_form_container.et_pb_search_visible {
		background-color: #0f406b;
	}
	.et-search-form {
		max-width: 100%!important;
		width: 100%!important;
	}
	#logo, .et_header_style_split #logo {
    	max-width: 75%;
	}	
}
@media (max-width: 1080px) and (min-width: 980px) {
	#logo, .et_header_style_split #logo {
    	max-width: 30%;
	}	
	#et-top-navigation {
		padding-left: 0;
	}
}

@media (max-width: 1165px) and (min-width: 980px) {
	ul#top-menu.nav li {
		padding-right: 12px;
	}
	#et-secondary-nav li {
		margin-right: 7px;
	}
	#logo, .et_header_style_split #logo {
    max-width: 20%;
	}
}
/*===============FOOTER==================*/
#main-footer {
	background-color: #222;
	display: block;
}
#footer-container {
    padding: 4% 0 3% 0%;
}
/* Footer Columns */
.footer-column {
	width: 20.875%;
	margin: 0 5.5% 0 0;
	float: left;
	color: #fff;
}
.footer-block {
	max-width: 100%;
	padding-bottom: 10px;
}
.footer-column.first {
	margin-right: 2.5%;
	width: 25%;
}
.footer-column.left {
	margin-right: 2.5%;
	width: 10%;
}
.footer-column.right {
	margin-right: 2.5%;
	width: 20%;
}
.footer-column.last {
	margin-right: 0;
	width: 36%;
}
#seal {
	display: inline-block;
    padding-right: 10%;
    margin-top: 0;
	max-height: 120px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#footerLogo {
    display: inline-block;
    float: none;
    margin-left: -5px;
    max-height: 100%;
    /* height: 50px; */
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footerSeal {
	float: left;
	width: 45%
}
.footerInfo {
	float: right;
	width: 55%;
}


/*----Footer Search----*/
.footerSearch form {
	width: 100%;
}
.footerSearch button{
    color: #b5b5b5;
    position: relative;
    top: -24px;
    float: right;
    background: none;
    border: none;
    z-index: inherit;
}
.footerSearch button:hover{
	color: #0f406b;
	cursor: pointer;
}
.footerSearch input {
	width: 100%; 
	height: 30px;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
	padding-left: 5px;
	font-size: 12px;
    margin: auto;
    border: 0 solid #ccc;
    color: rgb(100, 100, 100);
	background: #fff;
	font-size: 12px;
	border-radius: 5px;
}
/*----------Footer Text-------------*/
div.footer-column p {
    color: rgb(173, 173, 173);
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
	line-height: 20px!important;
	font-weight: 600;
    padding-bottom: 5px;
}
div.footer-column h2.title {
	font-family: 'Open Sans',sans-serif!important; 
	font-size: 18px;
	letter-spacing: 0;
	color: #fdc12a!important;
	font-weight: 400;    
}
div.footer-column a {
	color: #fff;
    font-size: 12px;
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: 600;
    padding-bottom: 10px!important;
}
div.footer-column a:hover,  div.footer-column a:focus, div.footer-column a:active {
    color: #ccc;
    font-size: 12px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-decoration: underline;
}
div.footer-block span {
    padding-left: 5px;
}
/* ---------Footer Responsive---------- */
@media screen and (max-width: 1080px) {
	.footer-column.first {
		margin-right: 2.5%;
		width: 45%;
	}
	.footer-column.left {
		width: 15%;
	}
	.footer-column.right {
		margin-right: 0;
		width: 30%
	}
	.footer-column.last {
		width: 100%;
		margin-top: 2.5%;
		text-align: center;
	}
	#seal {
		margin-top: -10px;
	}
}
@media screen and (max-width: 720px) {
	.footer-column.first {
		margin-top: 5%;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	.footer-column.left {
		margin-top: 2.5%;
		margin-right: 0;
		text-align: center;
		width: 100%;
	}
	.footer-column.right {
		margin-top: 2.5%;
		margin-right: 0;
		text-align: center;
		width: 100%
	}
	.footer-column.last {
		width: 100%;
		margin-top: 2.5%;
		text-align: center;
	}
	.footerInfo {
		margin-top: 2.5%;
		width: 100%;
	}
	.footerSeal {
		width: 100%;
	}
	#seal {
		margin-top: 0;
		padding-right: 0;
	}
	.footer-column.left div.footer-block {
		padding-bottom: 0;
	}
}
/*======================PAGE===================*/
/*---------Featured Image-----*/
.pageFeature {
	height: 300px;
	position: relative;
	background:#0f406b;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.h1Title{
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	bottom: 0;
}
div.h1Title div.et_pb_row.et_pb_row_0{
	padding: 2px 0;
}
.pageFeature h1 {
	color: #0f406b;
	font-weight: 600;
	font-size: 35px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
h1 a, h2 a, h3 a, h4 a {
	font-weight: 800!important;
}
.et_pb_bg_layout_dark a{
	color: #fdc12a;
}
.et-pb-slider-arrows a:focus, .et-pb-slider-arrows a:active,  a.et_pb_video_play:focus,  a.et_pb_video_play:active, a.et_pb_video_play:hover  {
	text-decoration: none;
}
/*----Feature Image Mobile-----*/
@media (max-width: 780px) {
	.pageFeature {
		height: 170px;
	}
}
/*------News Module----*/
.newsModule .et_pb_row {
	position: relative;
}
.newsModule .et_pb_button_module_wrapper {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.newsModule a.et_pb_button  {
	padding: 20px;
	width: 100%;
}
.newsModule div.newsTopRow div.et_pb_column_1_3 {
	position: absolute;
    padding: 20px;
    height: 94%;
    left: 20px;
    z-index: 999;
    background-color: #002e669c;
}
.newsModule div.newsTopRow .et_pb_column_2_3 {
	width: 100%;
}
.et_pb_text.et_pb_text_1.et_pb_bg_layout_dark {
	padding-top: 20px;
}

@media (max-width: 478px) { 
	.newsModule .et_pb_button_module_wrapper {
		bottom: 0px;
	}
}
@media (max-width: 980px) {
	.newsModule div.newsTopRow div.et_pb_column_1_3 {
		position: absolute;
		padding: 20px;
		bottom: 0px;
		left: 0px;
		height: 100%;
		z-index: 999;
		margin-bottom: 0!important;
		background-color: #002e669c;
	}
	.et_pb_column {
		margin-bottom: 0!important;
	}
}

/*------Calendar Module----*/

.calendarModule div.c1 {
	border-right: #fdc12a 2px solid;
	float: left;
	width: 20%!important;
	padding: 20px;
}
.calendarModule div.c2, .calendarModule div.c3, .calendarModule div.c4  {
	border-right: #fdc12a 2px solid;
	float: left;
	width: 20%!important;
	padding: 20px;
}
.calendarModule div.c5 {
	float: right;
	width: 20%!important;
	padding: 20px;
	border:0;
}

.calendarModule img {
	border-radius: 50% 50% 50% 50%;
	position: relative;
	max-width: 100%;
}
.calendarModule img:hover {
	opacity: .6;
}
.calendarModule img.calendarImage {
	max-width: 100%;
	margin-bottom: 10px;
}
.calendarModule a {
	word-wrap: normal;
}
.supportServices.calendarModule img {
	border-radius: 0!important;
}


@media (min-width: 981px) {
	.calendarModule .et_pb_column_4_4 .et_pb_module, .calendarModule .et_pb_column_4_4.et_pb_column_4_4 .et_pb_module {
    	margin-bottom: 0; 
	}
}
@media (max-width: 980px) {
	.calendarModule div.c1 {
		border: 0;
		border-radius: 0;
		overflow: hidden;
		width: 100%!important;
		padding: 20px;
	}
	.calendarModule div.c2, .calendarModule div.c4  {
		border-right: #fdc12a 2px solid;
		float: left;
		width: 50%!important;
		padding: 20px;
	}
	.calendarModule div.c3, .calendarModule div.c5 {
		float: right;
		width: 50%!important;
		padding: 20px;
		border: 0;
	}
	.calendarModule div.c4 {
		clear: left;
	}
	.calendarModule img {
		border-radius: 50% 50% 50% 50%;
		display: inline-block;
		position: relative;
		float: left;
		max-width: 40%;
		margin-right: 5px;
	}
	
	.calendarModule img.calendarImage {
		max-width: 20%;
		margin-right: 10px;
	}
}
@media (max-width: 680px) {
	.calendarModule div.c1, .calendarModule div.c2, .calendarModule div.c5, .calendarModule div.c4, .calendarModule div.c3 {
		border-radius: 0;
		overflow: hidden;
		width: 100%!important;
		padding: 20px;
		border: 0;
	}
	.calendarModule img {
		border-radius: 90%;
    	position: relative;
    	float: left;
    	max-width: 20%;
		margin-right: 15px;
	}

}
/*========================HOMEPAGE=======================*/
/*----Hero Image----*/
.heroImage div.et_pb_slide_description {
	max-width: 700px;
	margin-top: 10%;
	padding: 2%;
	background-color: rgba(15, 64, 107, 0.76);
	box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.4)
}
.heroImage div.et_pb_slider_container_inner {
	padding-top: 10%;
	padding-bottom: 6%;
}
.heroImage div.et_pb_slides div.et_pb_slide {
	min-height: 400px;
}
.heroImage a {
	color: #fdc12a;
}
.heroImage h1, .heroImage h2, .heroImage p, .heroImage a {
	text-shadow: none;
}

/*----Campus News----*/

div.homeCampusNews {
	min-height: 175px;
	overflow: hidden;
	width: 100%;
}
.et_pb_text.homeCampusNews.et_pb_bg_layout_dark.et_pb_text_align_left {
    height: 175px;
}
@media (max-width: 680px) { 
	div.homeCampusNews {
		min-height: auto;
		overflow: visible;
		width: 100%;
		position: initial;
	}
	.et_pb_text.homeCampusNews.et_pb_bg_layout_dark.et_pb_text_align_left {
    height: auto;
}
}
/*--------Events----------*/
.events em {
    background: #0f406b;
    padding: 10px;
    color: #fdc12a;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    margin-right: 10px;
    float: left;
}
.events p {
	border-bottom: 1px #fdb22a solid;
    padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}

/*--------Get Started---------*/
a.getStarted, a.getStarted:hover, a.getStarted:active {
	font-size: 25px!important;
	padding-top: 30%!important;
	background-size: cover!important;
}
a.getStarted.yellow {
	background-color: #fdb22a;
	background-blend-mode: multiply;

}
a.getStarted.yellow:hover, a.getStarted.yellow:active {
	background-color: #c58d00;
	background-blend-mode: multiply;

}
a.getStarted.blue {
	background-color: #274265;
	background-blend-mode: overlay;

}
a.getStarted.blue:hover,  a.getStarted.blue:active{
	background-color: #0f406b;
	background-blend-mode: multiply;

}
/*-----Apply Now----*/
section.et_pb_module.et_pb_fullwidth_header.homeApplyNow {
	height: 400px;
}
.homeApplyNow div.et_pb_fullwidth_header_container {
	padding-top: 5%;
	padding-bottom: 5%;
	height:100%;
}

/* Misc */
h2.title {
	padding-bottom: 5px;
	text-transform: none;
}

/* Page Container Full-size on Mobile */
@media (max-width: 980px) {
.et_non_fixed_nav #page-container {
	width: 100%;
	}
}
/* Fixes default page template */
@media (min-width: 981px) {
	#main-content .container:before {
		right: 22.875%;
	}
	#left-area {
		float: left;
		padding-right: 45px;
	}
}