
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* elements */
html, body {
    overflow-x: hidden;
}

a {
    color: #fff;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

footer {
    color: #929292;
    clear:both;
}

img,
object,
video {
     max-width: 100%;
}   

iframe,
object,
embed {
	border:0px none transparent !important;
}
   
/* typography */
body {
    font-family: Helvetica, Arial, sans-serif;
    background-color:#000;
}

.wf-active body {
    font-family: Raleway;
}

h1 {
    font-size: 2em; /* 24/12 */
    line-height: 1;
    font-weight: normal;
    color:#000;
}

h4 {
    margin-bottom:0;
    color:#002f5f;
    font-weight:bold;
}

.more-button {
  border-radius: .5em;
  border: 1px solid #fff;
  display: inline-block;
  padding: .5em;
  margin-top: 1.5em;
}

.callout-text {
    color: #002f5f;
    font-size: 1.333333333333333em; /* 16/12 */
    line-height:1.5; /* 24/16 */
}

.tagline {
    font-style:italic;
    color: #D3282F;
    font-size: 1.5em; /* 18/12 */
    line-height:1.222222222222222; /* 22/18 */
}

a.read-more {
    font-weight:bold;
}

a.read-more:after,
a.read-more > iea {
    content:"\00a0\00bb";
}

a.read-more.black {
    font-weight:normal;
}

/* main containers */
#emergency_notification {
    background: #f0ab00;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    line-height: 1.75em;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    z-index: 10000;
    width: 100%;
}

/* header */
header {
   position: relative;
   background: #920909 url('../images/sitewide/tartan_tile.gif') repeat;
   box-shadow: 0 0 15px 0 #464646;
}
header:before, header:after, header > ieb, header > iea {
   content: "";
   position: absolute;
   background: #920909 url('../images/sitewide/tartan_tile.gif') repeat;   /* Match the background */
   top: 0;
   bottom: 0;
   width: 9999px;   /* some huge width */
} 
header:before, header > ieb {
   right: 100%; 
}
header:after, header > iea {
   left: 100%;
}

/* global nav */
#global-nav {
    padding:0 5.06756756756757%; /* 15px/296px */
    background-color:#000;
    text-align:center;
    font-size:.6875em; /* 11px/16px = .6875 */
    text-transform:uppercase;
    line-height:2.272727272727273; /* 25px/11px = 2.272727 */
	margin: 0;
    overflow:hidden;
    display:none;
}

#global-nav li {
    display:block;
    float:left;
    width:50%;
}

#global-nav a {
    text-decoration:none;
    display:block;
}

#global-nav a:hover, #global-nav a.global-nav-active {
    color:#f0ab00;
}
   
/* header container */
#header-container {
    background-color:#fff;
    padding:17px 5.06756756756757%; /* 15px/296px */
    overflow:hidden;
	margin-top: 0;
}

#header-container h1 
{
    margin: 0;
}

#header-logo {
    width:75.18796992481203%; /* 200px/266px = 0.7518796992481203 */
    margin:-9px 0 0 -15px; /* left margin accounts for whitespace in logo file */
    display:block;
    float:left;
}

/* mobile menu icon */   
#mobile-menu-control {
    float:right;
    background-attachment: fixed;
    background: #d1d2d4 url('../images/sitewide/mobile_menu_icon.gif') no-repeat left top;
    display:block;
    width:42px;
    height:29px;
	font: 0/0 a;
    text-shadow: none;
}

#mobile-menu-control.open {
    background-position:left bottom;
}

/* secondary nav */
.secondary-nav {
    background-color:#cbcfb3;
    padding:0;
    margin:0;
    display:none;
}

.secondary-nav a 
{
    display:block;
    color:#D3282F;
    text-decoration:none;
    padding:0 5.6390977443609%; /* 15px/266px = 0.056390977443609 */
    border-bottom:2px solid #fff;
}

.secondary-nav a:hover {
    background-color:#D3282F;
    color:#fff;
}

#mobile-secondary-nav 
{
    font-size:.875em; /* 14px/16px = 0.875 */
    line-height:1.785714285714286; /* 25px/14px */
}

/* utility nav */
#utility-nav-container {
    position:relative;
    z-index:100;
}

