/*   
Theme Name: Cardinal Mooney 2021
Theme URI: http://www.cardinalmooney.com/
Description: Custom WordPress theme for Cardinal Mooney
Author: Joe Kuzma
Author URI: http://www.farrismarketing.com/
Version: 1.0
.
AVOID EDITING THIS...
.
*/

/* CSS Document */

/* Theme Colors
-------------------------------------------------------------- */
/*
Darker Red #93000e
Dark Red #a90000
Red #d40014
Gold #fec526
*/

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Cinzel', serif;*/
}

/* Misc Styles
-------------------------------------------------------------- */

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.relative {
	position:relative;
}
strong,
.strong {
	font-weight:700 !important;
}
a {
    color: #777;
    text-decoration: none;
}
a:focus, a:hover {
    color: #999;
    text-decoration: underline;
}

/* Bootstrap additions
-------------------------------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Global
-------------------------------------------------------------- */
p {
  margin-bottom: 15px;
}
p.large {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.page-title {
  	margin-top: 0;
}
@media (min-width: 992px) {
.title {
    margin-top: 0;
}
}
/* makes all content block images responsive */
.content img {
	display: block;
    max-width: 100%;
    height: auto;
}
/* flexible iFrame */
.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 1 + 1/2 column width */
@media (min-width: 768px) {
.col-sm-1hf {
    width: 12.499999995%;
	float: left;
}
}
.col-sm-1hf {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* remove gutter (seamless columns w/no padding) */
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}
/* custom */
.btn-white-outline {
    color: #fec526;
    background-color: transparent;
    border-color: #fff;
	border-radius:0;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.btn-white-outline:hover {
    color: #333;
    background-color: #fff;
}
.btn-red {
    color: #fff !important;
    background-color: #d40014;
    border-color: #d40014;
	border-radius:0;
	text-transform:uppercase;
}
.btn-red:hover {
    color: #fff;
    background-color: #93000e;
    border-color: #93000e;
}
.btn-red-outline {
    color: #93000e;
    background-color: transparent;
    border-color: #93000e;
	border-radius:0;
	text-transform:uppercase;
}
.btn-red-outline:hover {
    color: #fec526;
    background-color: #93000e;
}
.btn-grey-outline {
    color: #93000e;
    background-color: transparent;
    border-color: #ddd;
	border-radius:0;
	text-transform:uppercase;
}
.btn-grey-outline:hover {
    color: #fec526;
    background-color: #93000e;
	border-color: #93000e;
}

/* Site Layout
-------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
}
#intro {
	position: relative;
    margin-top: -90px;
    margin-bottom: 30px;
	z-index: 999;
}

.main-bg {
    background-color: #fff;
    padding: 50px;
}
.intro-copy {
	/*text-align:center;*/
	font-size: 16px;
}
.intro-copy h2 {
	font-family: 'Cinzel', serif;
    margin: 0 0 10px;
    font-size: 38px;
}
.intro-copy h3 {
	font-family: 'Cinzel', serif;
	margin:0 0 10px;
}
/* icons */
#intro-icons {
	padding: 20px 0 60px;
	text-transform: uppercase;
	font-size: 20px;
}
#intro-icons a {
	color: #000;
}
#intro-icons a:hover {
	color: #000;
}

/* videos */
#videos {
	padding:160px 0;
	background-color:#fec526;
	background-image: url(images/video-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	text-align: center;
	color: #a90000;
}
#videos h2 {
    margin-bottom: 30px;
	min-height: 100px;
}

/* news */
#news {
	padding:40px 0 60px;
	background-color:#fff;
}
.news-top {
	text-align:center;
	padding:20px 0 80px;
}
.news-top h2 {
	font-family: 'Cinzel', serif;
    margin: 0 0 10px;
    font-size: 48px;
}
.news-top a {
	color:#444;
}
.news-top a:hover {
	color:#93000e;
}
#news .news {
	text-align:center;
}
#news .news h3 {
	margin-top:0;
	min-height: 60px;
}
#news .news h3 a {
	color:#93000e;
}
#news .news h3 a:hover {
	color:#000;
}
#news .news .time {
	border-bottom:1px solid #d40014;
	padding-bottom:9px;
	margin-bottom:10px;
	font-size:90%;
	color:#777;
}
.news .excerpt {
    min-height: 80px;
    margin-bottom: 20px;
}

