/* STACKING ORDER

.header_dropdown: 9999
.header_dropdown-content: 9999
.dropdown-content: 9999
#header: 9000
#top_menu: 9000
#footer: 9000
#breadcrumbs-background: 8500
#breadcrumbs-container: 8500
#breadcrumbs-items: 8500
.popup: 8000
#copyright: inherit

*/

/* GENERAL */

body {
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 12pt;
  background-color: #000000;
}

a:link { color: #0073FF; text-decoration: none; }
a:active { color: #0073FF; text-decoration: none; }
a:visited { color: #0073FF; text-decoration: none; }
a:hover { color: #0073FF; text-decoration: none; }

h1 {
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
	font-size: 35px;
	text-align: center;
	line-height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
	font-size: 25px;
	text-align: left;
}

h3 {
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
	font-size: 20px;
	text-align: left;
	margin-left: 15px;
}

h4 {text-align: center;}

p {
	margin-top: 0;
  color: #ffffff;
}

p, table, ul, ol {
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 12pt;
	line-height: 150%;
}

/* MENU */
ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

ul.topnav li {float: left;}

ul.topnav li a, .dropbtn {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 10px 18px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
  font-family: Eurostile, Arial, Helvetica, sans-serif;
}

ul.topnav li.icon {display: none;}

/* START DROPDOWN */

ul.topnav li a:hover, .dropdown:hover .dropbtn {
    color: #5fc6f1;
}

ul.topnav li.dropdown {
    display: inline-block;
}

ul.topnav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #A40000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

ul.topnav .dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    border: 1px solid #bbb;
    text-decoration: none;
    display: block;
    text-align: left;
}

ul.topnav .dropdown-content a:hover {background-color: #cc0000}

ul.topnav .dropdown:hover .dropdown-content {
    display: block;
}

/* END DROPDOWN */

@media screen and (max-width:900px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

@media screen and (max-width:900px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: right;
  }
}


/* Font Face generated By: http://www.cufonfonts.com #### */

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Eurostile";
  src: url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.eot"); /* IE9 Compat Modes */
  src: url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.otf") format("opentype"), /* Open Type Font */
    url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.svg") format("svg"), /* Legacy iOS */
    url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.ttf") format("truetype"), /* Safari, Android, iOS */
    url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.woff") format("woff"), /* Modern Browsers */
    url("https://www.dojoflo.com/public-site/styles/fonts/eurostile.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
font-family: 'Eurostile';
font-style: normal;
font-weight: normal;
src: local('Eurostile'), url('styles/eurostile.woff') format('woff');
}
*/

/* TABLES */

table {
	border-collapse: collapse;
	max-width: 100%;
}

th {
	vertical-align: center;
	background-color: #81c7f0;
	color: #000000;
}

tr:nth-child(even) {background-color: #f9f9f9;}
tr:nth-child(even):hover {background-color:#f9f9ee;}
tr:nth-child(odd) {background-color: #FFFFFF;}
tr:nth-child(odd):hover {background-color:#f5f5f5;}

td {
	vertical-align: top;
}

th, td {
	text-align: left;
	padding: 5px 20px;
}

/* GENERAL ID'S AND CLASSES */

#header {
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  background-color: #000000;
	-webkit-box-shadow: 0 5px 5px -5px #333;
   -moz-box-shadow: 0 5px 5px -5px #333;
   box-shadow: 0 5px 5px -5px #333;
}
#top_menu {
  height: 30px;
  width: 100%;
  position: fixed;
  z-index: 9000;
  top: 50px;
  left: 0;
  border-bottom: 1px solid #A4A4A4;
  background-color: #C1E5FA;
}
#content {
  padding-top: 50px;
  padding-bottom: 60px;
  width: 100%;
}
#footer {
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 9000;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
	-webkit-box-shadow: 0 -5px 5px -5px #333;
   -moz-box-shadow: 0 -5px 5px -5px #333;
   box-shadow: 0 -5px 5px -5px #333;
}
#copyright {
  position: fixed;
  z-index: inherit;
  bottom: 50px;
  width: 100%;
  right: 0;
  padding-right: 5px;
  text-align: right;
  height: 20px;
}
#copyright_logged_out {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  padding-right: 5px;
  text-align: right;
  height: 20px;
}
#header_menu_icon {
  float: left;
  font-size: 25pt;
  position: fixed;
  left: 15px;
  width: 50px;
  max-width: 15%;
}
#header_profile {
  float: right;
  position: fixed;
  right: -30px;
  padding-top: 5px;
  width: 150px;
  max-width: 20%;
}
#button_main {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #888888;
  width: 46%;
  height: calc(50vh - 100px);
  float: left;
  padding: 0;
  margin: 5px 2% 10px 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#button_main_sub {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #888888;
  width: 46%;
  height: calc(50vh - 120px);
  float: left;
  padding: 0;
  margin: 5px 2% 10px 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#button_main_sub2 {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #888888;
  width: 40%;
  height: calc(35vh - 90px);
  float: left;
  padding: 0;
  margin: 3vh 5% 3vh 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#button_footer {
  float: left;
  padding-top: 5px;
  width: 20%;
  height: 45px;
  margin: auto;
  text-align: center;
}

