@import url("myfontswebfontskit.css");
html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    margin: 0;
    font-family: 'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif;
}

ol, ul {
margin-bottom: 25px
}

/*=== Accessibilty styles ===*/
.scrnread {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
	overflow: hidden;
}
/*=== Homepage Featured article adjustment ====*/
.hmp_artle {
    z-index:0;
	position: relative;
	top: -80px;
	background: #fff;
	padding: 0;
   /* margin-bottom: -120px;
	margin: 0 0 -120px 0 !important;*/
}

body {
	font-size: 18px;
	line-height: 1.82857143;
	color: #2d2d2d;
	/* Base Body font */
	background-color: #fff
}

ul.emphasized{
    font-size: 20px;       

}
/* === Link Options === */
a {
	background-color: transparent;
}

a:active, a:hover {
	outline: none ;
}
a {
	color: #007fa3;
	/* Turquoise | Secondary Colour Palette*/
	text-decoration: none
}
a:focus, a:hover {
	color: #5b6770;
	/* Orange | Secondary Colour Palette*/
	text-decoration: none
}
a:focus {
    /*
	outline: thin dotted;
	outline: 5px auto;
	outline-offset: -2px
    */
    outline: none;
}
.btn {
    display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: none;
	border: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.focus, .btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	/*pointer-events: none;
     */
	cursor: not-allowed;
	/* -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
     filter: alpha(opacity=65);
     */
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}
.btn-search {
	border: none;
	background: #d82e3b;
	width: 150px;
	border-radius: 20px;
	font-size: 14px;
	border: 2px solid #bd202b;
	margin-bottom: 30px;
	margin-top: 30px;
}
.btn-search:hover {
	color: #fff;
	background: #bd202b;
	border: 2px solid #bd202b;
}
.btn-search:active {
	color: #bd202b;
}

/*close button - top right of modal */
.btn-close {
   
	width: 150px;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 10px;
    float:right;
}
.btn-close:hover {
	color: #bd202b;
	
}
.btn-close:active {
	color: #bd202b;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
	font-size: 12px;
	line-height: 3;
	border-radius: 3px
}
/*=== Typography ==== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	line-height: 1.1;
	color: inherit;
	font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	line-height: 1.1;
	color: #393e44;/* MidGrey | Secondary Color */
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 30px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 65%
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size: 75%
}
.h1, h1, .h2, h2, .h3, h3 {
	font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
}
.h4, h4, .h5, h5, .h6, h6 {
	font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
}
.h1, h1 {
	font-size: 50px;
}

.carousel-caption h1{
    font-size: 72px;
    margin-bottom:10px;

}
.carousel-caption p{
        margin: 0 0 15px 0

}
h1.homehead {
	font-size: 2em;
	margin-top: 40px !important;
}
.h2, h2 {
	font-size: 36px;
}
.h3, h3 {
	font-size: 24px
}
.h4, h4 {
	font-size: 18px
}
.h5, h5 {
	font-size: 14px
}
.h6, h6 {
	font-size: 12px
}
h4.inline {
	color: #fff;
	text-align: center;
	margin: 40px 0 0 0;
}

 h1 {
    margin-top: -5px;
	margin-bottom: 30px
}
p {
	margin: 0 0 25px 0
}

h2.lrgehead {
    font-size: 65px ;
}


.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4
}
.page-header {
	padding: 0 0 9px 0;
	text-align: center;
}
ul.pill_button {
    margin: 10px auto;
    padding-left:0;
	text-align: center ;
}
ul.pill_button li {
	list-style: none;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center !important;
}

.blockcenter {
    text-align: center;
}

/* == New Marketing Modules == */
.sm_cta{
      background-color: #f4f4f4;   
       text-align: center;
}

.ctahead{
    font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
    font-size: 52px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: -15px;
}

.sm_ctahead{
    font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
    font-size: 36px;
    text-align: left;
    color: #000000;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: -15px;
}

.fileDownload{
    padding-left: 0px;
    
}
.fd_head{
    font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
    font-size: 36px;
    text-align: left;
    color: #000000;
    padding: 10px;
    padding-left: 0px;
    margin-top: 0px;
    margin-left: -15px;
    margin-bottom: -15px;
}

.cta_btn{
    min-width: 200px;
	min-height: 40px;
	padding:2px 0px 0px 0px !important;
	font-size:16px;

}

.subtitleText{
  font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
}

.sm_subtitleText{
     font-family: 'ProximaNovaA-Thin', 'Century Gothic', AppleGothic, Arial, sans-serif;
    padding-left: 10px;
    margin-top: 10px;
    text-align: left;
    color: #000000; 
    font-size: 18px;
    padding-top: 10px;
    margin-bottom: 20px;
    line-height: 22px;
}



.fd_subtitleText {
    font-family: 'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: -15px;
	margin-bottom: 10px;
	text-align: left;
	color: #2d2d2d;
	font-size: 18px;
	line-height: 1.82857143;
}

.btn_file{
    font-family: 'ProximaNovaA-Regular', 'Century Gothic', AppleGothic, Arial, sans-serif;
    font-size: 16px;
    height: 65px;
    line-height: 50px;
    padding: 6px;
    border: solid 2px #f4f4f4;
    color: #000000;
    text-align: center;
}

.btn_file:hover{
    border-top: solid 5px #d72e3a;
    padding-top: 3px;
}

.btn_file_txt{
    float: left; 
    margin-left:-27px; 
    margin-top: 20px; 
    margin-bottom: -10px; 
    font-size:14px;
}


.centerblock.ctasm {
        min-height: 130px;
        background-color: #f4f4f4;   
}


.removeRightMargin {
    margin-right: 0em !important;
}


.addTopPadding{
    padding-top: 20px;
}

.addLeftMargin{
    margin-left: 15px !important;
}
/* /// */


