/*
 Theme Name:   MUM - Child Main
 Theme URI:    https://mum.edu/mum-child-main
 Description:  MUM Child Theme Main Site
 Template:     Application
 Author:       Surya Zeeb
*/


/* =============================================
	APPLICATION FORM
   ============================================= */

article .call-out .grid.half .item {
	border-top: 0;
	padding-top: 0;
}

article .call-out .grid.half .item.second {
	text-align: right;
}

article .call-out li {
	margin: 0;
	padding-bottom: 0;
	font-size: 0.92em;
}

#tabs_only {
	width: 95%;
	padding: 0 2.5%;
	margin-bottom: 40px;
}

#tabs_only ul,
section.body #tabs_only ul {
	margin: 0;
}

#tabs_only li {
	display: inline-block;
	background: none;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 20px -15px 0;
	padding: 9px 0 20px;
}


#tabs_only li.ui-tabs-active,
#tabs_only li.view-all {
	font-family: "Lato", sans-serif;
	color: #fff;
	background: url('../media/formTabs_arrow.png') no-repeat center bottom;
}

#tabs_only li.view-all {
	float: right;
	margin-right: 0;
	background: none;
}

#tabs_only li.view-all.ui-tabs-active {
	background: url('../media/formTabs_arrow.png') no-repeat center bottom;
}

#tabs_only li.ui-tabs-active a,
#tabs_only li.ui-tabs-active a:visited,
#tabs_only li.view-all a,
#tabs_only li.view-all a:visited {
	color: #fff;
}

#tabs_only li a,
#tabs_only li a:visited {
	text-decoration: none;
	color: #cff6c1;
}

#tabs_only li a:hover {
	color: #fff;
	text-decoration: underline;
}

article form label {
	clear: none;
	display: inline-block;
	float: right;
	text-align: right;
	line-height: 1;
	margin: 2px 0 5px 20px;
	width: 33%;
	min-width: 0;
	max-width: 150px;
}

article form .tab_content .required {
	display: inline-block;
	float: right;
	text-align: right;
	margin: 0 0 20px 20px;
	width: 33%;
	max-width: 150px;
}

.body article form h3 {
	margin-bottom: 20px;
	margin-top: 40px;
}

article form fieldset {
	display: block;
	width: 92%;
	font-size: 18px;
	line-height: 18px;
	border: 0;
	background: #eaf5fd;
	padding: 25px 4% 25px 4%;
	margin-bottom: 5px;
}

.body article form fieldset p {
	font-size: 18px; /* DONT CHANGE THIS VALUE! */
	margin: 0 0 10px 27.5%;
	padding-top: 10px;
	line-height: 1.4;
}

.body article form fieldset p.margin-bottom {
	margin: 0 0 20px 27.5%;
	padding-top: 5px;
}

.body article form fieldset p.above-input {
	margin-bottom: 5px;
	padding-top: 12px;
	font-weight: 500;
}


.body article form fieldset p.radio {
	line-height: 24px;
	margin-bottom: 15px;
}

.body article form fieldset p.radio label {
	/*display: inline-block;
	width: auto;
	min-width: auto;*/
	padding: 5px 10px 5px 5px;
	margin: -5px 0 0 -5px;
}

.body article form fieldset p.radio label:hover {
	background-color: #fff;
	color: #333;
	cursor: pointer;
}

article form label {
	clear: both;
	float: left;
	width: 25%;
	max-width: 25%;
	min-width: 160px;
	margin: 0 2.5% 0 0;
	padding: 8px 0 9px 0;
	line-height: 1.3;
	font-weight: 400;
}

article form p.radio label {
	clear: none;
	display: inline;
	float: none;
	width: auto;
	max-width: auto;
	min-width: 160px;
	margin: 0;
	padding: 0;
	font: normal 17px/24px 'Lato',sans-serif;
	text-transform: none;
	color: #555;
}

article form label.error {
	display: block;
	float: none;
	clear: both;
	text-align: left;
	font: normal 12px/14px 'Lato',sans-serif;
	letter-spacing: 0;
	text-transform: none;
	margin: -10px 2px 15px 27.7%;
	padding: 4px 2%;
	width: 60%;
	max-width: 60%;
	background-color: #f1a718;
	color: #fff;
}


article form label.error[for="ui-id-3"],
article form label.error[for="ui-id-4"] {
	width: 99.8%;
	width: 99.8%;
	margin: 10px 2px 0 0.2%;
	clear: none;
}