/* callouts */
#callouts {
	background-color:#fff;
	padding: 100px 0 40px;
}
#callouts .callout {
	text-align:center;
}

/* callout replacements */
#extras {
	margin: 40px 0 80px;
}
#atglance {
	background-color: #ffc423;
	margin-bottom: 30px;
}

/* nest */
#nest {
	padding: 260px 0 60px;
	color:#fff;
	background-image: url(images/nest-bg.jpg);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.nest-info {
	padding:20px 0;
	background-color:rgba(0,0,0,.55);
}
.nest-info h3 {
	color:#fec526;
	margin-top:0;
	font-size:30px;
}
.nest-info h3 small {
	color:#fff;
}

/* quotes */
#quotes {
	margin-bottom: 100px;
}
.gtco-testimonials {
	position: relative;
	margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #d40014;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
	/*background: #fff;*/
	box-shadow: 0 8px 30px -7px #c9dff0;
	margin: 0 20px;
	padding: 20px 10px;
	/*border-radius: 20px;*/
	border: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gtco-testimonials .calo {
	background-image: url(images/quotes/quote_bgs_Andrea-Calo.jpg);
}
.gtco-testimonials .koken {
	background-image: url(images/quotes/quote_bgs_Courtney-Koken.jpg);
}
.gtco-testimonials .williams {
	background-image: url(images/quotes/quote_bgs_Elijah-Williams.jpg);
}
.gtco-testimonials .parilla {
	background-image: url(images/quotes/quote_bgs_Gianna-Parilla.jpg);
}
.gtco-testimonials .bova {
	background-image: url(images/quotes/quote_bgs_Michelle-Bova.jpg);
}
.gtco-testimonials .card-body {
    background: rgba(0,0,0,0.7);
	padding: 10px 10px 0;
	margin: 0 -10px;
}
.gtco-testimonials .card-body .quote-mark {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px !important;
    top: -45px;
}
.gtco-testimonials .card .card-img-top {
	max-width: 100px;
	/* border-radius: 50%; */
	margin: 15px auto 0;
	box-shadow: 0 8px 20px -4px #95abbb;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}
.gtco-testimonials .card h5 {
	color: #fff;
	font-size: 22px;
    font-style: italic;
	/*line-height: 1.3;*/
	font-family: 'Cinzel', serif;
	padding-bottom: 10px;
}
.gtco-testimonials .card h5 span {
	font-size: 16px;
	color: #fff;
}
.gtco-testimonials .card p {
	font-size: 16px;
	color: #fff;
	padding: 15px;
    margin-bottom: 0;
}
.gtco-testimonials .active {
	opacity: 0.5;
	transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center .card-img-top {
	max-width: 100%;
	height: 120px;
	width: 120px;
}
/*.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
	outline: 0;
}*/


/* colleges */
#colleges h2 {
    font-family: 'Cinzel', serif;
    margin: 0 0 10px;
    font-size: 38px;
	text-align: center;
}

/* owl slider */
.owl-wrap {
	margin: 90px auto;
	padding: 0 5%;
	width: 100%;
	position: relative;
}
/*.owl-nav {
	margin-top: -26px;
	position: absolute;
	top: 50%;
	color: #cdcbcd;
}*/
.owl-prev, 
.owl-next {
	width: 15px;
	height: 100px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: block !important;
	border:0px solid black;
}
.owl-prev { 
	left: -20px;
}
.owl-next {
	right: -20px;
}
.owl-prev i, .owl-next i {
	transform: scale(4,4);
	color: #ccc;
}

/* Landing Pages  
-------------------------------------------------------------- */
#content-container {
	background-color:#fff;
	padding:40px 0 140px;
}
.featured-image {
	margin-bottom:20px;
}
.featured-image img {
	width:100%;
}
.content {
	font-size:16px;
}
.content h1 {
	font-family: 'Cinzel', serif;
	color: #c51d22;
	font-weight:600;
}
.content .page-header {
    padding-bottom: 29px;
    margin: 40px auto 40px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    /* width: 80%; */
    font-size: 48px;
    text-transform: uppercase;
}
.content h2,
.content h3 {
	font-family: 'Cinzel', serif;
	color: #c51d22;
	font-weight:600;
}
.content hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #ddd;
}
.content a {
	/*color: #c51d22;*/
	color: #888;
	text-decoration: underline;
}
.content a:focus,
.content a:hover {
	color: #fec526;
	text-decoration: underline;
}
.content a.btn {
	text-decoration: none;
}
/* sidebar */
.sidebar {
	margin: 140px 0 0;
}
.sidebar a,
.sidebar a:hover {
	text-decoration: none;
}
.sidebar .list-group-item.active, 
.sidebar .list-group-item.active:focus, 
.sidebar .list-group-item.active:hover {
    z-index: 2;
    color: #c51d22;
    background-color: #fec526;
    border-color: #fec526;
	font-weight:600;
}
.sidebar .list-group-item {
    /*border: 1px solid #fec526;*/
}
/* features */
.feature-box {
	margin-bottom:60px;
	/*text-align:center;*/
	/*border:1px solid #eee;*/
	/*padding:10px 10px 20px;*/
	border-bottom:1px solid #ddd;
	padding-bottom:59px;
}
.feature-box-img {
	margin-bottom:15px;
}
.feature-box .time {
/*	border-bottom:1px solid #ddd;
	padding-bottom:9px;*/
	margin-bottom:10px;
	font-size:90%;
	color:#aaa;
}
#interaction-form-container .label {
	color: #000;
	font-size: 100%;
}


