*:focus {
    outline: 0;
}


/*Navigation Styling*/
/*Displays list items on hover*/
#primary-nav li.parent:hover ul.children{display: block;}
/*Prevents sub lists from displaying*/
#primary-nav li.parent:hover ul.children li ul{display: none;}
/*Shows sub lists on parent list item hover*/
#primary-nav li.parent:hover ul.children li:hover ul{display: block;margin-left: 202px;margin-top: -47px;}
#primary-nav li.parent:hover ul.children li:first-child:hover ul{display: block;margin-left: 202px;margin-top: -46px;min-height: 40px;}

/*Gives sub lists full border styling*/
#primary-nav li.parent ul.children li ul{border: 3px solid #D7DEF0;font-size: 15px;}

/*Gives sub lists at the very top border styling*/
#primary-nav li.parent ul.children li:first-child ul{border-left: 3px solid #D7DEF0;border-bottom: 3px solid #D7DEF0; border-right: 3px solid #D7DEF0; border-top: none;}

/*Fixes additional borders on secondary ul list items*/
#primary-nav .parent li.current_page_item .children li {
 border-top: none;
border-bottom: none;
}

#primary-nav .parent li.current_page_item .children li a{
background-color: #284ea0;
color: white;
}

#primary-nav .parent li.current_page_item .children li a:hover{
background-color: #243778;
color: white;
}

/*Displays dropdown arrow on list items with children*/
#primary-nav ul.children li.page_item_has_children a:after  {
color: #6e89ca;
font-family: fontAwesome;
content: "";
text-align: right !important;
padding-left: 100%;
float: left;
margin-top: -13px;
background: url('../images/bg-dropdown-icon-rgt.png');
background-repeat: no-repeat;
background-position: right center;
height: 10px;
width: 10px;
}

/*Prevents secondary lists from having a dropdown icon as well*/
#primary-nav ul.children li.page_item_has_children:hover ul li a:after{background-image: none;}
#primary-nav ul.children li.page_item_has_children ul li a:after{background-image: none;}


#header-title-text sup{font-size: .6em;}

/*Padding issue with main banner*/
/*.main-banner{padding-top: 1px !important;}*/

/*Resolves issue with form being pushed down*/
#whole_page .main-banner div.container .main-banner-meta{position:absolute;}

.main-banner .main-banner-meta h1 {
     background-color: rgba(255,255,255,0.8);
     color: #243777;
     font-family: 'ufshands', Arial, sans-serif;
     font-size: 26px;
     line-height: 1.1em;
     padding: 10px;
  }

.main-banner .main-banner-meta h1 sup{font-size: .6em;}

/*Fixes header extending beyond content length on full-width/no-rmi template*/
.page-template-template-fwnobanner .main-banner .apply-main-banner-meta h1{width: auto;}