/* == Media == */
.imageright, .imageleft, .imagecenter, .captionright, .captionleft, .captioncenter {
    padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0 12px;
}
.imageleft, .captionleft {
	float: left;
}
.imageright, .captionright {
	float: right;
}
/*====== Photo Captions ========= */
/*** Base Caption Styles ***/
figure.embed, figure.embed-top, figure.overlay, figure.embed-over {
    display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0em;
	font-size: 0.8em;
	background: white;
	overflow: hidden;
}
figure.embed img, figure.embed-top img, figure.overlay img, figure.embed-over img {
	width: 100%;
	display: block;
}
figure.embed figcaption, figure.embed-top figcaption, figure.overlay figcaption, figure.embed-over figcaption {
	width: 100%;
	padding: 0.5em;
	/* neutral theme */
	color: rgba(50,50,50,1.0);
	background: rgba(200,200,200,0.825);
}
/* use border-box box-sizing for each type of caption */
figure.embed *, figure.embed-top *, figure.overlay *, figure.embed-over * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*** Embed ***/
/* Positioning: bottom (default) */
/* Effects: static (default) */
/* Font-size: normal (default) */
/* Theme: neutral (default) */
figure.embed figcaption {
	/* positioning: bottom */
	position: absolute;
	bottom: 0px;
}
/*** Embed-Top ***/
figure.embed-top figcaption {
	/* positioning: top */
	position: absolute;
	top: 0px;
}
/*** Overlay ***/
figure.overlay figcaption, figure.embed-over figcaption {
	/* positioning: over */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	/* effect: hide by default */
	opacity: 0;
}
figure.overlay:hover figcaption, figure.embed-over:hover figcaption {
	/* effect: show */
	opacity: 1;
}
/* light theme: white with gray text */
figure.embed.light figcaption, figure.embed-top.light figcaption, figure.overlay.light figcaption, figure.embed-over.light figcaption, figure.light figcaption {
	color: rgba(80,80,80,1.0);
	background: rgba(245,245,245,0.825);
}
/* dark theme: black with white text */
figure.embed.dark figcaption, figure.embed-top.dark figcaption, figure.overlay.dark figcaption, figure.embed-over.dark figcaption, figure.dark figcaption {
	color: rgba(245,245,245,1.0);
	background: rgba(50,50,50,0.7);
}
figure.embed.medium, figure.embed-top.medium, figure.overlay.medium, figure.embed-over.medium, figure.medium {
	font-size: 1.0em;
}
figure.embed.large, figure.embed-top.large, figure.overlay.large, figure.embed-over.large, figure.large {
	font-size: 1.2em;
}
figure.embed.xlarge, figure.embed-top.xlarge, figure.overlay.xlarge, figure.embed-over.xlarge, figure.xlarge {
	font-size: 1.5em;
}
/*** Effects and Animations ***/
/* hide */
figure.embed.hide figcaption, figure.embed-top.hide figcaption, figure.overlay.hide figcaption, figure.embed-over.hide figcaption, figure.hide figcaption {
	opacity: 1;
}
figure.embed.hide:hover figcaption, figure.embed-top.hide:hover figcaption, figure.overlay.hide:hover figcaption, figure.embed-over.hide:hover figcaption, figure.hide:hover figcaption {
	opacity: 0;
}
/* hide-smooth */
figure.embed.hide-smooth figcaption, figure.embed-top.hide-smooth figcaption, figure.overlay.hide-smooth figcaption, figure.embed-over.hide-smooth figcaption, figure.hide-smooth figcaption {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
figure.embed.hide-smooth:hover figcaption, figure.embed-top.hide-smooth:hover figcaption, figure.overlay.hide-smooth:hover figcaption, figure.embed-over.hide-smooth:hover figcaption, figure.hide-smooth:hover figcaption {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
/* reveal */
figure.embed.reveal figcaption, figure.embed-top.reveal figcaption, figure.overlay.reveal figcaption, figure.embed-over.reveal figcaption, figure.reveal figcaption {
	opacity: 0;
}
figure.embed.reveal:hover figcaption, figure.embed-top.reveal:hover figcaption, figure.overlay.reveal:hover figcaption, figure.embed-over.reveal:hover figcaption, figure.reveal:hover figcaption {
	opacity: 1;
}
/* reveal-smooth */
figure.embed.reveal-smooth figcaption, figure.embed-top.reveal-smooth figcaption, figure.overlay.reveal-smooth figcaption, figure.embed-over.reveal-smooth figcaption, figure.reveal-smooth figcaption {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
figure.embed.reveal-smooth:hover figcaption, figure.embed-top.reveal-smooth:hover figcaption, figure.overlay.reveal-smooth:hover figcaption, figure.embed-over.reveal-smooth:hover figcaption, figure.reveal-smooth:hover figcaption {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
figure.embed, figure.embed-top, figure.overlay, figure.embed-over {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0em;
	font-size: 0.8em;
	background: white;
	overflow: hidden;
}
figure.embed img, figure.embed-top img, figure.overlay img, figure.embed-over img {
	width: 100%;
	display: block;
}
figure.embed figcaption, figure.embed-top figcaption, figure.overlay figcaption, figure.embed-over figcaption {
	width: 100%;
	padding: 0.5em;
	/* neutral theme */
	color: rgba(50,50,50,1.0);
	background: rgba(200,200,200,0.825);
}
/* use border-box box-sizing for each type of caption */
figure.embed *, figure.embed-top *, figure.overlay *, figure.embed-over * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*** Embed ***/
/* Positioning: bottom (default) */
/* Effects: static (default) */
/* Font-size: normal (default) */
/* Theme: neutral (default) */
figure.embed figcaption {
	/* positioning: bottom */
	position: absolute;
	bottom: 0px;
}
/*** Embed-Top ***/
figure.embed-top figcaption {
	/* positioning: top */
	position: absolute;
	top: 0px;
}
/*** Overlay ***/
figure.overlay figcaption, figure.embed-over figcaption {
	/* positioning: over */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	/* effect: hide by default */
	opacity: 0;
}
figure.overlay:hover figcaption, figure.embed-over:hover figcaption {
	/* effect: show */
	opacity: 1;
}
/*** Themes ***/
/* neutral theme: gray with black text */
/* It is embedded in above rules, but here for reference: */
/* figure.neutral figcaption {
     color: rgba(50,50,50,1.0);
     background: rgba(200,200,200,0.825);
}
 */
/* light theme: white with gray text */
figure.embed.light figcaption, figure.embed-top.light figcaption, figure.overlay.light figcaption, figure.embed-over.light figcaption, figure.light figcaption {
	color: rgba(80,80,80,1.0);
	background: rgba(245,245,245,0.825);
}
/* dark theme: black with white text */
figure.embed.dark figcaption, figure.embed-top.dark figcaption, figure.overlay.dark figcaption, figure.embed-over.dark figcaption, figure.dark figcaption {
	color: rgba(245,245,245,1.0);
	background: rgba(50,50,50,0.7);
}
/*** Font Sizes ***/
/* normal (small), embedded in above rules */
/* figure.normal {
     font-size: 0.8em;
}
 */
/* medium */
figure.embed.medium, figure.embed-top.medium, figure.overlay.medium, figure.embed-over.medium, figure.medium {
	font-size: 1.0em;
}
figure.embed.large, figure.embed-top.large, figure.overlay.large, figure.embed-over.large, figure.large {
	font-size: 1.2em;
}
figure.embed.xlarge, figure.embed-top.xlarge, figure.overlay.xlarge, figure.embed-over.xlarge, figure.xlarge {
	font-size: 1.5em;
}
/*** Effects and Animations ***/
/* hide */
figure.embed.hide figcaption, figure.embed-top.hide figcaption, figure.overlay.hide figcaption, figure.embed-over.hide figcaption, figure.hide figcaption {
	opacity: 1;
}
figure.embed.hide:hover figcaption, figure.embed-top.hide:hover figcaption, figure.overlay.hide:hover figcaption, figure.embed-over.hide:hover figcaption, figure.hide:hover figcaption {
	opacity: 0;
}
/* hide-smooth */
figure.embed.hide-smooth figcaption, figure.embed-top.hide-smooth figcaption, figure.overlay.hide-smooth figcaption, figure.embed-over.hide-smooth figcaption, figure.hide-smooth figcaption {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
figure.embed.hide-smooth:hover figcaption, figure.embed-top.hide-smooth:hover figcaption, figure.overlay.hide-smooth:hover figcaption, figure.embed-over.hide-smooth:hover figcaption, figure.hide-smooth:hover figcaption {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
/* reveal */
figure.embed.reveal figcaption, figure.embed-top.reveal figcaption, figure.overlay.reveal figcaption, figure.embed-over.reveal figcaption, figure.reveal figcaption {
	opacity: 0;
}
figure.embed.reveal:hover figcaption, figure.embed-top.reveal:hover figcaption, figure.overlay.reveal:hover figcaption, figure.embed-over.reveal:hover figcaption, figure.reveal:hover figcaption {
	opacity: 1;
}
/* reveal-smooth */
figure.embed.reveal-smooth figcaption, figure.embed-top.reveal-smooth figcaption, figure.overlay.reveal-smooth figcaption, figure.embed-over.reveal-smooth figcaption, figure.reveal-smooth figcaption {
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
figure.embed.reveal-smooth:hover figcaption, figure.embed-top.reveal-smooth:hover figcaption, figure.overlay.reveal-smooth:hover figcaption, figure.embed-over.reveal-smooth:hover figcaption, figure.reveal-smooth:hover figcaption {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

/*===== Mobile Fixes Adjustment =====*/
@media (max-width:480px) {

h1 {font-size: 32px;    margin-top: 5px; margin-bottom: 25px;}
h2{font-size: 26px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h3.tabhd {
	font-size: 28px !important;
}
.carousel-caption h1{
    font-size: 32px;

}
ul.recruitlnk li {
	width: 90%;
}


#footer {
	text-align: center !important;
	margin: 0 auto !important;
}
.foot-header {
	text-align: center !important;
	margin: 0 auto !important;
}
ul.footer {
	width: 100%;
}
ul.footer li {
	display: list-item;
}
.container.emergency {
	height: auto !important;
	padding-top: 40px !important;
}
#wrapper .contwrap h1 {
	font-size: 22px !important;
}
.hmp_artle {
	padding-top: 20px !important;
}
.contwrap h1 {
	padding: 20% 20px 0 20px;
}
#wrapper .contwrap h1 {
	font-size: 48px !important;
	font-weight: 100;
	margin: 0 auto !important;
	text-align: center !important;
	padding-top: -10 !important;
}
.highlights {
	margin: 4px auto 0 auto !important;
	border: none !important;
	display: block;
	height: 100px !important;
	padding: 0 4px !important;
	text-align: center !important;
}
.highinfo {
	font-weight: 300;
	display: block;
	height: 100px !important;
	text-align: center;
}
ul.buttonlist li {
	display: inline-block;
	width: auto !important;
	white-space: normal;
	padding: 0 !important;
/*	margin-left: -25px !important;  */
}
ul.pill_button li {
	list-style: none;
	/*margin-left: -40px !important;*/
}
.aosselect {width: 90% !important;}

.img-responsive{display:inline;}
.homelink img {margin-top: 6px;}
.backlink{top: 1px;position: relative;}
}

#frederictonFilter, #saintjohnFilter {
    width:230px;
}

/* === Page Containers === */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
.container {
	width: 750px
}
}

@media (min-width:992px) {
.container {
	width: 970px
}
}

@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: 0;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 50px;
}
.rownospace {
	margin-bottom: 0;
	margin-top: 0;
    padding: 50px 0;
    padding-bottom: 20px;
}
.rowcontent {
	margin-bottom: 30px;
	margin-top: 30px;
    margin-left:-10px;
    padding-left:0px;
}
.rowpadding {
    margin-bottom: 6px;
    margin-top: 6px;
    padding: 50px 0;
    padding-bottom: 20px;
}

.nopadding {
    padding: 0;
}

.close {
    float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	/*filter: alpha(opacity=20);
     */
	opacity: .2
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	/*filter: alpha(opacity=50);
     */
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200000;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #393e44;
	color: #fff !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
}
.modal-footer {

	border: 0;

}
.modal-content.search {
	min-height: 300px !important;
	text-align: center;
	z-index: 200000;
}
.modal-content.search a {
	color: #e9721b;
}
ul.searchlist {
	font-size: 14px;
	margin-top: 20px !important;
}
ul.searchlist li {
	display: inline;
	padding-right: 20px;
}
ul.searchlist li a {
	background: #d82e3b;
	border-radius: 10px;
	padding: 8px 12px;
	color: #fff !important;
}
ul.searchlist li a:hover {
	background: #bd202b;
}
.search {
	font-size: 21px;
	z-index: 200000;
}
 .search::-moz-placeholder {
 color:#282c30;
 opacity:1;
 font-size: 21px;
 font-style:italic;
}
 .search:-ms-input-placeholder {
 color:#282c30;
 font-size: 21px;
 font-style:italic;
}
 .search::-webkit-input-placeholder {
 color:#999;
 font-size:#282c30;
 font-style:italic;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #000
}
.modal-backdrop.fade {
	/*filter: alpha(opacity=0);
     */
	opacity: 0
}
.modal-backdrop.in {
	/*filter: alpha(opacity=50);
     */
	opacity: .5
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
.modal-body {
	position: relative;
	padding: 15px
}
.modal-footer {
	padding: 15px;
	text-align: center;
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
.modal-dialog {
	width: 600px;
	margin: 30px auto
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5)
}
.modal-sm {
	width: 300px
}
}

@media (min-width:992px) {
.modal-lg {
	width: 95%;
}
}

/*=== Mobile Search ===*/
#q.mobilesearch {
	width: 70%;
	margin-left: 20px;
	background-image: none !important;
	text-indent: 15px;
	border-radius: 6px;
	border: none;
}
/* form vaildation */
form.frmzlla .error {
	width : 100%;
	
	font-size: 80%;
	color: white;
	background-color: #900;
	border-radius: 0 0 5px 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form.frmzlla .error.active {
	padding: 0.3em;
}
/*=== Formzilla ===*/
form.frmzlla {
	margin: 20px 0 0 0;
	padding: 0;
}
form.frmzlla p {
	clear: both;
	padding: 0;
}
form.frmzlla .prvcy {
	font-style: italic;
	padding: 0 10px 0 1px;
	margin-top: 8px;
	color: #989898;
}
.container.emergency {
	background: #fff;
	width: 100% !important;
	height: auto;
	padding-top: 20px;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
}
.container.emergency ul li {
	list-style: none;
}
.container.emergency .emtitle {
	font-weight: bold;
	color: #cc0000;
}
/*=== Inputs ===*/
form.frmzlla input, form.frmzlla select {
	font-size: 1em;
}
form.frmzlla input[type='text'], form.frmzlla input[type='tel'], form.frmzlla input[type='password'], form.frmzlla input[type='number'], form.frmzlla input[type='email'], form.frmzlla input[type='date'], form.frmzlla input[type='website'], form.frmzlla input[type='time'], form.frmzlla select, form.frmzlla textarea, form.frmzlla input[type='password'] {
	border: 1px solid #ccc;
	width: 75%;
}
form.frmzlla input:focus, form.frmzlla select:focus, form.frmzlla textarea:focus {
	outline: none;
	border-color: #fed95e;
	box-shadow: 0 0 10px #e2e0c2;
	background: #f9f7d6;
	color: #000;
}
form.frmzlla input[type='text'], form.frmzlla input[type='tel'], form.frmzlla input[type='password'], form.frmzlla input[type='number'], form.frmzlla input[type='email'], form.frmzlla input[type='date'], form.frmzlla input[type='website'], form.frmzlla input[type='time'], form.frmzlla select, form.frmzlla textarea {
	padding: 12px;
}
form.frmzlla textarea {
	line-height: 1.5;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}
/*=== Checkbox and Radio Buttons====*/
form.frmzlla input[type=checkbox], form.frmzlla input[type=radio] {
	margin-top: 1px;
	margin-right: 4px;
	margin-left: 4px;
}
/*=== Input Placeholder ===*/
 ::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder {
 font-size: 1em;
 color: #535e69 !important;
}
input[placeholder], textarea[placeholder] {
	color: #000;
	font-size: 1em !important;
}
/*=== Required Fields==*/
form.frmzlla .reqrd {
	display: inline;
	vertical-align: middle;
	cursor: help;
	color: #e9721b;
}
form.frmzlla label .required {
	color: #e9721b;
}
strong.required {
	color: #e9721b;
}
/*=== Defintion list / Form Layout===*/
form.frmzlla fieldset {
	border: none;
}
form.frmzlla legend {
	color: #535e69;
	font-size: 1.6em;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	padding: 10px 0 5px 0;
	margin-bottom: 20px;
}
form.frmzlla dt {
	margin: 4px 0;
}
form.frmzlla dd {
	margin: 0;
}
form.frmzlla dl {
	padding-left: 20px;
}
form.frmzlla dt, form.frmzlla dd {
	padding-top: 6px;
}
form.frmzlla dt label:after {
	content: ":"
}
form.frmzlla dl.optnl label {
	font-style: italic;
	color: #545e6a !important;
}
form.frmzlla input[type="checkbox"].newaccessitem {
	height: 20px !important;
	margin-right: 10px !important;
}
form.frmzlla input.reset {
	background-position: 0px -67px;
	border: 1px solid #ee3a43;
	color: #fff;
}
form.frmzlla input.aux {
	background-position: 0px -35px;
	border: 1px solid #fed95e;
	color: #6d6600;
}

form.frmzlla input[type='button']:hover, form.frmzlla input[type='submit']:hover, form.frmzlla input[type='reset']:hover {
	border: 1px solid #ccc;
}
/*== Custom Tweaks for different applications ==*/
form.frmzlla dt.sslogin, form.frmzlla dd.sslogin {
	width: auto;
	text-align: left;
}
form.frmzlla dt.sslogin {
	padding: 8px 0 2px 0;
}
form.frmzlla .msg {
	color: #06F;
	font-style: italic;
}
form.frmzlla .example {
	color: #ababab !important;
}
#forgotpw {
	padding-top: 8px;
}
/*=== Form Messaging ===*/
.message {
	clear: both;
	width: 100%;
	padding: 8px 20px;
	margin: 8px 0 12px 0;
}
.message p {
	margin: 0;
	padding: 0;
}
.message.error, .message.alert, .message.success, .message.warning, .message.info {
}
.message.error {
	background-color: #fff;
	color: #cc0000;
}
.message.alert {
	background-color: #fff;
	color: #cc0000;
}
.message.success {
	background-color: #fff;
	color: #578a00;
}
.message.successnoimg {
	background-color: #fff;
	color: #578a00;
	background-image: none;
}
.message.warning {
	background-color: #fff;
	color: #955800;
}
.info {
	background-color: #ecf0f2;
	color: #0b51a0;
	border: 1px dashed #0b51a0;
}
.info a {
	color: #e9721b;
}


.errormsg {
    background-color: #fff;
    color: #cc0000;
	border: 1px dashed #cc0000;
}
.errormsg a {
	color: #000;
}

/*=== Form Buttons ===*/
fieldset.action {
	text-align: center;
}
.button {
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px 8px;
	min-width: 20%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
}
.button:hover {
	text-decoration: none;
	border: none !important;
}
.button:active {
}
/*=== Submit ===*/
.submt {
	border: none;
	background: #bd202b;
}
.submt:hover {
	color: #fff;
	background: #e9721b;
}
.submt:active {
	color: #282c30;
}
/*=== Orange Reset ===*/
.orange {
	border: solid 2px #da7c0c;
	background: #ed8b00;
}
.orange:hover {
	border: solid 2px #da7c0c !important;
	color: #fff !important;
	background: #da7c0c;
}
.orange:active {
	border: solid 2px #da7c0c !important;
	color: #fff !important;
	background: #da7c0c;
}
/*=== Green Add ===*/
.green {
	border: solid 1px #528538 !important;
	background: #557c42;
	background: -webkit-gradient(linear, left top, left bottom, from(#528538), to(#557c42));
	background: -moz-linear-gradient(top, #528538, #557c42);
}
.green:hover {
    border: solid 1px #528538 !important;
	color: #fff14b !important;
	background: #052853;
	background: -webkit-gradient(linear, left top, left bottom, from(#557c42), to(#557c42));
	background: -moz-linear-gradient(top, #557c42, #557c42);
}
.green:active {
    border: solid 1px #528538 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#557c42), to(#557c42));
	background: -moz-linear-gradient(top, #557c42, #557c42);
}
/*=== Red Remove ===*/
.red {
	border: solid 1px #eb3a4a !important;
	background: #eb3a4a;
	background: -webkit-gradient(linear, left top, left bottom, from(#eb3a4a), to(#ec2a34));
	background: -moz-linear-gradient(top, #eb3a4a, #ec2a34);
}
.red:hover {
    border: solid 1px #eb3a4a !important;
	color: #fff14b !important;
	background: #fff14b;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec2a34), to(#eb3a4a));
	background: -moz-linear-gradient(top, #ec2a34, #eb3a4a);
}
.red:active {
    border: solid 1px #eb3a4a !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ec2a34), to(#eb3a4a));
	background: -moz-linear-gradient(top, #ec2a34, #eb3a4a);
}
/*=== Red Remove ===*/
.blue {
	background-color: #337ab7;
    border: solid 1px #2e6da4 !important;
}
.blue:hover {
	
	color: #fff14b !important;
    background-color: #337ab7;
    border: solid 1px #2e6da4 !important;
}
.blue:active {
	border: solid 1px #2e6da4 !important;
	color: #fff !important;
	background: #bd202b;
}


.img-gradient{
  position:relative;
}
.img-gradient:hover:after {
  content:'';
  position:absolute;
  left:0; top:0;
  width:100%; height:75%;
  display:inline-block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.75)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0, 0, 0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0, 0, 0, 0) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0, 0,0,0, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.img-gradient img{
  display:block;
}




/* === SideNav forms ==== */
#sideform {
	width: 250px;
	margin: 0 auto;
}
#sideform dt, #sideform dd, #sideform input {
	margin: 0 auto;
	text-align: center;
}
#sideform dt, #sideform dd {
	padding: 0;
	margin: 4px 0;
}
#sideform dt {
	text-align: left;
}
#sideform textarea {
	min-width: 180px;
}
#sideform .prvcy {
	font-style: italic;
	padding: 0 10px 0 1px;
	margin-top: 8px;
	color: #989898;
}
.prvcy {
	font-style: italic;
	color: #989898;
	text-align: center;
	font-size: smaller;
	margin-top: 16px !important;
}

/*=== Navigation Options=== */
/* Persona based nav */
#navbarCollapse {
    height: 10px !important
}
.nav {
	padding-left: 0;
	list-style: none;
	margin: 0 auto;
}
.nav>li {
	position: relative;
	display: block;
	font-size: 0.8em;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	color: #FFC;
    background-color: transparent;
}
.nav>li.disabled>a {
	color: #777
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: #000;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #000;
}
.nav .nav-divider {

	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}
.nav>li>a>img {
	max-width: none
}
.nav-tabs.dark {
	background: #393e44;
}
.nav-tabs {
	border-bottom: 1px solid #393e44;
}
.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs>li>a {
	line-height: 1.42857143;
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
    border-radius: 0;
}
/*===Active Tab====*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #d72e3a;
    border-radius: 0;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified>li {
	float: none;
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
}
}
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
.nav-tabs.nav-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	border-bottom-color: #fff;
}
}
.nav-pills>li {
	float: left;
}
.nav-pills>li>a {
	border-radius: 4px;
}
.nav-pills>li+li {
	margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7;
}
.nav-stacked>li {
	float: none;
}
.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified>li {
	float: none;
}
.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}
.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width:768px) {
.nav-justified>li {
	display: table-cell;
	width: 1%;
}
.nav-justified>li>a {
	margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media (min-width:768px) {
.nav-tabs-justified>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
	border-bottom-color: #fff;
}
}
.tab-content>.tab-pane {
	display: none;
}
.tab-content>.active {
	display: block;
}
.tab-content h3 {
	/*padding-top: 20px !important;*/
}
.tabbedback {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 300px;
}
.tabbedback.img1 {
	background-image: url("../_img/tabbed1.jpg");
}
.tabbedback.img2 {
	background-image: url("../_img/tabbed2.jpg");
}
.tabbedback.img3 {
	background-image: url("../_img/tabbed3.jpg");
}
.tabbedback.img4 {
	background-image: url("../_img/tabbed4.jpg");
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	/*border: 1px solid transparent;*/
    border:none;
}

@media (min-width:768px) {
.navbar {
	border-radius: 4px;
}
}

@media (min-width:768px) {
.navbar-header {
	float: left;
}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: block;
	padding-bottom: 0;
	overflow: visible!important;
}
.navbar-collapse.in {
	overflow-y: visible;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
	padding-right: 0;
	padding-left: 0
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 0;
}

@media (max-device-width:480px)and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 200px;
}
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-right: 0;
	margin-left: 0;
}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {
.navbar-static-top {
	border-radius: 0;
}
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {
.navbar-fixed-bottom, .navbar-fixed-top {
	border-radius: 0;
}
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand>img {
	display: block;
}

@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -15px;
}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media (min-width:768px) {
.navbar-toggle {
	display: none;
}
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sidebarmobile .navbar-header {
    background-color: #a7212a;
    margin-top: -10px !important;
}

.sub{
    line-height: 2.4;
}

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
	background-image: none;
}

.homelink img {margin-top: 6px;}
.backlink{top: 1px;position: relative;}


}

@media (min-width:768px) {
.navbar-nav {
	float: left;
	margin: 0
}
.navbar-nav>li {
	float: left
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px
}
}
.navbar-form {
	padding: 10px 15px;
    margin: 8px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
.navbar-form .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.navbar-form .form-control-static {
	display: inline-block;
}
.navbar-form .input-group {
	display: inline-table;
	vertical-align: middle
}
.navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
	width: 8%;
}
.navbar-form .input-group>.form-control {
	width: 100%;
}
.navbar-form .control-label {
	margin-bottom: 0;
	vertical-align: middle
}
.navbar-form .checkbox, .navbar-form .radio {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.navbar-form .checkbox label, .navbar-form .radio label {
	padding-left: 0;
}
.navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
	position: relative;
	margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
	top: 0;
}
}

@media (max-width:767px) {
.navbar-form .form-group {
	margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
	margin-bottom: 0;
}
}

@media (min-width:768px) {
.navbar-form {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
.navbar-text {
	float: left;
	margin-right: 15px;
	margin-left: 15px
}
}

@media (min-width:768px) {
.navbar-left {
	float: left!important
}
.navbar-right {
	float: right!important;
	margin-right: -15px
}
.navbar-right~.navbar-right {
	margin-right: 0
}
}
.navbar-default {
	background-color: #343434;
	border-color: #e7e7e7
}
.navbar-default .navbar-brand {
	color: #fff
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #fff
}
.navbar-default .navbar-nav>li>a {
	color: #fff
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #d72e3a;
}

@media (max-width:767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333;
	background-color: transparent
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #ccc;
	background-color: transparent;
}
}
.navbar-default .navbar-link {
	color: #777;
}
.navbar-default .navbar-link:hover {
	color: #333;
}
.navbar-default .btn-link {
	color: #777;
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
	color: #333
}
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808;
}

@media (max-width:767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
	border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
	color: #444;
	background-color: transparent;
}
}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link {
	color: #9d9d9d;
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
	color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}


