/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi
Description: Divi child theme via FreshySites
Author: FreshySites
Author URI: https://freshysites.com/
Template:  Divi
Version: 1.0.0
*/
/* Add your own styles at the bottom */


/***Partners Page *****/
.page-id-6098 .et-db #et-boc .et_pb_gutters1.et_pb_row .et_pb_column_1_4 .et_pb_module, .page-id-6098 .et_pb_gutters1.et-db #et-boc .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 0!important;
	height: 320px!important;
}
.page-id-6098 .et-db #et-boc .et_pb_row {
    width: 100%!important;
    max-width: 100%!important;
}
.page-id-6098 .et_pb_team_member_description, .page-id-6098 .et_pb_team_member_image{
	position:absolute!important;
	top:0px!important;
}

/******* End Partners Code ********/

/* -- COLORS -- */
.white, 
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white li, .white a,
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, li.white, a.white, p.white {
	color: #fff;
}

.black, 
.black h1, .black h2, .black h3, .black h4, .black h5, .black h6, .black li, .black a,
h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, li.black, a.black, p.black {
	color: #000;
}

.primary, 
.primary h1, .primary h2, .primary  h3, .primary h4, .primary h5, .primary h6, .primary li, .primary a,
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, li.primary, a.primary, p.primary {
	color: #708ca5!important;
}

.secondary, 
.secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary li, .secondary a,
h1.secondary, h2.secondary, h3.secondary, h4.secondary, h5.secondary, h6.secondary, li.secondary, a.secondary, p.secondary {
	color: #daf238;
}

.tertiary, 
.tertiary h1, .tertiary h2, .tertiary h3, .tertiary h4, .tertiary h5, .tertiary h6, .tertiary li, .tertiary a,
h1.tertiary, h2.tertiary, h3.tertiary, h4.tertiary, h5.tertiary, h6.tertiary, li.tertiary, a.tertiary, p.tertiary {
	color: #e4debe;
}

/* background colors */
.bg-white, a.bg-white {background-color: #fff;}
.bg-black, a.bg-black {background-color: #000;}
.bg-primary, a.bg-primary {background-color: #32a709;}
.bg-secondary, a.bg-secondary {background-color: #daf238;}
.bg-tertiary, a.bg-tertiary {background-color: #e4debe;}

/* -- END COLORS -- */

.hide{
	display:none !important;
}

/* -- TYPOGRAPHY -- */

/* let's set our own TypeKit font here */
body {
	font-family: 'capitolium-2', Georgia, "Times New Roman", serif;
	font-weight: 400;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";								   
}
.tk-capitolium-2,
h1.tk-capitolium-2, h2.tk-capitolium-2, h3.tk-capitolium-2, h4.tk-capitolium-2, h5.tk-capitolium-2, h6.tk-capitolium-2,
.tk-capitolium-2 h1, .tk-capitolium-2 h2, .tk-capitolium-2 h3, .tk-capitolium-2 h4, .tk-capitolium-2 h5, .tk-capitolium-2 h6 {
	/*font-family: 'capitolium-2', Georgia, "Times New Roman", serif!important;*/
	font-weight: 400 !important;
	font-size: 1em;
}

.text-lowercase, 
.text-lowercase h1, .text-lowercase h2, .text-lowercase h3, .text-lowercase h4, .text-lowercase h5, .text-lowercase h6, .text-lowercase li, .text-lowercase a {
	text-transform: lowercase !important;
}

/* .text-uppercase, 
.text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6, .text-uppercase li, .text-uppercase a {
	text-transform: uppercase !important;
} */

.text-capitalize, 
.text-capitalize h1, .text-capitalize h2, .text-capitalize h3, .text-capitalize h4, .text-capitalize h5, .text-capitalize h6, .text-capitalize li, .text-capitalize a {
	text-transform: capitalize !important;
}

.text-transform-none, 
.text-transform-none h1, .text-transform-none h2, .text-transform-none h3, .text-transform-none h4, .text-transform-none h5, .text-transform-none h6, .text-transform-none li, .text-transform-none a {
	text-transform: none !important;
}

.font-weight-bold, 
.font-weight-bold h1, .font-weight-bold h2, .font-weight-bold h3, .font-weight-bold h4, .font-weight-bold h5, .font-weight-bold h6, .font-weight-bold li, .font-weight-bold a {
	font-weight: 700;
}

.font-weight-normal, 
.font-weight-normal h1, .font-weight-normal h2, .font-weight-normal h3, .font-weight-normal h4, .font-weight-normal h5, .font-weight-normal h6, .font-weight-normal li, .font-weight-normal a {
	font-weight: 400;
}

.font-italic {font-style: italic;}

.text-underline-none, .text-underline-none a {text-decoration: none !important;}

.text-underline, .text-underline a {text-decoration: underline !important;}

.text-nowrap, .text-nowrap a {white-space: nowrap !important;}

.text-wrap-normal, .text-wrap-normal a {white-space: normal !important;}

/* -- END TYPOGRAPHY -- */


/* -- TEMPLATE -- */

/* make page wrapper be flex and at least the height of the viewport */
body.et_divi_theme.desktop #page-container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* make the actual main content wrapper fill height (not including headers), 
and make it also flex so actual content area can fill needed height to push footer down */
body.et_divi_theme.desktop #page-container #et-main-area {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

/* grow main content area to fill needed height, which pushes footer down */
body.et_divi_theme.desktop #page-container #et-main-area #main-content {
	flex-grow: 1;
}

/* -- END TEMPLATE -- */


/* -- HEADER -- */

/* helps logo to not be pixelated when scaled down */
#logo {
	-webkit-transform: none !important;
	transform: none !important;
}

/* top bar */
#top-header .container {
	font-weight: 400;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	letter-spacing: 0px;
}

/* main menu */
#et-top-navigation {
	font-weight: 400;
}
/* parent menu link */
#top-menu > li > a {
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	letter-spacing: 0px;
}
#top-menu li a{
	line-height:20px;
}
#videoMsg h2{
	position: relative;
    top: -230px;
    z-index: 777;
    color: white!important;
	width:232px!important;
	margin:auto;
	display:block;
	margin-bottom: -60px;
}
/* when mobile menu is open, change hamburger icon to x icon */
#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* makes sub sub menu icon be right arrow instead of down arrow */
#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, 
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
	content: '5';	
}

/* - mobile menu toggling elements, injected via jQuery - */

/* make menu list item be relative, to be able to position toggle within this item */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
	position: relative;	
}
/* the new toggle element, which is added via jQuery */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
	position: absolute;
	background-color: rgba(0,0,0,0.03);
	z-index: 1;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	top: 4px;
	right: 4px;
	cursor: pointer;
	text-align: center;
}
/* the new toggle element when popped */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
	background-color: rgba(0,0,0,0.1);
}
/* toggle icon */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
	/*font-family: "ETmodules" !important;*/
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 36px;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '\+';
}
/* toggle icon when triggered */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
	content: '\-';
}
/* hide sub menus by default */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
	display: none !important;
	padding-left: 0;
	z-index:100;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */
#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
	display: block !important;
	background-color: rgba(0,0,0,0.03);
	z-index:100;
}
/* remove sub menu list item left padding, since padding will be on anchors */
#main-header #mobile_menu.et_mobile_menu li li {
	padding-left: 0;
}

/* adjust mobile menu anchors side paddings */
#main-header #mobile_menu.et_mobile_menu li a {
	padding-left: 20px;
	padding-right: 20px;
}
/* indent sub menu */
#main-header #mobile_menu.et_mobile_menu li li a {
	padding-left: 40px;
	padding-right: 20px;
    line-height: 20px!important;
}
/* indent sub sub menus further */
#main-header #mobile_menu.et_mobile_menu li li li a {
	padding-left: 60px;
	padding-right: 20px;
}
/* if mobile menu anchor has toggle, make room for it to fit next to the link */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
	padding-right: 44px;
}

/* - end mobile menu toggling elements - */

/* undo Divi's default styling of mobile menu links that have children */
#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	font-weight: inherit;
}

/* make the current page's mobile menu link be different */
#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
	font-weight: bolder;
}

/* -- END HEADER -- */


/* -- FOOTER -- */

#freshy_copyright span {
	display: inline-block;
	line-height: 1.5em;
}

