/* CSS Document */

/* ======================== Must be added to use row-eq-height bootstrap class - BT ======================== */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* ======================== Custom Styling - NM ======================== */

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-family: 'Rasa', serif;
	font-size: 42px;
	color: #0055a5;
	margin: 0 0 15px;
}

h2 {
	font-family: 'Assistant', sans-serif;
	font-size: 30px;
	color: #003363;
	border-bottom: 1px solid #97a6d4;
	margin: 24px 0 12px;
}

h3 {
	font-family: 'Assistant', sans-serif;
	font-size: 25px;
	color: #0055a5;
	margin: 20px 0 10px;
}

h3 .h3-inline {
	display: inline-block;
	font-size: 18px !important;
}

h4, h4 a {
	font-family: 'Rasa', serif;
	font-size: 25px;
	color: #003363;
	/*margin: 34px 0 9px;*/
	margin: 20px 0 10px;
}

h5 {
	font-family: 'Assistant', sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0055a5;
	margin: 18px 0 9px;
}

p, .content ul, .content ol {
	font-family: 'Assistant', sans-serif;
	font-size: 17px;
	line-height: 29px;
	color: #565656;
}

strong, b {
	color: #103f6c;
}

.alert {
	margin: 0 0 5px 0;
}

.alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
	font-family: 'Assistant', sans-serif;
	font-size: 19px;
	border: none;
	text-transform: uppercase;
	margin: 0;
}

.alert a {
	font-weight: 700;
	text-decoration: underline;
}

.alert-info, .alert-warning, .alert-danger {
	position: relative;
	overflow: hidden;
	/*height: 500px;*/
}

.alert-info .container, .alert-warning .container, .alert-danger .container {
	position: relative;
}

.alert-info .container:after, .alert-warning .container:after, .alert-danger .container:after {
	content: "\f071"; 
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 50px;
	top: -19px;
	left: -17px;
	z-index: 1;
}

.alert-info p, .alert-warning p, .alert-danger p {
	position: relative;
	margin: 0;
	z-index: 10;
}

.alert-info {
	background: #6babe0;
}

.alert-info .container:after {
	color: #89bce6;
}

.alert-info p {
	color: #fff;
    /*color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;*/
}

.alert-info a, .alert-info strong, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6 {
	position: relative;
	color: #fff;
	/*color: #245269;*/
	z-index: 10;
}

.alert-warning {
	background: #e9a33c;
}

.alert-warning .container:after {
	color: #eeb463;
}

.alert-warning p {
	color: #fff;
    /*color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;*/
}

.alert-warning a, .alert-warning strong, .alert-warning h2, .alert-warning h3, .alert-warning h4, .alert-warning h5, .alert-warning h6 {
	position: relative;
	color: #fff;
	/*color: #8a6d3b;*/
	z-index: 10;
}

.alert-danger {
	background: #ca433b;
}

.alert-danger .container:after {
	color: #d56763;
}

.alert-danger p {
	color: #fff;
    /*color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;*/
}

.alert-danger a, .alert-danger strong, .alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5, .alert-danger h6 {
	position: relative;
	color: #fff;
	/*color: #843534;*/
	z-index: 10;
}

/*.alert-success strong {
	color: #2b542c;
}

.alert-info strong {
	color: #245269;
}

.alert-warning strong {
	color: #66512c;
}

.alert-danger strong {
	color: #843534;
}*/

hr {
	border-color: #b5bac2;
}

a {
    color: #003876;
    text-decoration: none;
	outline: none !important;
}

.inlineBlock {
	display: inline-block;
}

.contentAlert {
	color: #ff0000;
	background: #ccc;
}

.mura-page-title, .mura-index, .mura-asset {
	display: none;
}

.search-results .mura-index {
	display: block !important;
	font-family: 'Assistant', sans-serif !important;
}

/* ======================== Header ======================== */

.hdrTopRow {
	height: 24px;
	background: #003363;
}

.hdrMainRow {
	min-height: inherit;
	background: #fff url(/colin/includes/themes/colin/images/hdr-bg.png) no-repeat;
	background-position: 68% -93px;
	padding: 0;
}

.phoneNum {
	left: -17px;
	float: inherit;
	font-family: 'Assistant', sans-serif;
	font-size: 17px;
	color: #003363;
	margin: 12px 0 17px;
}

.phoneNumMobile, .phoneNumMobile a {
	/*float: inherit;
	font-family: 'Assistant', sans-serif;*/
	font-size: 13px !important;
	color: #fff !important;
	margin: 0 !important;
}

@media (min-width:768px) {
.hdrMainRow {
	min-height: 144px !important;
	padding: 20px 0 !important;
}
.phoneNum {
	float: right !important;
	margin: 12px 0 17px !important;
}
}

@media (min-width:992px) {
.hdrMainRow {
	min-height: 144px !important;
	padding: 20px 0 !important;
}
.phoneNum {
	float: right !important;
	margin: 12px -15px 17px 0 !important;
}
}

@media (min-width:1200px) {
.hdrMainRow {
	min-height: 144px !important;
	padding: 20px 0 !important;
}
.phoneNum {
	float: right !important;
	margin: 12px -15px 17px 0 !important;
}
}

/* Header Links */

.hdrLinks {
	float: right !important;
	font-family: 'Assistant', sans-serif;
	line-height: 24px;
}

.hdrLinks i, .hdrLinks a {
	position: relative;
	top: -1px;
	font-size: 13px !important;
}

.hdrLinks i {
	color: #97a6d4;
	padding: 0 3px 0 0;
	margin: 0;
}

.hdrLinks a {
	display: inline-block;
	color: #fff !important;
	margin: 0 28px 0 0;
}

.hdrLinksMobile {
	float: none !important;
}