/* Header  
-------------------------------------------------------------- */
.header-wrapper {
	background-color: #a90000;
}
.alert-bar {
	background-color: #a90000;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}
.alert-bar a {
	color: #fff;
	text-decoration: none;
}
.top-bar {
	/*background-color:#93000e;*/
	color:#fff;
	padding:5px 0;
}
.top-bar ul {
	margin-bottom:0;
}
/* header */
.header {
	/*background-color:#a90000;*/
	color:#fff;
	padding:20px 0;
}
.header h2 {
    font-size: 30px;
    /* font-style: italic; */
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
	line-height: 50px;
}
.header .tag {
	padding-top: 10px;
}
.header .tag ul {
	font-size: 0;
}
.header .tag li {
    padding: 0;
}
.header .tag a {
	/*color:#fec526;*/
	font-size:22px;
	text-transform:uppercase;
	padding: 5px 10px;
	font-family: 'Cinzel', serif;
	line-height: 30px;
}
.header .tag a:hover {
	background-color:#d40014 !important;
	color:#fec526 !important;
}
.header .tag .top-home a {
	background-color:#000;
	color:#fff;
}
.header .tag .top-alumni a {
	background-color:#93000e;
	color:#fec526;
	display: block;
}
.header .tag .top-parents a {
	background-color:#fec526;
	color:#93000e;
}
.header .tag .top-support a {
	background-color:#444;
	color:#fff;
}
.header .tag .top-service a {
	background-color:#fff;
	color:#93000e;
}
/* top-alert */
.top-alert a {
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
}
/* social */
.top-social {
	margin: 0 auto 0;
	/*min-height: 40px;
	line-height: 40px;*/
	/*float:right;*/
}
.top-social li {
	margin: 0;
	padding:0;
}
.top-social li a {
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	color:#fff;
	/*border-radius:50%;*/
	background-color:#d40014;
}
.top-social i {
	/*font-size:20px;*/
	vertical-align: middle;
	line-height:30px;
}
.top-social li a:hover {
	color:#fff;
}
.top-social .facebook a:hover {
	background-color:#507CBD;
}
.top-social .twitter a:hover {
	background-color:#63CEF2;
}
.top-social .youtube a:hover {
	background-color:#EF6D53;
}
.top-social .linkedin a:hover {
	background-color:#0976b4;
}
.top-social .google-plus a:hover {
	background-color:#43474A;
}
.top-social .tumblr a:hover {
	background-color:#56BC8A;
}
.top-social .instagram a:hover {
	background-color:#2A5B83;
}
.top-social .rss a:hover {
	background-color:#FF9900;
}
.top-social .pinterest a:hover {
	background-color:#C72527;
}

/* Navbar  
-------------------------------------------------------------- */
.navbar-default {
    background-color: transparent;
}
.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: none;
	border-radius:0;
}
@media (min-width: 992px) {
.navbar-nav {
    text-align: center;
    width: 100%;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
}
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-size:20px;
}
/*.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-family: 'Cinzel', serif;
    padding: 15px 10px;
    text-transform: uppercase;
}*/
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fec526;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
/* toggle */
.navbar .navbar-toggle {
	border-color: transparent;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: transparent;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar.navbar-inverse .navbar-toggle:hover,
.navbar.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
/* custom */
.navbar-brand {
    padding: 5px 15px;
}
.navbar-logo {
	max-height:40px;
}
/* dropdown */
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color:#fec526;
    background-color: #d40014;
}
.dropdown-menu {
    min-width: 160px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
	background-color: #d40014;
    border: 1px solid #d40014;
    border-radius: 0;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    font-weight: 300;
    color:#fff !important;
    white-space: nowrap;
	/*border-bottom:1px solid #fec526;*/
}
.dropdown-menu>li:last-child>a {
    border-bottom: none;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #fec526 !important;
    text-decoration: none;
    background-color: #a90000 !important;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    background-color: #a90000 !important;
}
/* yamm */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.yamm .yamm-content li {
	/*padding: 5px 0px;*/
}
.yamm .yamm-content li > a {
	padding: 5px 0px;
	display:block;
    font-weight: 300;
    color:#fff;
    white-space: nowrap;
}
.yamm .yamm-content li > a:hover {
	color:#fec526;
}