#utility-nav 
{
    font-size:.875em; /* 14px/16px = 0.875 */
    line-height:1.785714285714286; /* 25px/14px */
    background-color:#c6bdb5;
    padding:0;
    margin:0;
    display:none;
}

#utility-nav a:hover {
    background-color:#aa9c8f;
}

#utility-nav a {
    display:block;
    color:#000;
    text-decoration:none;
    padding:0 5.6390977443609%; /* 15px/266px = 0.056390977443609 */
    border-bottom:2px solid #fff;
}

#quick-links {
    display:none;
}

#quick-links-list 
{
    display:none;
    width: 11%;
    background-color: #cfc8c0;
    position: absolute;
    padding: 1% 1% 0 1%;
    margin: 0;
    right: 0;
    top: -15px;
    font-size: 0.8125em; /* 13/16 */
    line-height: 1;
}

#quick-links-list li {
    display: block;
    margin: 0 0 5px 0;
}

#quick-links-list li a {
    text-transform: none;
    font-size: 0.8461538461538462em; /* 11/13 */
    line-height: 1;
    color: #000;
}

#quick-links-list li a:hover {
    color: #D3282F;
}

/* hero slider */
#hero-container {
	background: #000 url('/_resources/images/sitewide/loading_animated.gif') no-repeat center 25%;
}

#hero-main-image {
    position: relative;
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') no-repeat center / cover;
    padding-top:66.66%;
}

#hero-main-image img {
    width: 100% !important;
}

#hero-main-image iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero-control {
  position: absolute;
  background: #000;
  opacity: .7;
  border: 1px solid #fff;
  border-radius: .25em;
  cursor: pointer;
  padding: .10em .25em;
  font-size: 1.5em;
}

#hero-control-prev {
    left: 2%;
}

#hero-control-next {
    right: 2%;
}

#hero-sidebar {
    text-align:center;
    padding: 1.5em;
    color: #959595;
}

.hero-news-link {
    display:none;
}

.hero-text-container h3 {
    font-size: 1.75em;
    line-height: 1em;
    font-style:italic;
	margin: 0 1.25em;
}

#hero-main-title {
    text-decoration: none;
}

#hero-main-title:hover {
    text-decoration: none;
    color: #D3282F;
}

.hero-text-container p a {
	color: #959595;
}

.hero-text-container p a:hover {
	text-decoration: none;
}

.hero-thumbs-container {
    display:none;
}

/* audience section */
.audience {
    box-sizing: border-box;
    border: 1px solid #000;
    border-top-width: 2px;
    text-align: center;
    vertical-align: top;
    height: 18em;
    color: #fff;
    padding: 0 1em;
}

.audience:nth-of-type(1) {
    background: radial-gradient(circle farthest-corner at 50% 20% , rgba(186,12,47,0.8) 0% , rgba(44, 3, 3, 0.9) 100%), url('../images/sitewide/audience-background-1.jpg') no-repeat center/cover;
}

.lt-ie10 .audience:nth-of-type(1) {
    background: url('../images/sitewide/audience-background-1.jpg') no-repeat center/cover;
    position: relative;
    opacity: .9;
}

