  @charset "UTF-8";
/* CSS Document ----------------------------------------------------------------------------------------------
Section 1:  Main Content Text
Section 2:  Bullet Lists and Accordions
Section 3:  Image Boxes
Section 4:  Buttons
section 5:  Tables
Section 6:  Special Functions, Business Cards, Accordions
Section 9:  Media Queries for all screen size with a max of 1499
Section 10:  Media Queries for all screen sizes with a max of 1280
Section 11:  Media Query used for older low res monitors
Section 12:  Media Query used for ipad landscape mode
Section 13:  Media Query used for ipads in portait mode
Section 14:  Media Query used for phones
---------------------------------------------------------------------------------------------------------*/






/* ------------------------------------------------------------------------------------------
Section 1:  Main Content Text
---------------------------------------------------------------------------------------------*/
.h2-blue {
  font-size: 2rem;
  color: #004B8c;
}

.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;
}

.center {text-align: center !important; display: inline;}
.m-none {margin:0 !important;}
.font-weight-bold {font-weight: 700 !important;}
.custom-text-color-1 {color: white !important;}
.text-color-light {color: white !important;}
.background-color-primary {background-color: #1a5c94!important; }
.background-color-secondary { background-color: #0d304d!important;}
.calendar-row {text-align: center !important; margin:0 !important; padding-top:5px; padding-bottom:5px;}

.visible-xs {display: none;}

.blue-bar {	
	background-color: #1A5C94;
	height: 2px;
	margin-bottom: 5px;
}

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

.header-textbar {
	border-radius: 10px; 
	margin: 0 30px 15px 30px; 
	background:#0d304d; 
	color:#ffffff; 
	padding:10px 15px 10px 15px;
	text-align:center;
	vertical-align:middle;
	font-size:28px;
	font-weight: bold;
}

.frontpage-row {
	min-height: 500px;
}

/* Alert box for campus messeages */
.alertbox {
	padding: 10px 50px 10px 50px; 
	background-color: #fff;  
	text-align: center; 
	margin-top: 15px;
}

/* ------------------------------------------------------------------------------------------
Section 2:  Bullet Lists and Accordions
---------------------------------------------------------------------------------------------*/

/* --- 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-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-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-custom-list1 {
	list-style: none;
}

ul.tvcc-custom-list1 li:before {
color: #000;
content: "\25b6 \0020";
}

.tvcc-custom-list2 {
	list-style: none;
}

ul.tvcc-custom-list2 li:before {
color: #000;
content: "\2714 \0020";
}

.tvcc-custom-list3 {
	list-style: none;
}

ul.tvcc-custom-list3 li:before {
color: #000;
content: "\274f \0020";
}

.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;
}



/* ------------------------------------------------------------------------------------------
Section 3:  Image Boxes
---------------------------------------------------------------------------------------------*/
.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;
}

.imagebox600x400 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;
}

.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: 265px;
  left: 320px;
}

.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;
}

.imagebox350x250 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;	
}

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

.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;
}

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

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

.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;
}

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

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

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

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

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

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

.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;}

.imageDropShadow {
 	box-shadow: 5px 5px 5px #808080;
	margin-right: 10px;
}



/* ------------------------------------------------------------------------------------------
Section 4:  Buttons
---------------------------------------------------------------------------------------------*/
.btn-orange {
    color: #000 !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: #000 !important;
    background-color: #F8981F !important;
}

.btn-orange:active {
    color: #000 !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;
}

.btn-red {
    color: #fff !important;
    background-color: #8b0000 !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-red:hover {
    color: #fff !important;
    background-color: #F8981F !important;
}

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

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


.btn-green {
    color: #fff !important;
    background-color: #27C33C !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-green:hover {
    color: #fff !important;
    background-color: #F8981F !important;
}

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

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

