.main-header-apply-btn {
	background-color: #041E42;
		color: white;
		font-weight: bold;
}

.main-header-apply-btn .main-subnavigation-column-link-text {
color: white;
		font-weight: bold;
}

@media only screen and (max-width: 1000px) {
		.main-header-apply-btn span {
				background-color: white !important;
			 	color: #041E42 !important;
}

.button {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

/*form background https://www.leeuniversity.edu/event-services/summer-camps/*/
#summer-camp-form .background-white {
  background: none !important;
}


.short-services .lsow-services .lsow-service {
  margin-bottom: 0px !important;
}

.short-services .lsow-title {
    margin-bottom: 0px !important;
  font-weight: normal !important;
  text-transform: none !important;
}


/*custom form style for home page*/
.so-widget-forms-widget-default-d75171398898 .background-white {background-color: #ffffff90;}

#gform_submit_button_8{
    width: 100%;
    background-color: #041E42;
    color: white;
    border: none;
    padding: 20px;
    font-family: 'Lato', sans-serif;
}


#gform_submit_button_4{
    width: 100%;
    background-color: #041E42;
    color: white;
    border: none;
    padding: 20px;
    font-family: 'Lato', sans-serif;
}



@media only screen and (min-width: 641px) {
    .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
        padding-right: 15px; 
        padding-left: 15px;
    }
    
    .gform_legacy_markup_wrapper .gform_footer {
        text-align: center;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media only screen and (min-width: 1920px) {
    .so-widget-forms-widget-default-d75171398898 .block-wrapper {
      padding: 35px;
    }
}



@media only screen and (max-width: 1000px) {
		#cookie-law-info-bar {
			bottom: 50px !important;
		}
}


/*Makes DFlip Thumbnail larger if applied to the containing widget*/
#large-dflip-thumbnail ._df_thumb {
    width: 200px !important;
    height: 260px !important;
}


#featured-classes-tabs .lsow-tab-label {
    padding-left: 10px !important;
    padding-right: 10px !important;

}

#featured-classes-tabs .lsow-tab-pane {
      padding: 10px !important;
}

#featured-classes-tabs .lsow-tab-mobile-menu .lsow-icon-menu {
    color: black !important;
}


/* makes event background areas white/white */
/*#forms-hero .interior-page-hero-title-wrapper {
  height: 20px !important;
}*/

/* makes event background areas white/white */
/*.events-white-white div.background-primary {
  background-color: white !important;
}*/


/*
.LeeU-ITS-image-wrap-table td{
  vertical-align: top;
}
.LeeU-ITS-image-wrap-table table tbody tr:nth-child(even) td{
  background: white;
}
.LeeU-ITS-image-wrap-table h3{
  white-space: nowrap;
}
.LeeU-ITS-image-wrap-table figcaption{
  font-style: italic;
  color: #626366;
  font-weight: 500;
}
.LeeU-ITS-image-wrap-table td:nth-child(1){
  width: 20%;
}
.LeeU-ITS-image-wrap-table td:nth-child(2){
  width: 80%;
}*/


/* adds margin to gravity forms fields */

.gf-field-custom-margin {
		margin-top: 50px !important;
}


/* adds margin to gravity forms fields nested form */
.gpnf-add-entry {
			background: #041E42;
		color: white;
		padding: 15px 30px;
		font-size: 15px;
		font-weight: bold;
}

#gform_submit_button_14 {
background: #041E42;
		color: white;
		padding: 15px 30px;
		font-size: 15px;
		font-weight: bold;
}

/*Teen talent form warning */

#teen-talent-form-warning {
	background: #ffe598; padding: 20px; border-radius: 5px; margin-bottom: 20px;
}

@media only screen and (min-width: 1000px) {
		#teen-talent-form-warning {display: none;}
		}
}

.mystickyelement-lists-wrap {
		border-radius: 10px;
}

.mystickyelements-fixed {
	-webkit-animation: shadow-drop-center 1200ms ease-in-out infinite alternate both;
	        animation: shadow-drop-center 1200ms ease-in-out infinite alternate both;
	border-radius: 10px;
}

@-webkit-keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-center {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}