.lt-ie10 .audience:nth-of-type(1):before {
    background-color: rgba(186, 12, 47, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.audience:nth-of-type(2) {
    background: radial-gradient(circle farthest-corner at 50% 20% , rgba(132, 118, 77, .8 ) 0% , rgba(108, 69, 46, 0.9) 100%), url('../images/sitewide/audience-background-2.jpg') no-repeat center/cover;
}

.lt-ie10 .audience:nth-of-type(2) {
    background: url('../images/sitewide/audience-background-2.jpg') no-repeat center/cover;
    position: relative;
    opacity: .9;
}

.lt-ie10 .audience:nth-of-type(2):before {
    background-color: rgba(132, 118, 77, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.audience:nth-of-type(3) {
    background: radial-gradient(circle farthest-side at 50% 20% , rgba(141, 144, 146, .85 ) 0% , rgba(89, 90, 92, 0.9) 100%), url('../images/sitewide/audience-background-3.jpg') no-repeat center/cover;
}

.lt-ie10 .audience:nth-of-type(3) {
    background: url('../images/sitewide/audience-background-3.jpg') no-repeat center/cover;
    position: relative;
    opacity: .9;
}

.lt-ie10 .audience:nth-of-type(3):before {
    background-color: rgba(141, 144, 146, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.audience:nth-of-type(4) {
    background: radial-gradient(circle farthest-corner at 50% 20% , rgba(186,12,47,0.8) 0% , rgba(44, 3, 3, 0.9) 100%), url('../images/sitewide/audience-background-4.jpg') no-repeat center/cover;
}

.lt-ie10 .audience:nth-of-type(4) {
    background: url('../images/sitewide/audience-background-4.jpg') no-repeat center/cover;
    position: relative;
    opacity: .9;
}

.lt-ie10 .audience:nth-of-type(4):before {
    background-color: rgba(186,12,47, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
}

.audience h2 {
    text-transform: uppercase;
    font-size: .5em;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-top: 4em;
}

.audience-name-link {
    opacity: .7;
    font-size: 3em;
}

.audience-name-link:hover {
    opacity: 1;
    text-decoration: none;
}

.audience div {
    font-size: 3.5em;
    letter-spacing: -.05em;
	line-height: 0.75em;
    margin-top: .2em;
    margin-bottom: .2em;
}

.audience p {
    margin: 0px;
    min-height: 3em;
}

/* featured links */
.featured-link-container {
    background: #252525 url('../images/sitewide/linen_background.jpg') repeat-x;
    clear: both;
    overflow: auto;
    padding: 1em 1em 1em;
    margin: 0;
}

.featured-link {
    display: block;
    box-sizing: border-box;
    padding: 1em 0 1em 4.5%;
}

.featured-link h2 {
    margin-bottom: 0;
    margin-left: 80px;
}

.featured-link p {
    margin-top: 0;
    margin-left: 80px;
}

.featured-link a {
    display: block;
}

.featured-link a:hover {
    text-decoration: none;
}

.featured-link a:hover h2 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .7);
}

.featured-link a:hover p {
    text-decoration: underline;
}

.featured-link a:before {
    content: "";
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
}

.featured-link:nth-of-type(1) a:before {
    background: url('../images/sitewide/book.png') no-repeat left center;
}

.featured-link:nth-of-type(2) a:before {
    background: url('../images/sitewide/monmouth-scots-m.png') no-repeat left center;
}

.featured-link:nth-of-type(3) a:before {
    background: url('../images/sitewide/calendar.png') no-repeat left center;
}

.featured-link:nth-of-type(4) a:before {
    background: url('../images/sitewide/mc-crest-reverse.png') no-repeat left center;
}

/* footer container */
#footer-container {
    position: relative;
    background:#000 url('../images/sitewide/mc-seal-reverse.png') center 24em/200px 200px no-repeat;
    padding: 1em 0 20em;
}

#footer-container:before, 
#footer-container:after, 
#footer-container > ieb,
#footer-container > iea {
   content: "";
   position: absolute;
   background: #000;
   top: 0;
   bottom: 0;
   width: 9999px;   /* some huge width */
} 
#footer-container:before,
#footer-container > ieb {
   right: 100%; 
}
#footer-container:after,
#footer-container > iea {
   left: 100%;
}

/* search - general */
.search {
    width: 83%;
    height: 1em;
    line-height: 1.25;
    float: left;
    border: 0;
    padding: 6px 2%;
}

#cse-search-box-header .placeholder,
#cse-search-box-footer .placeholder{
   color: #464646 !important;
} 

.search-submit {
    float: right;
    background-color: white;
    height: 12px;
    width: 12px;
    padding: .5em 2%;
}

/* search - header */
#cse-search-box-header {
    background: #FFF2D4;
    width: 19.5652173913043%; /* 180/920 */
    margin: 5px -15px 0 0;
    overflow: hidden;
    border: 1px solid #E8E4E0;
    position: relative;
    font-size:0.625em; /* 10/16 */
    line-height: 1.1875;/* 19/16 */
    display:none;
    float:right;
}

#cse-search-box-header .search,
#cse-search-box-header .search-submit {
    background-color: #FFF2D4;
}