.hdrLinksMobile i {
	top: 0 !important;
	color: #0055a5 !important;
}

.hdrLinksMobile a {
	color: #0055a5 !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.hdrLinksMobile a:hover, .hdrLinksMobile a:link, .hdrLinksMobile a:visted {
	text-decoration: none !important;
}

/* Social Media */

.hdrSocialMedia {
	float: right;
	text-align: right;
	margin: 0;
}

.hdrSocialMedia ul.ul-social {
	position: relative;
	top: -2px;
	list-style: none;
	margin: 0;
	padding: 0;
}
  
.hdrSocialMedia li.li-social {
	position: relative;
	float: right;
    margin: 3px 0 0 13px;
}
    
.hdrSocialMedia a.a-social {
	color: #fff;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 20px;
	outline: none;
}

.hdrSocialMedia a.a-social:link, .hdrSocialMedia a.a-social:hover, .hdrSocialMedia a.a-social:visted {
	color: #fff;
}

/* Search */

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 5px 9px;
	font-family: "roboto", sans-serif;
    font-size: 11px;
    line-height: 1.42857143;
    color: #686868;
    background-color: transparent;
    background-image: none;
    border: 1px solid #003363;
		border-right-color: transparent;
    border-radius: 0;
        /*border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-default {
    color: #003363;
    background-color: #bfc6de;
    border-color: #003363;
}

.btn-default:hover {
    color: #003363;
    background-color: #bfc6de;
    border: 1px solid #003363;
        border-left-color: transparent;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #003363;
    background-color: #bfc6de;
    border: 1px solid #003363;
        border-left-color: transparent;
}

.btn-default:focus,
.btn-default.focus {
    color: #003363;
    background-color: #bfc6de;
    border: 1px solid #003363;
        border-left-color: transparent;
}

.btn {
    display: inline-block;
	position: relative;
	top: 0;
    height: 32px;
    padding: 5px 9px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #003363;
        /*border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;*/
        border-left-color: transparent;
    border-radius: 0;
        /*border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;*/
}

.btn.focus, .btn:focus, .btn:hover {
    color: #003363;
    text-decoration: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
		/*outline: 5px auto -webkit-focus-ring-color;*/
	outline-offset: -2px;
}

#searchForm label {
    display: block !important;
}

/* Navigation */

.crumbNav {
	font-family: 'Assistant', sans-serif;
	min-height: 30px;
	/*line-height: 30px;*/
	background: #d6d9e1;
	padding: 4px 0;
	margin: 0 0 24px;
}

.breadcrumb {
    background: transparent;
    border-radius: inherit;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
	font-size: 12px;
    color: #595959;
	text-transform: uppercase;
}

.breadcrumb > li + li::before {
    padding: 0 8px 0 4px;
    color: #595959;
}

@media (min-width:768px) {
.crumbNav {
	margin: 0 0 48px !important;
}
}

@media (min-width:992px) {
.crumbNav {
	margin: 0 0 48px !important;
}
}

@media (min-width:1200px) {
.crumbNav {
	margin: 0 0 48px !important;
}
}

/* ======================== Home ======================== */

.home .content p {
	font-size: 21px;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
}

/* Homepage Slider/Carousel */

#homepage .sliderRow .carousel {
    margin: 0;
	padding: 0;
	width: 100%;
}

#homepage .carousel .row.item .container {
    display: none;
}

.sliderRow .carousel .item {
	max-height: 600px;
    background: #fff url(/colin/includes/themes/colin/images/bnr-homeLoading.jpg) !important;
	background-size: auto 100%;
}

.sliderRow .glyphicon-chevron-left:before, .sliderRow .glyphicon-chevron-right:before {
    content: none;
}

.sliderRow .glyphicon-chevron-left, .sliderRow .glyphicon-chevron-right {
	margin: -20px;
}

.sliderRow .glyphicon-chevron-left {
	background: url(/colin/includes/themes/colin/images/btn-carouselLeft.png) no-repeat;
	left: 50%;
}

.sliderRow .glyphicon-chevron-right {
	background: url(/colin/includes/themes/colin/images/btn-carouselRight.png) no-repeat;
	right: 50%;
}

.sliderRow .carousel-control {
	z-index: 10;
}

.sliderRow .carousel-control.left, .sliderRow .carousel-control.right {
	background: none;
}

.sliderRow .carousel li:first-child:nth-last-child(1) { /* Removes li when only one item exists */
    display: none;
}

.sliderRow .carousel-caption {
	/*left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	background: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-shadow: none;*/
	display: none;
}

.sliderRow .carousel-caption h2 {
	font-family: 'Rasa', serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: none;
	border: 0;
	margin: 0 0 3px;
	padding: 0;
}

.sliderRow .carousel-caption h3 a {
	display: none;
}

.sliderRow .carousel-caption h5 {
	font-family: 'Rasa', serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-shadow: none;
	margin: 0 0 11px;
}

.sliderRow .carousel-caption p a.btn {
	display: none;
}

.sliderRow .carousel ol {
	z-index: 10;
    margin-bottom: 25px;
	background-size: 50% auto;
	height: 26px;
}

/*.sliderRow .carousel-indicators {
    top: 0;
	z-index: 14;
	margin-left: 5%;
}*/

.sliderRow .carousel-indicators li {
	max-height: 8px;
	max-width: 8px;
	border: 1px solid #003363;
	background-color: transparent;
	margin: 9px 2px;
}

.sliderRow .carousel-indicators .active {
    background-color: #003363;
}

.sliderRow .carousel .row.item .container {
    background-color: transparent !important;
}

.sliderRow #bg-sliderShadow {
	background-size: 100% auto;
}