/* vertical pipe divider */
#freshy_copyright span.copyright_via {
	width: 33.33333%;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	background: rgba(255,255,255,0.25);
	vertical-align: middle;
	margin: 10px auto 15px;
	display: block;
}

#freshy_copyright a.copyright_fs {
	display: block;
	vertical-align: middle;
	width: 45px;
	height: 20px;
	background-image: url("/wp-content/uploads/freshysites-logo-white.svg");
	background-repeat: no-repeat;
	background-size: 45px 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 auto;
}

/* fix if using Impreza to remove underline */
#freshy_copyright a:hover {
	border: 0 !important;
}

@media (min-width: 600px) {
	/* vertical pipe divider */
	#freshy_copyright span.copyright_via {
		width: 1px;
		height: 20px;
		margin: 0 10px;
		display: inline-block;
	}
	#freshy_copyright a.copyright_fs {
		display: inline-block;
	}
}

@media (max-width: 980px) {
	#footer-bottom .et-social-icons li:first-child {
		margin-left: 0;
	}
}

/* -- END FOOTER -- */


/* -- RESPONSIVE -- */

/* do for mobile */
@media screen and (max-width: 767px) {
	/* hide on mobile */
	.hide-mobile {
		display: none;
	}
}

/* do for desktop */
@media screen and (min-width: 768px) {
	/* hide on desktop */
	.hide-desktop {
		display: none;
	}
}

/* -- END RESPONSIVE -- */


/* -- CHECKLIST -- */

.checklist ul {
    margin: 0;
	padding: 0 !important;
    list-style: none;
}

.checklist ul li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 6px !important;
}

.checklist-columns-2 ul li,
.checklist-columns-3 ul li,
.checklist-columns-4 ul li {
	margin-bottom: 6px !important;
}

@media (max-width: 638px) {
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		margin-bottom: 6px !important;
	}
	.checklist-columns-2 ul li:last-child,
	.checklist-columns-3 ul li:last-child,
	.checklist-columns-4 ul li:last-child {
		margin-bottom: 0 !important;
	}
}

/* create columns of list items with this class */
@media (min-width: 639px) {
	.checklist-columns-2 ul::after,
	.checklist-columns-3 ul::after,
	.checklist-columns-4 ul::after {
		content: '';
		clear: both;
		display: table;
	}
	.checklist-columns-2 ul li,
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 50%;
      	padding-right: 30px;
	}
	.checklist-columns-2 ul li:nth-child(odd),
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd){
		clear: both;	
	}
	.checklist-columns-2-alt > ul,
	.checklist-columns-3-alt > ul,
	.checklist-columns-4-alt > ul {
		-moz-column-count: 2;
		-moz-column-gap: 8px;
		-webkit-column-count: 2;
		-webkit-column-gap: 8px;
		column-count: 2;
		column-gap: 20px;
	}
	.checklist-columns-2-alt ul li,
	.checklist-columns-3-alt ul li,
	.checklist-columns-4-alt ul li {
		break-inside: avoid-column;
	}
}
@media (min-width: 981px) {
	.checklist-columns-3 ul li,
	.checklist-columns-4 ul li {
		float: left;
		width: 33.333333%;
	}
	.checklist-columns-3 ul li:nth-child(odd),
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-3 ul li:nth-child(3n+1),
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: both;	
	}
	.checklist-columns-3-alt ul,
	.checklist-columns-4-alt ul {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}
@media (min-width: 1199px) {
	.checklist-columns-4 ul li {
		float: left;
		width: 25%;
	}
	.checklist-columns-4 ul li:nth-child(odd) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(3n+1) {
		clear: none;	
	}
	.checklist-columns-4 ul li:nth-child(4n+1) {
		clear: both;	
	}
	.checklist-columns-4-alt ul {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}
}
ul{
	font-size: 21px;
	line-height:35px;
}
.et_pb_section ul{
	margin-top:20px!important;
}
.checklist ul li::before {
    font-family: 'Nucleo Glyph';
    content: '\ed3e';
    width: 20px;
    margin: 0;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #708CA5;
    /* set font size helps make icon sharper */
    font-size: 22px;
	font-weight: normal;
}

.pluslist ul li::before {
    content: '\f055';
}
.eventlist ul li::before {
    content: '\f274';
}
.locationlist ul li::before {
    content: '\f041';
}
.externallist ul li::before {
	content: '\f14c';	
}
.pdflist ul li::before {
    content: '\f1c1';
	color: red;
}
.userlist ul li::before {
	content: '\f2c0';
}

/* -- END CHECKLIST -- */


/* -- DIVI HACKS -- */

/* make parallax image be centered at the start */
.et_parallax_bg {
	background-position: center center;	
}

/* -- END DIVI HACKS -- */


/* -- TESTIMONIALS PLUGIN -- */

/* flip quote so it's an opening quote icon for grid and slider versions */
.b3_archive_testimonials_grid article .b3_quote.grid_quote::before,
.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi::before {
	-moz-transform: scale(-1,-1);
	-o-transform: scale(-1,-1);
	-webkit-transform: scale(-1,-1);
	transform: scale(-1,-1);
}

/* -- END TESTIMONIALS PLUGIN -- */


/* -- GRAVITY FORMS -- */

/* partially due to Surbma's restyling of the form, 
there now apepars to be excess margin above fields at certain screen sizes,
when two or more inputs have errors side by side (hence the + in the CSS),
so let's remove that top gap */
@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper form .gform_body ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
		margin-top: 0;
	}
}

/* we swap out form ajax spinner via PHP Function, and add spinning if its PNG */
img.gform_ajax_spinner[src$=".png"] {
	-webkit-animation: lime-spin 1.5s linear infinite;
	-moz-animation: lime-spin 1.5s linear infinite;
	animation: lime-spin 1.5s linear infinite;
	padding: 0;
	margin-left: 10px;
}
@-moz-keyframes lime-spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes lime-spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* fix for when Date Picker is used */
#ui-datepicker-div:empty {
	margin-top: 0;	
}

body .gform_wrapper label.gfield_label {
	font-weight: 400;
}

/* -- END GRAVITY FORMS -- */


/* -- HELPERS -- */

/* use the "fullwidth-section" class on a SECTION to make a "standard" SECTION truly be fullwidth 
(NOTE: the ROW module settings needs to be set to fullwidth, and the SECTION needs THIS class) */
.fullwidth-section.et_pb_section {
	padding: 0;
}
.fullwidth-section.et_pb_section > .et_pb_row.et_pb_row_fullwidth {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0;
}

/* use the "fullwidth-row" class on a SECTION to make a "full width" ROW truly be fullwidth 
(NOTE: the ROW module settings needs to be set to fullwidth, with no gutters, and the SECTION needs THIS class,
and unlike the class above, THIS class will auto-add padding to the columns) */
.fullwidth-row.et_pb_section {
	padding: 0;	
}
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth {
	width: 90% !important;
	max-width: 100% !important;
	margin: auto!important;
	padding: 0 !important;
}
/* helps add padding to each column */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
	padding: 50px 10%;
}
@media (min-width: 767px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
		padding: 80px 6%;
	}
}
/* for some reason Divi removes bottom margin from modules if in column with no gutters, 
so we need to add margins back */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child),
#ma-in.et_pb_row.et_pb_gutters1 > .et_pb_column .et_pb_module:not(:last-child) {
	margin-bottom: 30px;
}
@media (min-width: 981px) {
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child),
	#ma-in.et_pb_row.et_pb_gutters1 > .et_pb_column_2_3 .et_pb_module:not(:last-child) {
		margin-bottom: 4.242%;
	}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child),
	#ma-in.et_pb_row.et_pb_gutters1 > .et_pb_column_1_3 .et_pb_module:not(:last-child) {
		margin-bottom: 9.27%;
	}	
}
/* reduce gap between toggles if in fullwidth row */
.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth.et_pb_gutters1 > .et_pb_column .et_pb_module.et_pb_toggle:not(:last-child) {
	margin-bottom: 3px;
}

/* -- END HELPERS -- */

/* -- FLEXBOX -- */

