html *{
            box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

html,body{ height: 100%; }

body{
    font-size: 18px;
    line-height: 26px;
    background: white;
    color: #444;
    padding: 0;
	margin: 0;
	font-family: 'Calluna Sans';
	font-weight: normal;
	font-style: normal;
	position: relative;
	cursor: default; 
    /*min-width: 600px;*/
    
    display: flex;
    flex-direction: column;
    
}

body *{
    outline: 0;
}

#page{
    flex: 1 0 auto;
}


div.clear{
    width: 100%;
    clear: both;
}

.row{
    width: 100%;
    max-width: 1230px;
    padding-left: 30px; 
    padding-right: 30px; 
    clear:both; 
    
    
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
    
}

nav.row {
    padding-left: 0px;
}
    
    .col{ float: left; position: relative; display: block; }
        
	.col-100{ 
            width: 100%; 
            clear: both; 
            overflow: hidden;
    }
	
    
    .col-75{         
        width: 100%;
        max-width: 75%; /*270 + 30 + 270 + 30 + 270 */
    }
    
    
    @media (min-width: 1025px){
     /*   #nav{ display: block !important; } */
    }
     
  
    
	.col-66{ width: 65.99%; }
	
    .col-50{ 
        /*width: 49.99%;*/
        width: 100%;
        max-width: 570px; /*270 + 30 + 270 */
        margin-left: 30px;
    }
    
    
	.col-33{ width: 32.99%; }
    
    
    
	.col-25{ 
        max-width: 270px; /* 270 of 1230px */
        width: 100%; 
    }
    
    
    
	.col-16{ width: 16.66%; }
	.col.left{ float: left;}
	.col.right{ float: right; }

    img.site-logo-mobile{
        max-width: 37.18%; /* 435px / 1230 */;
        width: 100%;
        
    }

    img#logo-mobile{
        display: none;
    }


.page-title{
    margin-top:0;
    margin-bottom: 20px; /*so text sits at 20 below it*/
}

/*.module-Text,*/
.text-module{
    width: 100%;
    padding-right: 70px;
}

#primaryNav{
    width: 270px;
   
}


@media (max-width: 1024px) {
    
    /**NEW**/
    #header{
        padding-left: 0;
        padding-right: 0;
    }
    
    
    /**END NEW**/
    
    
    
    img.site-logo-mobile{
        display: none;
    }
    
    img.site-logo-desktop{
        display: block;
    }
    
    img#logo{
        max-width: 30%; /*365px / 1230*/;
        width: 100%;
        min-width: 270px;
    }
    
    .col-75{  /*becomes col-100 */
        width: 100%;
        max-width: 100%; /*270 + 30 + 270 + 30 + 270 */
       /* margin-left: 30px;
        padding-left: 10px !important;*/
        padding-right: 30px; /* 15*/
    }
    
    .col-25{ /*Becomes col 50 */
        width: 100%;
        max-width: 1024px; /*270 + 30 + 270 */
        padding-left:30px;
        padding-right:30px;
    }
    
    
    
    .col-66{ width: 100%; }
    
    .col-33{ width: 49.99%; }
    
    /*.col-16{ width: 24.66%; }*/
    #header{
        padding-bottom: 0;
    }
    
    .tabs{
        float: left;
        margin-left: 30px;
    }
    
    
    
     .row{
           /* padding-left: 25px; */ 
            padding-right: 20px;
        }
    
    /*.module-Text,*/
    .text-module{
        padding-right: 0px; /*50*/
    }
    
    #secondMenu #menu-home-bottom{
        max-width: 100%;
        padding-left: 30px;
    }
    
    
    .col-instructor{
        display: none;
    }
    
    .classinfo .col.col-16{
        max-width: 19%;
        width: 19%;
    }
    
    .classinfo .col.col-type-code,
    .classinfo .col.col-day-of-week{ width: 13%; }
    
    
    .classinfo .col.col-time{
        width: 26%;
        max-width: 26%;
    }
    
}