.dropdown-menu>li>a {
    display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #d72e3a
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color: #777
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
}
.open>.dropdown-menu {
	display: block
}
.open>a {
	outline: 0
}
.dropdown-menu-right {
	right: 0;
	left: auto
}
.dropdown-menu-left {
	right: auto;
	left: 0
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}
.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px solid
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.dropdown-menu {
    position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.5);
	box-shadow: 0 6px 12px rgba(0,0,0,.5);
	width: 100%;
}


@media (min-width:768px) {
.navbar-right .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-right .dropdown-menu-left {
	right: auto;
	left: 0
}
}
.overlay {
    background:linear-gradient(to bottom, rgba(0, 0,0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlaynogradient {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*=== List group for sidenav === */

#sidebarmobileholder {
	margin-top: 0;
}

#sidenav, .childsub {
    padding: 0;
    font-size: 16px;
}
ul#sidenav li:last-child {
	border: none;
}
/*
ul#sidenav li.sub a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 4px;
	color: #a7212a;
}
ul#sidenav li.sub.on a:after {
	font-family: 'FontAwesome';
	content: '\f0a5';
	margin: 0 5px 0 4px;
	color: #000;
}

ul#sidenav .subchild li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 4px;
	color: #d82e3b;
}

ul#sidenav li.sub2 a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 4px;
	color: #fff;
}
*/
.folderT:after, .folderSS:after{
    font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 4px;
	color: #fff;
}
.folderon .folderT:after, .folderon.folderSS:after{
    font-family: 'FontAwesome';
    content: '\f107';
	margin: 0 5px 0 4px;
	color: #fff;
}
.folderon ul li a{
 padding-left:15px;   
}

/*Back chevron for side menu*/
ul#sidenav li.homelink a span.backlink{
   
    padding-left: 6px;
    float:left;
    padding-top: 17px;
    padding-right: 6px;
    font-size:10px;    

}
ul#sidenav li.homelink a {
	padding-top: 6px;
    padding-bottom: 6px;
    color: #d72e3a;
    padding-left:10px;
}