/* search - footer */
#cse-search-box-footer {
    background: white;
    width: 71.62162162162162%;
    margin: 5px auto;
    overflow: hidden;
    border: 2px solid #515153;
    position: relative;
}

/* footer links */
#footer-links {
    line-height: 1;
    padding: 0;
    list-style:none;
    text-align:center;
}

#footer-links li {
    padding: 0 5px;
    margin: 4px 0;
    display:inline-block;
}

.lt-ie8 #footer-links li {
    zoom: 1;
    display: inline;
}

#footer-links a,
#footer-contact a {
    text-decoration:none;
    color: #929292;
}

#footer-links a:hover,
#footer-contact a:hover {
    text-decoration:underline;
}

#footer-contact {
    font-size: .75em;
    line-height: 1.2; /* 12/10 */
    text-align:center;
}

/* footer social */
#footer-social {
    font-size: 1.5em;
    margin: .5em auto;
    width: 71.62162162162162%;
    text-align: center;
}

#footer-social a {
    opacity: 0.8;
    display: inline-block;
    margin: .5em;
    width: 2em;
}

#footer-social a:hover {
    opacity: 1.0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px)
{
    #header-logo {
        width:auto;
    }
    
    .social-media-item {
        height: 224px;
    }
    
    .social-media-item .social-media-icon {
        width: 40px;
        height: 40px;
        top: 174px;
        margin-left: 10px;
    }
    
    .social-media-item.intro h2 {
        padding: .35em 0 .25em 0;
        margin: .3em 0;
        font-size: 4em;
        height: 83%;
    }
    
    .social-media-item.intro .social-media-icon {
        margin: 0 5px;
    }
    
    .social-media-item .social-media-caption {
        height: 224px;
    }
    
    #cse-search-box-footer {
        width:46.66666666666667%; /* 224/480 */
    }
    
    footer {
        width:72.5%; /* 348/480 */
        margin:0 auto;
    }
}

@media only screen and (min-width: 600px)
{    
    #cse-search-box-footer {
        /* float: none; */
        margin: 15px auto;
    }
    
    h1 {
        font-size: 2.583333333333333em; /* 30/12 */
        line-height: 1em;
    }
    
    .hero-thumbs-container 
    {
        display:block;
    }
    
    .hero-thumb {
        display:inline-block;
        width: 15%;
        box-sizing: border-box;
        margin:2px;
    }
    
    .hero-thumb img {
        box-sizing: border-box;
        border: 2px solid transparent;
    }
    
    .hero-thumb.selected img {
        border: 2px solid #D3282F;
    }
    
    .audience {
        width: 50%;
        float: left;
        height: 320px;
    }
	
	.audience h2 {
		padding-top: 6em;
	}
    
    .audience-name-link {
        font-size: 3.25em;
    }
    
    .featured-link {
        width: 50%;
        float: left;
    }
    
    .featured-link:nth-of-type(odd) {
        clear: left;
    }
   
    .social-media-item .post-text {  
        font-size: 1.15em;
        line-height: 1.25em;
        height: 83%;
    }
    
    #footer-container {
        background-position: center 20em;
    }
}

@media only screen and (min-width: 600px) and (max-width: 920px)
{

}

