table.fancy-responsive {
    width: 100%;
}

/** Big Screens */
@media screen and (min-width: 600px) {
    #headline {
        padding: 20px 5%;
    }
    .container {
        /*margin-top: 135px;*/
        margin: auto;
    }
    #headline #blurb {
        float: left;
        box-sizing: border-box;
        width: 50%;
        padding-right: 10px;
        font-size: 18px;
        font-weight: 200;
    }
    #headline br {
        clear: both;
    }
    #headline #register {
        float: right;
        box-sizing: border-box;
        width: 50%;
        padding: 20px;
        border-radius: 15px;
        font-weight: 300;
    }
    #body-wrapper {
        position: relative;
    }
    #body-wrapper:before {
        box-shadow: #333 -20px 0 20px -20px inset;
        content: ' ';
        height: 100%;
        left: -15px;
        position: absolute;
        top: 0;
        width: 15px;
    }
    #body-wrapper:after {
        box-shadow: #333 20px 0 20px -20px inset;
        content: ' ';
        height: 100%;
        right: -15px;
        position: absolute;
        top: 0;
        width: 15px;
    }
    #section1 #section2,
    #section3 {
        box-sizing: border-box;
        padding: 10px 20% 80px 20%;
    }
    #section1 h2,
    #section2 h2,
    #section3 h2 {
        margin-top: 0;
        font-size: 60px;
    }
    #section1 ul {
        float: left;
        box-sizing: border-box;
        width: 50%;
        padding-right: 1em;
    }
    #section1 video {
        float: right;
        box-sizing: border-box;
        width: 50%;
    }
    #section1 br {
        clear: both;
    }
    .nextprev {
        display: none;
    }
}
/** Small screens */

@media only screen and (max-width: 600px) {
    /* DOM Selectors */
    label.inline {
        display: inline-block;
        width: auto;
    }
    select.date {
        font-size: 11px;
        max-width: 100%;
        width: 28% !important;
    }
    section {
        padding-left: 10px;
    }
    body {
        margin: 8px 0 0 0;
    }
    table.fancy-responsive thead {
        display: none;
    }

    table.fancy-responsive td {
        display: block;
        position: relative;
        padding-left: 50%;
        padding-top: 13px;
        padding-bottom: 13px;
        text-align: left;
        width: auto;
    }

    table.fancy-responsive td:before {
        content: attr(data-th) " :";
        display: inline-block;
        color: #000000;
        border-right: 2px solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 37%;
        overflow: visible;
        max-height: 100%;
        white-space: nowrap;

        font-size: 16px;
        font-weight: 300;
        padding-left: 13px;
        padding-top: 13px;
    }

    table.fancy-responsive td.no-colon:before {
        content: attr(data-th);
    }

    table.fancy-responsive td.no-before {
        padding-left: 10px;
        font-weight: bold;
    }

    table.fancy-responsive td.no-before:before {
        display: none;
    }
    .tdDeadline {
        display: inline-block;
    }
    .tdDeadlineCol {
        display: none;
    }
    .nextprev {
        display: none;
    }
   label {
        display: block;
        width: 100%;
    }
    
    input[type="text"],
    input[type="password"],
    input[type="email"],
    textarea,
    select {
		width: 100%;
        /* Disabled to prevent inputs from being cutoff */
        max-width: 93%;
		border-radius: 5px;
		padding: 5px;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid black; 
    }
    
    div input[type="text"],
    div input[type="password"],
    div input[type="email"],
    div textarea,
    div select {
		width: 100%;
        /* Disabled to prevent inputs from being cutoff */
        max-width: 93%;
		border-radius: 5px;
		padding: 5px;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid black;    
    }
    
    .date {
		width: 22%;
        max-width: 93%;
		border-radius: 5px;
		padding: 5px;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #PermanentPhoneNumber,
    #CellPhoneNumber,
    #FamilyPhoneNumber,
    #MONTH_ENTERED,
    #YEAR_ENTERED,
    #MONTH_DEPARTED,
    #YEAR_DEPARTED {
		width: 22%;
        max-width: 93%;
		border-radius: 5px;
		padding: 5px;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    #MONTH_ENTERED,    
    #MONTH_DEPARTED {
		width: 20%;
        max-width: 93%;
		border-radius: 5px;
		padding: 5px;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    

    
    /* Media breakpoint CSS Classes */

    .col {
        margin: 1% 0 1% 0 !important;
    }
    
    .responsive-menu ul {
        list-style: none;
        background: #fff;
        position:relative;
        padding: 5px 0;
        width: 100%;
        clear:both;
        z-index:2;
        margin: 0;
        padding: 0;
    }
    .responsive-menu ul li {
        width: 100%;
        height: auto;
        background: #fff;
        cursor: pointer;
        background-position: 0 12px;
        margin-left: -20px;
        padding: 5px 20px;
    }
    .responsive-menu > ul > li {
        border-top: 1px solid lightgray;
        min-height: 25px;
    }
    .responsive-menu > ul > li:first-child {
        border: 0;
    }
    .responsive-menu ul li ul {
        display: block;
        width: 100%;
    }
    .responsive-menu > ul > li > a {
        display: table-cell;
        vertical-align: center;
        font-size: 16px;
        font-weight: 100;
        padding-left: 17px;
        font-weight: 700;
        font-size: 12px;
    }
    .responsive-menu ul li a:visited,
    .responsive-menu ul li a:hover,
    .responsive-menu ul li a:active,
    .responsive-menu ul li a {
        color: #002142;
    }
    .responsive-menu a,
    .responsive-menu a:visited {
        text-decoration: none;
    }
    .responsive-menu > ul > li > ul > li {
        padding-top: 0;
    }
    .responsive-menu > ul > li > ul > li:first-child {
        padding-top: 5px;
    }
    .responsive-menu ul li ul li a {
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 12px;
        text-transform: none;
        font-weight: 400;
        padding-top: 5px;
        padding-left: 50px;
    }
    .menu-btn {
        display: block;
        margin-top: -10px;
    }
    .menu-btn div {
        position: absolute;
        z-index: 99;
        top: 64%;
        left: 100%;
        margin-top: -0.50em;
        padding-right: 8px;
        vertical-align: middle;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.2;
    }
    .menu-btn span {
        z-index: 99;
        display: block;
        width: 19px;
        height: 3px;
        margin: 4px 0;
        background: rgb(0, 0, 0);
    }
    
    .sidebar-nav {
		display: none;
    }    
        
    .expand {
        display: block !important;
    }
    .span_6_of_6 {
        width: 100%;
    }
    .span_5_of_6 {
        width: 100%;
    }
    .span_4_of_6 {
        width: 100%;
    }
    .span_3_of_6 {
        width: 100%;
    }
    .span_2_of_6 {
        width: 100%;
    }
    .span_1_of_6 {
        width: 100%;
    }
    .span_5_of_5 {
        width: 100%;
    }
    .span_4_of_5 {
        width: 100%;
    }
    .span_3_of_5 {
        width: 100%;
    }
    .span_2_of_5 {
        width: 100%;
    }
    .span_1_of_5 {
        width: 100%;
    }
    .span_4_of_4 {
        width: 100%;
    }
    .span_3_of_4 {
        width: 100%;
    }
    .span_2_of_4 {
        width: 100%;
    }
    .span_1_of_4 {
        width: 100%;
    }
    .span_3_of_3 {
        width: 100%;
    }
    .span_2_of_3 {
        width: 100%;
    }
    .span_1_of_3 {
        width: 100%;
    }
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
    }
    .span_1_of_1 {
        width: 100%;
    }
    /* Specific IDs */
    #navlist-audience {
        display: none;
    }
    #header-extras {
        position: absolute;
        top: -10px;
        right: 0;
    }
    #header-top {
        padding: 5px 5px 0 5px;
    }
    #header-left img {
        max-width: 313px;
    }
    #header-right ul {
        display: none;
    }
    
    .required {
		display: none;
    }    
        
	.requiredmobile {
		display: inline;
		COLOR: #990033;
		FONT-SIZE: 12px
	}    
	
	.ethnic-list input[type="checkbox"] {
		display: inline-block;
	}
	.ethnic-list label {
		width: auto;
		display: inline-block;
	}

}