@media (max-width: 600px) {
    
    img.site-logo-desktop{
        display: none;
    }
    
    #fhome img.site-logo-mobile,
    #home img.site-logo-mobile{
        display: block;
    }
    
    img#logo-mobile{
        margin-top: 5px;
        width: 180px;
        height: 70px;
        max-width: 180px;
        max-height: 70px;
        min-width: 180px;
        min-height: 70px;
    }
    
    .tabs{
        margin-left: 0;
    }
    
        .col-100,
    	.col-75,
		.col-66,
		.col-50,
		.col-33,
		.col-25{ width: 100%; max-width: 100%; clear: both; overflow: hidden; }
        
		.col-left,
		.col-right{ float: left; }
        
        #utilityMenu{
            display: none;
        }
        
        .row{
            padding-left: 15px; 
            padding-right: 15px;
        }
        
		#secondMenu #menu-home-bottom{
			padding-left: 15px;
		}
		
        /*.module-Text,*/
        .text-module{
            padding-right: 0;
        }
        
}

h1, h2, h3, h4, h5, h6{ margin: 0; font-weight: normal;}

h1{ font-weight: normal; font-size: 50px; line-height: 70px; color: #444; }
h2{ font-weight: normal; font-size: 24px; line-height: 34px; color: #330072; text-transform: uppercase; }
h3{ font-weight: bold;   font-size: 22px; line-height: 32px; color: #444; padding-top: 10px;}
h4{ font-weight: normal; font-size: 20px; line-height: 30px; color: #444; padding-top: 10px;}
h5{ font-weight: normal; font-size: 18px; line-height: 30px; color: #444; padding-top: 5px;}
h6{ font-weight: normal; font-size: 16px; line-height: 30px; color: #444; }

hr{ margin: 0; }

hr.gradient { border: 0; height: 1px; 
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
margin: 10px 0px;
}

.page-home h1{ font-weight: normal; font-size: 50px; line-height: 70px; color: #444; }

#loadedEvents h2,
#myScheduleContainer h2,
h2.myEventCalendar,
.page-home h2{ font-weight: normal; font-size: 18px; line-height: 26px; color: #444; text-transform: none; }
.page-home h3{ font-weight: bold;   font-size: 24px; line-height: 26px; color: #330072; text-transform: uppercase;}

.page-title h1{ font-size: 50px; /*line-height: 40px;*/}


li{ list-style: none; font-size: 17px; line-height: 24px; color: #545871;}
/* li:before{ content:"·"; font-size:16.2px; vertical-align:middle; line-height:26px; } */



.module-Tabs .ui-tabs-panel,
.text-module,
.ui-widget span.ui-selectmenu-text,
.ui-selectmenu-menu .ui-menu-item,
p{font-weight: normal; font-size: 18px; line-height: 28.8px; font-family: 'Calluna Sans'; color: #444;}
p img{ max-width: 100%; height: auto; }
img{ max-width: 100%; height: auto; }
.text-module > p:first-child{ margin-top: 0; }
.text-module > p:last-child{ margin-bottom: 0; }

.row-title{
    width: 100%; clear: both;   overflow: hidden; display: block;
    font-family: 'Calluna Sans';
}

ul{
    padding-left: 40px;
}

ol{
    /*padding-left: 20px*/
}


a:hover{ cursor: pointer; }

p a, a, a:hover{ color: #330072;  }

/*Colors*/
.col-Blue a,
.col-Blue{        color: #0077A2; }

.col-Red a,
.col-Red{        color: #DB2C39; }

.col-Mauve a,
.col-Mauve{        color: #924DA7; }

.col-Purple a,
.col-Purple{    color: #330072; }

.col-Purple a:hover{ color: #5B328E; }

.col-Orange a,
.col-Orange{     color: #E87722; }

.col-Gold a,
.col-Gold{         color: #F2A900; }

.col-Green a,
.col-Green{     color: #6B7036; }

.col-White a,
.col-White{        color: #fff;	}

.col-Black a,
.col-Black{     color: #444;    }

.col-Grey-light{ color: #F6F6F6; }
.col-Grey-dark{ color: #E4E4E4; }


/*Backgrounds*/
.bg-Blue{    	background-color: #0077A2;    color: #fff; }
.bg-Red{		background-color: #DB2C39;    color: #fff;  }
.bg-Mauve{    	background-color: #995DA7;    color: #fff;  }
.bg-Purple{		background-color: #330072;    color: #fff; }
.bg-blueGreen{  background-color: #004C46;    color: #fff; }
 
 
a.bg-Purple:hover,
.wyntk.bg-Purple:hover{  background-color: #5B328E;        }

.bg-Orange{ 	background-color: #E87722;    color: #fff; }
.bg-Gold{ 		background-color: #F2A900;    color: #fff;  }
.bg-Green{ 		background-color: #6B7036;    color: #fff;  }
.bg-White{		background-color: #fff;	      color: #fff;  }
.bg-Black{		background-color: #444;	      color: #fff;  }
.bg-Grey-light{ background-color: #f6f6f6;          color: #444 }
.bg-Grey-dark{  background-color: #E4E4E4;          color: #fff}
.bg-Grey{  background-color: #444;          color: #fff}
.bg-Dark-Green{ color: #fff}


.spif.bg-Blue a:focus, .spif.bg-Blue a:active, .spif.bg-Blue a:visited{  color: #fff; }
.spif.bg-Red a:focus, .spif.bg-Red a:active, .spif.bg-Red a:visited{  color: #fff; }
.spif.bg-Mauve a:focus, .spif.bg-Mauve a:active, .spif.bg-Mauve a:visited{  color: #fff; } 
.spif.bg-Purple a:focus, .spif.bg-Purple a:active, .spif.bg-Purple a:visited{  color: #fff; }
.spif.bg-Orange a:focus, .spif.bg-Orange a:active, .spif.bg-Orange a:visited{  color: #fff; }
.spif.bg-Gold a:focus, .spif.bg-Gold a:active, .spif.bg-Gold a:visited{    color: #fff;  }
.spif.bg-Green a:focus, .spif.bg-Green a:active, .spif.bg-Green a:visited{   color: #fff;  }
.spif.bg-White a:focus, .spif.bg-White a:active, .spif.bg-White a:visited{   color: #fff;  }
.spif.bg-Black a:focus, .spif.bg-Black a:active, .spif.bg-Black a:visted{	color: #fff;  }
.spif.bg-Grey-light a:focus, .spif.bg-Grey-light a:active, .spif.bg-Grey-light a:visited{  color: #444; }
.spif.bg-Grey-dark a:focus, .spif.bg-Grey-dark a:active, .spif.bg-Grey-dark a:visited{color: #fff; }


.colour-block-spif.bg-Blue *,
.colour-block-spif.bg-Red *,
.colour-block-spif.bg-Mauve *,
.colour-block-spif.bg-Purple *,
.colour-block-spif.bg-Orange *,
.colour-block-spif.bg-Green *,
.colour-block-spif.bg-Black *


.standard-spif.bg-Blue .spif-body *,


.bg-Blue *,
.bg-Red *,
.bg-Mauve *,
.bg-Purple *,
.bg-Orange *,
.bg-Green *,
.bg-Grey *,
.bg-Black *{    
		color: #fff;  }

.colour-block-spif.bg-Gold *,
.colour-block-spif.bg-White *{		color: #444;	   }


.border-color-Blue{    	border: 2px solid #0077A2; }
.border-color-Red{		border: 2px solid #DB2C39; }
.border-color-Mauve{	border: 2px solid #995DA7; }
.border-color-Purple{	border: 2px solid #330072; }
.border-color-Orange{ 	border: 2px solid #E87722; }
.border-color-Gold{ 	border: 2px solid #F2A900; }
.border-color-Green{ 	border: 2px solid #6B7036; }
.border-color-White{	border: 2px solid #fff;	   }
.border-color-Black{	border: 2px solid #444;	   }

.border-color-Grey-light{    border: 2px solid #f6f6f6;	   }
.border-color-Grey-Dark{    border: 2px solid #e4e4e4;	   }

.border-color-Blue,.border-color-Red, .border-color-Purple, .border-color-Orange, .border-color-Gold, .border-color-Green, .border-color-White, .border-color-Black{	overflow: hidden; }

.border-color-Blue .spif-text,
.border-color-Red .spif-text, 
.border-color-Purple .spif-text, 
.border-color-Orange .spif-text, 
.border-color-Gold .spif-text, 
.border-color-Green .spif-text, 
.border-color-White .spif-text, 
.border-color-Black .spif-text{
	padding: 10px;
}

.border-bottom-Blue{    	border-bottom: 6px solid #0077A2; }
.border-bottom-Red{		    border-bottom: 6px solid #DB2C39; }
.border-bottom-Purple{		border-bottom: 6px solid #330072; }
.border-bottom-Orange{ 	    border-bottom: 6px solid #e87722; }
.border-bottom-Gold{ 		border-bottom: 6px solid #F2A900; }
.border-bottom-Green{ 		border-bottom: 6px solid #8F993E; }
.border-bottom-White{		border-bottom: 6px solid #fff;	   }
.border-bottom-Black{		border-bottom: 6px solid #000;	   }
.border-bottom-none{        padding-bottom: 10px; }

.keyline.Blue{      border-color:  #0077A2; }
.keyline.Red{		border-color: #DB2C39; }
.keyline.Purple{	border-color:  #330072; }
.keyline.Orange{ 	border-color:  #e87722; }
.keyline.Gold{ 		border-color: #F2A900; }
.keyline.Green{ 	border-color:  #8F993E; }
.keyline.White{		border-color:  #fff;	   }
.keyline.Black{		border-color:  #000;	   }
.keyline.Grey-light{    border-color: #f6f6f6;       }
.keyline.Grey-Dark{    border-color: #e4e4e4;	   }

a.Blue-button,
a.Red-button,
a.Mauve-button,
a.Purple-button,
a.Orange-button,
a.Gold-button,
a.Green-button,
a.White-button,
a.Black-button,
a.Grey-light-button,
a.Grey-Dark-button,
a.Grey-button,
.btn{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 8px;
    text-decoration: none;
    background-color: #fff;
    outline: none;
}

a.Blue-button{ color: #0077A2; }
a.Red-button{ color: #DB2C39; }
a.Mauve-button{ color: #995DA7; }
a.Purple-button{ color: #330072; }
a.Orange-button{ color: #e87722; }
a.Gold-button{ color: #F2A900; }
a.Green-button{ color: #6B7036; }
a.Grey-light-button{ color: #f6f6f6; }
a.Grey-Dark-button{ color: #e4e4e4; }
a.Black-button{ color: #444; }
a.Grey-Button{ color: #444444; }


a.Blue-button:hover{     background-color: #0077A2; cursor:pointer; color: #fff; }
a.Red-button:hover{      background-color: #DB2C39; cursor:pointer; color:  #fff; }
a.Mauve-button:hover{    background-color: #995DA7; cursor:pointer; color:  #fff; }
a.Purple-button:hover{	background-color: #330072; cursor:pointer; color:  #fff; }
a.Orange-button:hover{   background-color: #e87722; cursor:pointer; color:  #fff; }
a.Gold-button:hover{ 	background-color: #F2A900; cursor:pointer; color:  #fff;}
a.Green-button:hover{ 	background-color: #6B7036; cursor:pointer; color:  #fff;}
a.Grey-light-button:hover{   background-color: #f6f6f6; cursor:pointer; color:  #fff;	   }
a.Grey-Dark-button:hover{    background-color: #e4e4e4;	cursor:pointer; color:  #fff;   }
a.Black-button:hover{ background-color: #444;    cursor:pointer; color:  #fff;   }
a.Grey-button:hover{ background-color: #DBDBDB;    cursor:pointer; color:  #444;   }


a.Blue-button,
.border-color-Blue{        border: 2px solid #0077A2; }

a.Red-button,
.border-color-Red{    	border: 2px solid #DB2C39; }

a.Mauve-button,
.border-color-Mauve{	border: 2px solid #995DA7; }

a.Purple-button,
.border-color-Purple{	border: 2px solid #330072; }

a.Orange-button,
.border-color-Orange{ 	border: 2px solid #E87722; }

a.Gold-button,
.border-color-Gold{ 	border: 2px solid #F2A900; }

a.Green-button,
.border-color-Green{ 	border: 2px solid #6B7036; }

a.Grey-light-button{       border: 2px solid #f6f6f6;        }
a.Grey-Dark-button{        border: 2px solid #e4e4e4;      }

a.Grey-button{ border: 2px solid #DBDBDB; }

.border-color-White{	border: 2px solid #fff;	   }

a.Black-button,
.border-color-Black{	border: 2px solid #444;	   }

.btn.border-color-Grey-light:hover{    background-color: #f6f6f6;	   }
.btn.border-color-Grey-Dark:hover{    background-color: #e4e4e4;	   }

a.phone{
  text-decoration: none !important;  
}


.callout{
    color: #995DA7;
}

h1.callout,
h2.callout,
h3.callout,
h4.callout,
p.callout{
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
}




/**Sprint 2 tweaks **/
#expandedGlobalNav .globalNavItem h3{
    padding-left: 30px;
}

#expandedGlobalNav .globalNavigationRow .globalNavItem a{
    padding-left: 30px;    
}

#events .home-events{
   
}

#spotlightRow  .row-title .custom-navigation,
.page-universal #events .custom-navigation,
#events .row-title .custom-navigation{
    margin-right: 72px;
}

#spotlightRow .row-title,
#events .row-title{
    margin-left: 30px;
}


#eventsRow,
#secondMenu{
    padding-left: 0px;
}

#spotlightRow hr.wyntk-internal-divider,
#secondMenu hr.wyntk-internal-divider,
#eventsRow  hr.wyntk-internal-divider{
    margin-left: 30px;
}


/*End Sprint 2 tweaks */


/*Fonts*/

@font-face {
    font-family: 'callunaregular';
    src: url('font/calluna_regular_tabular.eot');
    src: url('font/calluna_regular_tabular.eot?#iefix') format('embedded-opentype'),
         url('font/calluna_regular_tabular.woff2') format('woff2'),
         url('font/calluna_regular_tabular.woff') format('woff'),
         url('font/calluna_regular_tabular.ttf') format('truetype'),
         url('font/calluna_regular_tabular.svg#callunaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.serif,
.calluna-regular{ font-family: 'callunaregular'; }

@font-face {
  font-family: 'Calluna Sans';
  src:     url('font/CallunaSansRegular.eot');
  src:  url('font/CallunaSansRegular.eot?#iefix') format('embedded-opentype'),
        url('font/CallunaSansRegular.woff2') format('woff2'),
            url('font/CallunaSansRegular.woff') format('woff'),
	 	    url('font/CallunaSansRegular.ttf') format('truetype');
  font-style: normal;
  -moz-font-feature-settings: "lnum"; 
  -ms-font-feature-settings: "lnum"; 
  -webkit-font-feature-settings: "lnum"; 
  -o-font-feature-settings: "lnum"; 
  font-feature-settings: "lnum";
}

input, textarea,
.calluna-sans{ font-family: 'Calluna Sans'; }

*{
    -moz-font-feature-settings: "lnum" !important;
    -ms-font-feature-settings: "lnum" !important;
    -webkit-font-feature-settings: "lnum" !important;
    -o-font-feature-settings: "lnum" !important;
    font-feature-settings: "lnum" !important; 
}





@font-face {
  font-family: "laurier_icons";
  src:url("font/laurier_icons.eot");
  src:url("font/laurier_icons.eot?#iefix") format("embedded-opentype"),
    url("font/laurier_icons.woff") format("woff"),
    url("font/laurier_icons.ttf") format("truetype"),
    url("font/laurier_icons.svg#laurier_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "laurier_icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "laurier_icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-calendar:before {
  content: "a";
}
.icon-close:before {
  content: "b";
}
.icon-email:before {
  content: "c";
}
.icon-facebook:before {
  content: "d";
}
.icon-instagram:before {
  content: "e";
}
.icon-leaf:before {
  content: "f";
}
.icon-linkedin:before {
  content: "g";
}
.icon-menu:before {
  content: "h";
}
.icon-search:before {
  content: "i";
}
.icon-share:before {
  content: "j";
}
.icon-toggledown:before {
  content: "k";
}
.icon-toggleleft:before {
  content: "l";
}
.icon-toggleright:before {
  content: "m";
}
.icon-toggleup:before {
  content: "n";
}
.icon-twitter:before {
  content: "o";
}
.icon-video:before {
  content: "p";
}

.icon-vimeo:before {
    content: "\56";
}

.icon-wordpress:before {
    content: "\57";
}

.icon-youtube:before {
    content: "\59";
}

.icon-file-word:before {
    content: "\71";
}

.icon-box-add:before {
	content: "\72";
}

.icon-checkbox-checked:before {
	content: "\73";
}

.icon-checkbox-unchecked:before {
	content: "\74";
}

.icon-connection:before {
	content: "\75";
}

.icon-display:before {
	content: "\76";
}

.icon-download:before {
	content: "\77";
}

.icon-download2:before {
	content: "\78";
}

.icon-earth:before {
	content: "\79";
}

.icon-envelop:before {
	content: "\7a";
}

.icon-feed2:before {
	content: "\41";
}

.icon-file-music:before {
	content: "\42";
}

.icon-file-pdf:before {
	content: "\43";
}

.icon-google:before {
	content: "\44";
}

.icon-google-plus:before {
	content: "\45";
}

.icon-headphones:before {
	content: "\46";
}

.icon-home3:before {
	content: "\47";
}

.icon-location:before {
	content: "\48";
}

.icon-map2:before {
	content: "\49";
}

.icon-music:before {
	content: "\4a";
}

.icon-pinterest:before {
	content: "\4b";
}

.icon-play:before {
	content: "\4c";
}

.icon-podcast:before {
	content: "\4d";
}

.icon-printer:before {
	content: "\4e";
}

.icon-quotes-left:before {
	content: "\4f";
}

.icon-quotes-right:before {
	content: "\50";
}

.icon-radio-unchecked:before {
	content: "\51";
}

.icon-reddit:before {
	content: "\52";
}

.icon-soundcloud:before {
	content: "\53";
}

.icon-tumblr:before {
	content: "\54";
}

.icon-twitch:before {
	content: "\55";
}

.icon-flickr2:before {
  content: "\2dc";
}
.icon-snapchat:before {
  content: "\60";
}
.icon-flickr:before {
  content: "\21";
  font-size: 85%;
}





/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}



.overflow-visible{ overflow: visible; }

/*My Laurier*/
#myLaurier{
    margin-bottom: 20px;
    overflow: hidden;
}


h2.myEventCalendar{
    text-decoration: underline;
    padding-bottom: 20px;
    text-transform: capitalize;
}

h2.myEventCalendar a{
    
}


#eventCalendarQuickLinks{
    padding-top: 20px;
}

#eventCalendarQuickLinks a.btn{
    display: inline-block;
    max-width: 32.3%; 
    margin: 0 .5%;
    border: 2px solid #330072;
    transition: background-color 0.5s ease;
}

#eventCalendarQuickLinks a.btn:hover{
    background-color: #330072;
    color: #fff;
}




/*JQUERY UI Overrides*/
    /*Tab Overrides*/
    .ui-tabs{ border-radius: 0; border: none; padding: 0;}
    
    .ui-tabs .ui-tabs-panel { background-color: #f6f6f6; padding: 0; }
    
    .ui-tabs .ui-tabs-nav{ padding: 0px; background: none; background-color: transparent; border-radius: 0; border: none; font-weight: normal;}
        .ui-tabs .ui-tabs-nav li{ margin: 0; }
    
         .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active{ background-color: #eee; border: none; border-radius: 0;}
             .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active a{color: #330072;}
             
        .ui-tabs .ui-tabs-nav li.ui-state-default{ background-color:#444; border: none; border-right: 1px solid #eee; border-radius: 0;}
              .ui-tabs .ui-tabs-nav li.ui-state-default a{  color: #fff; }
    
    .searchtab .ui-tabs-nav {display: inline-block; color: black; text-align: center; /* padding: 14px 16px; */ text-decoration: none; transition: 0.3s; font-size: 17px;}
    
    /*End Tabs*/

.classinfoTitle > div{
    font-weight: bold;
}

#mySchedule{
    overflow: hidden;
    padding-bottom: 20px;
}
    

/* Universal Page */
#menu-home-bottom,
.module-container{
    padding-bottom: 30px;
}



.ui-corner-all{
    border-radius: 0;
}

.ui-state-default .ui-icon {
    background-image: none;
}



.text-container > p:first-child{
    margin-top: 0;
}


a, a:hover, a:focus {
    outline: 0;
    color: #444;
}

/*

All Link text should be Purple #330072 and Underline (currently the underline is not rendering)
This applies to text within Accordions, tabs and Quick Link Boxes as well as standard text boxes

*/

.universalOptionsPage p a,
.universalOptionsPage li a,
#quickLinks a,
.text-module a,
.accordion  .ui-accordion-content  a,
.tabs .ui-tabs-panel a{
    text-decoration: underline;
    color: #330072;
}

.tabs .events-feed .events-flexslider  a{
    text-decoration: none;
}

.page-call-out a:hover,
.page-call-out a{
    color: #fff;
    transition: none;
    text-decoration: underline;
}

.page-call-out.bg-Gold > a{
    color: #000;
}

.tabs .ui-tabs-panel .slide-deck.bg-purple a{ color: #fff; }

.banner-image img{ width: 100%; }

footer .row .logo{ overflow: hidden; }

footer .row .logo img{
    max-width: 100%;
    min-width: 250px;
}


select,
.ui-selectmenu-button,
.btn, .wizardButton, button, input[type="submit"]{
    outline: none;
    border-radius: 0;
}

input[type="checkbox"]{
    outline: none;
}

/*May 10 / 2016*/

/*June 17th */
.text-module p+h2,
.text-module p+h3,
.text-module ul+h2,
.text-module ul+h3{
    margin-top: 15px;
}

/*
.textModule h2{
    margin: 10px 0;
}

.textModule h3{
    margin: 10px 0;
}
*/

@media (min-width: 1024px) {
    .page-home #secondMenu #menu-home-bottom.col-25{
        max-width: 25%;
    }
}

@media (max-width: 1024px) {
    .page-home #secondMenu #menu-home-bottom.col-25{
        /*max-width: 270px;*/
        width: 100%;
        float: left;
    }
}

a img{ border: none; }


.text-module p{
    margin-top: 6px;
}
.text-module ul{
    margin-top: 9px;
    margin-bottom: 9px;
}

a[href^="tel:"] { cursor: default !important;}

#page > div.col.col-75.universalOptionsPage{
    padding-bottom: 40px;
}


@media (min-width: 1231px) {
 body{ 
     padding-left: 0px;
     padding-right: 0px;
 }
 
 #utilityMenu{
     width: 100%;
     max-width: 100%;
     background-color: #330072;
     overflow: hidden;
 }
 
 #utilityMenu > .col-100{
     width: 1230px;
     max-width: 1230px;
     float: none;
     margin: 0 auto;
 }
 
 
 #menu{ 
    width: 100%; 
    max-width: 100%;
    height: 50px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,e4e4e4+50,330072+50,330072+100 */
    /* background: #444; Old browsers */
    /*background: -moz-linear-gradient(left,  #e4e4e4 0%, #e4e4e4 50%, #330072 50%, #330072 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #e4e4e4 0%,#e4e4e4 50%,#330072 50%,#330072 100%); /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #e4e4e4 0%,#e4e4e4 50%,#330072 50%,#330072 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#330072',GradientType=1 ); /* IE6-9 */
    
        
 }
 
 #menu > #mnuWrapper{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
 }
 
}

#skipNav {
    height: 20px;
    top: -20px;
    position: absolute;
    width: 100%;
    text-align: center;
    display: inline-block;
    z-index: 1000;
    overflow: hidden;
}


/*Accessibility*/
#personal{ min-height:460px; display: block; }

html body.fixedSize{
    overflow: scroll;
    /*width: 1230px !important;*/
    margin: 0 auto;
}
html body.fixedSize > .row{
   /* width: 1230px !important;
    min-width: 1230px !important;*/
    overflow: visible;
    margin: 0 auto;
}

html body.fixedSize > #utilityMenu,
html body.fixedSize > #header,
html body.fixedSize > #menu,
html body.fixedSize > #footerRow,
html body.fixedSize .carousel-arrows ol{
    display: none;
}


html body.fixedSize #links-home .tabs{
    height: auto;
}

html body.fixedSize .col-100 {
    overflow: visible;
}

.visuallyHidden{ overflow: hidden; position: relative; height: 1px !important; width: 1px !important; margin: -1px; visibility: hidden; display: block; border: 0;}

/*
*:focus{
    border: 1px solid #f00!important;
}
*/

@media (max-width: 400px) {
    .page-title h1 { font-size: 35px; line-height: 55px; }
}

ul li ul.news-folder-pages li a{
    text-decoration: underline;
    color: #330072;
}

em{
    font-weight: normal !important;
}

ul.footer-logos img{ max-width: 300px; }


#page .module-container.module-Carousel{
    padding-bottom: 0px;
    margin-bottom: 20px; /*2018-04-10 */
}

/*New Rules */


@media (max-width: 1024px) {
    #maincontent  .col.col-75{
        padding-left: 0;
        max-width: 100%;
        width: 100%;
        clear: both;
        margin-bottom: 30px; /* Added 2018-04-10 */
    }
    
    #maincontent  .col-66{
        width: 100%;
        max-width: 66.6%;
    }
    
    #maincontent  .col-33{
        width: 100%;
        max-width: 33.3%;
    }
    
}

@media (max-width: 750px) {
    #maincontent  .col-66{
        width: 100%;
        max-width: 49.9%;
    }
    
    #maincontent  .col-33{
        width: 100%;
        max-width: 49.9%;
    }
}

@media (max-width: 600px) {
    #maincontent  .col-66,
    #maincontent  .col-33{
        max-width: 100%;
        clear: both;
    }
}

/*Flexibility rules*/


#page{ padding-top: 30px; }
