/* -------------------------------------------------------------------------------------------------------
Custom styles for www.tvcc.cc.   Add here all your CSS customizations for regular screen sizes
---------------------------------------------------------------------------------------------------------*/



/* -------------------------------------------------------------------------------------------------------
Section 1:  Body, Contatainers, sections, header and footer
---------------------------------------------------------------------------------------------------------*/

/* Base Styles for standard page componets */
body {
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size:17px;
}

.container {
    max-width: 1500px !important;
    width:100%;
    margin:0 auto;
}

#contentarea { margin-right:10px; }

/* Set Max width for Content Area */
.content { 
    max-width:1500px !important;
    margin:0 auto;
}

/* Front page style to limit width */
.frontpage-content {
 max-width: 1470px !important;
}

section {
    margin-top:20px;
}

.main {
   float: left; /* removed and edited on 2/8/18 */
   width: 100%;
   margin:0 auto !important;
}

.full {
    float: left;
    width: 100%;
    margin-right: 5%;
    margin-bottom: 1em;
    margin-left: 1em;
}

.orange-bar {
    height: 3px;
    position: relative;
    background: #000;
    border-bottom: solid 3px #f8981f;
    margin: 0px;
    padding: 0px;
}

.lightblue-bar {
    height: 3px;
    position: relative;
    background: #000;
    border-bottom: solid 3px #1A5C94;
    margin: 0px;
    padding: 0px;
}

.darkblue-bar {
    height: 3px;
    position: relative;
    background: #000;
    border-bottom: solid 3px #0d304d;
    margin: 0px;
    padding: 0px;
}

.width1024 {
    max-width: 1024px !important;
    width:100%;
    margin:0 auto;
}

header {
    /* height:auto !important;
    min-height: auto !important; */
}

#header .header-search .form-control {
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
		transform: none;
    perspective: 1000px;
    width: 170px;
}

#header .header-nav-main nav > ul > li:hover > a { }

.site-header {
    padding:0;
    margin-bottom:0;
    background-color:#1a5c94;
    color:#fff;
}

.header-crumb {
    margin-bottom:8px !important;
}

.header-crumb-mobile {
    color:#ccc;
    float:left;
    font-size:16px;
    margin-top:14px;
    margin-left:12px;
}

.spacer {border-top: none;}

#footer .footer-copyright {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

footer {font-size:14px;}
footer a {text-decoration: none !important;}

