@charset "utf-8";
/*!
 * Styles for Course Search Page by Rox */
 
.choicesContainer {
	background-color: #f2f2f2;
	padding: 3%;
	margin:0px;
}

table#choices {
	border: none!important;
	border-collapse: collapse!important;
	border-color: #f9f9f9!important;
	background-color: #f2f2f2;
	padding: 15px;
	border-spacing: 1px;
	vertical-align: text-top;
}

table#choices td {
	    border-color:#f2f2f2;
	
}
table#choices tr {
	    border-color:#f2f2f2;
	
	
}

table#choices tr:nth-child(odd) td {
	background-color: #f2f2f2;
}
table#choices tr:nth-child(even) td {
	background-color: #f2f2f2;
}


td.td35 {
	width: 35%;
}
td.td15{
	width: 15%;
}
td.td50 {
	width: 50%;	
		
	}	
td.td25 {
	width: 25%;	
		
	}	





/* STYLE SUBMIT BUTTON */

.submit {
  background-color: #003e7e;
  border: none;
  color: white;
	border-radius: 5px;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

.submit:hover {
background: #016ABC;
color: #fff;
border: 1px solid #eee;
border-radius: 5px;
box-shadow: 5px 5px 5px #eee;
text-shadow: none;
}


*[tooltip]:focus {
	background:#ffffff;
	color: #003e7e;
	font-size:14px;
	white-space: pre-wrap;
}

*[tooltip]:focus:after {
  content: attr(tooltip);
  display:block;
  position: absolute;   
  width:25%;
    margin-top:-50px;
  margin-left: 5%;
  line-height:15px;
background:#ffffff;
padding:3%;
z-index:999;
opacity: 1;
border:1px solid #f9f9f9;
 -webkit-animation: none!important; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation:none!important; /* Firefox < 16 */
        -ms-animation:none!important; /* Internet Explorer */
         -o-animation:none!important; /* Opera < 12.1 */
            animation:none!important;
}

/*MOBILE VIEW FOR RESPONSIVE TABLE*/

@media only screen and  (max-width: 760px) {
	
	
	
	
.choicesContainer {
	background-color:#ffffff;
}	
	
td, tr { 
	display: block; 
	white-space: normal;
	}
/* Hide table headers (but not display: none;, for accessibility) */
thead tr {
	visibility: hidden;
	height: 0px;
	width: 0px;
  
}
	
th.results-header {
	visibility: hidden;
	height: 0px;
	width: 0px;
  
}	
tr { 
	/*border: 1px solid #f9f9f9;*/
	border: none!important;
	border-color: #ffffff!important;
	}
tr + tr {
	margin-top: 2em; 
	}
td {
  /* make like a "row" */
  border: none;
  border: none!important;
  border-color: #ffffff!important;
  position: relative;
  padding-left: 50%;
  background-color: #F8D9D5;
  text-align: left;
}
td:before {
  content: attr(data-label);
  display: inline-block;
  line-height: 1.5;
  margin-left: -100%;
  width: 100%;
  white-space: normal;
}
	
td.td35 {
	width: 94%;
}
td.td15{
	width: 94%;
}
td.td50 {
	width: 96%;	
		
	}	
td.td25 {
	width: 96%;	
		
	}	
	
	
*[tooltip]:focus:after {
  content: attr(tooltip);
  display:block;
  position: absolute;   
  width:85%;
	}	
	
}



  .search-div-left {
		    float: left;
		    width: 30%;
		    margin-right: 30px;
	    }
	
	    .search-div-left label {
		   display: table-row;
		    margin-bottom: 10px;
		    height: 30px;
	    }

	    .search-div-left select {
		    width: 50%!important;
		    float: right;
	    }
	
	 .search-div-right {
    /* height: 30px; */
    margin-bottom: 10px;
    /* display: table-row; */
}
	
	    .search-div-right label {
		    margin-right: 20px;
	    }
	
	    .search-div-right input[type=text] {
		    margin-left: 10px;
	    }
	
	    #search-submit {
		  
	    }
	
	    #search-results {
		    position: relative;
			margin: 100px auto;
	    }

	    #search-results table {
		    width: 100%;
		    font-family: Verdana, Geneva, sans-serif;
	    }

	    .search-results-header th {
		    border-top: 1px solid #CCC;
		    border-bottom: 1px solid #CCC;
		    padding: 1em 0;
	    }
	
	    

	    #search-results td {
		    padding-bottom: 2em;
	    }
	
	    #search-results tr.alternate td {
		    background-color: rgba(0,0,255,0.1);
	    }
	
	
	    .class-title {
		    font-family: Georgia, "Times New Roman", Times, serif;
		    font-size: larger;
		    font-weight: bold;
	    }
	
	    .full, .limited-access, .permission-required {
		    color: red;
		    font-weight: bold;
	    }
	
	    .additional-meeting  {
		    color: red;
	    }
	
	    .active-day {
		    font-weight: bold;
		    font-size: larger;
	    }
	
	    .inactive-day  {
		    color: #888;
	    }

      



	    .search-results-table {
		    position: relative;
		    width: 100%;
            margin: 1.5em 0;
		    font-family: Verdana, Geneva, sans-serif;
	    }
        .course-row {
            overflow: hidden;
        }
        .alternate.course-row {
		    background-color: #f7f7f7;
        }



        /*.results-col {
            width: 15%;
            float: left;
            padding: 0.5em 0.75em;
        } */
        .results-col.class-col {
            width: 28.75%;
        }
