/*
Theme Name: American Institute OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/*  LMS Form Styles  */
.request_info_form {
	background: rgb(231, 245, 250);
	color: rgb(102, 102, 102);
	max-width: 100%;
	min-width: 140px;
	padding: 1.6em; 
	box-shadow: rgba(0, 20, 40, 0.0980392) 0px 0px 0px 0px, rgba(50, 55, 90, 0.2) 0px 2px 8px 0px;
	
}

.request_info_form h3 {
	text-align: center; 
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2em; 
	color: rgb(245, 131, 32);
}
#input_1_5 {
	margin-bottom: 15px;
}

.gfield_required{
	display:none;
}

.request_info_form input:not([type=submit]),
.request_info_form select {
	background-color: rgb(255,255,255); 
	padding: .8em; 
	border: 0; 
	margin-top: 1em;
	-webkit-appearance: none;
	appearance: none;
}

#input_1_4,
#input_1_3,
#input_1_15,
#input_1_14,
#input_2_4,
#input_2_3,
#input_2_15,
#input_2_14{
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 47px;
  border-radius: 24px;
  border-width: 0px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #666;
  font-size: 16px;

}
	  
.info-contact-form .selectdiv svg {
  fill: #F58220;
  right: 6px;
  top: 0px;
  margin-top: 11px;
  width: 25px;
  padding-left: 3px;
  padding-right: 3px;
  height: 25px;
  margin-right: 8px;
  border: 1px solid #F58220;
  border-radius: 99px;
  position: absolute;
  pointer-events: none;
}

.request_info_form label[for=opt_in] {
	padding: 1.5em 0;
	display: inline-block; 
	font-size: .8em; 
}

.header_campus_dropdown{
	margin-bottom:15px;
}

#input_2_5{
	margin-bottom:15px;
}

.page-header, .has-transparent-header .page-header{
	display:none;	
}

.request_info_form [type=submit],
.gform_page_footer input[type=submit] {
	width: 100% !important;
	text-transform: none; 
	border-radius: 25px;
	font-size: 22px;
    font-family: "Raleway", sans-serif;
    cursor: pointer;
	font-weight: bold;
}

.request_info_form [type=checkbox]:checked:before {
	line-height: 0;
	margin-left: -7px;
	color: 333;
} 
.request_info_form [type=checkbox] {
	margin: 0;
	vertical-align:unset;
}
.request_info_form #field_1_8  div label{
	font-weight: normal !important;
	font-size: 14px;
    font-family: "Raleway", sans-serif;
	color: #666;
	
}

.request_info_form .gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 47px;
  float: right;
  margin: 0px;
  padding-left: 8px;
  padding-right: 40px;
  text-align-last: center;
  border-radius: 24px;
  border-width: 0px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #666;
  font-size: 16px;
}

.request_info_form [for=opt_in] {
	margin:0;
}
.request_info_form #comments {
	display: none;
}
.request_info_form select.error, 
.request_info_form input.error {
	color: red;
	border: 2px dotted red;
}
.request_info_form label.error {
	font-size: .8em;
	color: red;
}	
.request_info_form label.error:before {
	content: '*';
	display: inline-block;
}
.request_info_form label[for=opt_in].error {
	color: red;
	display: block;
	margin-top: 20px;
}

/*  "Request Info" button width override in top of the header for the form modal */
.oew-modal-button a {
	width:100%;
}


/*  END LMS Form Styles  */

/*  LMS Form Spinning Processing Icon Styles  */
.ng-scope {
	display: none;
	margin: 0 auto; 
}

#input_2_5{
	margin-bottom:15px;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.lds-spinner div {
    position: absolute;
    -webkit-animation: lds-spinner linear 1s infinite;
    animation: lds-spinner linear 1s infinite;
    background: #f58220;
    width: 7px;
    height: 15px;
    border-radius: 50%;
    -webkit-transform-origin: 6px 52px;
    transform-origin: 15px 30px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 60px !important;
  height: 60px !important;
  -webkit-transform: translate(-25px,-25px) scale(1) translate(25px,25px);
  transform: translate(-25px,-25px) scale(1) translate(25px,25px);
  margin-top: 1em;
}
/*  END LMS Form Spinning Processing Icon Styles  */
/* General styles */
ul {
  list-style: none;
}
/* End General styles */

/* Footer Styles */
.accreditation-h3 h3.elementor-heading-title {
	white-space:nowrap;
}

/* Form Styles */
.captcha-error{
  display: none;
  color: red;
  font-size: 0.8em;
  margin-top: 8px;
}
.captcha-error.show{
  display: block;
}
@media screen and (max-width: 467px) {
  #RecaptchaField1 iframe, #RecaptchaField2 iframe{
    -ms-transform:scale(0.6);
        transform:scale(0.6);
    -webkit-transform:scale(0.6);
    -ms-transform-origin:0 0;
        transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
}