@media (min-width: 981px) {
	/* if columns are set to be equal height, and the last child in it is a button, 
	then push the button to the bottom of the column */
	.push-buttons.et_pb_section > .et_pb_equal_columns > .et_pb_column {
		-moz-box-orient: vertical;
		-webkit-box-orient: vertical;
		box-orient: vertical;
		display: -ms-box;
		display: -moz-box;
		display: -webkit-box;
		display: box;
	}
	.push-buttons.et_pb_section > .et_pb_equal_columns > .et_pb_column > .et_pb_module:not(:last-child) {
		margin-bottom: 30px;
	}
	.push-buttons.et_pb_section > .et_pb_equal_columns > .et_pb_column > .et_pb_text:nth-last-child(2) {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		box-flex: 1;
	}
}

/* align items to center if this class is on the section */
.align-items-center.et_pb_section > .et_pb_row.et_pb_equal_columns .et_pb_column {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction: column;
	justify-content: center;
}

/* -- GLOBAL CSS -- */

/* removes padding below headers */
.header-padding h1 {
	padding: 0px!important;
}

.et_pb_fullwidth_header.fullwidth .et_pb_fullwidth_header_container.center .header-content {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.twelveh p{
	max-width:1200px!important;
	text-align:center;
}
.et_pb_toggle_content{
	padding:60px;
}
.et_pb_toggle p{
	max-width:100%!important;
}
p:last-of-type {
	padding-bottom: 1em;
}

p:last-child {
	padding-bottom: 0;
}

.checklist ul:not(:last-child) {
	margin-bottom: 1em;
}

.et_pb_fullwidth_header p:not(:last-child) {
	padding-bottom: 1em;
}

.gallery-icon .et_overlay:before {
    position: absolute;
    margin: -50px 0 0 -50px;
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    background-image: url(/wp-content/uploads/badge-fill-transparent.png);
    background-size: 100px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.et_pb_fullwidth_header.et_pb_text_align_center li {
	text-align: left;
}

/* -- DIVI BUTTONS -- */

.et_pb_button, .et_pb_button:hover,
.gform_button, .gform_button:hover {
	min-width: 225px;
	padding-top: .5em!important;
	padding-bottom: .5em!important;
	text-align: center;
	line-height: 1.7em!important;
	font-size: 18px!important;
}

.et_pb_button.et_pb_bg_layout_dark:hover {
	background-color: #cd9d61!important;
}

@media (min-width: 768px) {
.et_pb_more_button, .et_pb_more_button:hover {
	min-width: 325px;
}
}

/* -- FOOTER -- */

#footer-bottom {
	border-top: 1px solid #ebc17c;
}

/* makes footer full width like top bar */
@media (min-width: 981px) {
	#footer-bottom > .container {
		width: 100%;
		max-width: 100%;
    	padding-right: 30px;
    	padding-left: 30px;
	}
}

/* removes padding below widget titles */
#footer-widgets .footer-widget .title {
	padding: 0px;
}

/* removes widget bullets */
#footer-widgets .footer-widget li {
	padding: 0;
	margin: 0;
}

#footer-widgets .footer-widget li:before {
	display: none;
}

/* gold accent font in footer */
.gold-footer {
	color: #ebc17c;
}

#footer-widgets .footer-widget .textwidget p:not(:last-of-type) {
    padding-bottom: .825em;
}

/* -- END FOOTER -- */

/* -- DIVIDER LINES -- */

@media (min-width: 981px) {
	/* adds divider line to logo blurbs */
	#ma-in.et_pb_row .et_pb_column:not(:last-of-type):after {
		content: '';
		display: block;
		height: 2px;
		width: 40%;
		background-color: #242a59;
		position: absolute;
		right: -2.25vw;
		top: 70px;
		transform: translateX(50%) translateY(-50%);
	}
}

/* -- PROMO -- */

@media (min-width: 981px) {
	.promo-side {
    	display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: flex-start;
	}

	.promo-side .et_pb_promo_description {
		padding-bottom: 0px;
		padding-right: 20px;
	}

	.promo-side.et_pb_promo .et_pb_promo_button.et_pb_button, .promo-side.et_pb_promo .et_pb_promo_button.et_pb_button:hover {
		padding-top: .5em!important;
		padding-bottom: .5em!important;
	}
}

/* -- HEADER -- */

#top-header {
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-bottom: 1px solid #ffffff;
}

/* hides divi header for superfly menu */
#main-header {
	/*display:none;*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
    box-shadow: none;
}
#main-header .nav li ul a {
	color: #242a59!important;	
}
.nav li ul.sub-menu {
	margin-top: -60px;
}

.et-fixed-header .nav li ul.sub-menu {
	margin-top: 0;
}

#page-container {
	padding-top: 32px!important;
	margin-top: 0px!important;
}

@media (max-width: 767px) {
	#page-container {
	padding-top: 53px!important;
	margin-top: 0px!important;
}
}

#sfm-overlay {
	background: #343F45;
}

/*@media only screen and ( min-width: 981px ) {
	.home.et_fullwidth_nav #main-header:not(.et-fixed-header) {
		right: 0px;
		background-color: transparent;
		top: 32px!important;
		position: absolute;
		box-shadow: none;
	}
	
	*//* prevents menu from shrinking *//*
	.home.et_header_style_left #main-header:not(.et-fixed-header) #et-top-navigation {
		padding-top: 30px!important;
	}
	
	.home.et_fullwidth_nav .mobile_nav {
		background-color: #cd9d61;
		color: #ffffff;
		display: table;
		padding: 20px 40px 15px;
	}
	
	.home #main-header:not(.et-fixed-header) .et_menu_container {
		padding: 0;
	}
	
	*//* text before hamburger icon *//*
	.home .select_page {
		display: table-cell;
		font-family: 'capitolium-2', Georgia, "Times New Roman", serif!important;
		font-weight: 400 !important;
		letter-spacing: 1px;
		font-size: 20px;
		vertical-align: middle;
	}
	
	*//* hamburger icon *//*
	.home .mobile_menu_bar.mobile_menu_bar_toggle {
		display: table-cell;
		padding-bottom: 0px!important;
	}
	
	*//* hamburger icon white *//*
	.home .mobile_menu_bar.mobile_menu_bar_toggle:before {
		color: #ffffff;
	}
	
	*//* mobile menu dropdown *//*
	.home.et_fullwidth_nav #mobile_menu {
		max-width: 240px;
		right: 0px;
		left: auto;
		padding: 20px;
		top: 100%;
	}
	
	*//* mobile menu menu items *//*
	.home #main-header #mobile_menu.et_mobile_menu li a {
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: 1px;
		text-align: left;
	}
	
	*//* hides logo on home *//*
	.home #main-header:not(.et-fixed-header) .logo_container {
		display: none;
	}
	
	*//* hides secondary nav menu from main menu on home *//*
	.home #mobile_menu li:not([id]) {
		display:none !important;
	}
	
	.home #main-header:not(.et-fixed-header) #top-menu-nav, .home #main-header:not(.et-fixed-header) #top-menu {
		display: none;
	}
	
	.home #main-header:not(.et-fixed-header) #et_top_search {
		display: none;
	}
	
	.home #main-header:not(.et-fixed-header) #et_mobile_nav_menu {
		display: block;
	}
}*/

/*.sfm-navicon-button {
	padding: 6px 30px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.sfm-navicon-button .sf_label_icon.la_icon_manager_custom {
    width: 99px!important;
    height: 25px!important;
	background-size: initial!important;
}*/

/* -- INTERIOR HEADER -- */

.interior-header {
	padding: 100px 0 100px;
	overflow: hidden;
}

.interior-header.et_pb_fullwidth_header .header-content h1 {
	padding: 2px 0 0;
	z-index: 2;
	display: table;
	margin: 0 auto;
}

.interior-header.et_pb_fullwidth_header .header-content h1:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	margin: 0 auto;
	/* background-color: #EBC17C; */
	-webkit-animation: animateThis 1s ease-in;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 2s; /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
}