/* Carousel
-------------------------------------------------- */
.carousel-control {
	width: 8%;
}
.carousel-control {
	z-index:3; /* overlay tag-container */
}
/* Carousel Fade */
.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 3s;
	-o-transition: opacity ease-in-out 3s;
	-webkit-transition: opacity ease-in-out 3s;
	transition: opacity ease-in-out 3s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
	z-index:1;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

/* Pagination
-------------------------------------------------- */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #93000e;
	border-color: #93000e;
}
.pagination>li>a,
.pagination>li>span {
    color: #93000e;
    background-color: transparent;
    border: 1px solid #ddd;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #93000e;
    background-color: #eee;
    border-color: #ddd;
	text-decoration: none;
}


/* Footer
-------------------------------------------------- */
.subnav .subnav-btn {
	text-align:center;
	padding: 20px 15px;
}
.subnav .subnav-btn:hover {
	background-color:#d40014;
	color:#fec526;
}
.subnav .subnav-btn h3 {
	margin:0 0 10px;
	font-weight:600;
}
.subnav .subnav-btn p {
	margin:0;
}
.subnav .subnav-first {
	background-color:#000;
	color:#fff;
}
.subnav .subnav-left {
	background-color:#93000e;
	color:#fec526;
}
.subnav .subnav-mid {
	background-color:#fec526;
	color:#93000e;
}
.subnav .subnav-right {
	background-color:#444;
	color:#fff;
}
.subnav .subnav-last {
	background-color:#fff;
	color:#a90000;
}
.footer {
	padding:60px 0;
	background-color: #a90000;
    color: #fff;
}
.footer a,
.copyright a {
	color: #eee;
}
.footer a:hover,
.copyright a:hover {
	color: #fec526;
	text-decoration: underline;
}
.footer-logo {
	margin-bottom:20px;
}
.footer-top-row {
	text-transform:uppercase;
	font-size: 16px;
}
.footer-links {
	margin-bottom:20px;
}
.footer-links h4 {
	margin-top:0;
	text-transform:uppercase;
	color: #fec526;
}
.copyright {
	background-color: #93000e;
    color: #fff;
	padding:10px 0;
	font-size:12px;
}
/* social */
.footer-social {
	margin: 0 auto 0;
	/*min-height: 40px;
	line-height: 40px;*/
	/*float:right;*/
}
.footer-social li {
	margin: 0;
	padding:0;
}
.footer-social li a {
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	color:#a90000;
	/*border-radius:50%;*/
	background-color:#fec526;
}
.footer-social i {
	/*font-size:20px;*/
	vertical-align: middle;
	line-height:30px;
}
.footer-social li a:hover {
	color:#fff;
}
.footer-social .facebook a:hover {
	background-color:#507CBD;
}
.footer-social .twitter a:hover {
	background-color:#63CEF2;
}
.footer-social .youtube a:hover {
	background-color:#EF6D53;
}
.footer-social .linkedin a:hover {
	background-color:#0976b4;
}
.footer-social .google-plus a:hover {
	background-color:#43474A;
}
.footer-social .tumblr a:hover {
	background-color:#56BC8A;
}
.footer-social .instagram a:hover {
	background-color:#2A5B83;
}
.footer-social .rss a:hover {
	background-color:#FF9900;
}
.footer-social .pinterest a:hover {
	background-color:#C72527;
}