.sliderRow .maroon, .sliderRow .blue, .sliderRow .darkBlue {
	position: absolute;
	z-index: 17;
	bottom: 0;
	padding: 15px;
}

/*.sliderRow .maroon {
	background: url(../../../images/bg-transMaroon.png);
}

.sliderRow .blue {
	background: url(../../../images/bg-transBlue.png);
}

.sliderRow .darkBlue {
	background: url(../../../images/bg-transDarkBlue.png);
}*/

.sliderRow .quickLink {
    text-align: center;
}

.sliderRow .quickLink p {
	display: inline-block;
    background: none;
	border: none;
    margin: 0;
    padding: 0;
}

.sliderRow .quickLink a, .quickLink i, .quickLink span {
	position: relative;
	font-size: 1em;
    color: #fff;
	text-decoration: none;
}

.sliderRow .quickLink a:hover {
	text-decoration: underline;
}

.sliderRow .quickLink a:after, .quickLink span:after {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	font-family: FontAwesome;
	margin: 0 0 0 4px;
	content: "\f101";
}

.sliderRow .quickLink a:hover:after {
	text-decoration: none;
}

.bnr-maskLeft {
	display: none;
}

.bnr-maskRight {
	display: none;
}

@media (min-width:768px) {
.sliderRow .carousel-caption h2 {
	font-size: 28px !important;
}
.sliderRow .carousel-caption h5 {
	font-size: 15px !important;
}
.sliderRow .carousel ol {
	margin-bottom: 7px !important;
	height: 36px !important;
}
/*.sliderRow .carousel-indicators {
	margin-left: 5% !important;
}
.sliderRow .carousel-indicators li {
	margin: 14px 2px !important;
}*/
.sliderRow .maroon, .sliderRow .blue, .sliderRow .darkBlue {
	bottom: 0 !important;
	padding: 15px 47px !important;
}
.bnr-maskLeft {
	display: block;
}
.bnr-maskRight {
	display: block;
}
}
@media (min-width:992px) {
.sliderRow .carousel-caption h2 {
	font-size: 33px !important;
}
.sliderRow .carousel-caption h5 {
	font-size: 20px !important;
}
.sliderRow .carousel ol {
	margin-bottom: 42px !important;
	height: 36px !important;
}
/*.sliderRow .carousel-indicators {
	margin-left: 0 !important;
}
.sliderRow .carousel-indicators li {
	margin: 14px 2px !important;
}*/
.sliderRow .maroon, .sliderRow .blue, .sliderRow .darkBlue {
	bottom: 0 !important;
	padding: 15px 47px !important;
}
.bnr-maskLeft {
	display: block;
}
.bnr-maskRight {
	display: block;
}
}
@media (min-width:1200px) {
.sliderRow .carousel-caption h2 {
	font-size: 33px !important;
}
.sliderRow .carousel-caption h5 {
	font-size: 20px !important;
}
.sliderRow .carousel ol {
	margin-bottom: 42px !important;
	height: 36px !important;
}
/*.sliderRow .carousel-indicators {
	margin-left: -5% !important;
}	
.sliderRow .carousel-indicators li {
	margin: 14px 2px !important;
}*/
.sliderRow .maroon, .sliderRow .blue, .sliderRow .darkBlue {
	bottom: 100px !important;
	padding: 15px 47px !important;
}
.bnr-maskLeft {
	display: block;
}
.bnr-maskRight {
	display: block;
}
}
@media (min-width:1500px) {
.sliderRow .maroon, .sliderRow .blue, .sliderRow .darkBlue {
	bottom: 200px !important;
}
.bnr-maskLeft {
	display: block;
}
.bnr-maskRight {
	display: block;
}
}
@media (min-width:1750px) {
.sliderRow .maroon, .sliderRow .blue, .sliderRow .darkBlue {
	bottom: 300px !important;
}
.bnr-maskLeft {
	display: block;
}
.bnr-maskRight {
	display: block;
}
}

/* Featured Anchors */

.featuredAnchors {
	position: relative;
	/*z-index: 9995;*/
	z-index: 10;
	display: inline-block;
	background: #fff;
	width: 100% !important;
	padding: 20px 15px;
	margin: -32px 0 0;
}

.featuredAnchors a:hover, .featuredAnchors a:active, .featuredAnchors a:visited, .featuredAnchors a:focus {
	text-decoration: none;
	outline: none;
}

.featuredAnchors table {
	/*width: 100%;
	margin: 11px 0;*/
}

.featuredAnchors tr {
	border: none;
}

.featuredAnchors td {
	height: 93px;
	padding: 0;
}

/*.featuredAnchors td.anchorIcon {
	width: 68px;
	padding: 0;
}*/

.anchorIconBorder {
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	border: 2px solid #003363;
}

.featuredAnchors .featured-anchor-container {
	background: #bbc6e8;
	height: 93px;
	margin: 10px 0;
}

.featuredAnchors .featured-anchor-container:hover {
	background: #003363;
}

.anchorIcon {
	position: relative;
	/*left: -1px;*/
	font-size: 35px;
	color: #003363;
	padding: 0 12px 0 0;
}

.fa-check-square-o {
	left: 1px;
}

.fa-windows {
	top: -1px;
}

.fa-plus-square-o {
	top: 1px;
}

.featuredAnchors .featured-anchor-container:hover .anchorIcon {
	color: #fff;
}

.featuredAnchors td.anchorTitle h4 {
	font-family: 'Rasa', serif;
	font-size: 30px;
	color: #003363;
	margin: 5px 0 0;
}

.featuredAnchors .featured-anchor-container:hover td.anchorTitle h4 {
	color: #fff;
}

.featuredAnchors td.anchorTitle .anchor-summary {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	margin: 0;
}