@-webkit-keyframes animateThis {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

.header-logo {
	animation: test 120s linear infinite;
	position: absolute;
    left: calc(50% - 256px);
    top: calc(50% - 256px);
	opacity: .1;
	z-index: -1;
	max-width: initial;
}
	
	
@keyframes test {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.et_pb_widget_area_left {
    padding-right: 30px;
    border-right: 2px solid #242A59;
}
	
/* -- TESTIMONIAL SLIDER -- */

.et_pb_testimonial_slider {
	max-width: 100%!important;
}

.et_pb_module.et_pb_testimonial_slider .et_pb_slides_testi {
	padding-top: 30px!important;
}

.et_pb_slide_content_testi:before {
	content: '“';
	display: inline-block;
}

.et_pb_slide_content_testi:after {
	content: '”';
	display: inline-block;
}

.et_pb_slide_title_name:before {
	content: '-';
	display: inline-block;
	margin-right: .25em;
}

.et_pb_slide_title_name_testi strong, .et_pb_slide_title_name_testi i {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	letter-spacing: 0px;
}

.et_pb_slide_title_name_testi i:after {
	content: ',';
	display: inline-block;
	margin-right: .25em;
}

.company_name {
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	letter-spacing: 0px;
}

/* -- NUCLEO ICONS -- */

.nuc .et-pb-icon { font-size: 0; }
.nuc .et-pb-icon::after { /*font-family: "Nucleo Glyph" !important;*/ }
.nuc.et_pb_blurb_position_top .et-pb-icon::after { font-size: 20px; }
.nuc.et_pb_blurb_position_left .et-pb-icon::after { font-size: 16px; }
.nuc-university .et-pb-icon::after { content: "\ea10"; }
.nuc-hours .et-pb-icon::after { content: "\ede2"; }
.nuc-phone .et-pb-icon::after { content: "\ee0c"; }
.nuc-fax .et-pb-icon::after { content: "\e92c"; }

/* -- GRAVITY FORMS -- */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text], body .gform_wrapper select {
	background-color: #E2E1E2;
	border: 1px solid #C0C1C5;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox], body .gform_wrapper ul.gfield_radio li input[type=radio] {
	visibility: hidden;
	margin: 0;
	width: 0!important;
}

.gform_wrapper input[type=checkbox] + label, .gform_wrapper input[type=radio] + label {
	font-size: 16px;
}

input[type=checkbox] + label:hover, input[type=radio] + label:hover {
	cursor: pointer;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
	/*font-family: "ETmodules";*/
	font-size: 20px;
	position: relative;
	top: 0.2em;
	margin-right: 0.2em;
	margin-left: -0.1em;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
	display: -moz-inline;
	display: inline;
}

input[type=checkbox] + label:before { content: '\56'; }
input[type=checkbox] + label:hover:before { content: '\5a'; filter: alpha(opacity=20); opacity: 0.2; }
input[type=checkbox]:checked + label:before { content: '\5a'; }
input[type=checkbox]:checked + label:hover:before { filter: alpha(opacity=100); opacity: 1; }
input[type=radio] + label:before { content: '\5b'; }
input[type=radio] + label:hover:before { content: '\5c'; filter: alpha(opacity=20); opacity: 0.2; }
input[type=radio]:checked + label:before { content: '\5c'; }

input[type=radio]:checked + label:hover:before {
	filter: alpha(opacity=100); opacity: 1;
}

body .gform_wrapper .gfield_required {
    color: #cd9d61;
}

.contact-blurbs .et_pb_main_blurb_image {
	margin-bottom: 20px;
}

.contact-blurbs .et_pb_blurb:not(:last-of-type):after {
	content: '';
	display: block;
	width: 40%;
	height: 2px;
	background-color: #242A59;
	margin: 20px auto 0;
}

/* -- STAFF MODULE -- */

.page-template-default .staff.type-staff .et_portfolio_image {
	margin: 20px;
}

.page-template-default .staff.type-staff {
	text-align: center;
}

.page-template-default .staff .et_overlay {
	border: 0px!important;
}

/* -- LETTERS -- */

.letter-section {
	z-index: 1;	
}

/* stacked paper bg */
.paper-letter {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	margin: 15px auto 15px;
	max-width: 650px;
	min-height: 300px;
	padding: 30px;
	position: relative;
	width: 90%;
}
@media (min-width: 768px) {
	.paper-letter {
		padding: 40px;
	}
}
.paper-letter::before, .paper-letter::after {
	content: "";
	height: 98%;
	position: absolute;
	width: 100%;
	z-index: -1;
	transition: all 0.4s ease;
}

.paper-letter::before {
	background: rgba(250,250,250,1);
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	left: -5px;
	top: 4px;
	transform: rotate(-2.5deg);
}

.paper-letter::after {
	background: rgba(240,240,240,1);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	right: -3px;
	top: 1px;
	transform: rotate(1.4deg);
}

.paper-letter:hover::before {
	left: -10px;
	top: 10px;
	transform: rotate(-5.8deg);
}

.paper-letter:hover::after {
	right: -7px;
	top: 4px;
	transform: rotate(2.8deg);
}

.paper-letter .et_pb_text_inner:after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 529px) {
	.paper-letter {
		width: 100%;
		padding: 20px;
	}
}

/* -- END LETTERS -- */

@media (max-width: 1023px) {
	.et_pb_promo {
		text-align: center;
	}
	
	img[src*='solitary.png'] {
		max-width: 200px;
	}
	
	.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two {
		margin-left: 0px!important;
	}
}

@media (max-width: 767px) {
	#footer-widgets .et_pb_widget {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.et_pb_testimonial_slider {
		overflow: visible;
	}
	
	.et_mobile_device .et-pb-arrow-prev, .et_pb_slider:hover .et-pb-arrow-prev {
		left: -10%;
	}
	
	.et_mobile_device .et-pb-arrow-next, .et_pb_slider:hover .et-pb-arrow-next {
		right: -10%;
	}
	
	.header-logo {
    	left: calc(50% - 175px);
   		top: calc(50% - 175px);
		width: 350px;
	}
	
	.interior-header {
    	padding: 70px 0 70px;
	}
	
	h1 {
		font-size: 26px;
	}
	
	.et_pb_fullwidth_header_scroll {
		display: none;
	}
	
	img[src*='solitary.png'] {
		max-width: 100px;
	}
}

.et_pb_fullwidth_header.fullwidth-sm .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
	padding: 0px;
}

@media (max-width: 1199px) {
	#et-secondary-nav {
		display: none;
	}
}

@media (max-height: 768px) and (min-height: 552px) {
	#sfm-sidebar .sfm-va-middle {
		height: 800px!important;
	}
}

@media (max-width: 980px) and (min-width: 480px) {
	.et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    width: 50%!important;
	}
	
	.et_gallery_item:nth-child(3n+1), .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: none;
}
	
	.et_gallery_item:nth-child(4n+1), .et_pb_column .et_pb_grid_item:nth-child(4n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column .woocommerce ul.products li.product:nth-child(4n+1), .woocommerce-page ul.products li.product:nth-child(4n+1) {
    clear: both;
}
}

/* hides titles from gallery images */
.mfp-gallery .mfp-title {
	display: none;
}

.gm-style-iw h3 {
	/*font-family: 'capitolium-2', Georgia, "Times New Roman", serif;*/
}

#et-secondary-menu {
	float: none;
}

@media (max-width: 980px) {
	.et-social-icons .et-social-icons li:first-child {
		margin-left: 0px!important;
	}
}

.et_pb_portfolio_grid {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.et_pb_portfolio_grid .staff {
	margin: 0 20px 60px!important;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
	padding: 0px;
}

.tribe-events-list-widget .tribe-event-title {
	text-transform: none!important;
	font-size: 15px!important;
	letter-spacing: normal!important;
	border-bottom: 1px solid #eaeaea;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a, #tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #242a59;
}

.fc-unthemed td.fc-today {
    background: #f5ebdf!important;
}
.et_pb_fullwidth_header.et_pb_fullwidth_header_0{
	background-size:cover!important;
	background-position: inherit!important;
}
.header-content .header-logo{
	display:none;
}
.tribe-events-back, .single-tribe_events .entry-title.main_title, .tribe-events-widget-link {
	display: none!important;
}
.et_pb_post .post-meta span a, .et_pb_post .post-data{
	font-size: 16px!important;
    line-height: 25px!important;
}
.et_pb_post .entry-title{
    text-align: left!important;
}

/* hides topbar menu from main menu */

@media (min-width: 1200px) {
.sfm-menu-item-3534.sfm-has-child-menu {
	display: none!important;
}
}

@media screen and (max-width: 782px) {
#sfm-mob-navbar img {
	display: none!important;
	}
}