ul#sidenav li.homelink a:hover {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    background-color:#a6212a;
    padding-left: 0;
     padding-left:10px;
}
ul#sidenav li.homelink {
	padding : 2px 0;
	    background: #f5f5f5;
         padding-left:10px;
}
ul#sidenav li {
	list-style: none;
	line-height: 40px;
}
/*highlight of what is active */
ul#sidenav li.on {
	border-top: 1px solid #e1e1e1;
    border-left:4px solid #d82e3b ;
}
ul#sidenav li li.on a {
	color: #000 !important;
}
/*ul#sidenav li li.on a:after {
	content: none;
}*/
ul#sidenav li.sub {
	background: #FFFDE2;
	border-bottom: 1px dotted #e1e1e1;
}
ul#sidenav li.sub:hover {
	background: #fffcd5;
}

span.menuicon{
    padding-top: 15px;
    padding-left: 6px;
    font-size: 10px;
    color:#d72e3a;

}

ul#sidenav li.sub a, ul#sidenav .subchild a {
	color: #007fa3;
    font-size:16px;
    font-weight:normal;
   /* line-height:18px;*/
}


ul#sidenav li.sub2 {
	background: #d82e3b !important;
	border: none;
	border-bottom: 1px solid #a7212a;
}
ul#sidenav li.sub2.on {
	background: #fff !important;
}
ul#sidenav li.sub2.on a {
	color: #000 !important;
}
ul#sidenav li.sub.on a {
	color: #000 !important;
}
ul#sidenav li.sub2:hover {
	background: #a7212a !important;
}
ul#sidenav li.sub2 a {
	color: #fff !important;
}
ul#sidenav li.sub2:last-child {
	border: none;
}
ul#sidenav .subchild li {
	padding-left: 10px !important;
	margin: 0 !important;
	background: #fff;
	border-bottom: 1px dotted #e1e1e1;
}