.featuredAnchors .featured-anchor-container:hover td.anchorTitle .anchor-summary {
	color: #003363;
}

@media (min-width:768px) {
.featuredAnchors {
	margin: -32px 0 0 !important;
}
}

@media (min-width:992px) {
.featuredAnchors {
	margin: -67px 0 0 !important;
}
}

@media (min-width:1200px) {
.featuredAnchors {
	margin: -67px 0 0 !important;
}
}

/* Activities Row */

.activitySummary {
	font-family: 'Assistant', sans-serif;
	color: #686868;
}

/*.item:hover {
	text-decoration: none !important;
}*/

.owl-item .item a:hover, .owl-item .item a:active, .owl-item .item a:focus, .owl-item .item a:visited {
	text-decoration: none !important;
}

.owl-theme .owl-dots .owl-dot span {
	background: transparent !important;
	border: 1px solid #003363 !important;
	margin: 0 5px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	position: relative !important;
	top: 2px !important;
	width: 12px !important;
	height: 12px !important;
	background: #003363 !important;
	margin: 0 3px !important;
}

.columnVideos .owl-dots {
    margin-top: 21px !important;
}

/* Column Row */

.columnRow {
	/*background: #c8e7d7;*/
	padding: 0;
	margin: 0 -15px 40px;
}

.columnRow .columnHeader {
	height: 102px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 12px 25px;
}

.columnRow .columnHeader h4 {
	font-family: 'Rasa', serif;
	font-size: 38px !important;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 65px;
	color: #fff !important;
	padding: 0;
	margin: 0 !important;
}

.columnRow .columnHeader h4 i.fa {
	position: relative;
	top: 1px;
	font-size: 30px !important;
	color: #97a6d4 !important;
}

.columnRow tr {
	border: none !important;
}

.columnBody .div-horizontal {
	background: url(/colin/includes/themes/colin/images/div-horizontal.png) repeat-x left bottom;
}

.columnBody .div-horizontal:last-child {
	background: none !important;
}

.columnBody a, .columnBody h3.day, .columnBody h5.month {
	font-family: 'Rasa', serif !important;
	font-weight: 500 !important;
	text-shadow: 1px 1px #fff;
	margin: 0 !important;
}

.columnBody a {
	line-height: 14px !important;
}

.columnBody a, .columnBody h5.month {
	font-size: 16px !important;
	color: #000 !important;
}

.columnBody h3.day {
	font-size: 27px !important;
	color: #00965e !important;
}

.columnBody h4 {
	font-size: 18px !important;
	color: #1e22aa !important;
	margin: 0 0 20px !important;
}

.columnBody h5.month {
	font-size: 18px !important;
}

/*.blueFilter {
	opacity: 0.8;
	background: #0055a5;
}*/

/*.columnNewsBG {
	background: #0055a5;
}*/

.columnNews {
	text-align: center;
	min-height: 261px;
	text-shadow: none !important;
	background: rgb(0, 85, 165); /* The Fallback */
	background-size: cover !important;
	padding: 25px;
}

.columnNews .newsBorder {
	border-top: 1px solid #80878d;
	border-bottom: 1px solid #80878d;
	padding: 24px 0;
}

.columnNews h4 {
	font-size: 20px !important;
	font-weight: bold;
	color: #fff !important;
	margin: 0 0 15px 0 !important;
}

.columnNews .newsSummary {
	font-family: 'Assistant', sans-serif;
	color: #fdfdfd;
	line-height: 20px;
}

.columnVideos .videoSummary {
	font-family: 'Assistant', sans-serif;
	color: #686868;
}

.columnEvents tr {
	border-bottom: 1px solid #c6c6c6 !important;
}

.columnEvents tr:last-of-type {
	border-bottom: none !important;
}

.columnEvents td a:hover {
	text-decoration: none;
}

.columnEvents td a:hover {
	text-decoration: none;
}

.columnEvents td h4 {
	font-size: 18px !important;
	font-weight: bold;
	color: #003363 !important;
	line-height: 18px;
	margin: 0 !important;
}

.columnEvents td h5.time, .columnEvents td h5.date {
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	/*letter-spacing: 1px;*/
	height: 25px;
	line-height: 25px;
	margin: 0;
}

.columnEvents td h5.time {
	background: #737373;
}

.columnEvents td h5.date {
	text-transform: uppercase;
	background: #0055a5;
}

.columnEvents td span.eventSummary {
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	color: #686868;
	line-height: 14px;
}

.columnFooter {
	min-height: 58px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0 38px 24px;
}

.columnFooter a {
	font-family: 'Rasa', serif;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: none;
	text-align: center;
}

.columnFooter a:hover {
	text-decoration: none;
}

.columnFooter a .columnButton {
	background: #bfc6de;
	color: #003363;
	height: 40px;
	line-height: 40px;
}

.columnFooter a:hover .columnButton {
	background: #003363;
	color: #fff;
}

@media (min-width:768px) {
.columnNews {
	background-size: auto 100% !important;
}
.announcements .vertical-margin {
	margin: 0 !important;
}
}

@media (min-width:992px) {
.columnNews {
	background-size: auto 100% !important;	
}
.announcements .vertical-margin {
	margin: 81px 0 0 !important;
}
}

@media (min-width:1200px) {
.columnNews {
	background-size: auto 100% !important;	
}
.announcements .vertical-margin {
	margin: 0 !important;
}
}

/* Quick Link Button */

.quickLink p {
	display: inline-block;
	color: #990000;
    background-color: #0055a5;
	border-bottom: 2px solid #103f6c;
    margin: 7px 0 !important;
    padding: 5px 15px;
}

.quickLink a, .quickLink i, .quickLink span {
	position: relative;
    color: #fff !important;
	text-decoration: none;
}