@media (max-width: 980px) {	
body #sfm-mob-navbar {
	top: 53px;
	}
}

/*	.sfm-navicon-button.x .sfm-navicon:before {
	content: 'MENU';
	display: block;
	position: absolute;
	left: 0px;
	transform: translateX(-100%) translateY(-50%);
    top: 50%;
	font-size: 20px;
	color: #ffffff!important;
	letter-spacing: 2px;
	font-family: 'capitolium-2', Georgia, "Times New Roman", serif!important;
	line-height: 1.3em!important;
	padding-top: 3px;
}*/

@media (max-width: 1350px) {
	#top-header, #top-header a, #et-secondary-nav li li a, #top-header .et-social-icon a:before {
		font-size: 12px!important;
	}
}

@media (max-width: 1275px) {
	#top-header, #top-header a, #et-secondary-nav li li a, #top-header .et-social-icon a:before {
		font-size: 11px!important;
	}
}


	.sfm-rollback {
		top: 85px;
	}


.sfm-navicon-button:after {
    left: -100%!important;
    width: 100%!important;
	font-size: 18px!important;
	top: 0px!important;
	margin: 0px!important;
	height: 100%;
	background-color: inherit;
	line-height: 50px!important;
	text-align: right!important;
}

@media (min-width: 768px) {
.sfm-navicon-button.sf_label_default {
	width: 70px!important;
}

.sfm-navicon {
	width: 30px!important;
}
}

@media (max-width: 767px) {
	.sfm-navicon-button:after {
		display: none!important;
	}
}

/* -- 9/18/2017 -- */

#sfm-sidebar .sfm-child-menu.sfm-menu-level-1 a:before {
	background-color: #cd9d61!important;
}

.widgettitle + label {
	display: none;
}

.tribe-mini-calendar-event {
	border-bottom: 0px!important;
}

.et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget {
	margin-bottom: 30px!important;
}

select {
	background-color: #efefef;
    border: 0px;
    border-radius: 5px;
    padding: .5em;
    height: auto;
}

/*--Hide Next/Previous Events Buttons--*/
.single-tribe_events div#tribe-events-footer {
    display: none;
}

/*--New Partners Section--*/
.full-width.et_pb_row.et_pb_row_1.et_pb_gutters1.et_pb_row_4col {
    width: 100%;
}
.et_pb_row{
	width:100%;
}
/*-Flipbox-*/
.flippy {
position: relative;
float: left;
padding-bottom: 100%; /*adjusting this will change the box ratio. Having them equal makes a square*/
width: 100%;
text-align: center;
}

.flippy .et_pb_team_member_image,
.flippy .et_pb_team_member_description {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.flippy .et_pb_team_member_image img {
    height: 100%;
    max-width: none;
    padding: 50px;
}

.flippy .et_pb_team_member_description {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 10%; /*padding for the flipbox*/
}

.flippy:hover .et_pb_team_member_image {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}

.flippy:hover .et_pb_team_member_description {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.et_pb_text_align_justified{
	text-align:left!important;
}
@media screen and (max-width: 1024px) {
	.et_pb_team_member h4 {
    font-size: 16px!important;
}
}
/*-End Flipbox-*/

#main-content .entry-content > .et_pb_section.et_pb_fullwidth_section:first-child { z-index: 10; }

/*Custome CSS*/

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}




@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  
  
}


@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 63.833%
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 47%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 31.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.margin-right{
	margin-right: 1%;
}
.margin-right1{
	margin-right: 6%;
}

.box1 {
    background-color: #fff;
    box-shadow: 2px 2px 2px #bcbcbc;
	
}

.box1 img{
	height: 200px;
    width: 100%;
    object-fit:cover;
}
h6 .icon{
	/*font-family: 'Lora',Georgia,"Times New Roman",serif;*/
	float:left;
	font-size: 16px !important;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #cf9f63;
    font-style: italic;
    font-weight: bold;
	padding:0 25px;
}
.icon{
	float:left;
	/*font-family: 'Lora',Georgia,"Times New Roman",serif;*/
	
	font-size: 16px !important;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #cf9f63;
    font-style: italic;
    font-weight: bold;
	padding:0 25px 15px 25px;
}

.clear5{padding:10px; clear:both}
.clear15{padding:20px; clear:both}

.title_upcoming p{
	font-size:35px; 
	/*font-family: 'Lora',Georgia,"Times New Roman",serif;*/
    font-weight: 700;
	color:black;
}


.inner_style_dt p{
	font-size:14px; 
	/*font-family: 'Lora',Georgia,"Times New Roman",serif;*/
    font-weight: 700;
	color:white;
}