article form h3 span,
article form label span {
	color: #555;
	font-family: 'Lato',sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	text-transform: none;
	margin-left: 5px;
}

article form label span {
	display: inline-block;
	/* font-size: 0.9em; */
	/* line-height: 14px ; */
	margin-left: 1px;
}

article form div.input {
	width: 64%;
	display: inline-block;
	margin-bottom: 8px;
}

article form .grid.thirds .item input[type="text"],
article form .grid.thirds .item input[type="email"],
article form .grid.thirds .item textarea {
	width: 96%;
}

article form .grid.thirds .item label {
	clear: both;
	float: none;
	text-align: left;
	width: 100%;
	max-width: 100%;
	min-width: 160px;
	margin: 0;
	padding: 0 0 5px 2px;
}


article form input[type="text"],
article form input[type="email"],
article form textarea,
.fancybox-inner form textarea,
.slide input[type="text"],
.slide input[type="email"] {
	display: block;
	box-sizing: content-box;
	/*-moz-box-sizing: border-box;*/
	width: 61%;
	padding: 6px 1.5% 7px 1.5%;
	margin: 0 0 8px 0;
	height: 100%;
	border: 1px solid #ccdced;
	text-align: left;
	outline: none;
	-moz-box-shadow: none;
	-webkit-appearance: none;
	border-radius: 5px;
	font: normal 17px/18px 'Lato',sans-serif;
	color: #555;
	background-color: #fff;

	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

article form textarea {
	height: auto;
}

article form input[type="text"].hasDatepicker {
	background-image: url('../media/icon_datePicker.png');
	background-repeat: no-repeat;
	background-position: 98% 9px;
}

article form input[type="text"].width-30 {
	display: inline-block;
	width: 30px;
}

article form input[type="text"]:focus,
article form input[type="email"]:focus,
article form textarea:focus {
	border-color: #a7c6dc;
	color: #333;

	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

article form input[type="radio"],
article form input[type="checkbox"] {
	margin-right: 5px;
}

.body article form .icon {
	display: inline-block;
	color: #333;
	background-color: #fff;
	font: 500 14px/18px "Lato", sans-serif, arial, sans-serif;
	height: 18px;
	width: 18px;
	text-align: center;
	margin-left: 27.5%;

	-webkit-border-radius: 99px;
	-moz-border-radius: 99px;
	-o-border-radius: 99px;
	border-radius: 99px;
}

.body article form .icon.plus {
	margin-bottom: 8px;
}

.body article form .icon.minus {
	margin-left: 4px;
	margin-right: -4px;
}

.body article form .icon:hover {
	cursor: pointer;
	color: #fff;
	background: #f6bd27;
}

span.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
    display: none!important;
}

/* =============================================
	APPLICATION FORM - ADDITIONAL EDITS
   ============================================= */

#AppExceptions {
    width: 26%;
    float: right;
    overflow: hidden;
    margin-top: -50px;
    box-shadow: none;
    padding: 0 0 0 22px;
    border-left: 1px solid #e2e0dc;
    margin-bottom: 0;
}
/*
#AppExceptions ul {
    margin: 0;
}

#AppExceptions li {
    font-size: 16px;
    background: url(/wp-content/themes/MUM/media/bullet.png) no-repeat left 3px;
}
*/
#AppExceptions strong {
    font-size: 18px;
}

h1 {
    width: 60%;
    margin-bottom: 10px;
}

h3 {
    font-weight: 300;
    font-size: 26px;
}

#tabs-1 h3 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.app-note {
    margin-bottom: 20px;
}

.app-note p {
    margin-bottom: 0;
}


/* =============================================
   PROGRESS BAR
   ============================================= */

.green {
    background: #0c65a3;
    border-bottom: none;
    color: #fff;
}

#tabs_only li a, #tabs_only li a:visited {
    color: #b4dff9;
}

#tabs_only li {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 20px -15px 0;
    padding: 5px 0 20px;
}

#tabs_only li a:hover, #tabs_only li a:active {
    text-decoration: underline;
    color: #fff;
}

#tabs_only li.view-all {
    font-weight: 500;
}

/* =============================================
   FORM
   ============================================= */

.names div {
    width: 50%;
    float: left;
}

article form .names input[type="text"] {
    width: 42%;
}