.quickLink a:hover {
	text-decoration: underline;
}

.quickLink a:after, .quickLink span:after {
	display: inline-block;
	position: relative;
	top: 1px;
	right: 0;
	font-family: FontAwesome;
	margin: 0 0 0 4px;
	content: "\f0a9";
}

.quickLink a:hover:after {
	text-decoration: none;
}

.home .quickLink {
	position: relative;
	top: -20px;
	z-index: 10;
}

.home .quickLink p {
	background-color: #003363;
	border-bottom: 3px solid #efefef;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin: 0;
	padding: 7px 25px;
}

.home .quickLink a, .home .quickLink i, .home .quickLink span {
	font-size: 16px;
	font-weight: 600;
    color: #434a51;
}

/* Product Anchors */

.home .productAnchors {
	position: relative;
	top: -43px;
	min-height: 365px;
	background: url(/colin/includes/themes/colin/images/bg-productAnchors.png) no-repeat center top;
	border-bottom: 1px solid #efefef;
	margin: 0 0 -43px;
	padding: 58px 0 11px;
}

.home .anchor-container {
	background: #e6e6e6;
	border: 1px solid #e6e6e6;
	max-width: 330px;
	margin: 0 0 30px;
}

.home .anchor-container:hover {
	background: #fff;
	border-bottom: 2px solid #003363;
	margin: 0 0 29px;
}

.home .anchor-container a:hover, .home .anchor-container a:active, .home .anchor-container a:focus, .home .anchor-container a:visited {
	text-decoration: none;
	outline: none;
}

.home .bg-anchor-title {
	display: table-cell;
	vertical-align: middle;
	max-width: 330px;
	height: 88px;
	padding: 0 17px;
}

.home .bg-anchor-title h4 {
	font-family: 'Rasa', serif;
	font-size: 16px;
	font-weight: bold;
	color: #002146;
}

.home .anchor-container:hover .bg-anchor-title h4 {
	color: #003363 !important;
}

.home .anchor-summary {
	font-family: 'Rasa', serif;
	font-size: 14px;
	color: #434a51;
	line-height: 20px;
}

.home .anchor-container:hover .anchor-summary {
	color: #a9a9a9 !important;
}

.home .anchor-container .anchor-hover {
	position: relative;
	overflow: hidden;
}

.home .anchor-container:hover .anchor-hover:after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  background: url(/colin/includes/themes/colin/images/anchor-hover.png) center center;
}

/* ======================== Sub-Page ======================== */

.sub-page .content {
	min-height: inherit;
}

/*.sub-page .content table {
	border-bottom: 1px solid #ddd;
}*/

.sub-page .content th {
	background: #ddd;
	padding: 7px;
}

.sub-page .content tr:nth-child(even) {
	background: #fff;
}

.sub-page .content tr:nth-child(odd) {
	background: #eee;
}

.sub-page .content table.contact tr {
	background: none;
}

.sub-page .content td {
	font-family: 'Assistant', sans-serif;
	font-size: 17px;
	color: #565656;
	padding: 7px;
}

.pagePic {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}

#mainBody {
	margin: 0 0 37px !important;
}

#mainBody p:first-of-type {
	margin: 22px 0 10px;
}

#mainBody p img[align="left"],
#mainBody p img[style*="float: left"],
#mainBody p img[style*="float:left"]{
    margin: 8px 20px 10px 0px !important;
}

#mainBody p img[align="right"],
#mainBody p img[style*="float: right"],
#mainBody p img[style*="float:right"]{
    margin: 8px 0px 10px 20px !important;
}

.paraGap {
	display: none;
}

@media (min-width:768px) {
.sub-page .content {
	min-height: 500px !important;
}
.paraGap {
	display: block !important;
}
}
@media (min-width:992px) {
.sub-page .content {
	min-height: 500px !important;
}
.paraGap {
	display: block !important;
}
}
@media (min-width:1200px) {
.sub-page .content {
	min-height: 500px !important;
}
.paraGap {
	display: block !important;
}
}

.form-submit {
	margin-bottom: 25px !important;
}

/* Headline Index */

.headlinesIndex ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	max-height: 9999px !important;
	list-style: none;
	padding: 0;
	margin: 37px 0 0;
}

/*.headlinesIndex a.list-group-item:focus, .headlinesIndex a.list-group-item:hover {
	background-color: #003363;
	color: #ffffff;
	border-color: #003363;
}

.headlinesIndex .list-group {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	max-height: 9999px !important;
	list-style: none;
	padding: 0;
	margin: 37px 0 0;
}

.headlinesIndex .list-group-item {
	break-inside: avoid-column;
	-moz-break-inside: avoid-column;
	-webkit-break-inside: avoid-column;
	font-weight: bold;
	color: #565656;
}*/


.headlinesIndex li {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: -1px 0 0;
}

.headlinesIndex li:first-of-type {
	margin: 0 !important;
}

.headlinesIndex li a {
	display: block;
	font-weight: bold;
	color: #565656;
	border: 1px solid #d4d7e1;
	padding: 3px 17px;
}

.headlinesIndex li a:before {
	
}

.headlinesIndex li a:hover, .headlinesIndex li a:active, .headlinesIndex li a:focus {
	color: #fff;
	border: 1px solid #003363;
	background: #003363;
	text-decoration: none;
}


/* Folder Index */

.folderIndex ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	max-height: 9999px !important;
	list-style: none;
	padding: 0;
	margin: 37px 0 0;
}