.btn-orange-sm {
    color: #fff !important;
    background-color: #F8981F !important;
    border-color: #222 !important;
    display: inline-block !important;
    padding: 2px 10px !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 #ccc !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

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

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

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


.btn-blue-sm {
    color: #fff !important;
    background-color: #1A5C94 !important;
    border-color: #222 !important;
    display: inline-block !important;
    padding: 2px 10px !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 #ccc !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

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

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

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

.btn-red-sm {
    color: #fff !important;
    background-color: #8b0000 !important;
    border-color: #222 !important;
    display: inline-block !important;
    padding: 2px 10px !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 #222 !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

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

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

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

.btn-green-sm {
    color: #fff !important;
    background-color: #009900 !important;
    border-color: #ccc !important;
    display: inline-block !important;
    padding: 2px 10px !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 #ccc !important;
    border-radius: .2em !important;
    text-decoration: none !important;
}

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

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

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



/* -------------------------------------------------------------------------------------------------------
Section 5:  Tables
---------------------------------------------------------------------------------------------------------*/

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%;
}


/* -------------------------------------------------------------------------------------------------------
Section 6:  Special Functions, Business Cards, Accordins
---------------------------------------------------------------------------------------------------------*/
.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;
}

.accordion-gray {
	background-color: #eee;
	border: solid 1px #ccc;
}

.accordion-gray a {
	font-weight:normal;
}

.accordion-label-gray {   
  cursor: pointer;  
  max-width: 100%;
  text-align: left;  
  transition: 0.4s;
  margin-bottom: 0px;
  padding: 3px 20px 3px 10px;
  font-weight: 400;
  font-size: 1.1em;
}

.accordion-label-gray.active {
    background-color: #1a5c94 !important;
    border-color: #1a5c94;
    color: #ffffff !important;
}

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

.toggle {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
}

.toggle > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	height: 45px;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.toggle > label {
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	background: #F4F4F4;
	border-left: 3px solid #CCC;	
	color: #CCC;
	display: block;
	font-size: 1.1em;
	position: relative;
	cursor: pointer;
	font-weight: 400;
}

.toggle-content {
  background-color: white;
  display: none;
  overflow: hidden;
}

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

.toggle > label:before {
	border: 6px solid transparent;
	border-left-color: inherit;
	content: '';
	margin-top: -6px;
	position: absolute;
	right: 4px;
	top: 50%;
}

.toggle.active > label:before {
	border: 6px solid transparent;
	border-top-color: #FFF;
	margin-top: -3px;
	right: 10px;
}


/* 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;}

.search_input { 
	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; 
	}





/* -------------------------------------------------------------------------------------------------------
Section 9:  Media Queries for all screen size with a max of 1499
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1499px) {
	.imagebox1090x370 {
  	max-width: 800px;  
	max-height: 312px;
	height: 312px;
	width: 800px;
	}

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



/* -------------------------------------------------------------------------------------------------------
Section 10:  Media Queries for all screen sizes with a max of 1280
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	.visible-xs {display: none;}

}	
	
	

/* -------------------------------------------------------------------------------------------------------
Section 11:  Media Query used for older low res monitors
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.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;
	}
	
	.visible-xs {display: none;}

}



/* -------------------------------------------------------------------------------------------------------
Section 12:  Media Query used for ipad landscape mode
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 990px) {
	.imagebox100x100 img {
 	object-fit: cover;
  	width:100px !important;
  	height:100px !important;
	}
	
	.img_nosize {
 	width: auto !important;
	height: auto !important;
	padding: 5px !important;
	}
	
	.hidden-xs {display: none;}
	.visible-xs {display: block !important;}
	
}	


/* -------------------------------------------------------------------------------------------------------
Section 13:  Media Query used for ipads in portait mode
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {	
	.imagebox100x100 img {
 	object-fit: cover;
  	width:100px;
  	height:100px;
	}

	.hidden-xs {display: none;}
	.visible-xs {display: block !important;}
	
}	






/* -------------------------------------------------------------------------------------------------------
Section 14:  Media Query used for phones
---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px)  {	
	.hidden-xs {display: none;}
	.visible-xs {display: block !important;}
	
	.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, btn-orange, .btn-green, .btn-red, .btn-white {
	white-space: pre-wrap !important;
	}
	
	.arrowlist-white, .arrowlist-gray {
	width:100%;
  	}

}