article form .section3 input[type="text"], article form .section4 input[type="text"] {
    margin: 0;
}

article form .names label {
    width: 64%;
    max-width: 46%;
    min-width: 160px;
}

article form .contact-details .section1 label {
    width: 100%;
    min-width: 43px;
    max-width: 100%;
    text-align: left;
}

article form .contact-details .section2 label {
    text-align: left;
    width: 100%;
    max-width:100%;
}

.names .section1 label, .names .section3 label {
    width: 34%;
}

.contact-details .section1, .contact-details .section2 {
    width: 50%;
    float: left;
}

article form .contact-details input[type="text"] {
    width: 80%;
}

.contact-details .section1 p strong {
    /*color:#b22222;*/
    /* font-weight: 300; */
    font-size:1em;
    display:block;
    width: 60%;
}

.body article form fieldset.contact-details p {
    margin: 0 0 10px 0;
    width: 86%;
}

.body article form fieldset.contact-details .icon {
    margin-left: 0;
}

article form .birthdate label {
    min-width: 0;
    float: left;
}

article form .birthdate div.input {
    width: 16%;
    display: block;
    float: left;
    margin-right: 1.5%;
}

article form .birthdate input[type="text"] {
    width: 16%;
}


article form .birthdate .app .ui-selectmenu {
    background-position: 93% 15px;
}

article form .birthdate .app .ui-selectmenu:hover, article form .birthdate .app .ui-selectmenu:active {
    background-position: 93% 15px;
}

article form div.input.select_status {
    width: 54%;
}



/* =============================================
   BUTTONS
   ============================================= */

.body article form #partial_save_button p {
    color: #AAA;
}

.pre_submit_buttons {
    margin-top: 40px;
}

.body article form fieldset p.apppmtsubmit {
    padding-top: 10px;
    text-align: center;
}

.body article form .pre_submit_buttons .item a.button {
    display: block;
    float: left;
    margin: 0 10px 11px 0;
    padding: 11px 2% 10px;
    border-radius: 5px;
    border-bottom: 0;
    width: 27%;
    text-align: center;
    font-size: .95em;
}

.body article form .pre_submit_buttons .item a#go_to_previous_button {
    background-color: #70a3c9;
}

.body article form .pre_submit_buttons .item a#go_to_previous_button:hover, .body article form .pre_submit_buttons .item a#go_to_previous_button:active {
    background-color: #f6bd27;
}

#submit_button input.button[type="submit"] {
    font-size: 19px;
    margin: 10px 0;
    display: block;
    padding: 10px 2%;
    float: left;
    background-color: #f8931b;
    width: auto;
}

#submit_button input.button[type="submit"]:hover, #submit_button input.button[type="submit"]:active {
    background-color: #ffa921;
}

.appmessage_saving {
    white-space: normal;
    text-decoration: none;
    margin: 0;
    border: 0;
    outline: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #888;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    font-size: 1em;
    padding: 10px 2% 9px;
    float: left;
    background-color: #fff;
}

div#MSD_dialog {
    font-style: italic;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 27.5%;
    margin-bottom: 15px;
}

.appmessage_saving img {
    width: 22px;
    height: auto;
    vertical-align: top;
    margin-left: 2px;
}

#partial_save_button {
    border-top: 1px solid #e2e0dc;
    margin: 15px 0;
    padding-top: 15px;
    border-bottom: 1px solid #e2e0dc;
}

#partial_save_button a.button {
    background-color: #CCC;
}

#partial_save_button a.button:hover, #partial_save_button a.button:active {
    background-color: #f6bd27;
}

.body article form fieldset h3 {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 24px;
}


/* =============================================
   FOOTER
   ============================================= */

.gray {
    display: none;
}

@media screen and (max-width:1080px) {
    h1 {
        margin-left:0!important;
    }
}


@media screen and (min-width:736px) and (max-width:1080px) {
    h1 {
        margin-left:0!important;
    }

    #AppExceptions {
        width: 33%;
    }

    .body article form .pre_submit_buttons .item a.button {
        width: 28%;
        font-size: .8em;
    }

    #submit_button input.button[type="submit"] {
        font-size: 19px;
        padding: 9px 3% 6px;
    }


    article form .tab_content .required {
        margin: 8px 0 16px 0;
    }

    .pre_submit_buttons {
        margin-top: 40px;
    }
}