.folderIndex li {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.folderIndex li:first-of-type {
	margin: 0 !important;
}

.folderIndex li a {
	display: block;
	font-weight: bold;
	color: #565656;
	/*line-height: 17px;*/
	border: 1px solid #d4d7e1;
	padding: 3px 17px;
}

.folderIndex li a:hover, .folderIndex li a:active, .folderIndex li a:focus {
	color: #fff;
	border: 1px solid #003363;
	background: #003363;
	text-decoration: none;
}

@media (min-width:768px) {
.folderIndex ul {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}
}
@media (min-width:992px) {
.folderIndex ul {
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
}
}
@media (min-width:1200px) {
.folderIndex ul {
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
}
}

/* Body Accordion */

.panel {
    background: none !important;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	margin: 0 !important;
}

.panel-group {
    margin: 0 !important;
}

.panel-default > .panel-heading {
    color: inherit !important;
    background: none !important;
    border: none;
	padding: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

#mainBody .panel-body p:first-of-type {
	margin: 0 0 10px !important;
}

.panel-body {
	border-bottom: 1px solid #d4d7e1 !important;
	padding: 0;
}

.sub-page .content .panel-body tr:nth-child(even) {
	background: #deddd7;
}

.sub-page .content .panel-body tr:nth-child(odd) {
	background: #c7c6bf;
}

.panel-tier-1 .panel-heading-1 {
	border: 1px solid #d4d7e1 !important;
	border-radius: 0 !important;
	padding: 9px 16px !important;
	margin: 19px 0 0 !important;
}

.panel-tier-1 h4 {
	font-size: 25px;
	/*color: #0055a5;*/
	color: #003363;
	margin: 34px 0 9px;
}

.panel-tier-1 .panel-heading-1 h4, .panel-tier-1 .panel-heading-1 h4 a {
    font-family: 'Assistant', sans-serif;
    font-size: 19px;
    color: #565656;
    margin: 0 !important;
}

.panel-tier-1 .panel-body-1 {
	background: #deddd7 !important;
	border: none !important;
	padding: 22px 37px !important;
}

.panel-tier-2 .panel-heading {
	border-top: 1px solid #d4d7e1 !important;
	border-left: 1px solid #d4d7e1 !important;
	border-right: 1px solid #d4d7e1 !important;
	border-radius: 0 !important;
	padding: 9px 16px !important;
}

.panel-tier-2 h4, .panel-tier-2 h4 a {
	font-family: 'Assistant', sans-serif;
	font-size: 19px;
	color: #565656;
	margin: 0 !important;
}

.panel-tier-2 .panel-body {
	background: #deddd7 !important;
	border: none !important;
	padding: 22px 37px !important;
}

.panel-tier-2 .panel-body h4 {
	font-family: 'Rasa', serif !important;
	font-size: 25px !important;
	/*color: #0055a5 !important;*/
	color: #003363 !important;
	margin: 34px 0 9px !important;
}

.panel-tier-2 .panel-body h4 .h4-inline {
	display: inline-block;
	font-size: 18px !important;
}

.panel-tier-2 .panel-body a h4 {
	font-size: 17px;
	color: #003363;
}

.toggleNo {
	position: relative; left: 5px;
}

.toggleNo:hover, .toggleNo:active, .toggleNo:focus {
	text-decoration: none !important;
}

.accordion-caret .accordion-toggle, .accordion-caret .accordion-toggle:hover, .accordion-caret .accordion-toggle:active, .accordion-caret .accordion-toggle:focus {
	text-decoration: none !important;
}

.accordion-caret .accordion-toggle .toggleIcon {
	position: relative;
	left: 25px;
}

.accordion-caret .accordion-toggle .toggleIcon:before {
	position: absolute;
	font-family: 'FontAwesome';
	font-weight: normal !important;
	font-size: 15px;
}

.accordion-caret .accordion-toggle:not(.collapsed) .toggleIcon:before {
	top: 5px;
	left: -25px;
	content: "\f078"; /* \0020 = normal space */
	margin-right: 0px;
}

.accordion-caret .accordion-toggle.collapsed .toggleIcon:before {
	top: 6px;
	left: -22px;
	content: "\f054";
	margin-right: 0px;
}

/* Sidebar Accordion */

.sidebar .panel-heading {
	border: 1px solid #848b9c !important;
	border-radius: 0 !important;
	padding: 18px 16px !important;
	margin: 0 !important;
}

.sidebar .panel-heading h4 {
	font-family: 'Rasa', serif;
	font-size: 25px;
	color: #003363;
	margin: 0 0 -2px;
}

.sidebar .panel-body {
	background: #e2e6f2;
	border: none !important;
	padding: 22px 37px !important;
}

.sidebar .contactInfo a:hover, .sidebar .contactInfo footer a:active, .sidebar .contactInfo footer a:focus, .sidebar .contactInfo footer a:visited {
	text-decoration: none;
}

.sideQuickLink {
	margin: 14px 0;
}

.sideQuickLink i, .quickLink a {
	color: #003363;
}

.sideQuickLink i {
	font-family: FontAwesome;
	font-size: 25px;
	width: 40px;
}

.sideQuickLink a {
	position: relative;
	top: -3px;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Columns */

.content .columns-2 h2,.content .columns-2 h3,.content .columns-2 h4,.content .columns-2 h5,.content .columns-2 h6, .content .columns-3 h2,.content .columns-3 h3,.content .columns-3 h4,.content .columns-3 h5,.content .columns-3 h6 {
	margin-top: 0 !important;
}

.content .columns-1 ul,.content .columns-2 ul,.content .columns-3 ul,.content .columns-4 ul,.content .columns-5 ul { /* For Mobile */
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	width: 100%;
	max-height: none;
	background: #deddd7;
	/*padding: 14px 17px 3px 25px;*/
	padding: 14px 17px 3px 25px;
	/*border-radius: 7px;*/
	border-radius: 0;
}

.content .columns-1 ul {
	width: inherit !important;
}

.content ol,.content .columns-1 ol,.content .columns-2 ol,.content .columns-3 ol,.content .columns-4 ol,.content .columns-5 ol {
	list-style-type: decimal !important;
}

.content ul ul,.content .columns-1 ul ul,.content .columns-2 ul ul,.content .columns-3 ul ul,.content .columns-4 ul ul,.content .columns-5 ul ul {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
	width: 100% !important;
	max-height: none !important;
	padding: 0 17px 0 25px !important;
}

.content .defaultBody ul li,.content .li-2 ul li,.content .columns-1 ul li,.content .columns-2 ul li,.content .columns-3 ul li,.content .columns-4 ul li,.content .columns-5 ul li {
	position: relative;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0 17px 0 15px;
	display: inline-block !important;
}

.content .defaultBody ul li:before,.content .li-2 ul li:before,.content .columns-1 ul li:before,.content .columns-2 ul li:before,.content .columns-3 ul li:before,.content .columns-4 ul li:before,.content .columns-5 ul li:before {
	position: absolute;
	top: 1px;
	left: 0;
	content: "\f111"; /* Separate Bullet */
	color: #0055a5 !important;
	font-family: FontAwesome;
	font-size: 6px;
}

.content ol li {
	margin: 0 0 12px 20px;
}

/*.content ol li,.content .columns-1 ol li,.content .columns-2 ol li,.content .columns-3 ol li,.content .columns-4 ol li,.content .columns-5 ol li {*/
.content .columns-1 ol li,.content .columns-2 ol li,.content .columns-3 ol li,.content .columns-4 ol li,.content .columns-5 ol li {
	/*margin: 0 0 12px 48px;*/
	margin: 0 0 12px 0;
}

@media (min-width:768px) {
.columns {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}
/*.content .columns-1 ul,.content .columns-2 ul,.content .columns-3 ul,.content .columns-4 ul,.content .columns-5 ul {
	padding: 0 17px 0 25px !important;
}*/
.content .columns-1 ul {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}
.content .columns-2 ul {
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
	max-height: 9999px !important;
}
.content .columns-2.half-pg ul {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
	max-height: none !important;
}
.content .columns-3 ul {
	-webkit-column-count: 3 !important;
	-moz-column-count: 3 !important;
	column-count: 3 !important;
	max-height: 9999px !important;
}
.content .columns-4 ul {
	-webkit-column-count: 4 !important;
	-moz-column-count: 4 !important;
	column-count: 4 !important;
	max-height: 9999px !important;
}
.content .columns-5 ul {
	-webkit-column-count: 5 !important;
	-moz-column-count: 5 !important;
	column-count: 5 !important;
}
}
@media (min-width:992px) {
.columns {
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
}
/*.content .columns-1 ul,.content .columns-2 ul,.content .columns-3 ul,.content .columns-4 ul,.content .columns-5 ul {
	padding: 0 17px 0 37px !important;
}*/
.content .columns-1 ul {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}
.content .columns-2 ul,.content .columns-2.half-pg ul {
	-webkit-column-count: 2 !important;
	-moz-column-count: 2 !important;
	column-count: 2 !important;
	max-height: 9999px !important;
}
.content .columns-3 ul {
	-webkit-column-count: 3 !important;
	-moz-column-count: 3 !important;
	column-count: 3 !important;
	max-height: 9999px !important;
}
.content .columns-4 ul {
	-webkit-column-count: 4 !important;
	-moz-column-count: 4 !important;
	column-count: 4 !important;
	max-height: 9999px !important;
}
.content .columns-5 ul {
	-webkit-column-count: 5 !important;
	-moz-column-count: 5 !important;
	column-count: 5 !important;
}
}
@media (min-width:1200px) {
.columns {
	-webkit-column-count: 3 !important;
	-moz-column-count: 3 !important;
	column-count: 3 !important;
}
/*.content .columns-1 ul,.content .columns-2 ul,.content .columns-3 ul,.content .columns-4 ul,.content .columns-5 ul {
	padding: 14px 17px 3px 25px !important;
}*/
.content .columns-1 ul {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}
}

/* Product Gallery */

.productGallery {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 25px 0;
}

.productGallery h2 {
	font-size: 35px;
	font-family: "roboto", sans-serif;
	color: #ffbb00;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 60px;
}

.productGallery h2 strong {
	color: #003876;
}

.productGalleryImageContainer {
	float:left; 
	padding: 1px; 
	width:25%;
	display: block;
	position: relative;
}

img.productGalleryImage {
	width:100%;
	z-index: 9;
	-webkit-filter: grayscale(62%); /* Safari 6.0 - 9.0 */
	filter: grayscale(62%);
}

.productGalleryImageInfo {
  position: absolute;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0,33,70,0.90);
	width: 100%;
	opacity: 0;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}

.productGalleryImageInfo h3 {
	font-family: "roboto", sans-serif;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	font-weight: 300;
	margin-bottom: 20px;
}

.productGalleryImageInfo h4 {
 	font-family: "roboto", sans-serif;
	color: #eee;
	font-size: 17px;
	font-weight: 400;
	padding-bottom: 5px;
	margin-top: 5px;
}

.productGalleryImageInfo  a:hover {
	text-decoration: none !important;
}

.productGalleryImageInfo p {
	margin:0;
	padding:0;
}

/*Trigger fade-in on hover*/
.productGalleryImageContainer:hover .productGalleryImageInfo {
	opacity: 1;
}

.productGalleryImageContainer:hover a {
	text-decoration: none;
}

.productGalleryImageContainer:hover img.productGalleryImage {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

@media (max-width: 768px) {

	.productGalleryImageContainer {
		width:50%;
		height: auto;
	}

	img.productGalleryImage {
		width:100%;
		max-width:480px;
	}
	.productGalleryImageInfo {
		opacity: 1;

}
}

@media (max-width: 480px) {

	.productGalleryImageContainer {
		width:100%;
	}

	img.productGalleryImage {
		width:100%;
		max-width:480px;
	}
	
	.productGalleryImageInfo {
		opacity: 1;
}
}


/* Co-Lin Campus */

.home #bg-coLinCampus, .sub-page #bg-coLinCampus {
	background: #f3efd4 url(/colin/includes/themes/colin/images/bg-coLinCampus.jpg) no-repeat center center;
	background-size: auto 100%;
	width: auto;
	height: 225px;
}

.home #bg-coLinCampus {
	margin: -104px 0 0;
}