.footer { padding: 2em 3em; }
.footer-box-left {color: #fff;}
.footer-box-right {color: #fff; text-align:right;}
.footer-oucopyright { color: #fff; display: block; text-align:left;}
.footer-terms { color: #fff; display: block; text-align:right;}
.footer-discrimination {}
.footer-seperator {color: #fff;}
.footer-social {color: #fff; text-align:center;}
.footer-social-mobile {display: none;}
.footerListTitle {
    font-family:'Poppins', sans-serif !important; 
    font-size:1.0em !important; 
    font-weight:bold !important; 
    color:#369 !important; 
    margin:0px !important;
}

a.footerlink:link {
    border:none;
    border-radius:0;
    text-shadow: 0 -1px 0 #fff;
    border-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

a.footerlink:hover {
    border:none;
    border-radius:0;
    text-shadow: 0 -1px 0 #fff;
    border-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

a.footerlink:visited {
    border:none;
    border-radius:0;
    text-shadow: 0 -1px 0 #fff;
    border-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

a.footerlink:focus {
    border:none;
    border-radius:0;
    text-shadow: 0 -1px 0 #fff;
    border-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

a.footerlink:active {
    border:none;
    border-radius:0;
    text-shadow: 0 -1px 0 #fff;
    border-color: #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.custom-footer {padding-bottom:25px !important;}
.footer .h4 {font-family: 'Roboto', sans-serif;}

.search-button {
    background-color:#0d304d !important;
    border:1px solid #0d304d !important;
    border-radius:4px !important;
    margin-left:8px !important;
}

.search-input {
    border-radius: 0px 4px 4px 0px !important;
}

.copyright {
    color:#fff !important;
    font-size: 10px;
}

.copyright a {
    color:#fff !important;
    font-size: 10px;
}

.row1024 {
		background-color: #fff;
}

.rowNoNav {
 width: 98%; 
}

.feature-box-NoNav { 
 padding-left: 5px !important;
}



/* -------------------------------------------------------------------------------------------------------
Section 2:  Navigation menu bar, side bar
---------------------------------------------------------------------------------------------------------*/

.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #CCC;
    color: black!important;
}

.nav-tabs li a, .nav-tabs li a:hover {
    background: #F4F4F4;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
    color: black!important;
}

.navbar-default {
    background-color: #0d304d; color: #fff; border-bottom: 3px solid #f8981f;
}

.nav li a {
    color:#fff !important;
}

.nav li a:hover {
    color:#fff !important;
}

.navbar-default .navbar-collapse {
    border: none !important;;
}

.navbar-form {
    margin-top:15px;
    margin-bottom:12px;
}

.navbar-styling {
    margin-bottom:15px;
    background-color:#0d304d;
    color:#fff;
    border-bottom:3px solid #f8981f;
}

.topnav, .topnav:active, .topnav:link, .topnav:visited {
    background-color: #eee;
		color:#0d304d !important;
}

.topnav:hover {
     background-color: #0d304d;
		 color:#fff !important;
}

.menu-header {
    height: 35px;
    position: relative;
    background: #0d304d;
    border-bottom: solid 3px #f8981f;
    margin: 0px;
    padding: 0px;
}

.menu-bar {
    max-width: 1500px !important;
    width:100%;
    margin:0 auto;
    
}

.menu {
    margin-left: 0px;
    width: 100%;
    display: none;
}

.menu-btn {
    display: none;
    color: #fff;
    background-color: #0d304d;
    border: none;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.sidemenu ul {
    overflow: hidden;
    padding-left: 0;  
    margin: 0;
    list-style: none;
    font-size: 16px;
}

.sidemenu li {
    display: inline;
    float: left;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 35px;
}

.sidemenu a {
    display: block;
    color: #fff !important;;        
    text-decoration: none !important;
    font-size: 16px;
}

.sidemenu li a:hover {
    background-color: #1a5c94 !important;;
    color: #fff !important;
    font-size: 16px;
}

.sidemenu > li > a {
    padding: 5px;
    padding-bottom: 3px;
    margin-top: -5px;
}

.menu-item2 a, .menu-item2 a:link, .menu-item2 a:visited, .menu-item2 a:active {
  color: #fff ;
	display: block;      
  text-decoration: none;
}

.menu-item2 a:hover {
  color: #F8981F ;
	display: block;      
  text-decoration: none;
}

.menu-item2 ul li {
    list-style: none;
    background-color: #fff;    
    text-align: left;
    margin-left: -30px;
    margin-right: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-bottom: dotted  1px #ccc;
}

.menu-item2 ul {    
    margin: 0;
    padding: 0;
    width: 250px;
    margin-top: 0px;
}

.menu-item2 li a, .menu-item2 li a:link, .menu-item2 li a:active, .menu-item2 li a:visited {
    display: block;
    color: #0d304d;
    padding: 8px 16px;
    text-decoration: none;
}

.menu-item2 li a.active {
    background-color: #0d304d;
    color: white;	
}

.menu-item2 li a:hover:not(.active) {
    background-color: #0d304d;
    color: white;
}


.menu-item2 h2 {  
  background-color: #1a5c94; 
	color: #fff;
  margin-left: -30px;    
	margin-bottom: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: dotted  1px #ccc;
	display: block;
	padding: 8px 16px;
	width: 240px;
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	text-align: center;
}

.menu-item2 p {
  background-color: #fff; 
	color: #777;
  margin-left: -30px;    
	margin-bottom: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: dotted  1px #ccc;
	display: block;
	padding: 8px 16px;
	width: 240px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;	
}

ul.nav-pills > li.active > a {
    background-color: #1a5c94;
		text-decoration: none;
		font-size: 16px !important;
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {	
    background-color: #1a5c94;
}


/* -------------------------------------------------------------------------------------------------------
Section 3:  Custom Style for special HTML 
---------------------------------------------------------------------------------------------------------*/
html ul.nav-pills-primary a {
    color: #1a5c94;			
}

html .btn-primary {
    color: #ffffff !important;
    background-color: #1a5c94 !important;
    border-color: #1a5c94 !important;		
}

html .btn-primary:hover {
	  color: #1a5c94 !important;
    border-color: #F8981F !important;
    background-color: #F8981F !important;
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
    background-color:#1a5c94;
    border-color:#1a5c94;
}

html .btn-borders.btn-primary {
    background: transparent;
    border-color: #444e5b;
    color: #444e5b;
    text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
    border-color: #444e5b !important;
    color: #ffffff;
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
    border-color: #7a8eb2;
    background-color: transparent;
}

html .toggle-primary .toggle label {
    color: #1a5c94;
    border-left-color: #1a5c94;
    border-right-color: #1a5c94;
}

html .toggle-primary .toggle.active > label {
    background-color: #1a5c94;
    border-color: #1a5c94;
    color: #ffffff;
}

html .toggle-primary.toggle-simple .toggle > label:after {
    background-color: #1a5c94;
}

/* Alert box for campus messeages */
.alertbox {
	padding: 10px 50px 10px 50px; 
	background-color: #fff;  
	border: #f44336 dashed  2px;
}


/* -------------------------------------------------------------------------------------------------------
Section 4:  Styles for buttons
---------------------------------------------------------------------------------------------------------*/
.button90 {
    width:90%;
    height: 50px;
    margin:10px
}

.button95 {
    width:95%;
    height: 50px;
    margin:10px
}

.hoverEffect {
    filter: none;
    -webkit-filter: grayscale(75%);
    -moz-filter:    grayscale(75%);
    -ms-filter:     grayscale(75%);
    -o-filter:      grayscale(75%);
    cursor: pointer;
    transition: all 250ms ease;
    width:100%;
    height:auto;
    margin-bottom:4px;
    border:2px solid #0d304d;
}

.hoverEffect:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}

.btn-orange {
    color: #fff !important;
    background-color: #F8981F !important;
    border-color: #F8981F !important;
    display: inline-block !important;
    padding: .5em 1em !important;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

.btn-orange:hover {
    color: #fff !important;
    background-color: #1A5C94 !important;
}

.btn-orange:focus {
    color: #fff !important;
    background-color: #F8981F !important;
}

.btn-orange:active {
    color: #fff !important;
    background-color: #F8981F !important;
}

.btn-blue {
    color: #fff !important;
    background-color: #1A5C94 !important;
    border-color: #222 !important;
    display: inline-block !important;
    padding: .5em 1em !important;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

.btn-blue:hover {
    color: #fff !important;
    background-color: #F8981F !important;
}

.btn-blue:focus {
    color: #fff !important;
    background-color: #1A5C94 !important;
}

.btn-blue:active {
    color: #fff !important;
    background-color: #1A5C94 !important;
}

.btn-white {
    color: #1A5C94 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    display: inline-block !important;
    padding: .5em 1em !important;
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    border: 1px solid transparent !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

.btn-white:hover {
    color: #fff !important;
    background-color: #F8981F !important;
}

.btn-white:focus {
    color: #1A5C94 !important;
    background-color: #fff !important;
}

.btn-white:active {
    color: #1A5C94 !important;
    background-color: #fff !important;
}


/* -------------------------------------------------------------------------------------------------------
Section 5:  Default styles for standard html tags
---------------------------------------------------------------------------------------------------------*/
a {color: #1a5c94; }
a:hover {color: #1a5c94; }
a:focus {color: #1a5c94; }
a:active {color: #1a5c94; }
a:link {color: #1a5c94; }
a:visitied {color: #1a5c94; }
a:hover { color: #F8981F; ; text-decoration:underline; }
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

h1 { margin:0; margin-bottom:12px; margin-top:12px; padding:0; font-size: 2.25em; font-family: 'Libre Baskerville', serif;} /* 36px */
h2 { color: #777; margin:0; margin-bottom:12px; margin-top:12px; padding:0; font-size: 1.75em; font-family: 'Libre Baskerville', serif;} /* 28px */
h3 { margin:0; margin-bottom:5px; margin-top:12px; padding:0; font-size: 1.375em; font-family: 'Libre Baskerville', serif;} /* 22px */
h4 { color: #fff; margin:0; margin-bottom:12px; margin-top:12px; padding:0; font-size: 1.125em; font-family: 'Libre Baskerville', serif;} /* 18px */
h5 { margin:0; margin-bottom:12px; margin-top:12px; padding:0; font-size: 1em; font-family: 'Libre Baskerville', serif;} /* 16px */
h6 { margin:0; margin-bottom:12px; margin-top:12px; padding:0; font-size: .875em; font-family: 'Libre Baskerville', serif;} /* 14px */

p {	margin: 0 0 0.5em; line-height: 1.5; padding-bottom: 10px; }

blockquote {
    padding: 1em 2em;
    margin: 0 0 2em;
    border-left: 5px solid #eee;
}

hr {
    height: 0;
    margin-top: 1em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #ddd;
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

th, td {
    padding: .5em 1em;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.TwoColTable {
  width: 100%;
}

.TwoColTable td {
  padding: .5em 1em;
    vertical-align: top;
    text-align: left;
		width: 50%;
}

.ThreeColTable {
  width: 100%;
}

.ThreeColTable td {
  padding: .5em 1em;
    vertical-align: top;
    text-align: left;
		width: 33%;
}

.FourColTable {
  width: 100%;
}

.FourColTable td {
  padding: .5em 1em;
    vertical-align: top;
    text-align: left;
		width: 25%;
}

.form-styled {	
}

/* -------------------------------------------------------------------------------------------------------
Section 6:  Styles for images
---------------------------------------------------------------------------------------------------------*/
img { max-width: 100%; height: auto; }

.img-responsive { max-width: 100%; }

.img-newsitem {max-height: 150px !important; max-width: 150px !important;}

.logo-img {
    width:100%;
    max-width:350px;
    height:auto;
    margin:0 auto;
    display:block;
}

/* Front page style to limit size of tiled picture */
.frontpage-tile-img {
 width: 740px;
 max-height: 350px;
}

.front-tile-mobile {
	display: none;
}

.front-tile-full {
	display: block;
}

/* Style to position banner image on lading pages */
.img-banner1 {
	margin-top: 10px;
	padding-right: 15px;
	width: 100%;
	height: 100%;
}

.promo-row-image {
    width:100%;
    height:auto;
    margin-bottom:4px;
    border:2px solid #0d304d;
}

.mainimage {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background-color:#fff;
    background-size:cover;
    z-index: -1; position:relative;
    min-height: 400px;
}

.rowImages A, A:link, a:visited, a:focus, a:active {
    border:none;
    border-radius:0;    
    border-color: #fff;
    text-decoration: none;
}

.rowImages A:hover {
    border:none;
    border-radius:0;    
    border-color: #fff;
    color: #F8981F !important;
    text-decoration: underline;
}

.imageleft-bulletlist {
	margin-right: 20px; 
	border: none;
	max-width: 250px;    
    float: left;
}

.imageleft-bulletlist img {
	object-fit: cover; 
	width: 250px; 
	height: 150px;	
}

.postcard {	
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
    display: inline-block;
    padding: 0 0 0 0;
    align-self: center;
    align-content: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.postcard a {text-decoration: none;}

.bluebox {
float: left; 
margin: 0px 0px 20px 0px; 
padding: 0px 10px 0px 0px;  
width: 100%; height: auto; 
border-bottom: 2px solid #1A5C94; 
}

.bluebox img {
 float: left;
 padding: 0px 20px 0px 0px;
 margin-bottom: 20px;
}

.bluebox a {
	text-decoration: none; 
	color: #fff; 
	float: left; 
	background-color: #f8981f; 
	border: none;		
	border-radius: 10px;
	margin: 15px 5px 25px 0px;
	padding: 10px 10px 10px 10px;
	
}  
.bluebox a:hover {
	text-decoration: none; 
	color: #fff; 	
	background-color: #1A5C94; 
}

.defaultbox {
float: left; 
margin: 0px 0px 20px 0px; 
width: 100%; height: auto; 
}

.defaultboxblue {
float: left; 
margin: 0px 0px 20px 0px;   
width: 100%; height: auto; 
background-color: #1A5C94;
color: #fff;
}

.defaultboxgray {
float: left; 
margin: 0px 0px 20px 0px;  
width: 100%; height: auto; 
background-color: #eee;
}

.defaultbox img {
 float: left;
 padding: 0px 20px 0px 0px;
 margin-bottom: 20px;
}

.defaultboxblue img {
 float: left;
 padding: 0px 20px 0px 0px;
 margin-bottom: 20px;
}

.defaultboxgray img {
 float: left;
 padding: 0px 20px 0px 0px;
 margin-bottom: 20px;
}

.defaultbox A:link, .defaultbox a:visited, .defaultbox a:focus, .defaultbox a:active {
    border:none;
    border-radius:0;    		
    color: #1f4e75;
	background-color: #fff;
    text-decoration: none;
	margin: 0;
	padding: 0;
}

.defaultbox a:hover {	
  	color: #f8981f;
	background-color: #fff;
  	text-decoration: underline;
}

.defaultboxblue A:link, .defaultboxblue a:visited, .defaultboxblue a:focus, .defaultboxblue a:active {
    border:none;
    border-radius:0;    		
    color: #fff;
	background-color: #1A5C94;
    text-decoration: none;
		margin: 0;
		padding: 0;
}

.defaultboxblue a:hover {	
  	color: #f8981f;
	background-color: #1A5C94;
 	text-decoration: underline;
}

.defaultboxgray A:link, .defaultboxgray a:visited,.defaultboxgray a:focus, .defaultboxgray a:active {
    border:none;
    border-radius:0;    		
    color: #1f4e75;
	background-color: #eee;
    text-decoration: none;
		margin: 0;
		padding: 0;
}

.defaultboxgray a:hover {	
  	color: #f8981f;
	background-color: #eee;
  	text-decoration: underline;
}

.defaultbox-right {
float: left; 
margin: 0px 0px 20px 0px;  
width: 100%; height: auto; 
}

.defaultboxblue-right {
float: left; 
margin: 0px 0px 20px 0px;  
width: 100%; height: auto;
background-color: #1A5C94;
color: #fff;
}

.defaultboxgray-right {
float: left; 
margin: 0px 0px 20px 0px; 
width: 100%; height: auto;
background-color: #eee;
}

.defaultbox-right img {
 float: right;
 padding: 0px 0px 0px 20px;
 margin-bottom: 20px;
}

.defaultboxblue-right img {
 float: right;
 padding: 15px 0px 0px 20px;
 margin-bottom: 20px;
}

.defaultboxgray-right img {
 float: right;
 padding: 15px 0px 0px 20px;
 margin-bottom: 20px;
}

.defaultbox-right A:link, .defaultbox-right a:visited, .defaultbox-right a:focus, .defaultbox-right a:active {
    border:none;
    border-radius:0;    		
    color: #1f4e75;
		background-color: #fff;
    text-decoration: none;
		margin: 0;
		padding: 0;
}

.defaultbox-right a:hover {	
  color: #f8981f;
	background-color: #fff;
  text-decoration: underline;
}

.defaultboxblue-right A:link, .defaultboxblue-right a:visited, .defaultboxblue-right a:focus, .defaultboxblue-right a:active {
    border:none;
    border-radius:0;    		
    color: #fff;
		background-color: #1A5C94;
    text-decoration: none;
		margin: 0;
		padding: 0;
}

.defaultboxblue-right a:hover {	
  color: #f8981f;
	background-color: #1A5C94;
  text-decoration: underline;
}

.defaultboxgray-right A:link, .defaultboxgray-right a:visited, .defaultboxgray-right a:focus, .defaultboxgray-right a:active {
    border:none;
    border-radius:0;    		
color: #1f4e75;
		background-color: #eee;
    text-decoration: none;
		margin: 0;
		padding: 0;
}

.defaultboxgray-right a:hover {	
	color: #f8981f;
	background-color: #eee;
  text-decoration: underline;
}

.imagebox350x250 {
  border: #D3D3D3 solid 1px;
	overflow: hidden;
  max-width: 350px;  
	max-height: 290px;
	height: 290px;
	width: 350px;
  text-align: center;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;	
	font-family: 'Libre Baskerville', serif;
}

.imageboxarrow350x250 {
	position: absolute;
  top: 165px;
  left: 230px;
}

.imagebox350x250 img {
 	object-fit: cover;
  	width:350px;
  	height:250px;
}

.imagebox350x250 p {
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
}


.imagebox250x150 {
  border: #D3D3D3 solid 1px;
	overflow: hidden;
  max-width: 250px;  
	max-height: 190px;
	height: 190px;
	width: 250px;
  text-align: center;
	float: left;
	position: relative;
	margin-right: 50px;
	margin-bottom: 20px;	
	font-family: 'Libre Baskerville', serif;
}

.imageboxarrow250x150 {
	position: absolute;
  top: 165px;
  left: 230px;
}

.imagebox250x150 img {
 	object-fit: cover;
  	width:250px;
  	height:150px;
}

.imagebox250x150 p {
	padding-bottom: 0;
	margin: 0;
	line-height: normal;
}

.imagebox250x150 button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 0px 8px 15px 8px;
	font-family: 'Libre Baskerville', serif;
  color: #1A5C94;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
	height: 55px;	
	vertical-align: top;
	margin-top: 0px;
	
}

.imagebox250x150 button:hover {
	color: #1A5C94 !important;
	background-color: #eee;
}

.imagebox100x100 {
  text-align: center;
	float: left;
	width: 20%;	
	margin: 0px 10px 50px 10px;	
	font-family: 'Libre Baskerville', serif;
}

.imagebox100x100 p {
	padding-bottom: 0;
	margin: 0;
	line-height: normal;
	font-size: 12px;
}

.imagebox100x100 img {
 	object-fit: cover;
  width:100px;
  height:100px;
}

.imagebox100x100 a {text-decoration: none;}
.imagebox100x100 a:hover {text-decoration: underline;}

.image250x150 {
  border: none;
  max-width: 250px;    
  text-align: center;
  float: left;

}

.image250x150 img {
 	object-fit: cover;
  	width:250px;
  	height:150px;
}

.image300x200 {
  border: none;
  max-width: 300px;    
  text-align: center;
  float: left;

}

.image300x200 img {
 	object-fit: cover;
  	width:300px;
  	height:200px;
}

.imagebox1090x370 {
  border: #D3D3D3 solid 1px;
	overflow: hidden;
  max-width: 1090px;  
	max-height: 410px;
	height: 410px;
	width: 1090px;
  text-align: center;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;	
	font-family: 'Libre Baskerville', serif;
}

.imageboxarrow1090x370{
	position: absolute;
  top: 165px;
  left: 230px;
}

.imagebox1090x370 img {
 	object-fit: cover;
  	width:1090px;
  	height:370px;
}

.imagebox1090x370 p {
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
}

.imagebox400x600 {
  border: #D3D3D3 solid 1px;
	overflow: hidden;
  max-width: 400px;  
	max-height: 640px;
	height: 640px;
	width: 400px;
  text-align: center;
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;	
	font-family: 'Libre Baskerville', serif;
}

.imageboxarrow400x600{
	position: absolute;
  top: 165px;
  left: 230px;
}

.imagebox400x600 img {
 	object-fit: cover;
  	width:400px;
  	height:600px;
}

.imagebox600x400 p {
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
	line-height: normal;
	vertical-align: middle;
	text-align: left;
}



.image200x200 {
  border: none;
  max-width: 200px;    
  text-align: center;
  float: left;

}

.image200x200 img {
 	object-fit: cover;
  	width:200px;
  	height:200px;
}


.image240x180 {
  border: none;
  max-width: 240px;    
  text-align: center;
  float: left;

}

.image240x180 img {
 	object-fit: cover;
  	width:240px;
  	height:180px;
}

.imageboxnolink300x200 {
    text-align: center;
	float: left;	
	margin: 10px 10px 10px 10px;	
	height: 275px;
	font-family: 'Libre Baskerville', serif;
}

.imageboxnolink300x200 p {
	padding-bottom: 0;
	margin: 10px 0 0 0;
	line-height: normal;
	font-size: 16px;
}

.imageboxnolink300x200 img {
  object-fit: cover;
  width:300px;
  height:200px;
}



/* -------------------------------------------------------------------------------------------------------
Section 7:  Single Styles
---------------------------------------------------------------------------------------------------------*/
.blue-bar {	
    background-color: #1A5C94;
		height: 2px;
		margin-bottom: 5px;
}

.orange-bar {	
    background-color: #f8981f;
		height: 2px;
		margin-bottom: 5px;
}

.caption {font-style:italic;}
.custom-text-color-1 {color: white !important;}
.background-color-primary {background-color: #1a5c94!important; }
.background-color-secondary { background-color: #0d304d!important;}

.font-weight-700 { font-weight:700}
.no-margin { margin: 0 !important;}
.clear-both { clear:both;}

.sans-header {font-family: 'Roboto', sans-serif;}
.no-padding { padding:5px !important; margin:0 !important; }
.small-p {font-size:0.8em;}
.right-col > h4 {color: #000 !important;}
.top-border {border-top:2px solid #888;}
a#de { color: inherit !important }

/* Style for front page slider */
.front-slider {
    height: 100%!important;
    width: 100%!important;
		max-width: 100%; margin: 0 auto;
		overflow: visible;
		visibility: visible;
}

.colored-block-title {
    font-size:45px;
}

.colored-block-image {
    width:100%;
    height:auto;
    margin-bottom:4px;
}

.styled-select {
	height: 40px;
	overflow: hidden;
	width: 280px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #1a5c94;
	color: #fff;
	padding: 5px;
}

.styled-select select, select.active, select:hover {
	background-color: #1a5c94;
	color: #fff;
}

/* Style for stats section on front page */
section.section.stats {
    background: #0d304d;
    /*border-top: 5px solid #f1f1f1;*/
    margin: 30px 0;
    padding: 50px 0;
}

.space-bar {
    background: #F8981F;
    padding: 2px;
}

/** Landing Page CSS **/
.landing-tile {}
.landing-tile-head {font-weight: bold; font-size: 1.2em; margin: 0; padding: 0;}
.landing-tile-text {font-size: 1.2em; padding-right: 30px; text-align: left;}

.landing-row-gray {font-size: 1em; color: #333; padding: 20px; background-color: #eee; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.landing-row-blue {font-size: 1em; color: #fff; padding: 20px; background-color: #1A5C94; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.landing-row-white {font-size: 1em; color: #333; padding: 20px; background-color: #fff; border-bottom: 1px solid #fff;}

.landing-row-head {font-family: 'Roboto', sans-serif;}
.landing-row-head-blue {font-family: 'Roboto', sans-serif; color: #fff;}

.landing-row-subhead {font-weight: bold; margin-bottom: 0px;}
.landing-row-subhead-blue {font-weight: bold; margin-bottom: 0px; color: #fff;}

.landing-row-text {font-size: 1em;}
.landing-row-text-blue {font-size: 1em; color: #fff;}

.landing-row-gray p {font-size: 1em; color: #333;}
.landing-row-white p {
	font-size: 1em;
	color: #333;
}
.landing-row-blue p {font-size: 1em; color: #fff;}

.landing-row-blue h2 {color: #fff !important;}

.landing-call-action {font-family: 'Roboto', sans-serif;}
.landing-call-action-white {font-family: 'Roboto', sans-serif; color: #ffffff;}

/** NEWSLETTER CSS **/
.font-raleway { font-family: 'Raleway', sans-serif;}
.baskerville { font-family: 'Libre Baskerville', serif;}
.newsletter-sidebar {
		width: 33%;
	}
	
.newsletter-hr {margin:0px; margin-bottom:15px;}
.newsletter-featured {
	text-align:center; 
	text-transform:uppercase; 
	color:#369; 
	border-bottom:3px double #369; 
	border-top:1px solid #369; 
	width:100%; 
	margin-top:15px;}
.newsletter-h4 {
	font-family: 'Roboto', san-serif; 
	font-weight: 400;
	color: #000 !important;
}

.newsletter-heading {
	font-family: "Poppins",sans-serif;
	font-weight: 400;
	color: #000 !important;
	font-size: 18px;
	margin-top: 0px;
	line-height: 18px;
	letter-spacing: normal;
}

.newsletter-paragraph {
	font-size: 0.8em;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.newsletter-date {
	text-transform:uppercase; 
	font-size: 0.6em;
}

.newsletter-events {
  text-align:center; 
	text-transform:uppercase; 
	color:#369; 
	border-bottom:3px double #369; 
	border-top:1px solid #369; 
	width:100%; 
	margin-top:15px;
}

.left-border-none {
    border-left:none !important;
    box-shadow: inset 0px 1px 0 rgba(0,0,0,.075);
}

.border-none {
    border:none !important;
    box-shadow: none !important;
}

.border-radius {
    border-radius: 4px !important;
}

.color-section {
    padding:15px; 
    background-color:#eee;
}

.colored-block {
    width: 100%;
    padding: 30px 0px;
    margin-top:20px;
    margin-bottom:20px;
}
.white-background {
    background: white !important;
    color: black;
}
.tvcc-light-blue-background {
    background: #1a5c94;
    color:white;
}

.tvcc-blue-background {
    background: #0d304d;
    color:white;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

a.front-slider-btn:link {font-size: 32px; color: #fff; text-decoration: none; margin-top: 200px; margin-left: -150px; position: relative;}
a.front-slider-btn:active {font-size: 32px; color: #fff; text-decoration: none; }
a.front-slider-btn:visited  {font-size: 32px; color: #fff; text-decoration: none; }
a.front-slider-btn:focus {font-size: 32px; color: #fff; text-decoration: none; }
a.front-slider-btn:hover {font-size: 32px; color: #1A5C94; text-decoration: underline; }

.front-slider-btn {
    color: #fff !important;
    background-color: #1A5C94;
    /* sac temp remove display: inline-block; */
    display: none;
    
    padding: 10px 25px 10px 25px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: .2em;
    text-decoration: none !important;
    
    
}

.front-slider-btn:hover {
    color: #fff !important;
    background-color: #F8981F;
}

.front-slider-btn:focus {
    color: #fff !important;
    background-color: #1A5C94;
}

.front-slider-btn:active {
    color: #fff !important;
    background-color: #1A5C94;
}

.events-container {
  width: 32%; 
	float: left;
	margin-left: 10px;
}

.events-datebox {
	float: left;
}

.event-date {
    float: left;
    background: url(/_resources/images/icons/calendar6.png) no-repeat;
    width: 43px;
    padding-top: 17px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #9A9A9A;
    height: 58px;
}

.news-container {
  width: 66%; 	
	float: left;
	text-align: center;
	align-content: center;
	align-items: center;
}

.news-heading {
  width: 96%; 		
}

.news_box {
    width: 31%;
    background-color: #6a80a9;
    margin: 0 5px 0 5px;
    min-height: 350px;    
    max-height: 350px;
    overflow: hidden;
	padding: 10px 15px 5px 15px;  
	display: inline-block;
}

.news-p {
	padding-top: 5px;
	color: #ccc;
	font-size: 16px;
	text-align: left;
}

a.news-more:link {font-size: 16px; color: #fff; text-decoration: none; }
a.news-more:active {font-size: 16px; color: #fff; text-decoration: none; }
a.news-more:visited {font-size: 16px; color: #fff; text-decoration: none; }
a.news-more:focus {font-size: 16px; color: #fff; text-decoration: none; }
a.news-more:hover {font-size: 16px; color: #F8981F; text-decoration: underline; }

a.default {
    clear: both;
		border:none;
    border-radius:0;
    float: none;		
    color: #1f4e75 !important;
		background-color: #fff;
    text-decoration: none;
		margin: 0;
		padding: 0;
}

a.default:hover {	
    color: #1f4e75 !important;
		background-color: #fff;
    text-decoration: underline;
}

.halfbox {
	width: 50%;
	float: left;
}


/* search box for Degrees script */ 
.searchbox_container {
	float: left;
	padding-top: 5px !important;
	padding-bottom: 8px;
}

.searchbox_1 { 
	background-color: #fffbf8; 
	padding:10px; 
	width:auto; 	
	max-width: 850px;	
	box-sizing:border-box; 
	border-radius:6px; 	
	box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset; 
	} 

.search_1 { 
	width:200px; 
	height:30px; 
	padding-left:15px; 
	border-radius:6px; 
	border:none; 
	color:#0F0D0D; 
	font-weight:500; 
	background-color:#E2EFF7;
	box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset; 
	} 
	
	.searchbox_2 { 
	background-color: #fffbf8; 
	padding:10px; 
	width:auto; 	
	max-width: 850px;	
	box-sizing:border-box; 
	border-radius:6px; 	
	box-shadow: 0 2px 4px 0 rgba(72, 72, 72, 0.83), 0 10px 15px 0 rgba(126, 126, 126, 0.12), 0 -2px 6px 1px rgba(199, 199, 199, 0.55) inset, 0 2px 4px 2px rgba(255, 255, 255, 0.83) inset; 
	} 
	
	.search_2 { 
	width:200px; 
	height:30px; 
	padding-left:15px; 
	border-radius:6px; 
	border:none; 
	color:#0F0D0D; 
	font-weight:500; 
	background-color:#E2EFF7;
	box-shadow: 0 -2px 2px 0 rgba(199, 199, 199, 0.55), 0 1px 1px 0 #fff, 0 2px 2px 1px #fafafa, 0 2px 4px 0 #b2b2b2 inset, 0 -1px 1px 0 #f2f2f2 inset, 0 15px 15px 0 rgba(41, 41, 41, 0.09) inset; 
	}

.submit_1 { 
	width:45px; 	
	background-image:url(/_resources/images/icons/search.png); 
	background-repeat: no-repeat; 
	background-position: 7px 2px; 
	background-color:transparent; 
	background-size:20px 20px; 
	border:none; cursor:pointer; } 

.search_1:focus{ outline:0;}


.businesscard {
    border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 310px;    
    text-align: center;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;	
	width: 310px;
}

.businesscard img {
 object-fit: cover;
  width:310px;
  height:310px;
}

.businesscard p {
		padding-bottom: 0;
		margin: 0;
		line-height: normal;
}

.businesscard button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
		vertical-align: bottom;		
}

.businesscard button:hover {
		color: #fff !important;
		background-color: #F8981F;
}

.businesscard a {
    text-decoration: none;

}

.businesscard a:hover {
    opacity: 0.7;
}

/* Styles for count down timer at top of page */
.table-counter {border: 0px; border-collapse: collapse;}
.td-counter-label {text-align: center;font-size: 20px; color: #ffffff;border: 0px; vertical-align: bottom;padding: 0px;}
.td-counter {text-align: center;font-size: 30px; color: #ffffff;border: 0px; vertical-align: bottom; padding: 0px; width: 35px;}
.td-counter-foot {font-size: 12px; color: #ffffff; text-align:center;border: 0px; vertical-align: top;padding: 0px;}
.p-counter {padding: 0; margin: 0; line-height: 1.0;}



/* -------------------------------------------------------------------------------------------------------
Section 8:  Bullet List Styles
---------------------------------------------------------------------------------------------------------*/
.accordion-gray {
	background-color: #eee;
	border: solid 1px #ccc;
}

.accordion-label-gray {
	margin-bottom: 0px;
}

.accordion-gray p {
	padding-left: 5px !important;
}


/* --- css list with number blue circle white or gray background --- */
.numberlist-white, .numberlist-gray {
	width:425px; 
	float: left;
}
.numberlist-white ol, .numberlist-gray ol {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';	
	margin-bottom: 4em;
}
.numberlist-white ol ol, .numberlist-gray ol ol { 
	margin: 0 0 0 2em;
}
.numberlist-white a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #FFF;
	color: #0d304d;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.numberlist-gray a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #ccc;
	color: #0d304d;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.numberlist-white a:hover, .numberlist-gray a:hover{
	background: #0d304d;
	text-decoration:underline;
	color: #fff;
}
.numberlist-white a:before, .numberlist-gray a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #0d304d;				
	width: 2.5em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color:#FFF;
}


/* --- css bullet list arrow blue circle with white or gray background --- */
.arrowlist-white, .arrowlist-gray {
	width:425px;
	float: left;
}
.arrowlist-white li {
  line-height: 2em;	
	list-style: none;
	background-color: #fff;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.arrowlist-gray li {
  line-height: 2em;	
	list-style: none;
	background-color: #ccc;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.arrowlist-white a {
	position: relative;
	display: block;	
	*padding: .4em;
	padding-left: 30px !important;
	margin: .5em 0 !important;
	background: #fff !important;
	color: #0d304d !important;
	text-decoration: none !important;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.arrowlist-gray a {
	position: relative;
	display: block;	
	*padding: .4em;
	padding-left: 30px !important;
	margin: .5em 0 !important;
	background: #ccc !important;
	color: #0d304d !important;
	text-decoration: none !important;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}
.arrowlist-white a:hover, .arrowlist-gray a:hover {
	background: #0d304d !important;
	text-decoration:underline !important;
	color: #fff !important;
}
.arrowlist-white a:before, .arrowlist-gray a:before{
  content: '\00bb';	
	position: absolute;	
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #0d304d;				
	width: 2.5em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	color:#FFF;
}

/* TVCC LIST #3 */
#bulletlist3 { }
#bulletlist3 ul { list-style-image: url("/_resources/images/icons/blackstar.gif"); color:#777; font-size:18px; }
#bulletlist3 ul li {  }


/* -------------------------------------------------------------------------------------------------------
Section 9:  Media Queries for all screen size with a max of 1499
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1499px) {
	.frontpage-tile-img {
  	width: 100%;
		height: auto;
		position:relative;
		vertical-align: middle;
	}
	
	.front-tile-full {
		padding-top: 0px !important;
	}
	
	.front-section {
		padding: 15px 0 !important;
	}

	.row1024 {
		background-color: #fff;
	}
	

	a.front-slider-btn:link, a.front-slider-btn:active, a.front-slider-btn:visited  {font-size: 20px; }
	a.front-slider-btn:hover {font-size: 20px;}

	.front-slider-btn {
		font-size: 20px;
	}

	.footer-box-left {background-color: #0d304d; color: #fff;}
	.footer-box-right {background-color: #0d304d; color: #fff; text-align:left;}
  .footer-oucopyright { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-terms { color: #fff; display: block; text-align:center; padding-left: 0px;}
  .footimg {width: 25px;}
	
.imagebox1090x370 {
  max-width: 800px;  
	max-height: 312px;
	height: 312px;
	width: 800px;
}

.imagebox1090x370 img {
 	object-fit: cover;
  	width:800px;
  	height:272px;
}




}



/* -------------------------------------------------------------------------------------------------------
Section 10:  Media Queries for all screen sizes with a max of 1280
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .news_box {
    width: 31%;
    background-color: #6a80a9;
    margin: 0 5px 0 5px;
    min-height: 420px;    
    max-height: 420px;
    overflow: hidden;
	}
	
	/*
	.searchbox_container {float: none;	}
	.searchbox_2 { max-width: 305px;}
	.search_2 { width: 80%;}
	*/
	
	.searchbox_1 { max-width: 600px;}
	.search_1 { width: 400px;}
	.submit_1 { width:145px; } 
	.searchbox_2 { max-width: 600px;}
	.search_2 { width: 400px;}
	.submit_2 { width:145px; } 

}

/* -------------------------------------------------------------------------------------------------------
Media Query used for older low res monitors
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

/* Alert box for campus messeages */
.alertbox {
	padding: 10px 5px 10px 5px; 
}
	
.imagebox1090x370 {
	 max-width: 100%;
	 max-height: none;
	 margin: 0px 0px 10px 0px;
	 float: none;
	 width: 100%;
	 height: auto
	}
	
	.imagebox1090x370 img {
  	width: auto;
		height: auto;
		position:relative;
	}

	.frontpage-tile-img {
  	width: 100%;
		height: auto;
		position:relative;
		vertical-align: middle;
	}
	
	.front-tile-full {
		padding-top: 0px !important;
	}
	
	.front-section {
		padding: 0 0 5px 0 !important;
		font-size: 1.3rem !important;		
	}
	
	.row1024 {
		background-color: #fff;
	}
	
	
	a.front-slider-btn:link, a.front-slider-btn:active, a.front-slider-btn:visited  {font-size: 20px; }
	a.front-slider-btn:hover {font-size: 20px;}

	.front-slider-btn {
		font-size: 20px;
	}

	.footer-box-left {background-color: #0d304d; color: #fff;}
	.footer-box-right {background-color: #0d304d; color: #fff; text-align:left;}
  .footer-oucopyright { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-terms { color: #fff; display: block; text-align:center; padding-left: 0px;}
  .footimg {width: 25px;}
	
	.news_box {
    min-height: 420px;    
    max-height: 420px;
    overflow: hidden;
	}
	

}




/* -------------------------------------------------------------------------------------------------------
Media Query used for ipad landscape mode
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 990px) {
	#header .header-nav-main nav > ul li { 
    border-bottom: none !important;
		margin-top:2px;
  } 
	
	.hidden-xs {display: none;}
	.visible-xs {display: block !important;}
	
	.header-search, .input-group, #searchbox-mobile, #header .header-search .form-control { 
		width:100% !important; 
    margin-bottom:3px;
	}
	  
	.header{
   	padding:0;
   	margin-bottom:0;
   	background-color:#1a5c94;
   	color:#fff;
  }
	  
	.header-heading { margin: 0; }  
	.header-logo {
		width: 75%;
		text-align: left;
	}
	
	.menu h2 {display: none;}
    .menu br {display: none;}
	.menu p {background-color: #1a5c94; color: #fff; margin-left: 0px; padding-left: 15px; border: 5px solid #6a80a9; padding-top: 5px;}
	.menu p br {display:block;}
	
  .container {
		background-image: none; 
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0
	}
	.container-fluid {
		padding: 0 0 0 0;
	}
	.content {
   	overflow: hidden;
   	background-color: #fff;
	}
	  
	#contentarea { 
		margin-top: 0px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
	}  
	
	.main, .full { 
		margin-top: 0px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0; 
	}
	
	.row {
   	width: 100%;
		margin-left: 0;
   	margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
   	position:relative;
	}  
	
	.halfbox {
		width: 100%;
	}
	
	.footer {
   	color: #fff;
   	background: #0D304D;
   	padding: 1em 1.25em;
  }
	
	.footer-box-left {background-color: #0d304d; color: #fff;}
	.footer-box-right {background-color: #0d304d; color: #fff; text-align:left;}
  .footer-oucopyright { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-terms { color: #fff; display: block; text-align:center; padding-left: 0px;}
  .footimg {width: 25px;}
	
	ul.nav-pills > li.active > a {
		font-size: 13px !important;
	}
	
  .menu-bar {display: none;}
	.menu-btn {display: block; }
  .menu {
   	float: none;
   	margin-left: -40px;
   	pointer-events: none;
   	display: block;    
  }
	  
	.sidemenu ul {
   	background-color: #6a80a9;
   	padding: 5px !important;
  	padding-top:0 !important;
  }    
	  
  .sidemenu  {
   	display: block;
   	float: none;
   	-webkit-transform: translateX(-100%);
   	-moz-transform: translateX(-100%);
   	-ms-transform: translateX(-100%);
   	-o-transform: translateX(-100%);
   	transform: translateX(-100%);
   	transition: all .3s ease-out;
   	z-index: -2;
  }
	  
  .sidemenu ul { padding-left: 0px; }
  .sidemenu li {
   	display: block;
  	float: none;	
   	padding-left: 0px;
   	padding-right: 0px;    
	}
	  
  .sidemenu--play {
   	display: block;
   	-webkit-transform: translateX(0);
   	-moz-transform: translateX(0);
   	-ms-transform: translateX(0);
   	-o-transform: translateX(0);
   	transform: translateX(0);
  }
	  
  .sidemenu + .sidemenu { border-top: 1px solid #1a5c94; }
	.sidemenu a {
   	display: block;
   	color: #fff;
   	padding: 8px;
   	background-color: #1a5c94;
   	text-decoration: none;
   	pointer-events: fill;
	}
	  
	.sidemenu li a:hover {
   	background-color: #1a5c94;
   	color: #fff;
   	pointer-events: fill;
	}
	  
	.sidebar {
		display: none;
	}
	
	.menu-item2 ul li {
   	list-style: none;
   	background-color: #fff;    
   	text-align: left;
   	margin-left: -40px;  
   	margin-right: 0px;
   	box-shadow: none;
   	border-bottom: dotted  1px #ccc;
	}
	  
	.menu-item2 ul {    
   	margin: 0;
   	margin-top: 15px;
   	padding: 0;
   	width: 98%;
	}
	  
	.menu-item2 li a {
   	display: block;
   	color: #0d304d;
   	padding: 8px 16px;
   	text-decoration: none;
	}
	  
	.menu-item2 li a.active {
   	background-color: #0d304d;
   	color: white;	
	}
	  
	.menu-item2 li a:hover:not(.active) {
   	background-color: #0d304d;
   	color: white;
	}
	  
	nav li:hover { background-color:#1f4e75; }  
	.nav li a { color:#fff !important; text-decoration: none;}
	.nav li a:hover { color:#ddd !important; } 	
	.navbar-default {
  	border:none;
    border-radius:0;
  }
	  
	.navbar-nav {
    width:100%;
    text-align:center;
    font-size:19px;
  }
	  
	.navbar-nav li {
  	width:25%;
    text-align:center;
  }
	
	.right-col {
    background-color: #FFF;
    padding: 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
	}

	.landing-tile-text {padding-right: 0px;}
	.newsletter-sidebar {width: 45%;	}	
	.spacer {border-top: 1px black solid; background-color: #eee; height: 1px;}
	.col-md-10 {padding-left: 0px;}
	.col-xs-6, .col-xs-8 {
    width: 50%;
		margin-bottom: 15px;
	}
	
	a.front-slider-btn:link, a.front-slider-btn:active, a.front-slider-btn:visited  {font-size: 16px; }
	a.front-slider-btn:hover {font-size: 16px;}

	.front-slider-btn {
		font-size: 16px;
	}

	.feature-box.feature-box-style-2 .feature-box-info img {width: 100%; }
  .feature-box.feature-box-style-2 .feature-box-info {padding-left: 0px;}
		
	.mainimage {
  	width: auto;
   	margin: 0;
   	padding: 0;
   	background-color:#fff;
   	background-size:cover;
	}
	
	.frontpage-tile-img {
  	width: 100%;
		height: auto;
		position:relative;
	}

	.row1024 {
		background-color: #fff;
	}
	
	.front-tile-mobile {
		display: block;
	}
	
	.front-tile-full {
		display: none;
	}
	
	.front-section {
		padding: 50px 0 !important;
		font-size: 1.6rem !important;		
	}

	html .btn-primary {
    margin-top: 55px !important;    
	}
	
	.events-container {
  	width: 100%; 
		float: left;
		margin-left: 10px;
	}

	.news-container {
  	width: 100%;
		margin-bottom: 35px;
	}

	.news_box {
    width: 32%;
    background-color: #6a80a9;
    margin: 0 5px 0 5px;
    min-height: 420px;
    max-height: 420px;
    overflow: hidden;
    padding: 10px 15px 5px 15px;  
	}
 .bluebox img {
 	  width: 100%;
		height: auto;
		position:relative;
		padding: 0 0 0 0;
	}
		
	.imagebox100x100 img {
 		object-fit: cover;
  	width:100px !important;
  	height:100px !important;
	}
	
	.img_nosize {
  width: auto !important;
	height: auto !important;
	padding: 5px !important;
	}	
	
	
}



/* -------------------------------------------------------------------------------------------------------
Media Query used for ipads in portait mode
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {	
  .header-body {
    position:relative !important;
	}
	 
	.searchbox_1,	.searchbox_2 { max-width: 100%;}
	.submit_1 { width:45px; } 
	.submit_2 { width:45px; } 
	
	.footer-box-left {background-color: #1a5c94; color: #fff;}
	.footer-box-right {background-color: #1a5c94; color: #fff; text-align:left;}
  .footer-oucopyright { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-terms { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-social-mobile { color: #fff; display: block; }	
	.footer-social {display: none;}
  .footimg {width: 25px;}
	
	.news_box {
    width: 95%;
    background-color: #6a80a9;
    margin: 0 15px 25px 15px;
    min-height: 50px;
    padding: 10px 15px 15px 15px;  
	}
	
	.events-datebox {
		float: left;
		padding-bottom: 50px !important;
	}
	
	.styled-select {
		width: 100%;	
	}
	
	.form-styled {
		width: 100%;
		resize: horizontal;
	}
	
	.imagebox100x100 img {
 		object-fit: cover;
  	width:100px;
  	height:100px;
	}
	
}



/* -------------------------------------------------------------------------------------------------------
Media Query used for phones
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px)  {	
  .header-body {
    position:relative !important;
	}

	.font-slider {
		max-width: 100%; 
		margin: 0 auto
	}
	
	.frontpage-tile-img {
  	width: auto;
		height: auto;
		position:relative;
	}
	
	.front-tile-mobile {
		display: block;
	}
	
	.front-tile-full {
		display: none;
	}
	
	.footer-box-left {background-color: #1a5c94; color: #fff;}
	.footer-box-right {background-color: #1a5c94; color: #fff; text-align:left;}
  	.footer-oucopyright { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-terms { color: #fff; display: block; text-align:center; padding-left: 0px;}
	.footer-social-mobile { color: #fff; display: block; }	
	.footer-social {display: none;}
  	.footimg {width: 25px;}
  	.footer-discrimination {display:block;}
  	.footer-seperator {display:none;}
	
	.rowImages {
   	margin-left: .5em;
   	margin-right: .5em;
   	position:relative;
	}  
	
	.rowNoNav {
 		width: 100%;
		padding: 0;
	}

	.feature-box-NoNav { 
 		padding: 0px 0px 0px 0px !important;
	}
	
	h3 {margin-left: 5px;}
	
	p {margin-left: 5px;}
	
	.mobile-center {text-align: center;}
	
	.newsletter-sidebar {
		width: 100%;	
	}
	
	.col-xs-6, .col-xs-8 {
    	width: 100%;
		margin-bottom: 15px;
	}
	
	.col-md-10, .col-sm-12 {
		padding-left: 0px; 
		padding-right: 0px;
	}
	
	.ml-md {
	 margin-left: 0px !important;
	}
	
	.mobile-center {
	    text-align: center;
		margin-top: 0px;
	}
	
	.text-xs-center {text-align:center; }
    .text-xs-left {text-align:left;}
    .xs-no-pad {padding:2px;}  	
	.list-group { margin-top: 0; }

  .arrowlist-white, .arrowlist-gray {
	  width:100%;
  }

	.list-group A:link, a:visited, a:focus, a:active {
   	border:none;
   	border-radius:0;
   	border-color: #fff;
   	color: #1f4e75;
   	text-decoration: underline;
	}

	.list-group-item.active, .list-group-item.active:hover {
   	border:none;
   	border-radius:0;
   	text-shadow: none;
   	border-color: #fff;
   	color: #fff;
   	text-decoration: none !important;
   	background-color:#337ab7 !important;
	}

	.list-group A:hover {
   	border:none;
   	border-radius:0;
   	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
   	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
   	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
   	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
   	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
   	background-repeat: repeat-x;
   	border-color: #2b669a;
   	color: #555 !important;
   	text-decoration: none;
	}
	
	.defaultbox, .defaultboxblue, .defaultbox-right, .defaultboxblue-right {
	 max-width: 100%;
	 margin: 0px 0px 10px 0px;
	 padding: 0px;
	 float: none;
	}

	.defaultbox h2, .defaultboxblue h2, .defaultbox-right h2, .defaultboxblue-right h2 {	 
	 	 
	}

	.defaultbox div, .defaultboxblue div, .defaultbox-right div, .defaultboxblue-right div {	 
	 	 
	}
	
	.defaultbox img, .defaultboxblue img, .defaultboxgray img, .defaultbox-right img, .defaultboxblue-right img, .defaultboxgray-right img  {
  	width: 100%;
	height: auto;
	position:relative;
	padding: 0px;
	}
	
	.imagebox350x250, .imagebox250x150, .imagebox300x200, .imagebox200x200, .imagebox1090x370, .imagebox400x600 {
	 max-width: 100%;
	 max-height: none;
	 margin: 0px 0px 10px 0px;
	 float: none;
	 width: 100%;
	 height: auto
	}
	
	.imagebox350x250 img, .imagebox250x150 img, .imagebox300x200 img, .imagebox200x200 img, .imagebox1090x370 img, .imagebox400x600 img {
  	width: auto;
		height: auto;
		position:relative;
	}
	
	.imageboxarrow250x150 {
	 left: auto;
	 top: auto;
	}
	
	.imagebox100x100 {
	  width: 50%;
		margin: 0px;		
		height: 150px;
	}
	
	.imagebox100x100 img {
 		object-fit: cover;
  	width:100px;
  	height:100px;
	}

	.businesscard-mobile {		
		width: 100%;
	}

	.businesscard {
		float: none;
		margin: 0 auto 20px auto;
	}

	.btn-blue {
		white-space: pre-wrap !important;
	}
	
	.numberlist-white ol, .numberlist-gray ol, .arrowlist-white ul, .arrowlist-gray ul {
	padding-left: 0px; 
	float: none; 
	width: 100%; 
	margin-bottom: 0px;
	}
		

	.img_nosize {
  	float: none !important;
	}	
	
	.search_1 { width:300px; } 
	.search_2 { width:300px; } 

}