ul#sidenav .subchild li:hover {
   
    color:#fff;
    background-color:#d72e3a;
}


ul#sidenav .childsub li.sub2 a {
	color: #000 !important;
}
ul#sidenav .childsub li.sub2 {
	background: #fff !important;
}
ul#sidenav .subchild li:last-child {
	border-bottom: none;
}
ul#sidenav .subchild li a:hover {
	color: #cc0000;
	border: none;
}
ul#sidenav .subchild li.sub2 a:hover {
	font-weight: 600;
}
ul#sidenav .childsub li:first-child {
	/*border-top: 1px dotted #e1e1e1;*/
}
ul#sidenav .childsub li a:after {
	color: #3b77c0;
}

.sub {
    padding-left: 20px;
    margin: 1px 0;
}

#sidenav a:link {
    color: #007fa3;
    display:block;
}

#sidenav a:hover {
    background: #d72e3a;
    color: #fff;
    transition: 0s 0.25s;
}

/* Updated Sidenav styles */
.currentfolder {
    background: #f5f5f5;
}
.childpages {
    padding-left: 0;
}
.childpages li a {
    padding-left: 40px;
}
#sidenav .currentfolder .childpages li a:hover {
    padding-left: 36px;
}

#sidenav .currentfolder .childpages li a {
    padding-left: 36px;
}

#sidenav .active  a{
    background: #f5f5f5;
    border-left: 4px solid #d72e3a;
    padding-left: 36px;
    color: #007fa3;
}

#sidenav .childsub li a:hover {
    padding-left: 16px;
}

#sidenav .childsub .active a{
    background: #f5f5f5;
    border-left: 4px solid #d72e3a;
    padding-left: 16px;
    color: #007fa3;
}


@media (max-width:991px) {
    .mobilecontainer .navbar-toggle {
        margin: 12px 20px;
    }
    
    #sidenav a:link, span.menuicon {
        color: #fff;
    }
    
    ul#sidenav li.homelink a {
        color: #fff;
    }
    ul#sidenav li.homelink {
        background: #a7212a;
    }
    .currentfolder {
        background: #922027;
    }
    .sectionMenuTitle {
        margin-left: 0 !important;
    }
}