.sub-page #bg-coLinCampus {
	margin: 0;
}

@media (min-width:768px) {
#bg-coLinCampus {
	height: 225px !important;
}
}
@media (min-width:992px) {
#bg-coLinCampus {
	height: 300px !important;
}
}
@media (min-width:1200px) {
#bg-coLinCampus {
	height: 380px !important;
}
}

/* ======================== Footer ======================== */

footer a:hover, footer a:active, footer a:focus, footer a:visited {
	text-decoration: none;
}

footer.footer-wrapper {
    background-color: transparent;
	font-family: 'Rasa', serif;
    color: #fff;
    margin: 0;
}

footer.footer-wrapper .footer-top {
    padding: 0;
    margin: 38px 0;
}

footer.footer-wrapper .footer-bottom {
	color: #808a94;
    padding: 0;
    margin: 26px 0;
    border-top: none;
    font-size: 13px;
}

footer.footer-wrapper .footer-bottom .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}

.ftrNav ul {
	list-style: none;
	margin: 0;
}

.ftrNav li {
	font-size: 13px;
	padding: 6px 0;
}

.ftrNav li a {
	color: #b9b9b9;
	outline: none;
}

.ftrNav li a:hover {
	text-decoration: none;
	color: #003363;
}

footer .back-to-top {
	font-family: 'Assistant', sans-serif;
	text-transform: uppercase;
}