/* Activate Navbar Collapse for Tablets
-------------------------------------------------------------- */
@media (max-width: 991px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 0px solid transparent;
	box-shadow: none;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 0;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in { 
	display: block!important;
	padding-bottom: 20px;
}
.collapsing {
	overflow: hidden!important;
}
.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;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
	line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
	background-image: none;
}
}


/* --------------------------------------------------------------

   Responsive Layout Adjustments
   
-------------------------------------------------------------- */

/* WVGA - Phones < 480px (Non-Bootstrap)
-------------------------------------------------------------- */
@media (max-width: 479px) {

}
/* Extra Small Devices - Phones < 768px
   Note: -1px fix for iPad portrait orientation
-------------------------------------------------------------- */
@media (max-width: 767px) {

}

/* Small Devices - Tablets < 992px
-------------------------------------------------------------- */
@media (max-width: 991px) {
#callouts .callout {
	margin-bottom:30px;
}
#news .news {
	margin-bottom:30px;
}
.copyright {
	text-align:center;
}
.sidebar-menu {
	display:none;
}
.mobile-header {
	text-align:center;
}
.mobile-phone {
	font-size:20px;
}
a.mobile-phone {
	color:#fff;
}
.top-bar,
.tag {
	display:none;
}
#videos {
    padding: 60px 0;
}
.footer {
	text-align: center;
}
.footer-logo {
    margin: 0 auto 20px;
}
.footer-social {
    margin: 0 auto 20px;
}
}
/* Medium Devices - Desktops > 992px
-------------------------------------------------------------- */
@media (min-width: 992px) {
.navbar-brand {
	display:none;
}
.mobile-header {
	display: none;
}
.copy-left {
	text-align:left;
}
.copy-right {
	text-align:right;
}
.content {
	min-height:800px;
}
}

/* Smaller than Large Devices - Desktops < 1200px
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.header-logo {
		margin: 0 auto;
	}
}

/* Large Devices - Desktops > 1200px
-------------------------------------------------------------- */
@media (min-width: 1200px) {
.header-wrapper {
	background-image: url(images/header-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subnav .subnav-btn {
    min-height: 120px;
}
#nest {
	padding: 190px 0 60px;
	max-height: 525px;
}
}
/* Extra Large Devices - Desktops > 1330px
-------------------------------------------------------------- */
@media (min-width: 1330px) {
.container {
	width: 1300px;
}
#nest {
	max-height: 590px;
}
}
@media (min-width: 1540px) {
.container {
	width: inherit;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
#nest {
	min-height: 660px;
}
}