p.descr{
	font-size:16px; 
	/*font-family: 'Lora',Georgia,"Times New Roman",serif;*/
    font-weight: 400;
	color:black;
}
.event-img-class{
	height: 370px;
    width: 550px;
    /* object-fit: cover; */
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.upcoming-date span{
	background-color:#cbb68b;
	color:white;
	padding: 5px 10px;
    font-size: 16px;
    border-radius: 2px;
}
.upcoming-date{
	padding: 20px 30px;
}

h5.titleup{
    font-size: 20px;
    color: white;
    padding: 50px 0 0 30px;	
}
p.descrupcoming{
	font-size: 15px;
    /*font-family: 'Lora',Georgia,"Times New Roman",serif;*/
    font-weight: 400;
    color: #fbfbfb;
    padding: 20px 0 0 30px;
}


/*-------------- Affordability Section (Purvi)----------------*/
.post_small_col{
	height:100%;
	max-height:300px;
}
.post_mata_data{
	background-color:#fff;
	padding:25px;
}
.post_mata_data_small_col{
	background-color:#fff;
	padding:15px;	
}
.post_mata_data .post_main_title{
	font-size:22px;
	color:#252525;
	/*font-family: 'Roboto',sans-serif;*/
	padding-bottom:5px;
}
.post_mata_data .post_category_name{
	color:#959595;
	font-size:12px;
	padding-bottom:5px;
}
.post_mata_data .post_short_content{
	color:#959595;
	font-size:15px;
	/*font-family: 'Roboto',sans-serif;*/
}
 .post_mata_data_small_col .post_main_title_small_col{
	font-size:18px;
	color:#252525;
	/*font-family: 'Roboto',sans-serif;*/
    padding-bottom: 0;
    line-height: 14px;
}
.post_mata_data_small_col .post_category_name_small_col{
	color:#959595;
	font-size:10px;
    line-height: 11px;
    padding-top: 8px;	
}

.post_main_col, .post_small_col{
	margin:5px;
	box-shadow:2px 2px 2px #2c2c2c;
}

/*-------------- End Affordability Section (Purvi)----------------*/
/*-------------- Home page blog Section (Purvi)----------------*/

.top_spce_row_blog{
	margin-top:45px;
	display: inline-block;
}
.blog_title_2{
    font-size: 35px;
    color: #000;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

/*-------------- End Home page blog Section (Purvi)----------------*/
.et_pb_fullwidth_header.et_pb_fullwidth_header_0 {
   background-color: white!important;
}
/*<>maddyleo*/
.bottom_spce_row_blog{
	margin-bottom:40px;
	display: inline-block;
}
.staff-name{
	font-size:40px; 
	text-align:center;
	color:white !important;
}
.swiper-slide img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 275px !important;
    object-fit: cover !important;
    width: 350px!important;
}
/*</>maddyleo*/

/* TEJAS START*/
.request_more_btn{
    width: 100%;	
}
.inner_tab_content{
    background-color: rgba(242, 242, 242, 0.76);
    padding: 20px;
    text-align: center;	
}
.inner_tab_content .main_title, .inner_tab_content p{
    color: #000;
    /* letter-spacing: 0.5px; */
	letter-spacing: 0px;
    font-size: 18px;
    margin-bottom: 0px;	
}
.inner_tab_content input{
	color: #000;
    border: 0px;
    font-size: 14px;
    max-width: 100%;
    padding: 9px 20px;
    border-radius: 50px;
    margin-bottom: 10px;	
}
.inner_tab_content .skip_title{
    color: #000;
    /* letter-spacing: 0.5px; */
	letter-spacing: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 0px;	
}
.inner_tab_content .wpcf7-submit{
    width: 100%;
    font-size: 18px;
    background-color: #cf3339;
    color: #fff;	
}
.inner_tab_content .fa{
    font-size: 238px;	
}
.req_inner_1{
	display:none;
}
.req_inner_2{
	display:none;
}
.req_inner_3{
	display:none;
}
.et_pb_button{
    padding: 8px 40px!important;
}
/* TEJAS END */
/*#sb_instagram{
	margin-bottom:30px;
}*/
.instagram-feed-head{
	/* font-family: 'PT Serif',Georgia,"Times New Roman",serif; */
    font-weight: 600;
    font-style: italic;
    color: #000000!important;
    font-size: 35px;
    margin-top: 50px;
    text-align: center;
}
.upcoming_events{
    margin: 0px;	
}
.see_calendor{
    clear: both;
    padding-top: 30px;	
}
.news .col-md-6{
	padding:0px 20px 20px 20px;
}
.dmgs-news-title{
    color: #718ca5!important;
    font-size: 21px;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 20px;	
}
.dmgs-news-content{
    color: #000000!important;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;	
	margin-bottom:20px;
	min-height:100px;
	line-height:25px!important;
}
.upcoming_events .uc_event_author{
	color: #A9BBCA!important;
}
.homeEvents h2{
	padding-top:0px!important;
}
/*.btn_custom_post{
    color: #4c545b!important;
    border-radius: 3px;
    letter-spacing: 0px;
    font-size: 16px !important;
    font-variant: small-caps!important;
    background-color: #f6cd80;
    margin-top: 30px;	
}*/
.email_div{}
.footer_mail_icon{
    position: absolute;
    top: 27px;
    left: 12px;
    color: #fff;
	display:none !important;	
}
.email_div .email{
    width: 80%;	
}
.email_div .wpcf7-email{
    /* font-family: 'Lora',Georgia,"Times New Roman",serif; */
    font-size: 17px;
    background-color: #3f3f3f;
    border: 0px;
    padding: 14px 36px;
    border-radius: 3px;
    font-weight: 500;	
}
.email_div  .wpcf7-submit{
    background-color: #cbb58b;
    /* font-family: 'Lora',Georgia,"Times New Roman",serif; */
    font-size: 17px;
    border: 0px;
    padding: 12px 44px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    /* letter-spacing: 1px; */
	letter-spacing: 0px;
    text-transform: uppercase;
    width: 20%;
    margin-left: 10px;	
}
#wpcf7-f6270-p6268-o1{
    text-align: center;	
}
#leadership .fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth{
	width:90%!important;
	margin:auto!important;
}
#leadership .et_pb_column_1 h2{
	margin:10px 0 0 0!important;
	padding:0px!important;
}
#leadership .et_pb_row{
	
}
#leadership .et_pb_column{
	padding:30px 50px 50px 30px!important;
}
#leadership .et_pb_column_1{
	margin:0px!important;
	padding:0px!important;
}
#et-top-navigation #top-menu-nav{
	z-index:7777;
}
#mobile_menu{
	position:relative!important;
}
.et_pb_button{
	letter-spacing:0px;
}
.et_pb_section {
    padding: 0px;
}
body #page-container #cert_btn{
	color: #4c545b!important;
	padding:10px 25px!important;
}
.et_pb_column_4_4 p, .et_pb_column_4_4 ul{
	max-width:720px;
	margin:auto;
}
.et_pb_column_4_4 h2,.et_pb_row .et_pb_column_4_4 h1{
	text-align:center!important;
}
#gform_3 .gform_body label{
	font-size: 20px !important;
}
#gform_3 .gform_body #field_3_14 .gfield_description{
	font-size: 18px !important;
}
.et_fixed_nav #top-header {
    position: absolute;
}
.et_fixed_nav #main-header.et-fixed-header{
	top:32px !important;
	background:#282D4F !important;
}
.crs_cntnt .crs_title span{
	display:inline-block;
}
.crs_cntnt .crs_title,.crs_cntnt .crs_title span,.crs_subtitle{
	font-family:capitolium-2!important;
}
.crs_cntnt .crs_title span::first-letter{
	font-size:22px!important;
}
#ma-in h1 {
	text-transform: uppercase!important;
}
.upper .et_pb_text_inner h1 span::first-letter{
	font-size:30px!important;
	display:inline-block;
}
.upper .et_pb_text_inner h1 span{
	display:inline-block;
}
#ma-in .upper h1::first-letter{
	font-size:30px!important; 
}
.et_pb_section .lefth h2, .et_pb_section .lefth{
	margin:auto;
	max-width:720px!important;
	text-align:left!important;
}
/* .crs_cntnt .crs_title::first-letter{
    font-size:22px;
} */
#3_button_global h2{
	letter-spacing:normal;
	padding:0px!important;
}
.callto_actn_title h2{
	text-align:left!important;
}
.et_pb_button_module_wrapper{
   margin:auto!important;
}
#programCon .et_pb_button{
	min-width:80%;
	position:absolute;
	bottom:2%;
	left:10%;
}
#programCon .et_pb_column{
	padding-bottom: 40px!important;
}
.spu-content div,.spu-content p,.spu-content em{
	padding-bottom:20px;
	font-size: 16px;
    line-height: 25px;
}
#programCon p {
    font-size: 16px!important;
	line-height:25px!important;
}
.studnt_sec_para p{
	line-height:25px!important;
}
#page-container .et_pb_button{
	box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.15)!important;
}
#et-boc .et_pb_gutters3 .et_pb_column_21 .et_pb_button{
	margin-bottom:30px;
}
.et_pb_row_5 .et_pb_button{
	margin-bottom:30px;
}
#slide-17-layer-7 span{
	display:inline-block!important;
	font-size:25px!important;
}
#slide-17-layer-7 span::first-letter{
	font-size:32px!important;
}
#slide-17-layer-7{
	font-size:25px!important;
	margin-top:10px;
}
.et_pb_fullwidth_header_container p{
	font-family: skolar-sans-latin!important;
}
.et_pb_text_inner h3 span a{
	text-transform:none!important;
	font-style:italic!important;
	font-size: 26px;
}
#post-387 .et_pb_button{
	margin-bottom:20px;
}
#et-boc .et_pb_button_module_wrapper a{
	margin-bottom:20px!important;
	text-transform: none!important;
}
#et-boc .et_pb_button_module_wrapper a{
	margin-bottom:20px!important;
}
#et-boc .et_pb_button_module_wrapper a{
	margin-bottom:20px!important;
}
#spotlight{
	text-transform:none;
}
#student_spotlight .rightspace .et_pb_image {
    margin-bottom: 0px!important;
}
.spotlight_read_more_bttn{
	font-weight:bold;
	padding-left:15px;
}
/*blue rollover*/
#page-container #top-header .et_pb_button_module_wrapper .et_pb_button:hover{
	/* background-color:#CE9E62!important; */ 
	background-color: #cd9d61!important;
} 
#top-header .top_slider_bttn:hover {
    background-color: #cd9d61!important;
}
#mdv{
	font-size:22px!important;
}
#et-boc .et_pb_column .req_btn_2{
	text-transform:capitalize!important;
}
.et_pb_row_1 .et_pb_image .et_pb_image_wrap{
	box-shadow:none!important;
}
#main-footer .et_pb_button{
	text-transform: none!important;
}
#main-footer ul,#main-footer h4,#main-footer p{
	font-size:16px!important;
	line-height:20px!important;
}
/* top 10 reasons page */
.et_pb_section .text_head_line span a,.et_pb_section .text_head_line span{
	font-style:normal!important;
}
.text_head_line{
	padding-top:0px!important;
}
.et_pb_section .text_para_lines{
	padding-bottom:30px!important;
	font-size: 21px;
}
.10header .et_pb_text_inner h2{
	padding-top: 0px!important;
    padding-bottom: 5px!important;
}
body .et_pb_column_4_4 .left .et_pb_text_inner h1{
	max-width:720px!important;
	margin:auto!important;
}
body .left .et_pb_text_inner h1{
	text-align:left!important;
}
.tribe-link-view-attendee{
	display:none;
}
.tribe-events-calendar thead tr th{
	color:white;
}
/* top 10 reasons page end */