footer .btn {
	width: 40px !important;
    height: 40px !important;
    border: transparent !important;
	background: #0055a5 !important;
	padding: 7px !important;
}

footer .btn:hover, footer .btn:active, footer .btn:focus, footer .btn:visited {
	color: #0055a5 !important;
	background: #fff !important;
}

footer .btn .top-text {
	position: relative;
	top: -7px;
}

footer .btn a {
	color: #0055a5 !important;
	background: #fff !important;
}

.ftrTopRow {
	min-height: 252px;
	background: #103f6c url(/colin/includes/themes/colin/images/ftr-bg.png) no-repeat;
	background-position: 30% bottom;
	padding: 29px 0;
}

.ftrBottomRow {
	height: 53px;
	background: #0055a5;
	overflow: hidden !important;
}

.copyright {
	font-family: 'Assistant', sans-serif;
	font-size: 12px;
}

@media (min-width:768px) {
.ftrTopRow {
	background-position: 30% bottom !important;
}
}
@media (min-width:992px) {
.ftrTopRow {
	background-position: 30% 37px !important;
}
}
@media (min-width:1200px) {
.ftrTopRow {
	background-position: 30% 37px !important;
}
}

/* Social Media */

.ftrSocialMedia {
	float: right;
	text-align: right;
	margin: 0;
}

.ftrSocialMedia ul.ul-social {
	position: relative;
	top: -2px;
	list-style: none;
	margin: 0;
	padding: 0;
}
  
.ftrSocialMedia li.li-social {
	position: relative;
	float: right;
    margin: 3px 0 0 13px;
}
    
.ftrSocialMedia a.a-social {
	color: #fff;
	font-size: 14px;
	display: table-cell;
	vertical-align: middle; 
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 20px;
	outline: none;
}

.ftrSocialMedia a.a-social:link, .ftrSocialMedia a.a-social:hover, .ftrSocialMedia a.a-social:visted {
	color: #fff;
}

/* ======================== Custom Styling - BT ======================== */

.mura-form textarea {
	height: 110px !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sdPanelTitle p:first-of-type  {
	margin: 10px 0 !important;
	font-size: 15px;
	line-height: 17px;
}

.panel-body .columns-2 li {
	font-size: 15px;
	margin: 0 0 4px 0 !important;
}

.staff-directory #mainBody {
	overflow: hidden !important;
}

.staff-accordion hr {
	margin: 7px 0;
}

.staff-accordion .toggleIcon {
	top: 3px;
}

@-moz-document url-prefix() { /* Firefox Only */
.staff-accordion .toggleIcon {
	top: 17px;
}
}

.staff-accordion .toggleIcon:before {
	font-size: 14px !important;
}

/* Quick Link Button */

.backButton p {
	display: inline-block;
	color: #990000;
    background-color: #0055a5;
	border-bottom: 2px solid #103f6c;
    margin: 7px 0 !important;
    padding: 5px 15px;
}

.backButton a, .backButton i, .backButton span {
	position: relative;
    color: #fff !important;
	text-decoration: none;
}

.backButton a:hover {
	text-decoration: underline;
}

.backButton a:before, .backButton span:before {
	display: inline-block;
	position: relative;
	top: 1px;
	right: 0;
	font-family: FontAwesome;
	margin: 0 6px 0 0;
	content: "\f0a8";
}

.backButton a:hover:before {
	text-decoration: none;
}



/*.panel-heading:nth-child(even) {
	background-color: #CCC
}
.panel-heading:nth-child(odd) {
	background-color: #FFF
}*/