/*=== FOOTER === */
ul.footer {
	color: #fff;
	text-decoration: none;
	font-size: .8em;
	padding-bottom: 5px;
	padding-top: 20px;
}
ul.footer li {
	display: inline-block;
	padding-right: 20px;
}
ul.footer li a {
	color: #fff;
}
ul.footer li a:hover {
	color: #FFE4E1 !important;
}
ul.footer li a:after, ul.foot-links a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px;
	color: #f00;
}
.footer, .foot-links a, .foot-links p {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	padding-bottom: 5px;
	text-align: left !important;
}
.foot-links img {
	padding-top: 5px;
}
.foot-links ul {
	margin: 0;
	padding: 0;
}
.foot-links ul li {
	list-style: none;
}
.foot-links ul li a {
	color: #fff;
}
.foot-links ul li a:hover {
	color: #FFE4E1 !important;
}
.foot-links ul li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px;
	color: #f00;
}
#footer {
	background: #393e44;
	padding-top: 10px;
}
.foot-header {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
}
#footer .container {
	max-width: 1140px;
}
#bottom-footer a {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
	font-size: 0.8em;
}
#bottom-footer ul {
	margin: 0;
	padding: 0;
}
#bottom-footer ul li {
	display: inline;
	padding-right: 18px;
}
#final-footer {
	font-size: 11px;
	color: #666;
}
#footertoggle.navbar-toggle {
	float: none !important;
}
#footertoggle.navbar-toggle {
	background: #282C30;
	text-align: center;
	width: 100%;
	height: 60px;
}
.navbar-toggle .button-label {
	display: inline-block;
	float: left;
	font-weight: bold;
	line-height: 14px;
	padding-right: 100px;
}
.button-bars {
	display: inline-block;
	float: right;
}
#mobilefooterlinks li {
	text-align: center !important;
	margin: 0 auto !important;
	width: 240px !important;
	display: block;
}
/*== modular layouts ===*/
.cntrblock {
	text-align: center;
}
.cntrblock h2, .blockcenter h2 {
	font-family: 'ProximaNovaA-Bold', 'Century Gothic', AppleGothic, Arial, sans-serif;
}

/*== Campus Map Styles === */

.map {
    padding: 0;
}

/*== Splash Screens === */
#element {
    /*
	height: 100%;
	opacity: 1.0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    /*padding-top: 66.64%; */
    
    
    
}

#landingpage-element {
    /*
    height: 100%;
	opacity: 1.0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 46.64%;
    
    
    
}

#wrapper {
	/*
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    
	background-position: center;
	background-repeat: no-repeat;
	height: 90%;
    background-size: 100% 100%;
	background-color: #ecf0f2;
    */
    
	color: #fff;
	text-align: center;
}
@media (max-width:800px) and (orientation : landscape){
    #wrapper {
    /*
    background-image: linear-gradient(to bottom, rgba(0, 0,0, 0.85) 0%, rgba(0, 0, 0, 0) 100%), url(../_img/splash3.jpg);
	
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    */
    /*
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	background-color: #ecf0f2;
   */
    height: 100%; 
	color: #fff;
	text-align: center;
}
#wrapper .contwrap {
	padding: 60px 0 0 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
#wrapper .contwrap h1 {
	margin: 0 auto;
	font-size: 3.5em;
	width: 90%;
}
.landpg .contwrap h1 {
	margin-top: 80px !important;
}
#wrapper p {
	font-size: 18px !important;
	font-weight: 300;
}
#wrapper ul li {
	list-style: none;
}
}
@media (max-width:800px) {
#wrapper {
	/*
    background-image: linear-gradient(to bottom, rgba(0, 0,0, 0.85) 0%, rgba(0, 0, 0, 0) 100%), url(../_img/splash3.jpg);
	
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    */
    /*
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	background-color: #ecf0f2;
   
    height: 100%; */
	color: #fff;
	text-align: center;
}
#wrapper .contwrap {
	padding: 40px 0 0 0 !important;
	width: 100% !important;
	margin: 0 auto;
}
#wrapper .contwrap h1 {
	margin: 0 auto;
	font-size: 3.5em;
	width: 90%;
}
.landpg .contwrap h1 {
	margin-top: 80px !important;
}
#wrapper p {
	font-size: 18px !important;
	font-weight: 300;
}
#wrapper ul li {
	list-style: none;
}
}

@media (max-width:500px) {
    /* == New Marketing Modules == */
    .addLeftMargin{
        margin-left: 35px !important;
    }
    .addLeftMargin_resp{
        margin-left: 35px !important;
    }
    /* //// */
#wrapper {
    /*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-color: #ecf0f2;
    height: 100%;
    */
	background-repeat: no-repeat;
	
	
	color: #fff;
	text-align: center;
	background-position: center;
}
#wrapper .contwrap {
	padding: 0 !important;
	width: 90% !important;
	margin: 0 auto;
}
#wrapper .contwrap h1 {
	margin-top: -95px !important;
	font-size: 1.8em !important;
}
#wrapper p {
	font-size: 14px !important;
	font-weight: 300;
}
#wrapper ul li {
	list-style: none;
	font-size: .8em !important;
}


#landingpage-element {
    /*
    height: 100%;
    opacity: 1.0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    */
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-top: 46.64%;
    
    
    
}


.fullwimg {
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	/*height: 60% !important;*/
	background-color: #000;
	background-position: center;
    /*margin-top: -50px;*/
}
.centerblock h2.lrgehead {
	padding-top: 10px ;
	position: relative;
	display : block;
	text-align: center ;
	margin: 0 auto ;
	width: 90% ;
	font-size: 30px;
}



element.style {
    position: relative;
}
#element {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 175%;

}

}
#wrapper .contwrap {
	width: 60%;
	margin: 55px auto 0 auto;
}
#wrapper .contwrap h1 {
	text-align: center !important;
	font-size: 60px;
	font-weight: 300;
	margin-top: 160px;
}
#wrapper p {
	font-size: 20px;
}
#wrapper ul {
	margin: 0;
	padding: 0;
}
#wrapper ul li {
	list-style: none;
}
/* === Content Dividers === */

.lghtdvdr {
	width: 100%;
	background: #ecf0f2;
}
.middvdr {
	width: 100%;
	background: #393e44;
}
.drkdvdr {
	width: 100%;
	background: #282c30;
}
/* == Image Dividers == */
.fullwimg {
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0,0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
	background-position: top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*height: 580px;*/
	background-color: #000;
}
.centerblock {
	text-align: center;
}
@media (max-width: 768px) {
 /*=== ABOUT UNB TEXT POSITION (LARGE IMAGE) ===*/
    
    .centerblock.lght {
        color: #fff;
        padding: 70px 0;
    }
    
    .carousel-caption h1{
        font-size: 40px;
    }
    /* == New Marketing Modules == */
    .centerblock.ctalg {
        color: #fff;
        padding: 70px 0;
        height: 370px;
    }
    .centerblock.ctasm {
        color: #000000;
        padding: 10px 0;
       
    }
    /* /// */
}
@media (min-width: 768px) {
    .centerblock.lght {
        color: #fff;
        padding: 160px 0;
    }
     .centerblock.ctalg {
        color: #fff;
        padding: 70px 0;
    }
    .centerblock.ctasm {
        color: #000000;
        padding: 10px 0;
        background-color: #f4f4f4;   
    }
}
@media (max-width: 768px) and (orientation: landscape) {
 #wrapper .contwrap h1 {
    font-size: 40px;
   /* margin-top: -50px !important;*/
   
}
.carousel-caption h1{
    font-size: 50px;

}
}



