/*
Theme Name: Fullerton College Multisite Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Fullerton College Multisite 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;
}
#skipNav {
	color: #222;
}
.float-top {
	position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px;
}
.float-top a {
	font-family: ETmodules;
    font-size: 250%;
    color: #0f406b;
}
#pageContain.opened .float-top {
	display: none;
}
/*==========================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_header_style_left #et-top-navigation nav>ul>li>a {
	margin-bottom: 25px;
	padding-bottom: 0!important;
}
.et_header_style_left #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;
}
/* .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    max-width: 1200px!important;
    width: 85%;
} */
#skipNav a {
	position: absolute;
	top: -200px;
	left: -200px;
	padding: 10px;
	background: #fdc12a;
	color: #0f406b;
	z-index: 999999;
}
#skipNav a:focus, #skipNav a:active {
	top: 0;
	left: 0;
}
/*-----------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-----*/
#canvasLogo {
	width: 25px;
}
#myGatewayLogo {
	width: 25px;
}
#email {
	width: 25px;
}
#book{
	width: 25px;
}
#calendar{
	width: 25px;
}
.svg:hover, .svg:active, .svg:focus a{
	cursor: pointer;
	filter: invert(.05) sepia(9) saturate(3) hue-rotate(170deg);	
}

/*---Fixed Nav----*/
.et_fixed_nav #top-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
#top-header.et-fixed-header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
}
.et-fixed-header #logo{
	height: 26px;
}
.et-fixed-header #et-top-navigation {
    padding-top: 10px!important;
}
.et-fixed-header #et-top-navigation nav>ul>li>a {
    margin-bottom: 10px;
}
/*--------------------------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 #book, .mobile_online #email, .mobile_online #myGatewayLogo, .mobile_online #canvasLogo, .mobile_online #calendar {
		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_header_style_left .et-search-form {
		max-width: 100%!important;
		width: 100%!important;
	}
	.et_header_style_left #logo, .et_header_style_split #logo {
    	max-width: 75%;
	}	
}
@media (max-width: 1080px) and (min-width: 980px) {
	.et_header_style_left #logo, .et_header_style_split #logo {
    	max-width: 30%;
	}	
	#et-top-navigation {
		padding-left: 0;
	}
}

@media (max-width: 1200px) and (min-width: 980px) {
	ul#top-menu.nav li {
		padding-right: 12px;
	}
	#et-secondary-nav li {
		margin-right: 7px;
	}
	.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 20%;
	}
}
@media (max-width: 1120px) and (min-width: 980px) {
	.searchMenu {
		display: none;
	}
}
/*===============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(153, 153, 153);
    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;
	}
}
/* 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;
	}
}
.grecaptcha-badge {
opacity: 0!important;
}

/*Translation widget*/
.switcher {
	font-weight: 500;
	font-family: 'Open Sans', 'Arial', sans-serif!important;
	text-transform: uppercase;
}

.switcher a {
	font-size: 12px!important;
}

.switcher .selected a {
	padding: 3px 8px!important;
}

.switcher .selected img, .switcher .option img {
	display: none;
}

.switcher .option a {
  padding: 10px 5px!important;
}
.switcher .selected a::after {
	height: 20px!important;
}