.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 600px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
       
    .r-tabs #forminput {
      float:right;
      padding: 20px;
      width: 100%;
      box-sizing: border-box;
      font-weight: 300;
    }
    .content {
        padding: 0;
    }
}


@media only screen and (max-width: 950px) {
    #header-right ul {
        display: none;
    }	
}

@media only screen and (max-width: 900px) {
    #header-right ul {
        display: none;        
    }
}

@media only screen and (max-width: 850px) {
    #header-right ul {
        display: none;        
    }
    
    #header {height:130px !important;}
    #titleResponsive {float: none !important; font-size: 20px !important; margin-top: 10px !important; padding-left: 20px;}
    
}


@media only screen and (max-width: 825px) {
	iframe.newCourse {
		height: 115px;
		padding-left: 5px;
	}
	
	iframe.newEdRecord {
		height: 480px;
		padding-left: 5px;
	} 

	iframe.EdRecord {
		height: 320px;
		padding-left: 5px;
	}
}

@media only screen and (max-width: 480px) {
	iframe.newEdRecord {
		height: 490px;
		padding-left: 5px;
	} 

	iframe.EdRecord {
		height: 330px;
		padding-left: 5px;
	}
}

@media only screen and (max-width: 800px) {
    #header-right ul {
        display: none;
    }

}

@media only screen and (max-width: 500px) {
	.externalHeading {
		font-size: 18px;
    }
    
    .externalHeading2 {
	    font-size: 18px;	 
	}
	    
    
    .h1Override {
		font-size: 18px;
	}
	
	fieldset.main legend {
	    font-size: 18px;	    
	}
} 

@media (min-width: 600px) {
  select#month {
    width: 300px;
  }
  
  select#tourtype {
    width: 300px;
  }
  
}

@media (max-width: 600px) {
  
  .content {
    padding-top: 20px !important;
  } 
}