.button-text {
  font-family: Eurostile, Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding-left: 4px;
}
/* Hide button text (and display icon only) on small screens */
@media (max-width: 925px) {
  .button-text {
    display: none;
  }
}
.popup-header .popupClose:hover {
    background: #81c7f0;
}

.table-overflow {
    overflow: auto;
    clear: both;
}

.alert {
    margin-top: 60px !important;
}

.modal {
    margin: 100px auto;
}

/* MEDIA QUERIES */

@media (max-width: 800px) {
	.button_main_small_screen {
		float: left; margin: auto; width: 50%; padding-bottom: 25px;
	}
	.button_icon_small_screen {
		max-width: 75%;
	}
	.big_screen_only {
		display: none;
	}
}

@media (min-width: 800px) {
	.button_main_big_screen {
		float: left; margin: auto; width: 25%; padding-bottom: 25px;
	}
	.button_icon_big_screen {
		max-width: 65%;
	}
	.small_screen_only {
		display: none;
	}
}

/* CLASSES */

.UNUSED_left_arrow {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: flipH();
        -ms-filter: "FlipH";
}
.UNUSED_side_menu_icon {
	height: 30px;
	max-height: 10%;
}

ul.checklist { list-style: none; text-indent: -17px; padding-left: 17px; }
ul.checklist li:before { content: '\2714\0020'; }

.testimonial {
	color: #3f3b3b;
	background-color: #C1E5FA;
	border: 1px solid #3f3b3b;
	border-radius: 25px;
	padding: 0px 10px 0px 10px;
	text-align: justify;
	width: 800px;
	max-width: 95%;
	margin: 50px auto 5px auto;
}

.testimonial p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #3f3b3b;
	font-size: 20px;
	margin-left: 10px;
}

.testimonial_highlight {
	font-weight: bold;
	font-size: 30px;
	color: red;
}

.enrollment_photo {
	float: right;
	padding: 15px 0px 0px 0px;
}

.enrollment_navigation {
	position: fixed;
	bottom: 0px;
	right: 15px;
	font-size: 60px;
}

.UNUSED_enrollment button {
	position: fixed;
	bottom: 20px;
	right: 15px;
	-webkit-appearance: none;
	color: #000000;
	background-color: #81c7f0;
	border: 1px solid #3f3b3b;
	border-radius: 3px;
	font-weight: bold;
	font-size: 11px;
}

.enrollment li, .enrollment p, .enrollment th, .enrollment td {
	font-size: 25px;
	line-height: 160%;
	margin-left: 40px;
}


/* FORMS AND BUTTONS */

a.btn-link {
	-webkit-appearance: none;
	color: #000000;
	background-color: #81c7f0;
	border: 1px solid #3f3b3b;
	padding: 10px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 11px;
    font-weight: bold;
}

a.btn-link:hover {
    cursor: pointer;
    color: #3f3b3b;
    background-color: #C1E5FA;
    border: 1px solid #3f3b3b;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
}