/*Main Banner Form*/
input:invalid, textarea:invalid {
    border-radius: 0;
    box-shadow: none;
}
.main-banner .main-banner-form {background-color: #243777;}
.main-banner-form div.banner-form-div{padding-top: 10px}
.main-banner-form h4{color: #fff;font-size: 2em;margin-bottom: .2em;text-align: center;}
.main-banner-form h6{color: #fff;font-size: 1.1em;text-align: center;}

.main-banner-form ul{
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

.main-banner-form input {border: 1px solid white; color: #888;font-family: 'ufshands',Arial,sans-serif; font-size: 15px; margin-bottom: 10px;padding: 10px 5px; width: 100%;}

.main-banner-form select{
     background-image: url('../images/dropdown.jpg');
    background-position: 95%;
    -o-background-size: 10px auto;
    -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
     background-size: 10px auto;
     background-repeat: no-repeat;
     -moz-appearance: none;
     -webkit-appearance: none;
     -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
     -o-border-radius: 0px !important;
     border-radius: 0px !important;
     border: 1px solid white;
     color: #888;font-family: 'ufshands',Arial,sans-serif;
     font-size: 15px;margin-bottom: 10px;padding: 10px 5px; width: 100%;
}

.main-banner-form input.error, .main-banner-form select.error{border: 1px solid red;}
label.error{line-height: 2em;}

.main-banner-form label.error{color: white;font-family: 'ufshands',Arial,sans-serif;font-style: italic;}

.main-banner-form select.half#interest{display: inline-block;float: left;margin-right: 10px; width: 49%;}

.main-banner-form input.half{display: inline-block;float: left;width: 47%;}

.main-banner-form input[type="submit"]{background-color: #f37021; border: none; color: white;}
.main-banner-form input[type="submit"]:hover{background-color: #ff6f18;}

.main-banner .apply-main-banner-meta h1{background-color: rgba(255,255,255,0.8);padding: 10px;width: 100%;}

/*Content Styling*/
body #content{padding: 10px 0;}
#content{width: 100%;}

/*Fixes slight unneeded margin/padding on right*/
.page-template-template-fwnobanner #content-wrap #content-shadow #main-content{margin-right: 0;padding-right: 0;}

#content article ul li, #content article ol li{font-size: 14.5px;}
#content-wrap article.span-23 {width: 100%;}

#content-wrap article.span-23 #menu-custom-content-menu{
font-family: ufshands, Arial, sans-serif;
font-size: 13px;
}

#content-wrap article.span-23 .content-tabs ul.menu li a{
border-bottom: 0;
padding: 0.5em 1em;
font-size: 18px;
width: 200px;
}


/*Thank you page*/
.page-template-template-thankyou .main-banner{min-height: 177px;position: relative;}
.page-template-template-thankyou .main-banner .apply-container{background: rgba(255,255,255,.5);bottom: 0;position: absolute;width: 100%;}
.page-template-template-thankyou .main-banner h1{padding: 10px;}
.tyinfo a h3{text-decoration: underline;}
.tyinfo{display: none;}
.tysb{display: none;}

.page-template-template-thankyou .sidebar-box{padding-top: 10px;}
.page-template-template-thankyou .main-sidebar .sidebar-box .sidebar_widget h3{margin-bottom: 10px;}
.page-template-template-thankyou .main-sidebar .sidebar-box #app_procedure{line-height: 1.5em;}

.prog_option ul{
  margin: 0;
  padding: 1.5em;
}

.prog_option h4{
    background-color: #ebeef7;
    color: #444;
    font-size: 14.5px;
    margin: 0;
    text-align: center;
    padding: 5px 20px;
}


.prog_option.col-sm-4{
  background-color: #f9fafe;
  float: left;
  margin-top: 15px;
  width: 33%;
  position: relative;
  min-height: 270px;
  padding-left: 1px;
  padding-right: 1px;
}

.prog_option.col-sm-4 ul{
  min-height: 165px;
}
.prog_option.full .app-link{
    padding: 15px;
    bottom: 0;
    display: block;
    margin: 0 auto;
}

.prog_option.full .app-link .blue-box-link.apply {
    margin-top: 0;
    width: 100%;
    padding: 10px 0;
}

@media (max-width: 899px){
  .prog_option.col-sm-4 ul{min-height: 235px;}
  .prog_option.full h4{min-height: 65px;}
}


@media (max-width: 658px){
  .prog_option.col-sm-4{float: none;margin: 0 auto;margin-bottom: 15px;width: 50%;min-width: 280px;}
  /*Prog option in full-width layout*/
  .prog_option.col-sm-4.full{width: 100%;}
  .prog_option.col-sm-4.full h4{min-height: 0;}
  .prog_option.col-sm-4.full .app-link{padding: 0;position: relative;}
  .prog_option.col-sm-4.full ul{min-height: 0;}
  .prog_option .app-link .blue-box-link.apply {
    width: 100%;
    padding: 10px 0;
}
}

/*Home Page Styling*/
.h_prog{display: inline-block; width: 45%; margin-bottom: 25px; margin-right: 20px;}
.h_prog img{height: auto;margin-bottom: 15px;width: 100%;}
.h_prog .lm_btn{background: #F37021;padding: 10px 5px;text-align: center; width: 50%;}
.h_prog .lm_btn:hover{background: #FF6F18;}

.h_prog .lm_btn a, .h_prog .lm_btn a:hover, .h_prog .lm_btn a:visited, .h_prog .lm_btn a:focus{border-bottom: none;color: #ffffff;font-size: 1.3em;}

ul#career_list_home{
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

ul#career_list_home li{
    background-image: none;
}


/*Student Spotlight*/
/*Student Testimonials*/
a .student_testimonial{
  border: 1px solid #4D69B2;
  float: left;
  margin: 0 19px 20px 0;
  overflow: hidden;
  padding: 0;
  width: 31%;
}

a.stu_link:nth-child(3n) .student_testimonial{margin-right: 0;}

a.stu_link, a.stu_link:hover, a.stu_link:visited, a.stu_link:focus{color: white;}
.student_testimonial a{margin: 0;padding: 0;}

.stu_image img{width: 100%;}
.stu_info{background:#243778;font-size: 12.5px !important; padding: 10px;width: 100%;}
.stu_info p{font-size: 12.5px !important;line-height: 1em;margin-bottom: 5px;}
.stu_info p.name{font-weight: bold;}

.stu_profile h4{font-size: 1.5em;margin-top: 0;}
.stu_profile h5{font-size: 1.3em;}

.stu_profile .stu_profile_head{background-color: #243778;color: white;float: left;margin-bottom: 20px;position: relative;width: 100%;}
.stu_profile .stu_profile_head img{border-right: 2px solid white; float: left; margin-right: 20px;width: 100%;}
.stu_profile .stu_profile_head h4{color: white;font-size: 2em;margin-bottom: 0;}
.stu_profile .stu_profile_head p{color: white;font-size: 1.4em;}
.stu_profile .stu_profile_head .stu_prof_img{float: left;width: 40%;}
.stu_profile .stu_profile_head .stu_prof_info{position: absolute;float: left;bottom: 0px;left: 43%;}


/*Student Survey Form*/
#gform_browse_button_1_6{
  background-color: #eee;
  color: #666;
}


.gfield input{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0 0px 0px rgba(0,0,0,0.15);
  }

.gfield input[type='file']{
  padding: 3px !important;
  line-height: 25px;
  height: auto !important;
  color: #666;
  background: none repeat scroll 0 0 #EEEEEE;
  border: 1px solid #CFCFCF;
  border-radius: 0px;
  display: block;
  border-radius: 3px;
  font-weight: normal;
}

#gform_wrapper_1.gform_wrapper .form_saved_message{
  background-color: #ebeef7;
  border: 2px solid #243778;
}

/*Student Survey Form*/
#gform_wrapper_2{display:block!important;}

.gform_confirmation_message{
  font-size: 14.5px;
  color: green;
  border: 1px solid green;
  line-height: 1.5em;
  padding: 15px;

}

.gform_confirmation_message a{color: green;}

/*RSS Feed styling*/
ul.wp_rss_retriever_list li.wp_rss_retriever_item{background-image: none;margin-bottom: 25px;}
ul.wp_rss_retriever_list li a.wp_rss_retriever_title{border-bottom: 1px solid #143679;font-size: 15px;}
.wp_rss_retriever_metadata {
margin: .5em 0;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

ul.wp_rss_retriever_list .wp_rss_retriever_image{
    border: 1px solid #ccc;
}

/*Tables*/
.table-responsive>.table>tbody>tr>td{white-space: nowrap;}
table tr, table td, tbody{width: 100%;}
.table-responsive{overflow: visible; width: 100%;}
.table-left{text-align: left; width: 75%;}
.table-right{text-align: left; width: 25%;}

table tr:hover{background-color: #D7DEF0 !important;}

tbody tr:nth-child(even):hover td, tbody tr.even:hover td {
background: #D7DEF0 !important;
}


/*Course Schedule Table*/
tr th{background: #D7DEF0; border-bottom: 1px solid #6377B2;}
.first-table-col{width: 15%;}

.text-center{text-align: center;}
.text-left{text-align: left;}
.header-row{font-weight: bold;}

.nowrap{white-space: nowrap;}

.empty-last{display: none;}

/*Master's Degree Application*/
table#masters_application_info{border: 1px solid #545454;margin: 10px 0 10px 12px;}
table#masters_application_info tr{width: auto;}
table#masters_application_info tr td{width: auto;}
table#masters_application_info tr td:first-child{background-color: #ccc;}
table#masters_application_info thead tr:first-child{background-color: #F2F6FC;}


#test-scores table{text-align: left;}
#test-scores table tr{width: auto;}
#test-scores table tr td{width: auto;}


/*Program Table*/
#program_table{border: 1px solid #E6E6E6;margin-bottom: 0;}
#program_table .prog{background-color: #e6e6e6 !important;width: 33%;}
#program_table .prog_name{width: 33%;}


/*Schedule Table*/
.schedule-table thead tr th{word-wrap: normal;}
.schedule-table tbody tr td{word-wrap: normal;}
.schedule-table .CourseName{width: 15%; word-wrap: normal;}
.schedule-table .CourseTitle{width: 70%; word-wrap: normal;}
.schedule-table .CourseHours{text-align: center; width: 10%; word-wrap: normal;}
.schedule-table .CourseOffering{width: 5%; text-align: center;word-wrap: normal;}

.tableDesc td.chapter, .tableDesc th.chapter{width: 14%;}
.tableDesc td.title, .tableDesc th.title{width: 86%;}

.tableDesc th.module, .tableDesc td.module{width: 14%;}
.tableDesc th.topic, .tableDesc td.topic{width: 50%;}
.tableDesc th.assignments, .tableDesc td.assignments{width: 33%;}

table.tableDesc td ul{padding: 0 0 0 15px;}
table.tableDesc td li{margin-bottom: 5px;padding-left: 15px;}

.key_dates td.chapter, .key_dates th.chapter{width: 20%;}
.key_dates td.title, .key_dates th.title{width: 80%;}

/*Toefl Table*/
.toefl-table table{max-width: 400px;text-align: left;}
.toefl-table table th, .toefl-table table td{text-align: left;}
.toefl-table table .table-left{max-width: 200px;width: 50%;}

.exam-table table{width: 100%;text-align: left;word-wrap: normal;}
.exam-table .table-responsive table thead th, .exam-table .table-responsive table thead td{text-align: left;white-space: normal; word-wrap: normal;}
.exam-table table .table-left{max-width: 200px;width: 30%;word-wrap: normal;}
.exam-table table .table-mid{max-width: 200px;width: 30%;word-wrap: normal;}
.exam-table table .table-right{max-width: 200px;width: 30%;word-wrap: normal;}



/*Critical Dates*/
.critical-dates.table-responsive.table>tbody>tr>td{white-space: normal;}
.critical-dates .table-left{border-right: 1px solid #CCC;text-align: left;width: 20%;}
.critical-dates .table-right, .critical-dates th.table-right{padding-left: 20px;text-align: left;width: 80%;}


/*Key Dates Table*/
table#key-dates-table th{text-align: left;width: 33%;}
table#key-dates-table td{text-align: left;width: 33%;}

/*Faculty Table*/
table.faculty-table td{padding: 20px 10px;width: 50% !important;}

/*Faculty Page Styling*/
.page #content-wrap img.faculty-photo {
float: left;
margin: 0 20px 10px 0;
max-width: 200px;
-moz-box-shadow: 0 0 5px #CCC;
-webkit-box-shadow: 0 0 5px #CCC;
box-shadow: 0 0 5px #CCC;
padding: 5px;
border: 1px solid #CCC;
background-color: #FFF;
}

.clear{clear:both;}

/*FAQ Accordion*/
#content .su-accordion .su-spoiler {
  margin-bottom: 0;
}

#content .su-spoiler-style-fancy, #content .su-spoiler{border: 0; border-radius: 0;}

#content .su-spoiler-style-fancy > .su-spoiler-title, #content .su-spoiler > .su-spoiler-title{
background-color: #ebeef7;
border-bottom: 2px solid #243778;
border-radius: 0;
color: #243778;font-size: 1.1em;}

#content .su-spoiler-content{background-color: #fff;border: 1px solid #ebeef7; border-radius: 0;font-size: 13.5px;}

#content .su-spoiler-closed .su-spoiler-content {border: 0; border-radius: 0;}

#content .su-spoiler-icon-plus .su-spoiler-icon:before {content: "\f0d8";}

#content .su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
content: "\f0d7";
}

/*Form tabs*/
#step_two ul{list-style-type: none;margin-bottom: 20px;}
#step_two ul li{background-image: none;}
#step_two ul li ul{border-bottom: 1px solid #ccc;}
#step_two ul li ul li:before{
    font-family: fontAwesome;
    content:"\f101";
    margin-right: 10px;
 }


/*Application form styling*/
#mandatory_form, #completion_form{
width: 50%;
margin-left: 25%;
margin-top: 20px;
margin-bottom: 20px;
}

#mandatory_form input[type="text"], #mandatory_form input[type="submit"], #mandatory_form select, #completion_form input[type="text"], #completion_form input[type="submit"] {
margin-bottom: 10px;
width: 100%;
}

#mandatory_form input[type="submit"], #completion_form input[type="submit"]{
background-color: #f37021;
border: none;
border-radius: 0;
color: white;
font-family: 'ufshands',Arial,sans-serif;
font-size: 15px;
padding: 10px 0;
}

#mandatory_form input[type="text"], #completion_form input[type="text"]{
background-color: #f8f8f8;
border: 1px solid #888;
color: #888;
font-family: 'ufshands',Arial,sans-serif;
font-size: 15px;
padding: 10px 5px;
}

#mandatory_form input.error, #mandatory_form select.error, #completion_form input.error{border-color: #cc0000;}

#mandatory_form select {
background-color: #f8f8f8;
background-image: url('../images/dropdown.jpg');
background-position: 97%;
-o-background-size: 10px auto;
-webkit-background-size: 10px auto;
-moz-background-size: 10px auto;
background-size: 10px auto;
background-repeat: no-repeat;
-moz-appearance: none;
-webkit-appearance: none;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-o-border-radius: 0px !important;
border-radius: 0px !important;
border: 1px solid #888;
color: #888;
font-family: 'ufshands',Arial,sans-serif;
font-size: 15px;
margin-bottom: 10px;
padding: 10px 5px;
width: 100%;
}

#mandatory_form ul{border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;list-style-type: none;margin-right: 0;padding-right: 1.5em;padding-top: 10px;}
#mandatory_form ul li{background-image: none; clear: both; display: inline-block; margin-bottom: 10px; width: 100%;}
#mandatory_form .checkbox{float: left; margin-top: 1px;margin-right: 10px;}
#mandatory_form ul li p{float: left;margin-bottom: 0; width: 90%;}

#mandatory_form div.radio_list p{margin-bottom: 0;}
#mandatory_form div.radio_list ul{border-top: 0;}
#mandatory_form div.radio_list ul li input[type="radio"]{margin-right: 5px;}

/* MDAP Orange Button */

.button {
    background-color: #f37021;
    border: none;
    border-radius: 0;
    color: white;
    font-family: 'ufshands',Arial,sans-serif;
    font-size: 1.2em;
    padding: 10px 0;
    text-decoration: none;
}

.go.button{
    display: block;
    /*margin: 0 auto;*/
    margin-bottom: 15px;
    min-width: 200px;
    text-align: center;
    width: 47%;
    padding: 10px 50px;
}

a.go.button:hover, a.go.button:active, a.go.button:visited {
    border-bottom: none;
    color: white;
}

a.button:hover {
    background: #ff6f18;
}



.contact{width: 100%;}

.contact .contact_form input{
    background-color: #F8F8F8;
    border: 1px solid #888;
    color: #888;
    font-family: "ufshands",Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 100%;
}

.contact .contact_form input.error{border: 1px solid #cc0000;}

.contact .contact_form textarea{
    background-color: #F8F8F8;
    border: 1px solid #888;
    color: #888;
    font-family: "ufshands",Arial,sans-serif;
    font-size: 15px;
    height: 200px;
    margin-bottom: 10px;
    outline: none !important;
    padding: 10px 5px;
    resize: none;
    vertical-align: top;
    width: 100%;
}

.contact .contact_form textarea.error{border: 1px solid #cc0000;}

.contact .contact_form input[type="submit"]{
    background-color: #F37021;
    border: 0;
    color: white;
}

/*General content styling*/
.contact_info{margin-left: 30px;}
.address{margin-left: 30px;}



/*Misc Styling*/
.btn a, .btn a:hover, .btn a:focus {border-bottom: 0; color: white;text-decoration: none;}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #4b6bb8, #254194);
  background-image: -moz-linear-gradient(top, #4b6bb8, #254194);
  background-image: -ms-linear-gradient(top, #4b6bb8, #254194);
  background-image: -o-linear-gradient(top, #4b6bb8, #254194);
  background-image: linear-gradient(to bottom, #4b6bb8, #254194);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 1.3em;
  margin: 0 auto;
  padding: 10px 20px 10px 20px;
  text-align: center;
  text-decoration: none;
  min-width: 280px;
  width: 50%;
}

.explore_btn{
  width: 145px;
  margin: 0 auto;
  margin-top: 1em;
  display: block;
}

.explore_btn a{

  text-align: center;

  background: #4c68b1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNjhiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTQyOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #4c68b1 0%, #214291 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c68b1), color-stop(100%,#214291)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c68b1 0%,#214291 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c68b1 0%,#214291 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c68b1 0%,#214291 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c68b1 0%,#214291 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c68b1', endColorstr='#214291',GradientType=0 ); /* IE6-8 */

  color: #FFF;
  display: block;
  font-size: 20px;
  padding: 5px 15px;
}

.explore_btn.explore_btn_wide{margin: 1em auto;width: 75%;}


.explore_btn a:hover{background: #214291;}

.main-sidebar .sidebar-box .app-procedure .blue-box-link {
    text-align: center;

      background: #4c68b1; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRjNjhiMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTQyOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #4c68b1 0%, #214291 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c68b1), color-stop(100%,#214291)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4c68b1 0%,#214291 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4c68b1 0%,#214291 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #4c68b1 0%,#214291 100%); /* IE10+ */
background: linear-gradient(to bottom, #4c68b1 0%,#214291 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c68b1', endColorstr='#214291',GradientType=0 ); /* IE6-8 */

    color: #FFF;
    font-size: 20px;
    padding: 5px 15px;
    width: 115px;
    margin-top: 1em;
    display: block;
}

.main-sidebar .sidebar-box .app-procedure .blue-box-link:hover{
  background: #214291;

}

.main-sidebar .sidebar-box .sidebar_widget ul li {
    background: transparent url("../images/sidebar-li-arrow.png") no-repeat scroll 0% 0%;
  color: #333;
  font-size: 100%;
  padding: 0px 0px 1em 25px;
  font-family: "ufshands",Arial,sans-serif !important;
}

.main-sidebar .sidebar-box .sidebar_widget ul li span.title{
  color: #555;
  font-size: 16px;
}

.sidebar_widget .btn{
    font-size: 1em;
   width: 220px;
   max-width: 220px;
    min-width: 200px;
}

.btn:hover {
  background: #254194;
  text-decoration: none;
}

/* Sidebar Styling */
.main-sidebar .sidebar-box .widget_text .textwidget{}

.main-sidebar .sidebar-box .widget_text p{border-bottom: none;padding-bottom: .5em;}

/*Sidebar font styling*/
.sidebar_widget h4 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
}

/*Sidebar links*/
.blue-box-link {
    text-align: center;
    background-color: #333366;
    color: #FFF !important;
    font-size: 20px;
    padding: 5px 15px;
    width: 115px;
    margin-top: 1em;
    display: block;
}

/*Faculty Page Styling*/
.su-expand-link a span{font-size: 14px;text-decoration: underline;}

.main-sidebar .shelter-med-online img.side-photo {
display: block;
margin: 0px auto;
max-width: 200px;
-moz-box-shadow: 0 0 5px #CCC;
-webkit-box-shadow: 0 0 5px #CCC;
box-shadow: 0 0 5px #CCC;
padding: 5px;
border: 1px solid #CCC;
background-color: #FFF;
}

.main-sidebar .shelter-med-online a{text-decoration: underline;}
.main-sidebar .sidebar-box .sidebar_widget .shelter-med-online h3{color: #243778; font-size: 1.4em;}

.main-sidebar .sidebar-box .sidebar_widget .side_p_nb p{border-bottom: none;}
.main-sidebar .sidebar-box .sidebar_widget .side_p_nb p a{text-decoration: underline;}

.main-sidebar .sidebar-box .sidebar_widget .side_p_nb ul.no-style{padding-bottom: 15px;}
.main-sidebar .sidebar-box .sidebar_widget .side_p_nb ul.no-style li{
  background: none;
  font-size: 100%;
  margin-bottom: 7px;
  padding: 0;
}

.main-sidebar .sidebar-box .sidebar_widget .side_p_nb ul.no-style li a{
  color: #143679;text-decoration: underline;}

.main-sidebar .sidebar-box .sidebar_widget .side_p_nb ul{padding-bottom: 10px;}
.main-sidebar .sidebar-box .sidebar_widget .side_p_nb ul.help_res li{padding-bottom: 10px;}
.main-sidebar .sidebar-box .sidebar_widget .side_p_nb ul.help_res li a{
  color: #143679;text-decoration: underline;
}


/*Application requirements*/
h4.app_req{text-align: center;}
ul.req_list li{
background: transparent url("../images/sidebar-li-arrow.png") no-repeat scroll 0% 0%;
padding: 0 0 1em 25px;
}

/*Apply Page*/
.uf_address{margin-left: 30px;}

/*Footer*/
#content-wrap .apollo-footer .footer-cell img{width: 65px;}
#content-wrap #institutional-footer #branding img{padding-bottom: 10px;width: 177px;}
#content-wrap #institutional-footer #gift-wrap img{width: 203px;}


/*Fixes issue with sizing tabs*/
.content-tabs ul.menu li a{margin: 0 auto;}
@media only screen and (min-width: 900px){
.content-tabs ul.menu li {width: 24.799%;}
.content-tabs ul.menu li.single_list {width: 100%;}
.content-tabs ul.menu li.single_list.double_list {width: 49.9%;}
.content-tabs ul.menu li.single_list.double_list.triple_list {width: 33.165%;}
.page-template-default .content-tabs ul.menu li.single_list.double_list.triple_list {width: 33%;}
.content-tabs ul.menu li.single_list.double_list.triple_list.quad_list {width: 24.799%;}
}

/* Responsive Form Styling */
@media (max-width: 899px){
body #content{padding: 15px 0;}
#whole_page .main-banner{background-position: top left;background-size: 1200px;}
#whole_page .main-banner div.container .main-banner-meta{height: 48%;margin-left: 0;position: relative;}
#whole_page .main-banner div.container .main-banner-meta h1{bottom: 0; position: absolute; padding: 10px 0;}
#whole_page .main-banner div.container .main-banner-meta div{display: none;}

.main-banner .main-banner-meta h1{
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.main-banner-form select.half#interest{display: inline-block;float: left;margin-right: 10px; width: 100%;}

.main-banner-form input.half{display: inline-block;float: left;width: 100%;}

.main-banner .main-banner-meta h1 {font-size: 2em;}

#content-wrap article.span-23 .content-tabs ul.menu li a{width: 100%;}

a.stu_link .student_testimonial{margin-right: 18px;}
a.stu_link:nth-child(3n) .student_testimonial{margin-right: 0;}

.btn{margin: 0 auto;}
}

@media (max-width: 767px){
  #whole_page .main-banner{background-size: 960px;}
  #whole_page .main-banner div.container .main-banner-meta{height: 76%;}
}

/* ----------- iPhone 5 and 5S ----------- */

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
      #whole_page .main-banner div.container .main-banner-meta {
        height: 73% !important;
      }
}


@media (max-width: 600px){

#whole_page .main-banner{background-size: 587px !important;}
#whole_page .main-banner div.container .main-banner-meta{height: 35%;}

.main-content{padding: 0 20px;}

#mandatory_form, #completion_form {
width: 86%;
margin-right: 0;
margin-left: 0;
margin-top: 20px;
margin-bottom: 20px;
padding: 0 20px;
}


#mandatory_form input, #completion_form input{
    display: block;
    margin-bottom: 0 !important;
    }

/*Allows field inputs to span 100% on smaller screens*/
.gform_wrapper .gform_body .gfield .ginput_container input.medium{width: 100%;}

.main-content a.stu_link .student_testimonial{margin-right: 27px;width: 47%;}
.main-content a.stu_link:nth-child(2n) .student_testimonial{margin-right: 0;};
.main-content a.stu_link:nth-child(3n) .student_testimonial{margin-right: 27px;};

.h_prog{width: 100%; margin-bottom: 25px; margin-right: 0px;}
ul#career_list_home{
   columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

 .nowrap{white-space: normal !important;}

.h_prog { width: 100%; }

}

/* Smartphones----------- */
@media (max-width: 480px) {
.main-banner .main-banner-meta h1 {
    font-size: 1.3em;
}}

@media (max-width: 540px) {

.page #content-wrap img.faculty-photo{float: none; margin: 0 0 0 0;}
.table-responsive>.table>tbody>tr>td{white-space: normal;}
}