@media screen and (max-width:735px) {

    .body .container {
        padding-top: 20px;
    }

    h1 {
        width: 100%;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 1.4;
        color: #0c65a3;
        font-weight: 400;
    }

    .body article form p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    #AppExceptions {
        width: 100%;
        float: none;
        margin: 0 0 10px;
        border: none;
        padding: 0;
    }

    #AppExceptions strong {
        font-size: 16px;
        color: #a93636;
    }

    article form .tab_content .required {
        margin: 12px 0 16px 0;
        text-align: left;
        color: #a93636;
        font-style: italic;
        font-weight: 500;
        text-transform: initial;
        font-size: 15px;
    }

    #tabs_only {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        height: auto;
    }

    #tabs_only ul, section.body #tabs_only ul {
        margin: 0 0 10px;
        padding: 8px 2.5%;
        background-color: #0c65a3;
        width: 95%;
    }

    #tabs_only li {
        font-size: 11px;
        text-transform: uppercase;
        margin: 0 7px -15px 0;
        padding: 5px 0 15px;
        font-weight: 500;
    }

    #tabs_only li.ui-tabs-active, #tabs_only li.view-all {
        background: none;
    }

    #tabs_only li.view-all {
        font-weight: 500;
        text-align: left;
        padding-bottom: 0;
        margin: 10px auto 0;
        width: 100%;
        border-top: 1px solid #adc9dc;
        float: none;
    }

    .names div {
        width: 92%;
        float: none;
    }

    article form .names label {
        text-align: left;
    }

    #tabs_only li.view-all a {
        color: #b4dff9;
    }

    article form .names input[type="text"] {
        width: 100%;
    }

    article form .contact-details input[type="text"] {
        width: 90%;
    }

    article form .section3 input[type="text"] {
        margin-bottom: 15px;
    }

    .contact-details .section1, .contact-details .section2 {
        width: 100%;
        float: none;
    }

    .body article form fieldset.contact-details p {
        width: 100%;
    }

    .contact-details .section1 p strong {
        width: 100%;
    }

    .body article form .pre_submit_buttons .item a.button {
        width: 120px;
        font-size: .7em;
        line-height: 1.6;
        margin: 0 2% 11px 0;
        padding: 11px 5px 0;
        height: 39px;
    }

    #submit_button input.button[type="submit"] {
        font-size: 19px;
        padding: 7px 2% 6px;
        line-height: 1.3;
    }

    .body article form h3 {
        font-size: 18px;
        margin-top: 25px;
    }

    .body article form p.questions  {
        margin-bottom: 0;
        text-align: center;
        border-top: 1px solid #e2e0dc;
        margin-top: 14px;
        padding: 10px 0 0;
    }

    .pre_submit_buttons {
        margin-top: 20px;
    }
}


@media screen and (max-width:639px) {

	article form fieldset {
		font-size: 14px;
		line-height: 18px;
		border: 0;
		padding: 20px 20px 15px 20px;
		margin-bottom: 5px;
		width: 100%;
		box-sizing: border-box;
	}


	article form label,
	article form .grid.thirds .item label {
		float: none;
		clear: left;
		text-align: left;
		width: 100%;
		max-width: 100%;
		margin: 0 0 4px 0;
		padding: 0;
		line-height: 1.3;
	}

	article form fieldset {
    font-size: 17px;
	}

	article form input[type="text"], article form input[type="email"], article form textarea, .fancybox-inner form textarea, .slide input[type="text"], .slide input[type="email"] {
		width: 100%;
		margin: 0 0 15px 0;
		box-sizing: border-box;
	}

.body article form fieldset p {
	font-size: 16px;
	    padding-top: 0;
			}

			article form div.input {
    width: 90%;
}

    article form .birthdate div.input {
        width: 33%;
        margin-right: 2.5%;
        clear: none;
    }

		.ui-selectmenu-menu.app ul {
			width: 100% !important;
		}

		.ui-selectmenu-menu.app {
    left: 40px !important;
    width: 69%!important;
}

    article form .birthdate input[type="text"] {
        width: 22%;
        clear: none;
    }

    div#MSD_dialog {
    padding-left: 0;
}

.body article form fieldset p.above-input {
    font-weight: 100;
}

}
.appdupsubmit {
    background-color: #356f9e;
}
.hidden{
	display: none;
}
.disabled{
	display: none;
}
div#enrolltype {
		margin-top: 30px;
}
.RIF{
	display: none;
}