.btn-action-row {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.btn-action-row li {
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.btn-action-row li:last-child {
    margin-right: 0;
}

button, form input[type=button] {
    -webkit-appearance: none;
    color: #000000;
    background-color: #81c7f0;
    border: 1px solid #3f3b3b;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 11px;
}

button:hover, form input[type=button]:hover {
	cursor: pointer;
	color: #3f3b3b;
	border-radius: 3px;
	font-weight: bold;
	font-size: 11px;
}

form {
	margin: auto;
}

form p {
	line-height: 100%;
}

.styled_form label {
  font-family: "arial";
  font-size: 11pt;
  padding: 12px 12px 12px 0;
  display: inline-block;
}

form input:focus, textarea:focus {
    background-color: #C1E5FA;
}

.styled_form input[type=text], .styled_form input[type=tel], .styled_form input[type=email], .styled_form input[type=number], .styled_form input[type=password], .styled_form select, .styled_form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.styled_form select {
  margin-top: 10px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-33 {
    float: left;
    width: 33%;
    margin-top: 6px;
}

.col-50 {
    float: left;
    width: 50%;
    margin-top: 6px;
}

.col-66 {
    float: left;
    width: 67%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

.col-100 {
    float: left;
    width: 100%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.ui-timepicker-standard {
    z-index: 9999 !important;
}
/* Responsive layout - when the screen is less than 490px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 490px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

form .section {
	font-weight: bold;
	font-size: 20px;
}

.form_column1 {
	display:block;
	float:left;
	width:180px;
}

.login {
	margin: auto;
	width: 400px;
	max-width: 100%
}

.login button {
	font-weight: bold;
	font-size: 20px;
}

.login input, .solo_form input {
    width: 200px;
    max-width: 70%;
    padding: 8px;
    box-sizing: border-box;
    border: 2px solid #3f3b3b;
    border-radius: 10px;
}

.solo_form input[type=button] {
    width: auto;
}

.login input[type=radio] {
    width: auto;
}

.login select {
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #3f3b3b;
    border-radius: 10px;
}

.login textarea {
    width: 200px;
    max-width: 70%;
    box-sizing: border-box;
    border: 2px solid #3f3b3b;
    border-radius: 10px;
    min-height: 70px;
    padding: 8px;
}

.login select {
    padding: 20px 20px;
}

/* HEADER DROPDOWNS */

/* The container <div> - needed to position the header dropdown content */
.header_dropdown {
    position: relative;
    display: inline-block;
    z-index: 9999;
}

/* Header Dropdown Content (Hidden by Default) */
.header_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    max-width: 100vw;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: inherit;
}

/* Images inside the header dropdown */
.header_dropdown-content img {
    max-width: 80vw;
}

/* Links inside the header dropdown */
.header_dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: "arial";
    font-size: 11pt;
}

/* Change color of header dropdown links on hover */
.header_dropdown-content a:hover {background-color: #f1f1f1}

/* Show the header dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* GENERAL DROPDOWN BUTTONS */

/* Dropdown Button */
/* The container <div> - needed to position the dropdown content */
.dropdown {
   /* position: relative; */ /*commented by zeeshan */
   position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

/* POP-UP BOXES */

/* The Popup (background) */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 175px; /* Location of the box */
    z-index: 8000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Popup Content/Box */
.popup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #3f3b3b;
    border-radius: 15px;
    width: 500px;
    max-width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
    font-size: 18px !important;
    opacity: 1 !important;
    padding: 6px;
    background: none;
    border: none;
}

/* Popup Header */
.popup-header {
    padding: 2px 16px;
    background-color: #81c7f0;
    border-radius: 15px 15px 0px 0px;
    color: #3f3b3b;
}

.popup-header h1 { font-size: 18px; }

/* Popup Body */
.popup-body {
  padding: 2px 16px;
  max-height: calc(100vh - 350px);
  overflow-y: auto;
}

/* Popup Footer */
.popup-footer {
    padding: 2px 16px;
    background-color: #81c7f0;
    border-radius: 0px 0px 15px 15px;
    color: #3f3b3b;
}

/* ACCORDIONS */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ccc;
    font-size: 16px;
}

/* Add a plus or minus icon */
button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* TABS */
 /* Style the tab */
div.tab {
    overflow: hidden;
    border: none;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: #f1f1f1;
    float: left;
    border: none;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: none;
    border-radius: 3px 10px 10px 10px;
    background-color: #f1f1f1;
    border-top: none;
}



/* For Mobile Devices */

@media screen and (max-width: 600px) {
 #button_main {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #888888;
  width: 46%;
  height: calc(43vh - 80px);
  float: left;
  padding: 0;
  margin: 2vh 2% 3vh 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#button_main_sub {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #888888;
  width: 46%;
  height: calc(41vh - 80px);
  float: left;
  padding: 0;
  margin: 2vh 2% 3vh 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#button_main_sub2 {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 5px #888888;
  width: 40%;
  height: calc(35vh - 120px);
  float: left;
  padding: 0;
  margin: 3vh 5% 3vh 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
}