.centerblock.lght h2 {
}
/* Full Width Hero Banner */
.fullwidthimg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #fff;
	min-height: 500px
}
h3.tabhd {
	padding-top: 20px;
	font-size: 36px;
}
/*=== Ghost links, list, buttons ===== */
ul.clean {
	margin: 0;
	padding: 0;
}
ul.clean li {
	list-style: none;
	padding: 6px 0;
}
ul.searchoptions {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
ul.searchoptions li {
	list-style: none;
	display: inline-block;
	margin: 0 18px;
}
ul.searchoptions li a {
	color: #fff;
	background: #d72e3a;
	border-radius: 10px;
	padding: 12px;
	border: 2px solid #bd202b;
}
ul.searchoptions li a:hover {
	color: #fff;
	background: #bd202b;
	border: 2px solid #bd202b;
}
/*=== Admission requirements ===*/

.amdHeading {
	color: #cc0000;
	font-size: 20px;
	font-weight: bold;
}
#errMessageItems{margin-left: -40px;}

ul#errMessageItems li {
	background: #D2393B !important;
	color: #fff;
	font-weight: 600;
	width: 100%;
	margin: 6px auto;
	padding: 10px;
	border-radius: 8px;
	list-style: none !important;
}
ul#errMessageItems li:before {
	font-family: 'FontAwesome';
	content: '\f12a';
	margin: 0 8px 0 8px;
	color: #FFCC00;
}
.admin-req select {
	background: transparent;
	width: 280px;
	color: #1f5d94;
	font-size: 13px;
	height: 50px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	padding-left: 10px;
}
.admin-req {
	width: 260px;
	float: left;
	height: 50px;
	padding: 0 6px;
	margin-right: 20px;
	overflow: hidden;
	background: url(drpdwn_arrw.gif) no-repeat right #fff;
	border: 1px solid #df273c;
	margin-bottom: 20px;
}
ul.admreqlist {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 10px;
}
ul.admreqlist li:before {
	font-family: 'FontAwesome';
	content: "\f054";
	margin: 0 5px 0 4px;
	color: #d72e3a;
}
ul.buttonlist {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.buttonlist li {
	display: block;
}
ul.buttonlist li a {
	color: #fff;
	background: #d72e3a;
	border-radius: 10px;
	padding: 12px;
	border: 2px solid #bd202b;
}
ul.buttonlist li a:hover {
	color: #fff;
	background: #BD202B;
	border: 2px solid #bd202b;
}
ul.ghostlist {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	font-size: .9em;
}
ul.ghostlist li {
	display: inline-block;
	border: 1px solid #265c93;
	min-width: 240px;
	padding: 12px 0;
	margin: 0 10px;
}
ul.ghostlistwhte li {
	display: inline-block;
	border: 1px solid #fff;
	width: 200px;
	padding: 8px;
	margin: 10px;
	color: #fff;
}
ul.ghostlistwhte li a {
	color: #fff;
}
ul.ghostlist li a, ul.ghostlistwhte li a {
	outline: none;
	text-decoration: none;
}
ul.ghostlist li a:after, ul.txtlink li a:after, ul.clean li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px;
	color: #f00;
}
ul.featured {
	font-size: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    color: #fff;
}
ul.featured a{
    color: #fff;
}
ul.blockstory {
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 20px 15px;
	margin: 0;
	line-height: 1.1;
	font-weight: 300;
}
ul.blocknoback {
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30% 15px;
	margin: 0;
	line-height: 1.1;
	font-weight: 300;
}
ul.blockstory li.textmiddle {
	list-style: none;
	text-align: center;
	position: relative;
	top: -90px;
	margin-left: -10px;
}
ul.blocknoback li {
	list-style: none;
	text-align: center;
}
ul.blockstory li {
	list-style: none;
	text-align: left;
}
ul.blockstory li a {
	color: #fff;
	display: block;
}
ul.blockstory li a:hover {
	color: #d2393b;
}
ul.featured li {
	list-style: none;
}
ul.featured li a {
	color: #fff;
}
ul.recruitlnk {
	margin: 0;
	padding: 0;
    margin-bottom: 40px;
}
ul.recruitlnk li {
	background: #fff;
	padding-right: 20px;
	margin: 10px 6px;
	border: 1px solid #8da1b7;
	padding: 10px 8px;
	font-size: 15px;
	min-width: 200px;
	display: inline-block;
	text-align: center;
}
ul.recruitlnk li:hover {
	background: rgba(0, 0, 0, 0.2);
}
ul.recruitlnk li:hover {
	color: #fff !important;
}
ul.recruitlnk li a:after {
	margin: 0 -20px;
	font-family: 'FontAwesome';
	content: '\f105';
	color: #d72e3a !important;
}
.highlights {
	border: 1px solid #f3f3f3;
	display: table;
	height: 270px;
	width: 100%;
	padding: 0 16px;
}
.highinfo {
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	font-size: 15px;
}
.highinfo .snip {
	color: #d72e3a;
	font-size: 60px;
}

/*fact section */
.fact{
font-size:18px;
display: inline-block;
width:75%;
}

/*reduce size of sub text width for all blocks*/
.cntrblock p{
display: inline-block;
width:80%;
}


/*==== Program View ===== */


.filterButtons p {
    width: 100%;
}

ul.searchfilter li {
	display: inline;
	padding: 0 10px;
}
ul.searchfilter li a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
/*
ul.searchfilter li:before {
	font-family: 'FontAwesome';
	content: '\f19c';
	margin: 0 5px 0 15px;
	color: #fff;
}
*/
ul.searchfilter li.remove:before {
	content: none !important;
}
p.admin-note {
	background: #FFFCDA;
	border: 1px solid #FFFB81;
	padding: 8px 12px;
}
.progsearch {
	padding: 20px !important;
	width: 90% !important;
}
 .progsearch::-moz-placeholder {
 color:#999;
 opacity:1;
 font-size: 21px;
 font-style:italic;
}
 .progsearch:-ms-input-placeholder {
 color:#999;
 font-size: 21px;
 font-style:italic;
}
 .progsearch::-webkit-input-placeholder {
 color:#999;
 font-size: 21px;
 font-style:italic;
}
ul.proglist {
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}
ul.proglist li {
	padding: 12px;
	border-bottom: 1px groove #265c93;
	list-style: none;
	font-size: 18px;
}
ul.proglist li a:after {
	content: none;
}
li.rowswtch:nth-child(odd) {
	background: #e7edf3;
}
li.faculty:hover {
	background: #FFFCDA;
	background-image: url('proglistdown.png');
	background-position: center right;
	background-repeat: no-repeat;
}
li.faculty {
	background-image: url('proglistdown.png');
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 20px !important;
}
li.tp5spcr {
	margin-top: 60px !important;
}
/*==== Social Media ===== */
.smlabel {
	color: #fff;
	font-weight: bold;
	margin-top: 80px;
	font-size: 26px;
}
.socialback {
	background-color: #282c30;
	min-height: 270px;
}

.social-buttons li a {
    padding: 10px; 
    font-size: 25px;
    text-align: center;
    background: #000;
    color: #fff;
}

@media (max-width:1199px) {
    .social-buttons li a {
       padding: 10px;
    }
}

.social-buttons span.fa {
    width: 25px;
    height: 25px;
}

ul.social-buttons.list-inline {
    margin-left:0;
}

ul.social-buttons.list-inline li {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
}


/*=== Button Styles ====*/