.results-col a {
	color: #ffffff;
   	background-color: #036636;
    background: #036636;
    background: -webkit-linear-gradient(120deg, #036636 0%, #b8ca4e 100%);
    background: -o-linear-gradient(120deg, #036636 0%, #b8ca4e 100%);
    background: linear-gradient(210deg, #036636 0%, #b8ca4e 100%);	
	padding: 5px;
    border-radius: 3px;
    box-shadow: -1px 0px 2px #333333;
	font-size:12px;
	white-space: nowrap;
	
		}
.results-col a:hover {

    background: #1cd9ea;
    background: -webkit-linear-gradient(30deg,#1cd9ea 0%,#0ca2e0 100%);
   background: linear-gradient(30deg,#1cd9ea 0%,#0ca2e0 100%);
	webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}



.liveOnline a {
	color: #ffffff;
   	background-color: #036636;
    background: #036636;
    background: -webkit-linear-gradient(120deg, #036636 0%, #b8ca4e 100%);
    background: -o-linear-gradient(120deg, #036636 0%, #b8ca4e 100%);
    background: linear-gradient(210deg, #036636 0%, #b8ca4e 100%);	
	padding: 5px;
    border-radius: 3px;
    box-shadow: -1px 0px 2px #333333;
	font-size:12px;
	white-space: nowrap;
	
		}
.liveOnline a:hover {

    background: #1cd9ea;
    background: -webkit-linear-gradient(30deg,#1cd9ea 0%,#0ca2e0 100%);
   background: linear-gradient(30deg,#1cd9ea 0%,#0ca2e0 100%);
	webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}






        @media only screen and (max-width: 640px) {
            .results-col {
                width: 14%;
                padding: 0.5em 0.75em 0.5em 0.25em;
            }
            .results-col.class-col {
                width: 27%;
            }
        }
        
        @media only screen and (max-width: 480px) {
            .results-col {
                font-size: 0.7em;
            }
        }
	
	    /* Just a hack to get rid of weird red border */
	    #fullscreen_center {
		    border: none;
	    }
	
	    .result-nav {
		    text-align: center;
		    margin: 20px 0;
		    padding-right: 20px;
		    vertical-align: middle;
		    width: 0%;
	    }
	
	    .result-nav input[type=submit] {
		    width: 100px;
		    padding: 6px;
		    font-weight: bold;
		    margin: 0 10px;
	    }
	
	    .result-nav .previous {
		    float: left;
	    }
	
	    .result-nav .next {
		    float: right;
	    }
		
		
		/* Popover */
		
@media only screen and (max-device-width: 800px)	{
	.popover {
	width: 90%!important;
	left: 0px!important;
}
}
		
.popover {
	border: none;
	cursor: pointer;	
	left: 50px;
    width: 30%;
   }
   
.popover:hover{
	
	cursor: pointer;	
}

/* Popover Header */
.popover-title {
	background-color: #036636;
	color: #FFFFFF;
	font-size: 20px;
	line-height:32px;
	text-align: center;
}

/* Popover Body */
.popover-content {
    background-color: #002030;
    color: #FFFFFF;
    padding: 25px;
}

/* Popover Arrow */
.arrow {
    border-right-color: red !important;
}
 
 
 
 /*-------------------------------------------------------------------------*/
 
 
 
 #rox-title {
	 height: 10%!important;
	 
	 
 }
 
 
 #rox-title-wrap {
	 background-color:#002030;
	 
}

.footer {
     padding: 50px 0 00px 0!important; 
}




	    .search-div-left {
		    float: left;
		    width: 30%;
		    margin-right: 30px;
	    }
	
	  

	    .search-div-left select {
		    width: 50%;
		    float: right;
			clear:both;
	    }
	
	 
	
	    .search-div-right label {
		    margin-right: 20px;
	    }
	
	    .search-div-right input[type=text] {
		    margin-left: 10px;
	    }
	
	    #search-submit {
		   
	    }
	
	    #search-results {
		    position: relative;
	    }

	    #search-results table {
		    width: 100%;
		    font-family: Verdana, Geneva, sans-serif;
	    }

	    .search-results-header th {
		    border-top: 1px solid #CCC;
		    border-bottom: 1px solid #CCC;
		    padding: 1em 0;
	    }
	
	    #search-results td {
		    padding-bottom: 2em;
	    }
	
	    #search-results tr.alternate td {
		    background-color: rgba(0,0,255,0.1);
	    }
	
	    .class-title {
		    font-family: Georgia, "Times New Roman", Times, serif;
		    font-size: larger;
		    font-weight: bold;
	    }
	
	    .full, .limited-access, .permission-required {
		    color: red;
		    font-weight: bold;
	    }
	
	    .additional-meeting  {
		    color: red;
	    }
	
	    .active-day {
		    font-weight: bold;
		    font-size: larger;
	    }
	
	    .inactive-day  {
		    color: #888;
	    }

      th.results-header {
            
            background-clip: border-box;
            background:#003e7e;
            color: #fff;
            font-weight: bold;
        }
	    .search-results-table {
		    position: relative;
		    width: 100%;
            margin: 1.5em 0;
		    font-family: Verdana, Geneva, sans-serif;
	    }
        .course-row {
            overflow: hidden;
        }
        .alternate.course-row {
		    background-color: #f7f7f7;
        }
        .results-col {
            width: 15%;
            float: left;
            padding: 0.5em 0.75em;
        }
        .results-col.class-col {
            width: 28.75%;
        }

        @media only screen and (max-width: 640px) {
            .results-col {
                width: 14%;
                padding: 0.5em 0.75em 0.5em 0.25em;
            }
            .results-col.class-col {
                width: 27%;
            }
        }
        
        @media only screen and (max-width: 480px) {
            .results-col {
                font-size: 0.7em;
            }
        }
	
	    /* Just a hack to get rid of weird red border */
	    #fullscreen_center {
		    border: none;
	    }
	
	    .result-nav {
		    text-align: center;
		    margin: 20px 0;
		    padding-right: 20px;
		    vertical-align: middle;
		    width: 100%;
	    }
	
	    .result-nav input[type=submit] {
		    width: 100px;
		    padding: 6px;
		    font-weight: bold;
		    margin: 0 10px;
	    }
	
	    .result-nav .previous {
		    float: left;
	    }
	
	    .result-nav .next {
		    float: right;
	    }
  
  /*STYLE CHECKBOXES*/

.container {
  display: block; 
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  
  /* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
  
  
  
  
  
  
  
  
  
  
  
  body #load {
  display: block;
  height: 100%;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 9901;
}
.load-wrap {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.load-wrap > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#load {
  background-color: rgba(46,221,237,0.96);
  background: rgba(46,221,237,0.96);
  background: -webkit-linear-gradient(30deg,rgba(46,221,237,0.96) 0%,rgba(0,132,187,0.96) 100%);
  background: linear-gradient(30deg,rgba(46,221,237,0.96) 0%,rgba(0,132,187,0.96) 100%);
}
.uil-default rect:not(.bk) {
  fill: #ffffff;
}
.uil-ring > path {
  fill: #ffffff;
}
.ring-loader .circle {
  fill: #ffffff;
}
.ring-loader .moving-circle {
  fill: #ffffff;
}
.uil-hourglass .glass {
  stroke: #ffffff;
}
.uil-hourglass .sand {
  fill: #ffffff;
}
.spinner-loader .load-wrap {
  background-image: url("data:image/svg+xml,%3Csvg width='75px' height='75px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' class='uil-default'%3E%3Crect x='0' y='0' width='100' height='100' fill='none' class='bk'%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(0 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(30 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.08333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(60 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.16666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(90 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.25s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(120 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.3333333333333333s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(150 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.4166666666666667s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(180 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(210 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.5833333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(240 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.6666666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(270 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.75s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(300 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.8333333333333334s' repeatCount='indefinite'/%3E%3C/rect%3E%3Crect  x='46.5' y='40' width='7' height='20' rx='5' ry='5' fill='%23ffffff' transform='rotate(330 50 50) translate(0 -30)'%3E  %3Canimate attributeName='opacity' from='1' to='0' dur='1s' begin='0.9166666666666666s' repeatCount='indefinite'/%3E%3C/rect%3E%3C/svg%3E");
}
.ring-loader .load-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%23ffffff'%3E   %3Cpath opacity='.25' d='M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4'/%3E   %3Cpath d='M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z'%3E     %3CanimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='0.8s' repeatCount='indefinite' /%3E   %3C/path%3E %3C/svg%3E");
}
.hourglass-loader .load-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='72' height='72' fill='%23ffffff'%3E   %3Cpath transform='translate(2)' d='M0 12 V20 H4 V12z'%3E      %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline'  /%3E   %3C/path%3E   %3Cpath transform='translate(8)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.2' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline'  /%3E   %3C/path%3E   %3Cpath transform='translate(14)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.4' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E   %3Cpath transform='translate(20)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.6' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E   %3Cpath transform='translate(26)' d='M0 12 V20 H4 V12z'%3E     %3Canimate attributeName='d' values='M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z' dur='1.2s' repeatCount='indefinite' begin='0.8' keytimes='0;.2;.5;1' keySplines='0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8' calcMode='spline' /%3E   %3C/path%3E %3C/svg%3E");
}
/*breadcrumbs background color*/
.page-title .breadcrumbs {
background-color: rgba(0, 0, 0, 0.05);
}

/*******fix for safari images*******/

html:not(.mobile-true) #main img:not(.animate-element, .ls-s-1),
html:not(.mobile-true) #header img,
html:not(.mobile-true) #bottom-bar img {
    opacity: 1 !important;
}


<!-- Flyout Custom CSS -->


#flyout-content-id-112060 { width:400px; right:-400px; }
	#flyout-content-id-112060 .flyout-content { color: #ffffff; }
	#flyout-content-id-112060 .flyout-content a,
	#flyout-content-id-112060 .flyout-content a:hover,
	#flyout-content-id-112060 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112060 .flyout-content h1,
	#flyout-content-id-112060 .flyout-content h2,
	#flyout-content-id-112060 .flyout-content h3,
	#flyout-content-id-112060 .flyout-content h4,
	#flyout-content-id-112060 .flyout-content h5,
	#flyout-content-id-112060 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112060 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-112059 { width:400px; right:-400px; }
	#flyout-content-id-112059 .flyout-content { color: #ffffff; }
	#flyout-content-id-112059 .flyout-content a,
	#flyout-content-id-112059 .flyout-content a:hover,
	#flyout-content-id-112059 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112059 .flyout-content h1,
	#flyout-content-id-112059 .flyout-content h2,
	#flyout-content-id-112059 .flyout-content h3,
	#flyout-content-id-112059 .flyout-content h4,
	#flyout-content-id-112059 .flyout-content h5,
	#flyout-content-id-112059 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112059 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-112057 { width:400px; right:-400px; }
	#flyout-content-id-112057 .flyout-content { color: #ffffff; }
	#flyout-content-id-112057 .flyout-content a,
	#flyout-content-id-112057 .flyout-content a:hover,
	#flyout-content-id-112057 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112057 .flyout-content h1,
	#flyout-content-id-112057 .flyout-content h2,
	#flyout-content-id-112057 .flyout-content h3,
	#flyout-content-id-112057 .flyout-content h4,
	#flyout-content-id-112057 .flyout-content h5,
	#flyout-content-id-112057 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112057 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-112056 { width:400px; right:-400px; }
	#flyout-content-id-112056 .flyout-content { color: #ffffff; }
	#flyout-content-id-112056 .flyout-content a,
	#flyout-content-id-112056 .flyout-content a:hover,
	#flyout-content-id-112056 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112056 .flyout-content h1,
	#flyout-content-id-112056 .flyout-content h2,
	#flyout-content-id-112056 .flyout-content h3,
	#flyout-content-id-112056 .flyout-content h4,
	#flyout-content-id-112056 .flyout-content h5,
	#flyout-content-id-112056 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112056 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-112039 { width:400px; right:-400px; }
	#flyout-content-id-112039 .flyout-content { color: #ffffff; }
	#flyout-content-id-112039 .flyout-content a,
	#flyout-content-id-112039 .flyout-content a:hover,
	#flyout-content-id-112039 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112039 .flyout-content h1,
	#flyout-content-id-112039 .flyout-content h2,
	#flyout-content-id-112039 .flyout-content h3,
	#flyout-content-id-112039 .flyout-content h4,
	#flyout-content-id-112039 .flyout-content h5,
	#flyout-content-id-112039 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112039 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-112037 { width:400px; right:-400px; }
	#flyout-content-id-112037 .flyout-content { color: #ffffff; }
	#flyout-content-id-112037 .flyout-content a,
	#flyout-content-id-112037 .flyout-content a:hover,
	#flyout-content-id-112037 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112037 .flyout-content h1,
	#flyout-content-id-112037 .flyout-content h2,
	#flyout-content-id-112037 .flyout-content h3,
	#flyout-content-id-112037 .flyout-content h4,
	#flyout-content-id-112037 .flyout-content h5,
	#flyout-content-id-112037 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112037 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-112036 { width:400px; right:-400px; }
	#flyout-content-id-112036 .flyout-content { color: #ffffff; }
	#flyout-content-id-112036 .flyout-content a,
	#flyout-content-id-112036 .flyout-content a:hover,
	#flyout-content-id-112036 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-112036 .flyout-content h1,
	#flyout-content-id-112036 .flyout-content h2,
	#flyout-content-id-112036 .flyout-content h3,
	#flyout-content-id-112036 .flyout-content h4,
	#flyout-content-id-112036 .flyout-content h5,
	#flyout-content-id-112036 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-112036 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-111489 { width:300px; right:-300px; }
	#flyout-content-id-111489 .flyout-content { color: #ffffff; }
	#flyout-content-id-111489 .flyout-content a,
	#flyout-content-id-111489 .flyout-content a:hover,
	#flyout-content-id-111489 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-111489 .flyout-content h1,
	#flyout-content-id-111489 .flyout-content h2,
	#flyout-content-id-111489 .flyout-content h3,
	#flyout-content-id-111489 .flyout-content h4,
	#flyout-content-id-111489 .flyout-content h5,
	#flyout-content-id-111489 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-111489 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-111410 { width:300px; right:-300px; }
	#flyout-content-id-111410 .flyout-content { color: #222222; }
	#flyout-content-id-111410 .flyout-content a,
	#flyout-content-id-111410 .flyout-content a:hover,
	#flyout-content-id-111410 .flyout-content a:visited { color: #000000; }
	#flyout-content-id-111410 .flyout-content h1,
	#flyout-content-id-111410 .flyout-content h2,
	#flyout-content-id-111410 .flyout-content h3,
	#flyout-content-id-111410 .flyout-content h4,
	#flyout-content-id-111410 .flyout-content h5,
	#flyout-content-id-111410 .flyout-content h6 { color: #009de0; }
		#flyout-content-id-111410 .flyout-content {
		background-color: #f9f9f9;
	}
	
	#flyout-content-id-99371 { width:400px; right:-400px; }
	#flyout-content-id-99371 .flyout-content { color: #ffffff; }
	#flyout-content-id-99371 .flyout-content a,
	#flyout-content-id-99371 .flyout-content a:hover,
	#flyout-content-id-99371 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-99371 .flyout-content h1,
	#flyout-content-id-99371 .flyout-content h2,
	#flyout-content-id-99371 .flyout-content h3,
	#flyout-content-id-99371 .flyout-content h4,
	#flyout-content-id-99371 .flyout-content h5,
	#flyout-content-id-99371 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-99371 .flyout-content {
		background-color: #000000;
	}
	
	#flyout-content-id-99349 { width:500px; left:-500px; }
	#flyout-content-id-99349 .flyout-content { color: #ffffff; }
	#flyout-content-id-99349 .flyout-content a,
	#flyout-content-id-99349 .flyout-content a:hover,
	#flyout-content-id-99349 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-99349 .flyout-content h1,
	#flyout-content-id-99349 .flyout-content h2,
	#flyout-content-id-99349 .flyout-content h3,
	#flyout-content-id-99349 .flyout-content h4,
	#flyout-content-id-99349 .flyout-content h5,
	#flyout-content-id-99349 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-99349 .flyout-content {
		background-color: #333333;
	}
	
	#flyout-content-id-98973 { width:400px; right:-400px; }
	#flyout-content-id-98973 .flyout-content { color: #ffffff; }
	#flyout-content-id-98973 .flyout-content a,
	#flyout-content-id-98973 .flyout-content a:hover,
	#flyout-content-id-98973 .flyout-content a:visited { color: #eeeeee; }
	#flyout-content-id-98973 .flyout-content h1,
	#flyout-content-id-98973 .flyout-content h2,
	#flyout-content-id-98973 .flyout-content h3,
	#flyout-content-id-98973 .flyout-content h4,
	#flyout-content-id-98973 .flyout-content h5,
	#flyout-content-id-98973 .flyout-content h6 { color: #ffffff; }
		#flyout-content-id-98973 .flyout-content {
		background-color: #000000;
	}
	<!-- END Flyout Custom CSS -->