.ex_header .et_pb_text_inner p,.ex_header .et_pb_text_inner h4{
	color:#282D4F!important;
	font-size:34px!important;
	line-height:40px!important;
	font-weight:bold!important;
	text-align:left;
	max-width:100%!important;
}
#ex_text .et_pb_text_inner p{
	color:black!important;
	font-size:21px!important;
	line-height:30px!important;
	padding-bottom: 10px!important;
}
.ex_quote{
	text-align:center;
	font-style:italic
}
.ex_quote .et_pb_text_inner p{
	font-size:27px!important;
	line-height:35px!important;
	padding-bottom: 20px!important;
	text-align:center;
	font-style:italic;
	color:#282D4F!important;
	display:inline-block;
    font-family: skolar-sans-latin!important;
	max-width:720px;
}
.et_pb_row .et_pb_column .intro p{
	font-style:italic;
	font-size:27px!important;
	line-height:35px!important;
}
.ex_quote .et_pb_text_inner span{
	color:#708ca5!important;
	padding-top:20px;
	font-size:21px;
	line-height:30px;
}
.ex_quote .et_pb_text_inner p em{
	font-weight:100!important;
	color:#282D4F!important;
}
/* .ex_quote .et_pb_text_inner{
	text-align:left!important;
	color:#282D4F!important;
	font-weight:800!important;
} */
.et_pb_fullwidth_header_subhead{
	font-family: skolar-sans-latin!important;
}
.et_pb_fullwidth_header_0 {
    padding-top: 280px!important;
    padding-bottom: 190px!important;
}
/* .entry-content .et_pb_section{
	padding:0px!important;
} */
.et_pb_column .et_pb_module,.et_pb_column ax.et_pb_text_1{
	margin-top:0px!important;
}
.fwidth .et_pb_row {
    padding-top:0px!important;
}
.fwidth .et_pb_module {
	padding-top:0px!important;
}
/* .et_pb_text_3 p,.et_pb_text_3 p {
    line-height: 25px!important;
} */
.et_pb_text_1.et_pb_text p{
    color: #343f45!important;
	/* font-size: 21px!important;  */
}
/*-------------------------------- general custom ---------------------------*/
#3_button_global{
	display:none!important;
}
.rev_slider_wrapper .rev_slider .slide_text{
	font-family:skolar-sans-latin!important;
}
h1,h2,h3,h4,h5,h6{
	font-family: capitolium-2!important;
}
.et_pb_column_4_4 h3{
	font-family:capitolium-2!important;
	font-size:27px;
	line-height:35px
}
p{
	line-height:30px!important;
}
.p2{
	font-size:27px;
	line-height:35px;
}
h2{
	padding-top:30px!important;
	padding-bottom:20px!important;
}
.et_pb_toggle h5{
	font-family:capitolium-2!important;
}
body h2, body h3, body h4{
	text-transform:none!important;
	letter-spacing:0px!important;
}
h3{
	
}
body h1{
	letter-spacing:0px!important;
}
.fwidget p{
	color:white;
}
body .tp-bannertimer{
	display:none!important;
}
.et-social-icons li{
	padding:0px!important;
}
.et-social-icons{
	line-height:0px!important;
}
#gform_wrapper_5,#gform_wrapper_3{
	max-width:720px;
	margin:auto;
}
.et_pb_with_background .et_pb_row_1-4_1-4_1-2 p{
	color:white;
}
.contentbg .et_pb_button{
	margin: auto!important;
    display: block;
}
.et_pb_section .et_pb_module .contentbg p{
	color:#343f45!important;
}
.type-staff .et_pb_section{
	padding-top:0px!important;
}
body .et_pb_fullwidth_section .header-content h1, body .et_pb_fullwidth_section .et_pb_text_inner h2, body .et_pb_fullwidth_section .et_pb_text_inner h3{
		text-align:center!important;
}
.et_pb_fullwidth_section{
	margin-bottom:40px;
}
body h2,.et_section_regular h1{
	text-align:left!important;
	font-weight:normal!important; 
}
#program .et_pb_text_inner h2{
	text-align:center!important;
}
.custom p{
	max-width:100%!important;
}
.home .et_pb_text_inner h2{
	text-align:left!important;
}
.interior-header p{
	font-size:24px!important;
}
.callto_actn_title h2 {
	letter-spacing:0px!important;
}
/* Change back if if wrong font
/* #ferpa ul li{
	font-size: 16px!important;
	font-family: skolar-sans-latin!important;
}
ul li{
	font-family: skolar-sans-latin!important;
} */
.et_pb_text_inner h1,.et_post_meta_wrapper h1{
	text-transform:none!important;
	font-weight:400!important;
}
#libcon .et_pb_button_module_wrapper{
	margin:0px!important;
}
.ctitle h2{
	font-size:35px!important;
	line-height:30px!important;
}
.et_pb_text_1 {
    font-family: capitolium-2!important;
    font-size: 20px;
}
.et_pb_column .ctitle{
	padding-top:20px!important;
}
.ctitle h2{
	padding-bottom:10px;
}
.et_pb_column .c_content{
	padding-bottom:20px!important;
}
.c_back .ctitle{
	padding-bottom:0px!important;
}
.c_back{
	padding-top:0px!important;
	padding-bottom:60px!important;
}
.c_back.et_pb_section_3{
	padding-bottom:0px!important;
}
.et_pb_row_1-4_1-4_1-2 p em{
	font-family:capitolium-2!important;
}
#ac_left h2{
    text-align: left!important;
}
/* Font Fix */
#page-container #top-header .et_pb_button_module_wrapper .et_pb_button{
	font-family:capitolium-2;
}
.two_third_part .prsn_name {
	font-family:capitolium-2!important;
}
.two_third_part .prsn_para {
	font-family:capitolium-2!important;
}
.et_pb_row .skolar p, .et_pb_row .skolar h2, .et_pb_row .skolar h3,.et_pb_row .skolar em{
	font-family: skolar-sans-latin!important;
}
.cap h3,.cap p,.cap p em{
	font-family:capitolium-2!important;
}
body p{
	/* color:#345f43!important; */
	font-weight:400!important;
	color: #343f45;
	font-size: 21px;
	line-height:30px;
	font-family:'capitolium-2'!important;
}
.table_content_style tr td,.table_content_style tr th {
    border: 1px solid #A9BBCA!important;
}
.table_content_style tr th{
	color:white!important;
}
.fc-left h2{
	font-size:27px!important;				  
}
.header-content .et_pb_module_header{
	margin-bottom:40px!important;
}
.et_section_regular p, .et_section_regular ul li{
	color:#343f45;
}
.header-content-container .header-content p{
	color:white!important;
}
.et_pb_column_1_2 h2{
	text-align:left!important;
}
.sevenp p, .et_pb_fullwidth_section p{
    max-width: 720px!important;
	display:block;
    margin: auto!important;
	line-height:30px!important;
}
.et_pb_column_4_4 h4, .et_pb_column_4_4 h5{
	text-align:center!important;
	
}
.sevenh{
	max-width: 720px!important;
	display:block;
    margin: auto!important;
}
.et_pb_toggle{
	text-align:left!important;
}
/* Admin Nav Fix */
#main-header{
	top:0px!important;
}
.et_fixed_nav #main-header.et-fixed-header {
    top: 0px!important;
}
.container{
	padding-top:10px!important;
}
.et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 20px 0 0 0!important;
}
body.admin-bar #main-header{
	top:20px!important;
}
body.admin-bar #page-container #main-header.et-fixed-header {
    top: 25px!important;
}
body.admin-bar #et-top-navigation {
    padding: 85px 0 0 0!important;
}
#main-header #mobile_menu.et_mobile_menu li a{
	text-transform:uppercase;
}
.parent-pageid-5249 .text_height .et_pb_text_inner{
	height:unset!important;
}
.c_back .et_pb_column_6{
	margin-bottom:0px!important;
}
.c_back .et_pb_row_2 ul{
	padding-bottom:0px!important;
	margin-bottom:0px!important;
	margin-top:0px!important;
}
.recentMedia .et_pb_text_inner p{
	color:white!important;
}
@media screen and (min-width:980px){
.et_pb_column_4_4 .et_pb_button_module_wrapper{
	width: 720px;
}
#leadership .et_pb_column {
    margin: 0px 20px 20px 20px!important;
}
}
@media screen and (max-width:700px){
	.et_pb_toggle_content{
		padding: 20px!important;
	}
	body #post-4924 #rev_slider_10_1_wrapper{
		margin-top:0px!important;
	}
	.et_pb_module_header{
		font-size:40px!important;
	}
	.et_header_style_split header#main-header .logo_container{
		margin-top:0px!important;
	}
	#programCon .et_pb_column{
		min-width:100%;
		margin-top:15px;
		margin-bottom:15px;
	}
	#top-header #et-info-email, #top-header #et-info-phone, #top-header .et-cart-info span{
	    font-size: 13px;	
	}
	body #top-header #et-secondary-menu {
		width: 100%;
		padding-top: 0px !important;
		margin-top: 0px !important;
	}	
	#et-secondary-menu .et-social-icon a.socicon{
		padding-bottom: 0px;	
	}
	#main-header{
	    position: static !important;	
	}
	#main-header #logo {
		max-height: 37px !important;
	}
	.upcoming_events .uc_event_time{
	    margin-bottom: 5px !important;
	}
	.upcoming_events .uc_event_author{
	    margin-bottom: 30px !important;
	}
	#main-header #logo {
		margin-top: 30px;
	}
	body #main-header #et-top-navigation {
		padding-top:0px!important;
	}
	#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a {
		padding-top: 0px!Important;
	}
	.top_txt {
		font-size: 18px !important;
		line-height: 10px !important;
		margin: auto!important;
		display: block;
	}
	#slide-17-layer-9{
    font-size: 10px!important;
    line-height: 11px!important;
    margin-top: 8px!important;
	}
	#slide-17-layer-9 img {
		margin-top: 0px!important;
		width:400px;
	}
	#student_spotlight .et_pb_column_1_4{
		width:100%!important;
	}
	#student_spotlight .et_pb_module{
		width:100%;
		max-width: 500px;
		margin: auto;
	}
	#student_spotlight .et_pb_column {
		    margin-right: 0px!important;
	}
	.et_pb_column .et_pb_button_4_wrapper, .et_pb_column .et_pb_button_4_wrapper .et_pb_button{
		margin-left:auto!important;
	}
	#mobile_menu li{
		z-index:777777!important;
	}
	.et_pb_text_25 span{
		line-height:40px;
	}
	body #et-boc .et_pb_column_4_4 .et_pb_button_module_wrapper{
		width:100%!important;
	}
	.three_third_part, .two_third_part, .one_third_part img, .main_box_of_prsn_info{
		height: 130px!important;
	}
	.prns_para{
		line-height: 20px!important;
	}
	.entry-content table{
		zoom:.5;
	}
	.news h2{
		padding:0px!important;
	}
	.news .et_pb_column_1_3{
		margin:0px!important;
	}
	#leadership .et_pb_column{
		margin:0px!important;
	}
	#et-boc .et_pb_button_module_wrapper a {
		font-size: 12px!important;
		padding-left: 24px!important;
		padding-right: 24px!important;

	}
	#post-308 .et_pb_row, #post-397 .et_pb_row{
		width:100%!important;
	}
	.et_pb_post_extra.el_dbe_full_width .post-content {
		width: 100%!important;
		margin-left: auto!important;
	}
	.et_pb_post_extra .entry-title {
		margin-top:0px!important;
		padding-top: 10px!important;
	}
	/*recent media */
	.page .et_pb_with_background .et_pb_row_1-4_1-4_1-2 p{
		font-size: 16px;
	}
	.page .et_pb_column_3{
		margin-bottom:0px!important;
	}
	/*recent media */
	#videoMsg h2{
		top: -150px!important;
	}
}
@media only screen and (max-width: 980px){
	.et_pb_promo_description h2{
		text-align:center!important;
	}
	body #post-4666 .dspt_single_wrap .dspt_right_area h1{
	font-size:40px!important;
}
	.fullwidth-row.et_pb_section .et_pb_row.et_pb_row_fullwidth > .et_pb_column {
		padding: 30px 30px;
	}
	#post-4924 #rev_slider_10_1_wrapper{
		margin-top:200px!important;
	}
	#main-content #post-378 h2{
		padding-top:0px!important;
	}
	#main-content #post-378 h2 a{
		font-size: 36px!important;
		line-height:40px;
	}
	#marco_full .et_pb_fullwidth_header_0 {
		max-width: 100%!important;
	}
	#marco_img img{
		max-width:100%!important;
	}
	#rev_slider_10_1_wrapper #slide-21-layer-1 span{
			font-size: 28px!important;
	}
	#rev_slider_10_1_wrapper #slide-21-layer-2 span{
		font-size: 15px!important;
	}
	.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead{
		line-height:60px!important;
	}
	/* body .et_pb_row_1-4_1-4_1-2 .et_pb_column_1_2 .et_pb_text_4{
		width:100%!important;
	} */
	.et_pb_section .et_pb_fullwidth_header_0{
		max-width:100%!important;
	}
	/* add parent-pageid-5249 if affecting other pages */
	.page .et_pb_row_1-4_1-4_1-2 .et_pb_image_1, .page .et_pb_row_1-4_1-4_1-2 .et_pb_image_2, .page .et_pb_row_1-4_1-4_1-2 .et_pb_image_3, .page .et_pb_row_1-4_1-4_1-2 .et_pb_text_3, .page .et_pb_row_1-4_1-4_1-2 .et_pb_text_4,.page .et_pb_row_1-4_1-4_1-2 .et_pb_text_5{
		width:50%!important;
		padding-left:2%!important;
		padding-right:2%!important;
		display: inline-block;
		min-height:unset;
	}.page .et_pb_row_1-4_1-4_1-2 .et_pb_image_1, .page .et_pb_row_1-4_1-4_1-2 .et_pb_image_2, .page .et_pb_row_1-4_1-4_1-2 .et_pb_image_3, .page .et_pb_row_1-4_1-4_1-2 .et_pb_text_3, .page .et_pb_row_1-4_1-4_1-2 .et_pb_text_4,.page .et_pb_row_1-4_1-4_1-2 .et_pb_text_5{
		width:50%!important;
		padding-left:2%!important;
		padding-right:2%!important;
		display: inline-block;
		min-height:unset;
	}
	.et_pb_section .et_pb_row_1-4_1-4_1-2 .et_pb_column_1_4 .hundred, .et_pb_section .et_pb_row_1-4_1-4_1-2 .et_pb_column_1_2 .hundred{
		width:100%!important;
	}	
	.page .status-publish .et_pb_row_1-4_1-4_1-2 .et_pb_text_4,.page .status-publish .et_pb_row_1-4_1-4_1-2 .et_pb_text_5{
		float:right;
	}
	
	.page .status-publish .et_pb_row_1-4_1-4_1-2 > div{
		width:100%!important;
	}
	.page .status-publish .et_pb_row_1-4_1-4_1-2{
		width:100%!important;
	}
	.page .status-publish .et_pb_row_1-4_1-4_1-2 .text_height .et_pb_text_inner {
		height: unset!important;
	}
	#student_spotlight .et_pb_column_12, #student_spotlight .et_pb_column_13, #student_spotlight .et_pb_column_14{
		width:31.4%;
		margin-bottom: 0px;
	}
	#student_spotlight .et_pb_column_11{
		width:100%;
	}
}
@media only screen and (max-width: 980px) and (min-width: 701px){
.et_header_style_split #main-header .mobile_nav{
	background-color:#f9f9f99e;
}
.et_mobile_nav_menu{
	width: 400px;
    margin: auto;
}
.et_header_style_split #et_mobile_nav_menu{
	margin-top:5px!important;
}
body #main-header .container #et-top-navigation{
	padding:0px 0px 0px 0px!important;
}
.et_header_style_split header#main-header .logo_container{
	margin-top:50px;
}
}
@media only screen and (max-width: 1300px){
.et_pb_row{
   padding-left:30px!important;
   padding-right:30px!important;
}
.et_pb_row .et_pb_button.request_more_btn{
	font-size:12px!important;
}
}
@media only screen and (min-width: 1500px){
.et_pb_row {
    padding: 20px 0!important;
}
} 
/*M.C*/