.ghost-button {
	display: inline-block;
	width: 100%;
	padding: 8px;
	color: #fff;
	border: 1px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	margin-bottom: 10px;
}
.ghost-button.contact {
	border: 1px solid #d2393b;
	color: #fff;
	background-color: #d2303b;
}
.ghost-button.contact:hover {
	background-color: #bd202b;
}
ul.sideaux {
	font-size: 16px;
	padding-left: 0 !important;
}
ul.sideaux li {
	list-style: none;
}
.sideaux-button {
	display: inline-block;
	text-align: left !important;
	width: 100%;
	padding: 10px 12px;
	border-radius: 20px;
	color: #fff;
	border: 1px solid #fff;
	outline: none;
	text-decoration: none;
	margin-bottom: 10px;
}
ul.sideaux li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 15px;
	color: #fff;
}
a.sideaux-button:hover {
	background: #bd202b;
	color: #fff;
	border: 1px solid #d72e3a;
}
.redghst {
	border: 1px solid #bd202b;
	color: #fff;
	background: #d72e3a;
}
.blueghst {
	border: 1px solid #265c93;
	color: #265c93;
	background: #fff;
}
a.blueghst:hover {
	border: 1px solid #265c93;
	background: #265c93;
	color: #fff;
}
.ghost-button:hover, .ghost-button:active {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.rndcrnrs {
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	margin-bottom: 10px;
	border-radius: 20px;
}
.rndcrnrs.home {
	border: 2px solid #d2393b;
	color: #fff;
	background-color: #d2303b;
	width: auto;
}
.rndcrnrs.jumpoff {
	border: 2px solid #d2393b;
	color: #fff;
	background-color: #d2303b;
	width: 90%;
}
.rndcrnrs:after, ul.featured li a:after, ul.recruitlnk li a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 15px;
	color: #fff;
}
.rndcrnrs:hover {
	background: #a7212a;
}
/* Full Image Tiles */
.hmp_artle {
	position: relative;
	top: -80px;
	background: #fff;
	padding: 0;
	/*margin: 0 0 -40px 0;*/
     margin-bottom: -50px;
     color:#000;
}
/*=== Tabbed Content  ==== */
/*UNB News tabbed block */
.tabs.newshead {
	font-size: 1em;
}
.tabs ul.tabs-list {
	margin: 0 0 -25px 0;
	list-style: none;
	background: #393e44;
	padding: 0;
}
.tabbody h3 {
	padding-top: 20px;
}
.tabs ul.tabs-list li {
	float: left;
	margin: 0;
	padding: 4px 6px;
}
.tabs ul.tabs-list a {
	float: left;
	display: block;
	padding: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a.tablink:after {
	font-family: 'FontAwesome';
	content: '\f105';
	margin: 0 5px 0 4px;
	color: #d82e3b;
}
.transformer-tabs ul {
	font-family: 'proximanovaa-regular', 'Century Gothic', CenturyGothic, AppleGothic, Arial, sans-serif;
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
	/*margin-left: 15px;
	margin-right: 15px;
    */
	background: #393E44;
}
.transformer-tabs li {
	display: inline-block;
	padding: 0;
	vertical-align: bottom;
}
.transformer-tabs li:hover {
	background: #d2303b;
}
.transformer-tabs li.active {
	background: #d2303b;
}
.transformer-tabs li:nth-child(1) .active {
	color: #fff;
	background: #d2303b;
}
.transformer-tabs li:nth-child(2) .active {
	color: #fff;
	background: #d2303b;
}
.transformer-tabs li:nth-child(3) .active {
	color: #fff;
	background: #d2303b;
}
.transformer-tabs li:nth-child(4) .active {
	color: #fff;
	background: #d2303b;
}
.transformer-tabs a {
	display: inline-block;
	color: white;
	text-decoration: none;
	padding: 0.5rem;
}
.transformer-tabs a.active {
	position: relative;
	background: #d2303b;
}

@media (max-width: 800px) {
.transformer-tabs ul {
	border-bottom: 0;
	overflow: hidden;
	position: relative;
	background: #393e44;
}
.tabadjust {
	margin-top: -20px !important;
}
.transformer-tabs ul::after {
	content: "☰";
	position: absolute;
	top: 8px;
	right: 15px;
	z-index: 2;
	pointer-events: none;
}
.transformer-tabs ul.open a {
	position: relative;
	display: block;
}
.transformer-tabs li {
	display: block;
}
.transformer-tabs a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.transformer-tabs a.active {
	border: 0;
	z-index: 1;
	background: #d2303b;
}
}
.tabs > div {
	display: none;
	color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs ul.tabs-list a {
	float: none;
}
/* End IE5-Mac hack */
.tabs ul.tabs-list a:hover {
	color: #fff;
}
.tabs ul.tabs-list .current {
	background: #d2303b;
}
.tabs ul.tabs-list .current a {
	color: #fff;
}
.js .tabs .current-info, .js .tabs .accessibletabsanchor, .js .tabs .tabhead /*position each individual tab's heading (default class .tabhead) off-screen*/
{
	position: absolute;
	left: -999em;
}
.js .tabs .content {
	clear: both;
	margin: 0;
}
.js .tabs {
	width: auto;
}
.tabs > div:nth-of-type(1) {
}
.tabs > div:nth-of-type(2) {
}
.tabs > div:nth-of-type(3) {
}
.tabs > div:nth-of-type(4) {
}
.tabs > .active {
	display: block;
}


/*table styles */

th {
    text-align: left
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}
.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border-top: 0
}
.table>tbody+tbody {
	border-top: 2px solid #fff
}
.table .table {
	background-color: #fff
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding: 5px
}
.table-bordered {
	border: 1px solid #ddd
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #ddd
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-bottom-width: 2px
}
.table-striped th {
	color: #fff;
	background-color: #545e6a;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f3f4f8
}
.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}
table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}
table td[class*=col-], table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}
.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
	background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}
.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}
.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
	background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}
.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
	background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}
.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
   /* background-color: #d82e3b;
    border: 1px solid #a01d25;*/
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 0;
    color: #fff;
    background-color: #d2303b;
    border-color: #d82e3b;
}

/* Column Backgrounds */
/*=== Featured Article ====*/
.col-md-6.fullsix {
	border: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: center;
	
	
}

/*===== top 5 ======*/
.story {min-height: 270px;} 
.story.imgblk {
	background-repeat: no-repeat;
	background-position: center;

}
.story.imgblk :hover {color:#ddd;}

.story.noimg {
	background-color: #282c30;
}
.story.linkoff {
	background-color: #bd202b;
}
.story.linkoff ul {
	padding: 14% 0 0 0;
	margin: 0;
	font-size: 20px;
}
.story.linkoff ul li {
	list-style: none;
	margin: 18px 0;
}
.story.linkoff ul li a {
	/*min-width: 240px;*/
    width:100%;
	text-align: left;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/*
@media(max-width:480px) {

    #wrapper .contwrap h1 {
    margin-top: 60px !important;
    }
   
    ::-webkit-scrollbar {
    width: 12px !important;
    }
    
   
    ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    }
    
    
    ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #41617D !important; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
    
    }
    ::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important; 
    }
}

@media(max-width:768px) {
    .landingpage-wrapper{
        
        height:40%;
    }

    #wrapper .contwrap h1 {
    margin-top: 0;
    }
    
    ::-webkit-scrollbar {
    width: 12px !important;
    }
    
   
    ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    }
    
    
    ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #41617D !important; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 
    
    }
    ::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important; 
    }
}
*/
/*=== Print Style ==== */
 @media print {
*, :after, :before {
	color: #000!important;
	text-shadow: none!important;
	background: 0 0!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
select {
	background: #fff!important
}
.navbar {
	display: none
}
.btn>.caret, .dropup>.btn>.caret {
	border-top-color: #000!important
}

.label {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important
}
.visible-print {
	display: block!important
}
table.visible-print {
	display: table
}
tr.visible-print {
	display: table-row!important
}
td.visible-print, th.visible-print {
	display: table-cell!important
}
.visible-print-block {
	display: none!important
}
.visible-print-block {
	display: block!important
}
.visible-print-inline {
	display: none!important
}
.visible-print-inline {
	display: inline!important
}
.visible-print-inline-block {
	display: none!important
}
.visible-print-inline-block {
	display: inline-block!important
}
.hidden-print {
	display: none!important
}

/* == Media == */
.imageright , .imageleft {padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); margin: 0 12px;}
.imageleft {float: left;}
.imageright {float: right;}

/* = Image Spacing = */
.imageright, .imageleft{margin: 10px 10px 20px 20px;}

#msg {display:none; position:absolute; z-index:200; background:url(https://www.unb.ca/_resources/img/msg_arrow.gif) left center no-repeat; padding-left:7px;}
#msgcontent {display:block; background:#ca0f18; background-image: url(https://www.unb.ca/_resources/img/errorbck.gif); background-repeat:repeat-x;background-position: bottom; color:#fff; border:2px solid #000; border-left:none; padding:8px; min-width:150px; max-width:250px; font-weight:bold;}


.hidden-content {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #545e6a;
    border-color: #545e6a;
}