@media only screen and (min-width: 920px)
{
    h1 {
        margin-top: 0;
    }
	
	header {
		margin-top: 0;
	}
	
	#header-container {
		margin-top: -14px;
	}
    
    #header-logo {
        margin-left:-30px;
        margin-top:-3px;
    }

    #mobile-menu-control,
    #go-to {
        display:none;
    }
        
    #global-nav {
        position: relative;
        top: 122px;
        width: 100%;
        padding: 0;
        display:block !important; /* important is needed to override element-level styling from jQuery */
		margin: -2.272727272727273em 0 0; /* -25px/11px = -2.272727 */
    }
    
    #global-nav li {
        width:12.25%;
    }
    
    #global-nav li:first-child {
        width: 26%;
    }
    
    #global-nav a {
        padding: 7px 0px;
    }
    
    #cse-search-box-header {
        display:block;
    }
	
	#utility-nav-container {
		position: relative;
		z-index: 100;
		padding: 0 5.06756756756757%;
	}
    
    #cse-search-box-footer {
        display:none;
    }
    
    #utility-nav {
        color:#806f58;
        display:block !important;
        float: right;
        position: relative;
        top: -40px;
        background-color:transparent;
		margin-right: -24px;
    }
    
    #utility-nav li {       
        display:inline !important;
        margin-right:10px;
    }
    
    #utility-nav a:hover {
        background-color:transparent;
    }
    
    #utility-nav li a {
        font-size:0.714285714285714em; /* 10px/14px = 0.0.625 */
        line-height:1.9; /* 19px/10px */
        text-transform:uppercase;
        border-bottom:none;
        padding:0;
        display:inline;
    }
    
    #utility-nav li a:hover {
        text-decoration:underline;
    }
    
    #quick-links {
        display:inline;
        /* position:relative; */
    }
    
    #utility-nav li a#quick-links-control {
        display:inline;
        font-weight:bold;
        color:#D3282F;
        background: transparent url('../images/sitewide/expand_arrow.gif') no-repeat right center;
        padding-right: 10px;
    }
    
    .secondary-nav a {
        padding:.2em 10%; /* 20/200 */
    }
    
    #hero-container 
    {
        clear: both;
        padding-top: .8em;
        overflow: hidden;
        position: relative;
		background-position: 37% center;
    }

    #hero-main-image 
    {
        width: 75%;
        box-sizing: border-box;
        position: absolute;
        top: .8em;
        bottom: 0;
        padding: 0;
    }
    
    .hero-control {
        display:none;
    }
    
    #hero-sidebar 
    {
        width:25%;
        float:right;
        box-sizing: border-box;
        background-image: url('../images/sitewide/mc-seal-reverse.png');
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: 10px 15px;
    }
    
    .hero-news-link {
        margin-top: 0px;
        display: block;
        text-align:left;
    }
    
    .hero-news-link a {
        color: #959595;
        text-decoration: none;
        text-transform: uppercase;
    }
    
    .hero-news-link a:hover {
        text-decoration: none;
        color: #D3282F;
    }
    
    .hero-text-container {
        text-align: left;
        min-height: 11em;
		position: relative;
    }

	.hero-text-container:before {
		content: "";
		background: url('/_resources/images/sitewide/overlay-arrow.png') no-repeat;
		position: absolute;
		left: -4em;
		top: -1.5em;
		width: 40px;
		height: 200px;
	}

	.hero-text-container h3 {
		margin: 0;
	}
    
    .hero-thumb {
        width: 50%;
        box-sizing: border-box;
        margin: 0px;
        float: left;
        padding: 0em .25em .5em 0em;
    }
    
    .hero-thumb:nth-of-type(even) {
        padding-left: .25em;
        padding-right: 0em;
    }
    
    #hero-sidebar .more-button {
        display:none;
    }
    
    .audience {
        width: 25%;
    }
    
    .audience h2 {
        font-size: .5em;
        line-height: 1em;
        padding-top: 4em;
    }

    .audience-name-link {
        font-size: 2.4em;
    }

    .audience div {
        font-size: 2.4em;
    }
    
    .audience p {
        min-height: 4em;
    }
    
    .featured-link-container {
        padding: 1em 15% 1em;
    }
    
    footer {
        width:auto;
    }
    
    #footer-container {
        background-position: center 12em;
        padding-bottom: 17em;
    }
}

@media only screen and (min-width: 1250px)
{
	.audience-name-link {
        font-size: 3.5em;
    }
    
    .audience div {
        font-size: 3.4em;
    }
    
    .featured-link-container {
        padding: 1em 25% 1em;
    }
	
	.hero-text-container h3 {
		font-size: 2.25em;
	}
}

@media only screen and (min-width: 1400px)
{
    #hero-sidebar {
		min-height: 620px;
	}
	
    .audience-name-link {
        font-size: 4em;
    }
	
	.hero-text-container h3 {
		font-size: 2.25em;
	}
	
	.hero-text-container p {
		font-size: 1.15em;
	}
}

@media only screen and (min-width: 1700px)
{
    #hero-sidebar {
		min-height: 750px;
	}
	
	.audience-name-link {
        font-size: 4em;
    }
    
    .audience p {
        min-height: 3em;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}

.lt-ie8 .ir {
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.lt-ie8 .clearfix {
    zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
