/* ## corrects possible view port issues in browsers that do not recognize the viewport meta tag ## */
/* http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }



/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

   
/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
    overflow-x:hidden;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: 900;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { font-family: 'Poppins', sans-serif; }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

/** FIX Google Maps Info window styes problem **/
img[src*="gstatic.com/"],
img[src*="googleapis.com/"] {
  max-width: none !important;
}

h1, h2, h3, h4, h5 {margin: 1em 0 0.25em;}
p { margin:0 0 10px; line-height: 1.438em; }

.block h1 { font-size: 1.875em; color: #d26009; margin: 0;}
.block h2 { font-size: 1.125em; color: #486b8f; margin: 0.5em 0;}
.block h3 { font-size: 1em; color: #d26009; margin: 0.7em 0;}
.block h4 { font-size: 0.875em; color: #d26009; margin: 1em 0;}

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; 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; }
.clearfix { zoom: 1; }

.hide       { display:none; }
.smallest   { font-size: .8em; }
.smaller    { font-size: .9em; }
.larger     { font-size: 1.1em; }
.largest    { font-size: 1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size: 0.063em; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }
.svg-legend{display: none;}

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size: .8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }
svg.icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor;}
/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }


/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { color:#0645AD; text-decoration: none; -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
a:hover, a:active, a:focus {color:#6D6D6D; text-decoration:none; }
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }


/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size: 0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}

embed.ytembed{max-width: 480px; width: 100%;}

/* ## Start Up Layout - Use, modify, or delete as need be ## */
/*body {background: url(/cms/images/2015/bg-palms.jpg) no-repeat center top / 100% auto #e6e1da; }*/
.container { }
.siteBody { min-height:300px; }

/*body.orange-bowl-community {background: url(/cms/images/2017/bg-stadium.jpg) no-repeat center top / 100% auto #e6e1da; background-attachment:fixed; }
body.orange-bowl-game  {background: url(/cms/images/2017/bg-stadium.jpg) no-repeat center top / 100% auto #e6e1da; background-attachment:fixed; }*/

/* ## Site Header ## */
.siteHeader { 
  position:relative; 
  z-index:1000;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {display: block;}
.headerLinks { 
  position: relative; 
  z-index: 100; 
  padding: 0;
  background: #1e3660;
}
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {}
.headerLinks a:hover, .headerLinks a:active {}

.main-nav-container{ background: #1e3660;}
/* ## Disabled Form Fields ## */

.siteSearch {color: #FFFFFF;margin: 0;}
.siteSearch label {display: none;}

.buy-tickets {
  -webkit-box-shadow: 0 1px 6px 2px rgba(1,1,1,0.5);
  box-shadow: 0 1px 6px 2px rgba(1,1,1,0.5);
  background: #f27f3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #f27f3d 0%, #da6f32 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f27f3d), color-stop(100%,#da6f32)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f27f3d 0%,#da6f32 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f27f3d 0%,#da6f32 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f27f3d 0%,#da6f32 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f27f3d 0%,#da6f32 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27f3d', endColorstr='#da6f32',GradientType=0 ); /* IE6-9 */
  display: inline-block; 
  padding: 3px 10px; 
  width: 100%;
  max-width:120px;
  text-align: center; 
  font-weight: 700;
  font-size: 1em;
  z-index: 1;
}

.buy-tickets a,
.buy-tickets a:link,
.buy-tickets a:visited {color: #ffffff; text-decoration: none;}
.buy-tickets:hover {background: #f26617}

.header-middle {position: relative;}
.orange-line {position: absolute; width: 100%; height: 70px; background: #f27b37; top: 50%; margin-top: -20px; z-index: 0;}


.intro {width: 100%;}
.announcement {background: #f27b37; padding: 3px 0; text-align: center; color: #ffffff; font-size: 0.750em; position: relative;}
.announcement .title {position: relative; z-index: 3; margin: 0;}
.announcement .content {position: relative; z-index: 2; padding: 10px 20px 20px; display: none;}
.announcement-toggler {
  background: #f27b37; 
  border-radius: 0 0 50% 50%;
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    bottom: -20px;
    width: 40px;
    z-index: 2;
  cursor: pointer;
}
.announcement-toggler.active {}
.announcement-toggler img { bottom: 5px; display: inline-block; left: 50%; margin-left: -9px; position: absolute;}
.announcement-toggler.active img {-webkit-transform: rotate(-180deg); transform: rotate(-180deg); bottom: 9px;  margin-left: -8px;}

/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod { position: relative; }

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size: 1.2em; }
.titleAlt2 {  }

.title .more {
  position: absolute;
  top:0;
  right: 0;
  font-size: 0.6em;
}

.modContent{
  padding: 15px;
}



/* Item Lists Content
   ========================================================================== */

.itemList { 
  margin:0; 
  padding:0; 
  list-style:none; 
}

.item { 
  display: table;
  padding: 1em 0; 
  width: 100%;
  border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.item .contentExtra {
  display: table-cell;
  vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size: 0.85em; }


/* Item Media
   ========================================================================== */

.aside { 
  display: table-cell;
  padding: 0 15px 0 0; 
  text-align: center;
}

.caption {
  display: block;
  font-size: 0.8em;
  line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
  
  .item { display: block; }
  .item > .content { display: block;}
  .item > .aside { display: block;}

}


/* News
   ========================================================================== */

.article > .aside {
  float:right; 
  margin: 1em;
}

.meta{
  margin:0.5em 0;
}

.meta > div {
  float: left;
}

.meta .social-tools{
  float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
  padding: 1em;
  border: 1px solid #444444;
  background: #cccccc;
}

.filter-options{
  float: left;
}

.filter-actions{
  float: right;
}

/* Pagination
   ========================================================================== */

.paging {
  padding: 1em;
}

.paging-results { 
  float: left;
}

.paging-list {
  float: right;
}

.paging-list ul {
  display: block;
  padding: 0;
  margin: 0;
}

.paging-list li{
  display: block;
  padding: 0;
  margin: 0;
  border: 1px solid #002B40;
  border-left-width: 0;
  float: left;
}

.paging-list li:first-child{
  border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
  display: block;
  min-width: 30px;
  padding: 2px 5px;
  text-align: center;
}

.paging-list li a {
  /* Link State */
}

.paging-list li span {
  /* Current Page State */
}

.paging-list li.disabled { 
  display: none;
}

.paging-list li.disabled+li { 
  border-left-width: 1px;
}

.paging-list li.disabled+.all {
  border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size: 0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size: 0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; width:400px; margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding:0 0 0 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding:0 10px; border-right:1px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}



/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert {    
  overflow:hidden;
  border: 1px solid #FE0000; 
  margin: 1em 0;
  padding: 10px;
  min-height: 50px; 
  color: #fff;
  background-color: #FEFF99;  
}
.alert a { color:#fff; }

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate  {background-color: #d8d8d8;}
.row    {background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size: 0.688em;color:#999999;font-weight:bold;}
.toolTipName {font-size: 0.875em;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.genericPager {padding:10px 15px 20px 10px;}
.genericPager ul {list-style-type: none; margin:0; padding:0;}
.genericPager li {float:left; display:block; font-size: 0.875em; margin:0 5px 5px 0; text-transform: uppercase;}
.genericPager li a {float:left; color:#585858; text-decoration:none; }
.genericPager li a:hover, .genericPager li a:focus { color:#000; text-decoration:none; }
.genericPager li.nolink {}
.genericPager li.active {color:#333; }


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size: 0.625em; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;    
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}

.bannerMod{text-align: center;}
/* =================================================================
                           MODULE STYLES 
===================================================================*/


/* ##  Breadcrumb  ## */

.breadcrumbs { padding:0 0 10px 0; font-size: .9em; }
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 2px; font-weight:normal; }


/* ## Page Heading ## */
.pageHeading {}
.pageHeading .inner {padding: 0 10px; margin: 30px 0 10px 0;position: relative;display: block;text-align: center;}
.pageHeading .inner h1 {margin: 0; font-size: 3.125em; line-height: 1.125em; font-weight: 900; color: #1e3660; text-transform: uppercase;}
.pageHeading .inner h1 span {display: block; position: relative;}


/* Redesign Interior Design Styles */


.orange-bowl-interior h1{ font-size: 3.125em; font-weight: 900;  color: #1e3660; text-transform: uppercase; margin: 0 0 15px; line-height: 1.1em;}
.orange-bowl-interior h2{ font-size: 1.875em; font-weight: 900;  color: #1e3660; text-transform: uppercase; margin: 0 0 15px; line-height: 1.1em;}
.orange-bowl-interior h3{ font-size: 1.750em; font-weight: 900;  color: #f57a2a; text-transform: uppercase; margin: 5px 0 15px;line-height: 1.2em;}
.orange-bowl-interior h4{ font-size: 1.500em; font-weight: 900;  color: #1e3660; text-transform: uppercase; margin: 0 0 15px; line-height: 1.2em;}
.orange-bowl-interior h5{ font-size: 1.125em; font-weight: 900;  color: #1e3660; text-transform: uppercase; margin: 0 0 15px;}
.orange-bowl-interior h6{ font-size: 0.938em; font-weight: 900;  color: #1e3660; text-transform: uppercase; margin: 0 0 15px;}



.orange-bowl-interior p{font-size:0.875em; margin: 0 0 20px; line-height: 1.313em;}

.orange-bowl-interior .siteBody ul,
.orange-bowl-interior .siteBody ol{font-size: 0.875em; line-height: 2em;}

.orange-bowl-interior .siteBody ul ul,
.orange-bowl-interior .siteBody ol ol{font-size: 0.975em; line-height: 2em;}

.orange-bowl-interior .row-middle{padding:40px 0; background: #1e3660; color: #fff;}
.orange-bowl-interior .row-middle h1{color: #fff; text-align: center;}
.orange-bowl-interior .block{margin: 15px 0;}
.video-grid iframe{width: 100%;}




/* Tab Styling */


#site-accordion h3{border:2px solid #f0f0f0; background-color: #f8f8f8; padding:15px ; font-size: 1em; cursor: pointer; margin:0; color: #1e3660; text-indent: 2em; position: relative;}
#site-accordion h3.ui-accordion-header > span:after{content: "+"; color: #000; position: absolute;left: -16px; top: 7px; font-size: 1.75em; font-weight: 200; }
#site-accordion h3.ui-accordion-header-active > span:after{content: "-"; color: #000; position: absolute;left: -16px; top: 7px; font-size: 1.75em; font-weight: 200; }
#site-accordion h3:hover,
#site-accordion h3:focus{border:2px solid #f57a2a; color: #f57a2a;}
#site-accordion .ui-accordion-content{padding: 20px 0;} 
.expand-holder{padding: 10px 0; display: block; text-align: center;}

/* Ends here */

    .r-tabs .r-tabs-nav {
        margin: 0;
        padding: 0;
    }

    .r-tabs .r-tabs-tab {
        display: inline-block;
        margin: 0;
        list-style: none;
    }

    .r-tabs .r-tabs-panel {
        padding: 15px;
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: none;
    }

    .r-tabs .r-tabs-panel.r-tabs-state-active {
        display: block;
    }

    .r-tabs-panel{padding: 15px 0; border:2px solid #eee; background:#f8f8f8;}
    .r-tabs-anchor { padding: 15px 25px; background-color: #f8f8f8; border:2px solid #f8f8f8; border-radius: 5px 5px 0 0; font-size: 1.25em; display: block;}
    .r-tabs-anchor:hover,
    .r-tabs-anchor:focus{ border: 2px solid #f77a0c; background:#ebebeb;;}
    .r-tabs-state-active .r-tabs-anchor{ border: 2px solid #f77a0c; }


/* Accordion responsive breakpoint */
@media only screen and (max-width: 48em) {

  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
   display: block;
  }

  .r-tabs-anchor{border-color: #f0f0f0; background-color: #f8f8f8; border-radius: 0;}


}

/* Page Headers for the Interior Pages */


/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.pageToolsWrapper {float:right; display:inline; padding:5px 0 0 0; text-align:right;}

.pageTool { margin:0 10px 0; font-size: 0.938em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline;  }
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {color:#1C4E87; text-decoration:underline;}

.pageToolsWrapper a.bookmark,
.pageToolsWrapper a.bookmark:link,
.pageToolsWrapper a.bookmark:visited {padding:0 0 0 18px; margin-left:7px; background-position:0 -39px;}
.pageToolsWrapper a.bookmark:hover,
.pageToolsWrapper a.bookmark:active {background-position:0 -119px;}

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.addthis_toolbox { display:inline; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:1px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:1px dashed #ccc; }

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  z-index: 2;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%!important;
  /*height: 540px!important;*/
  -webkit-transform-style: preserve-3d;
}
.social-carousel.owl-carousel .owl-item img{height: auto!important;}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-carousel .slidewrapper {position: relative; width: 100%; text-align: left; bottom:0px; padding: 20px 0; background: url('/cms/includes/reskin/images/dpback.jpg') repeat-y;background-size: 100%; margin-bottom: -10px; min-height: 165px;}
.owl-carousel .carousel-content { padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box;}
.owl-carousel .carousel-content p {font-size: 3.000em;  line-height: 1em; color: #ffffff; font-weight: 700; text-transform: uppercase; text-shadow: 2px 1px 3px #000000; margin: 0;

}
.owl-carousel .carousel-content .tp-loop-wrap{display: flex; align-items:center; justify-content: space-between;}
.owl-carousel .carousel-content span{display:inline-block; font-size: 1.5em; line-height: 1em; color: #ffffff; font-weight: 500; text-transform: uppercase; text-shadow: 2px 1px 3px #000000; margin: 15px 0;}

.owl-carousel .carousel-content .tp-loop-wrap a:first-of-type{ display: block; width: 100%;}

.owl-item.active .carousel-content p{
-webkit-animation-name: opacitychng;
-webkit-animation-duration: 2s; 
animation-name: opacitychng;
animation-duration: 2s;
}

.owl-item.active .carousel-content span{
-webkit-animation-name: opacitychng;
-webkit-animation-duration: 2s; 
animation-name: opacitychng;
animation-duration: 2s;
}

.owl-item.active .carousel-content .btn.btn2{
-webkit-animation-name: opacitychng;
-webkit-animation-duration: 3s; 
animation-name: opacitychng;
animation-duration: 3s;
}

.owl-carousel .carousel-content .btn.btn2{border-color: #fff; color: #fff; margin: 0 25px; padding: 5px 25px; text-transform: initial; position: relative; top: -5px;width: 100%;    max-width: 100px; }
.owl-carousel .carousel-content .btn.btn2:hover{background:#fff; color: #000;}
.owl-carousel .carousel-content .btn.btn2:after{content: ">"; position: absolute; right: 10px; top: 3px; color: #fff; font-size: 1.25em;}
.owl-carousel .carousel-content .btn.btn2:hover .btn.btn2:after{color: #000;}
.hero-carousel .owl-controls .owl-nav .owl-prev,
.hero-carousel .owl-controls .owl-nav .owl-next {width: 18px; height: 62px; position: absolute; top: 50%; margin-top: -31px; text-indent: -9999em; z-index:10;}
.hero-carousel .owl-controls .owl-nav .owl-prev {background: url(/cms/images/2015/carousel-left.png) no-repeat center center; left: 30px;}
.hero-carousel .owl-controls .owl-nav .owl-next {background: url(/cms/images/2015/carousel-right.png) no-repeat center center; right: 30px;}



/* Slideshow Animation */



@-webkit-keyframes opacitychng {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Standard syntax */
@keyframes opacitychng {
   from {opacity: 0;}
    to {opacity: 1;}
}

.social-carousel {}
.social-carousel .owl-wrapper-outer {padding-bottom: 5px;}
.social-carousel .owl-item.active {border-right: 1px solid #8099ab; -webkit-box-sizing: border-box; box-sizing: border-box;}
.social-carousel .owl-controls .owl-nav .owl-prev,
.social-carousel .owl-controls .owl-nav .owl-next {width: 7px; position: absolute; top: 0; text-indent: -9999em; background: #f49032;}
.social-carousel .owl-controls .owl-nav .owl-prev {left: 0;}
.social-carousel .owl-controls .owl-nav .owl-prev:after {content: ''; position: absolute; left: 0; top: 50%; margin-top: -4px; border-top: 5px solid Transparent; border-bottom: 5px solid Transparent; border-right: 6px solid #ffffff;}
.social-carousel .owl-controls .owl-nav .owl-next {right: 0;}
.social-carousel .owl-controls .owl-nav .owl-next:after {content: ''; position: absolute; left: 0; top: 50%; margin-top: -4px; border-top: 5px solid Transparent; border-bottom: 5px solid Transparent; border-left: 6px solid #ffffff;}

.social-carousel .owl-item:nth-last-of-type(-n+2) {
   display: none;
}

.headerlogos{
  background: rgba(240,241,241,1);
  background: -moz-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,241,241,1)), color-stop(6%, rgba(240,241,241,0.99)), color-stop(15%, rgba(240,241,241,0.98)), color-stop(26%, rgba(240,241,241,0.96)), color-stop(30%, rgba(240,241,241,0.96)), color-stop(59%, rgba(226,226,227,0.91)), color-stop(97%, rgba(255,255,255,0.85)), color-stop(100%, rgba(255,255,255,0.85)));
  background: -webkit-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: -o-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: -ms-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: linear-gradient(to bottom, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f1', endColorstr='#ffffff', GradientType=0 );
}


/* =================================================================
                        PRINT STYLES
===================================================================*/

@media print {
  * { background: transparent !important; color: #000 !important; 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) ")"; }
  .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; }
  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; }
}

  


/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size: 0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size: 60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size: 0.875em; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size: 0.063em; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px}
.mainStage a.right:active {background-position:-25px -60px}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
  or
  <a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; text-decoration:none !important; -webkit-border-radius: 20px; border-radius: 20px;}
.btn,
.btn:visited {
  background: #f38648; /* Old browsers */
  display:inline-block; 
  margin:15px 0; 
  padding: 10px 20px; 
  font-weight: 600; 
  color:#fff; 
  border: 0 none; 
  text-align:center; 
  text-decoration:none; 
  cursor:pointer; 
  overflow:visible; 
  border-radius: 5px;
  text-transform: uppercase;
  border:2px solid;
  transition: all ease 0.5s;
}

.btn-alt,
.btn-alt:visited {
  background: #013762; /* Old browsers */
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  display:inline-block; 
  margin:15px 0; 
  padding: 10px 20px; 
  font-weight: 600; 
  color:#fff; 
  border: 0 none; 
  text-align:center; 
  text-decoration:none; 
  cursor:pointer; 
  overflow:visible;
  border-radius: 5px;
  text-transform: uppercase;
  border:2px solid;
  transition: all ease 0.5s;
}

.btn:focus,
.btn:hover,
.btn:active{background: #013762; color: #fff;  transition: all ease 0.5s;}


.btn-alt:focus,
.btn-alt:hover,
.btn-alt:active{background: #013762; color: #fff;  transition: all ease 0.5s;}



.btn-fw{display: block!important;}
.btn.btn2{border:2px solid #f26000; background:none; border-radius: 0; color: #f26000;}
.btn-alt.btn2{border:2px solid #0a436b; background:none; border-radius: 0; color: #0a436b;}


.btn.btn3,
.btn-alt.btn3{border-radius: 0;}











.btnDownload,
.btnDownload:visited {-webkit-border-radius: 8px; border-radius: 8px; background: url(/cms/images/2015/btn-download.png) no-repeat 10px center #f37b36; font-size: 1.125em; -webkit-box-shadow:inset 0 0 0 1px #000000; box-shadow:inset 0 0 0 1px #000000; padding-left: 50px;}

.btnWrapper:hover .btnDownload { background: url(/cms/images/2015/btn-download.png) no-repeat 10px center #e46d29;}

/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size: 0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */
.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size: 0.750em; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}
.copyright { text-align:right; color:#787878;}

/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}


/* ## Footer Social Follow ## */

.followUs {margin:0 0 10px;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.socialFollow li a {display:inline-block; width:32px; height:32px; background:url(/cms/images/layout/social-32.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
ul.socialFollow li.facebook a {background-position:0 0;}
ul.socialFollow li.twitter a {background-position:0 -69px;}
ul.socialFollow li.gplus a {background-position:0 -138px;}
ul.socialFollow li.pinterest a {background-position:0 -207px;}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


@media(max-width: 60em){
.headertop > div{width: 100%; text-align: center;}
.headermiddle  > div{width: 40%; text-align: center;}
.headermiddle-right,
.headertop-left,
.headertop-right{display: none;}

.buy-tickets {float: none;}
.buy-tickets.sites {float: none;}
.ss-media{float: none;}
.headertop-right{display: block; position: absolute; width: 100%; top: 155px;background: #1e3660; z-index: 9999;}
.headermiddle{margin-bottom: 45px;}
.social-wrapper .ss-media{float: none; justify-content: center;}
.headerLinks {position: static; height: auto; padding: 5px 0;}
.sitelogo{text-align: center;}
.sitelogo span{display: block; color: #1e3660; text-transform: uppercase; font-size: 0.875em; letter-spacing: 0.5em; font-weight: 600;}
.logo-icon{display: inline-block; width: 145px; height: auto; margin: 0 auto; display: block; position: relative; z-index: 100;}

.oblogo-icon {width: 130px;}
}

/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; }
.limitTextBoxBarWrpr {
  width:100%;
  border:0px solid #000;
  overflow:hidden;
  font-size: 0.563em;
  color:#000;
  white-space:nowrap;
  height:5px;
  background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }


.flexdev{display: flex; align-items: center; justify-content: center;}



.separator {
display: none;
}

.site-wrapper { background: #ffffff; }
.mainContent {background: #ffffff;}
/*.mainContent .content {padding: 0 0 40px;}*/

.hdng-orange {text-align: center; color: #ffffff; text-transform: uppercase; margin: 0; padding: 10px 0; background: #f27b37; position: relative;}

.travel-wrapper{padding: 20px; background: url('/cms/images/2018/travelBG.png') no-repeat; background-size: 100% 100%;}
.travel-wrapper h2{text-transform: uppercase; color: #fff; display: block; text-align: center; font-size: 1.5em; font-weight: 900; margin:0;}
.travel-options{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin:10px 0; text-align: center;}
.travel-options .travel-cta{width: 33.3333%}
.travel-options span:last-of-type{display: block; text-transform: uppercase; color: #fff; font-size: 0.75em; font-weight: 600;margin: 5px 0;}
.travel-options img{position: absolute; left: 0; right: 0; top: 10px; margin: 0 auto; text-align: center;}

.travel-options a{display: block;}
.travel-options a:hover span.svgwrap,
.travel-options a:focus span.svgwrap,
.travel-options a:active span.svgwrap{background: #ffa045;}
.travel-options span.svgwrap{display:block; background: #f27f3d; border-radius: 50%; height: 75px; width: 75px; margin: 0 auto; position: relative;}
.travel-options svg{width: 4em; height: 4em; fill: #fff; position: absolute; fill: #fff; left: 0; right: 0;  margin: 0 auto; top: 6px;}




.features-wrapper {background:url('/cms/images/2018/undergroundBG.png') no-repeat; background-size: 100% 100%; padding: 40px 0px;}
.features-wrapper h3{text-transform: uppercase; color:#003764; display: block; text-align: center; font-size: 1.75em; font-weight: 900; margin:0;}
.features-wrapper p{text-align: center; font-size: 1.125em; color:#003764; margin: 20px;}
.feature-options {display: flex; align-items: center; justify-content: space-between; margin:10px 0; flex-wrap: wrap; text-align: center;}
.feature-options .features-cta{width: 25%; margin:10px 0;}
.feature-options img{width: 85px;}
.feature-options span{display: block; text-transform: uppercase; color: #003764; font-size: 0.75em; font-weight: 600;}



.features-wrapper .inner {padding: 30px 0;}
.features-wrapper .bucket {
  background: #0e3c5f; /* Old browsers */
  background: -moz-linear-gradient(top,  #0e3c5f 0%, #1c4c70 30%, #1c4c70 69%, #0e3c5f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e3c5f), color-stop(30%,#1c4c70), color-stop(69%,#1c4c70), color-stop(100%,#0e3c5f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3c5f', endColorstr='#0e3c5f',GradientType=0 ); /* IE6-9 */
  text-align: center;
  color: #ffffff;
}
.features-wrapper .bucket a,
.features-wrapper .bucket a:link,
.features-wrapper .bucket a:visited {display: block;}
.features-wrapper .bucket h3 {margin: 0;}
.features-wrapper .bucket h3 a,
.features-wrapper .bucket h3 a:link,
.features-wrapper .bucket h3 a:visited {display: block; padding: 15px 15px 0; color: #ffffff;}
.features-wrapper .bucket a img {padding: 0 15px 15px}
.orange-bowl-interior .ad-placement.full-width {border:none; text-align: center;}
.ad-placement.full-width {margin: 0px; border-top: 10px solid #1e3660; border-bottom: 10px solid #fff;}
.orangeCommunity{border-bottom: 10px solid #1e3660;}

.orangebowl-content{padding: 25px 0; background: url('/cms/images/2018/OBcommunity.png') no-repeat; background-size: cover; color: #fff;}

.orangebowl-content h4{font-size: 2em; font-weight: 900; color: #fff; display: block; text-align: center; text-transform: uppercase; margin: 0;}
.orangebowl-content p {margin: 20px; text-align: center;}
.spotlight-wrapper {}
.spotlight-wrapper .inner {padding: 20px 0;}
.spotlight-wrapper .inner-row {padding: 10px 0; text-align: center;}

.orangeCommunity img{display: none;}
.orangeCommunity .two3rd {background-repeat: no-repeat; background-size: cover!important;}
.orangeCommunity .one3rd{margin: 10px;}
.orangeCommunity-inner {padding: 25px;}
.orangeCommunity-inner h4{color: #003764; font-size: 1.75em; text-transform: uppercase; margin: 10px 0; font-weight: 900; line-height: 1.2em}
.orangeCommunity-inner p{color: #003764; margin: 10px 0; font-size: .875em;}
.orangeCommunity{background-size: 100%;}
.orangeCommunity-inner .sitebutton{margin:15px 0; display:inline-block; background: #f77a0c; color: #fff; text-transform: uppercase; padding: 10px 15px; text-decoration: none; border-radius: 5px;  position: relative; font-weight: 800;}
.orangeCommunity-inner .sitebutton:after { content: '>'; position: absolute;  right: 3px;  font-weight: 500; font-size: 1.2em; top: 8px;}
.make-it-orange {background: #f27b37; color: #ffffff; text-shadow: 3px 2px 3px #000000; text-align: center; padding: 10px; font-weight: 700; font-size: 4.500em; line-height: 1;}

.social-lounge-wrapper { background: url(/cms/images/2018/loungeBG.png) repeat-y; padding: 50px 0; background-size: 100%;}

.social-carousel {padding:0 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.contentBox .inside {background: #ffffff; color: #303030; padding: 6px; margin: 0 10px; font-size: 0.688em; -webkit-box-shadow: 3px 3px 5px 1px rgba(1,1,1,0.5); box-shadow: 3px 3px 5px 1px rgba(1,1,1,0.5); position: relative;}
.contentBox .inside .icon {display: inline-block; width: 50px; height: 50px; background: url(/cms/images/2015/logo.png) no-repeat center center / 80% auto #0f3e61 }
.contentBox .inside a,
.contentBox .inside a:link,
.contentBox .inside a:visited {color: #f49032;}
.contentBox .inside table {font-size: 1.125em;}
.contentBox .inside table td {vertical-align: top;}
.contentBox .inside table td:last-child {padding-left: 10px;}
.contentBox .inside table td strong {font-weight: 600; color: #f49032;}
.contentBox .inside .description {padding: 10px 0 30px}
.contentBox .inside .lower {position: absolute; bottom: 0; left: 0; width: 100%; padding: 5px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 30px;}
.contentBox .inside .lower .postStamp {display: inline-block;}
.contentBox .inside .lower ul {margin: 0; padding: 0; float: right;}
.contentBox .inside .lower ul li {padding: 0; list-style: none; display: inline-block;}
.contentBox .inside .lower ul li a {display: inline-block; width: 20px; height: 20px; text-indent: -9999em;}
.contentBox .inside .lower ul li.reply a {background: url(/cms/images/2015/tw-reply.png) no-repeat center center;}
.contentBox .inside .lower ul li.re-tweet a {background: url(/cms/images/2015/tw-retweet.png) no-repeat center center;}
.contentBox .inside .lower ul li.favorite a {background: url(/cms/images/2015/tw-favorite.png) no-repeat center center;}
#twitter-widget-0{position: relative!important;top: 4px; height: 21px!important; margin: 0 10px;}

.social-info{border-top: 10px solid #1e3660; text-align: center; color: #003764;
background: rgba(255,255,255,0.85);
background: -moz-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 3%, rgba(226,226,227,0.91) 41%, rgba(240,241,241,0.96) 70%, rgba(240,241,241,0.96) 74%, rgba(240,241,241,0.98) 85%, rgba(240,241,241,0.99) 94%, rgba(240,241,241,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.85)), color-stop(3%, rgba(255,255,255,0.85)), color-stop(41%, rgba(226,226,227,0.91)), color-stop(70%, rgba(240,241,241,0.96)), color-stop(74%, rgba(240,241,241,0.96)), color-stop(85%, rgba(240,241,241,0.98)), color-stop(94%, rgba(240,241,241,0.99)), color-stop(100%, rgba(240,241,241,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 3%, rgba(226,226,227,0.91) 41%, rgba(240,241,241,0.96) 70%, rgba(240,241,241,0.96) 74%, rgba(240,241,241,0.98) 85%, rgba(240,241,241,0.99) 94%, rgba(240,241,241,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 3%, rgba(226,226,227,0.91) 41%, rgba(240,241,241,0.96) 70%, rgba(240,241,241,0.96) 74%, rgba(240,241,241,0.98) 85%, rgba(240,241,241,0.99) 94%, rgba(240,241,241,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 3%, rgba(226,226,227,0.91) 41%, rgba(240,241,241,0.96) 70%, rgba(240,241,241,0.96) 74%, rgba(240,241,241,0.98) 85%, rgba(240,241,241,0.99) 94%, rgba(240,241,241,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.85) 3%, rgba(226,226,227,0.91) 41%, rgba(240,241,241,0.96) 70%, rgba(240,241,241,0.96) 74%, rgba(240,241,241,0.98) 85%, rgba(240,241,241,0.99) 94%, rgba(240,241,241,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f1f1', GradientType=0 );}
.social-info h4{font-size: 1.5em; font-weight: 900;text-transform: uppercase; margin: 50px 0 20px;}
.social-platforms{margin-top: 40px;}
.social-platforms a{width: 40px; height: 40px; display: inline-block;}
.social-info p{font-size: 1.25em;padding: 0 5px}
.social-info span{font-size:1em; font-weight: 900;text-transform: uppercase; display: block; margin-bottom: 25px;}
.social-platforms .twitter{background: url(/cms/images/2018/social/twitter.png) no-repeat; background-size: contain; width: 50px; }
.social-platforms .facebook{background: url(/cms/images/2018/social/facebook.png) no-repeat; background-size: contain; width: 50px; }
.social-platforms .instagram{background: url(/cms/images/2018/social/instagram.png) no-repeat; background-size: contain;width: 50px; }
.social-platforms .youtube{background: url(/cms/images/2018/social/youtube.png) no-repeat; background-size: contain; width: 50px; }
.social-platforms .snapchat{background: url(/cms/images/2018/social/snapchat.png) no-repeat; background-size: contain;width: 50px; }


.typeFacebook .inside .lower ul li a {display: inline-block; width: auto; height: auto; text-indent: 0; padding: 0 2px; color: #0f3e61}
.typeInstagram .inside .media {padding: 5px 0; text-align: center;}


/* =================================================================
                        RECYCLED CSS
===================================================================*/


/***************** General Module Styling */
.mod { background: #f0efee; color: #666666; position: relative;margin-bottom: 10px; font-size: 0.750em;}
.no-hsla .mod {background: url(/cms/images/layout/page-content-bg.png) repeat;}
.mod.modAlt { color: #fff;}
.aside .mod { margin: 0 0 10px;}
.modHead {
    color: #fff; 
    height: 39px; 
    line-height: 40px; 
    margin: 0; 
    padding: 0px 10px; 
    border-top: 1px solid #F58025; 
    border-right: 1px solid rgba(255, 255, 255, 0); 
    border-left: 1px solid rgba(255, 255, 255, 0);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.25), 
                        inset -1px 0 0 0 rgba(255, 255, 255, 0.25), 
                        inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
            box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.25), 
                        inset -1px 0 0 0 rgba(255, 255, 255, 0.25), 
                        inset 0 1px 0 0 rgba(255, 255, 255, 0.25);
  background: #f58024;
  background: -moz-linear-gradient(top,  #f58024 0%, #c95801 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f58024), color-stop(100%,#c95801));
  background: -webkit-linear-gradient(top,  #f58024 0%,#c95801 100%);
  background: -o-linear-gradient(top,  #f58024 0%,#c95801 100%);
  background: -ms-linear-gradient(top,  #f58024 0%,#c95801 100%);
  background: linear-gradient(to bottom,  #f58024 0%,#c95801 100%);
}

.modHead h2 {  display: block; margin: 0; color: #fff; text-shadow: 0 0 4px hsla(0, 0%, 0%, 0.4);}
.modHeadTabs { width: 50%;  display: block; float: left; cursor: pointer;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ie7 .modHeadTabs { width: 135px; }
.modHeadTabs h2 {filter:alpha(opacity=60); opacity: 0.6; }
.modHeadTabs.active h2, .modHeadTabs:hover h2, .modHeadTabs:focus h2 {filter:alpha(opacity=100); opacity: 1;}
.modHeadTabs.active { cursor: default; }
.modTabs .modContent { clear: both;}
.modContent {
    border: 1px solid #3d3b6e; 
    border-top: none; 
    padding: 15px 15px;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5), 
                        inset -1px 0 0 0 rgba(255, 255, 255, 0.5), 
                        inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.5), 
                        inset -1px 0 0 0 rgba(255, 255, 255, 0.5), 
                        inset 0 -1px 0 0 rgba(255, 255, 255, 0.5);
}
.modContentHead  { color: #28246e; font-size: 1.077em; line-height: 1.2857em; font-weight: bold; margin: 0; padding: 0; font-weight: bold;}


.modTabs .modContent iframe {width: 100% !important;}

/***************** Sub Navigation */

.leftNav .modContent { padding-top: 1px; padding-bottom: 1px;}
.leftNav ul { margin: 0; padding: 0; list-style: none outside none;}
.leftNav li { margin: 1px 0;}
.leftNav a { display: block; font-size: 1.16667em; font-weight: bold; color: #000; padding: 8px 10px; 
  -webkit-transition: background 0.2s ease-in-out;
     -moz-transition: background 0.2s ease-in-out;
      -ms-transition: background 0.2s ease-in-out;
       -o-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
  }
.leftNav li > a:hover,
.leftNav li > a:focus {background: hsla(0, 100%, 100%, 0.50); text-decoration: none;}
.no-hsla .leftNav li > a:hover, 
.no-hsla .leftNav li > a:focus { background: url(/cms/images/layout/page-content-bg.png) repeat; }
.leftNav li > a.on {background: hsla(0, 100%, 100%, 0.80);}
.no-hsla .leftNav li > a.on {background: url(/cms/images/layout/page-content-bg.png) repeat;}
.leftNav ul ul a { padding: 5px 10px 5px 20px; font-size: 1em; color: #312e85;}

/***************** Comments Style */

.cmtWrpr { padding: 15px 0; }
#mVideoRating,
.cmtRating { overflow: hidden}
.comments { clear: both; }
.cmtName { border-bottom: 1px solid #d1a584; padding: 0 0 2px; margin-bottom: 5px;}
.cmtReadInner .description { margin: 0.5em 0 0;}
.star-rating { float: left; width: 17px; height: 15px; text-indent: -999em; cursor: pointer; display: block; background: transparent; overflow: hidden;}
.cmtText div.star-rating, .newsModuleWrpr div.star-rating { cursor: default;}
.star-rating, div.star-rating a { background: url(/cms/images/layout/star.gif) no-repeat 0 0;}
.star-rating a { display: block; width: 16px; height: 100%; background-position: 0 -32px; border: 0;}
.star-rating-on a { background-position: 0 0!important;}
.star-rating-hover a { background-position: 0 -16px;}
.star-rating-readonly a { cursor: default!important; }

.rail-content .bannerMod {margin-bottom: 20px;}
.footer {
  position: relative;
  background: rgba(240,241,241,1);
  background: -moz-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,241,241,1)), color-stop(6%, rgba(240,241,241,0.99)), color-stop(15%, rgba(240,241,241,0.98)), color-stop(26%, rgba(240,241,241,0.96)), color-stop(30%, rgba(240,241,241,0.96)), color-stop(59%, rgba(226,226,227,0.91)), color-stop(97%, rgba(255,255,255,0.85)), color-stop(100%, rgba(255,255,255,0.85)));
  background: -webkit-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: -o-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: -ms-linear-gradient(top, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  background: linear-gradient(to bottom, rgba(240,241,241,1) 0%, rgba(240,241,241,0.99) 6%, rgba(240,241,241,0.98) 15%, rgba(240,241,241,0.96) 26%, rgba(240,241,241,0.96) 30%, rgba(226,226,227,0.91) 59%, rgba(255,255,255,0.85) 97%, rgba(255,255,255,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1f1', endColorstr='#ffffff', GradientType=0 );
}

.footer-info {  padding: 30px 10px; margin: 0 auto; color:#3c3c3c; overflow: hidden; }
.footer-info .legal { padding: 10px 0 0; text-align: center; font-size: .875em;}
.footer-info p { font-size: 1em; margin: 5px 0; line-height: 1.25em; font-weight: 500;}
.footer-info .assocLogos {display: flex; align-items: center; margin: 20px 0; justify-content: center;}
.footer-info .assocLogos a {margin-left: 0px;text-indent: -99999em;background-size: contain;}
.footer-info .assocLogos a.assoc-acc{background:url(/cms/images/2018/acc.png) no-repeat;width: 150px;height: 100px;background-size: 75%;background-position: 65% 35%;} 
.footer-info .assocLogos a.assoc-bcs{background:url(/cms/images/2018/playoffs.png) no-repeat;width: 125px;height: 100px;background-size: 65%;background-position-x:  50%;} 
.footer-info .assocLogos a.assoc-fba{background:url(/cms/images/2018/fba-footer-logo.png) no-repeat;width: 140px;height: 100px;background-size: 75%;background-position: 65% 40%;} 
.footer-info .assocLogos a:hover,
.footer-info .assocLogos a:focus { opacity: 0.7; filter: alpha(opacity=70);}
.footer-info .assocLogos a:active { opacity: 0.5; filter: alpha(opacity=50);}
.footer-links { width: 970px; margin: 0 auto; color:#1A1769; overflow: hidden; padding:10px;}
.footer-links ul { margin: 3px 0; padding: 0; list-style: none outside none; float: left;}
.footer-links li { float: left; border-left: 1px solid #1A1769; line-height: 1em;}
.footer-links li:first-child { border-left: none;}
.footer-links li a { display: block; color: #1A1769; padding: 0 5px;}
.refer { float: right;}
.refer a {color: #1A1769;}



.hdng-mod {text-transform: uppercase; font-size: 1.500em; color: #486b8f; margin: 0 0 20px}

.social-wrapper {position: relative;}
.searchWrapper {
    position: absolute; 
    left: 0; 
    top: 50px; 
    background: #ffffff; 
    height: 33px; 
    -webkit-border-radius: 50px;
    border-radius:50px; 
    -webkit-transition: all 0.2s ease-out; 
    -moz-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out; 
    transition: all 0.2s ease-out;
     -webkit-box-sizing: border-box; 
    box-sizing: border-box;     
    overflow: hidden;
    visibility: hidden;
    border: 2px solid #f77a0c;
}
.searchWrapper.active {width: 100%; overflow: visible; visibility: visible;}

.searchWrapper input[type="text"] {
    padding: 0 40px; 
    border: 0 none;
    width: 100%; 
    height: 100%; 
     -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
     -webkit-border-radius: 50px; 
    border-radius: 50px;
}
.searchWrapper .btn-search {
    position: absolute; 
    right: 0px; 
    top: 0px; 
    width: 40px; 
    height: 29px; 
    -webkit-border-radius:  0 50px 50px 0; 
    border-radius:  0 50px 50px 0;
    border: 0 none; 
    background:url(/cms/images/2015/icon-GO.png) no-repeat center center #f77a0c;
    padding: 0;
}
.searchWrapper .btn-search:hover {background-color: #dddddd;}

.social-wrapper a.search {position: relative; z-index: 1; margin-left: 0;}


ul.link-list {margin: 10px 0 10px 10px; padding: 0; list-style: none;}
ul.link-list li {padding: 0 0 5px 20px; background: url(/cms/images/2015/event-search-list-bg.png) no-repeat 0 6px;}
ul.link-list li a,
ul.link-list li a:link,
ul.link-list li a:visited {font-size: 1.350em; font-weight: 700; color: #486b8f;}

.owl-slideshow{ background-size: cover!important;}
/* =================================================================
                        Media Queries
===================================================================*/


/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {  
  .middle-content-area,
  .lower-content-area{padding: 0 10px;}
  .siteHeader a.sitelogo,
  .siteHeader a.sitelogo:link, 
  .siteHeader a.sitelogo:visited {}
  .logo-text,
  .siteHeader .eventsSummaryWrpr,
  .big-social,
  .site-ad-floater,
  .pageTools,
  .desktopOnly {display:none;}
  
  .siteHeader {width: auto; padding-bottom: 2px;}

  .orange-line {margin-top: -35px}
  .buy-tickets {padding: 5px 10px; font-size: 1em;}

  .social-wrapper {/*float: none; position: absolute; bottom: -47px; left: 10px;*/}
  .social-wrapper a,
  .social-wrapper a:link,
  .social-wrapper a:visited {
    display: inline-block; 
    margin: 0 2px; 
    float: left; 
    text-align: left; 
    width: 25px; 
    height: 25px; 
    text-indent: -9999em; 
    background-size: 100% auto; 
    background-repeat: no-repeat; 
    -webkit-transition:none; 
    transition: none;
  }
  .headerbottom{display: block;
    background: #0e3c5f;
    background: -moz-linear-gradient(top, #0e3c5f 0%, #1c4c70 30%, #1c4c70 69%, #0e3c5f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e3c5f), color-stop(30%,#1c4c70), color-stop(69%,#1c4c70), color-stop(100%,#0e3c5f));
    background: -webkit-linear-gradient(top, #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%);
    background: -o-linear-gradient(top, #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%);
    background: -ms-linear-gradient(top, #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%);
    background: linear-gradient(to bottom, #0e3c5f 0%,#1c4c70 30%,#1c4c70 69%,#0e3c5f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e3c5f', endColorstr='#0e3c5f',GradientType=0 ); 
  }
  .social-wrapper a.search {background-image: url(/cms/images/2015/social-icons-search.png);}
  .social-wrapper a.search:hover {background-position: 0 -31px;}
  .social-wrapper a.facebook {background-image: url(/cms/images/2015/social-icons-facebook.png);}
  .social-wrapper a.facebook:hover {background-position: 0 -31px;}
  .social-wrapper a.twitter {background-image: url(/cms/images/2015/social-icons-twitter.png);}
  .social-wrapper a.twitter:hover {background-position: 0 -31px;}
  .social-wrapper a.instagram {background-image: url(/cms/images/2015/social-icons-instagram.png);}
  .social-wrapper a.instagram:hover {background-position: 0 -31px;}
  .social-wrapper a.youtube {background-image: url(/cms/images/2015/social-icons-youtube.png);}
  .social-wrapper a.youtube:hover {background-position: 0 -31px;}
  .social-wrapper a.email {background-image: url(/cms/images/2015/social-icons-email.png);}
  .social-wrapper a.email:hover {background-position: 0 -31px;}
  
 .large-thumnail-grid{display: flex; flex-direction: column;}
 .large-thumnail-grid .image-grid{width: auto; margin:20px; height: 250px; background-size: cover!important;}
 .large-thumnail-grid .image-grid img{display: none;}

 .small-thumnail-grid{display: flex;flex-direction: column;}
 .small-thumnail-grid .image-grid-small{width: auto; margin:20px; height: 250px; background-size: cover!important;}
 .small-thumnail-grid .image-grid-small img{display: none;}
  /*
  .social-wrapper a.search {background-position: 0 -80px;}
  .social-wrapper a.search:hover {background-position: 0 -118px;}
  .social-wrapper a.facebook {background-position: -36px -80px;}
  .social-wrapper a.facebook:hover {background-position: -36px -118px;}
  .social-wrapper a.twitter {background-position: -72px -80px;}
  .social-wrapper a.twitter:hover {background-position: -72px -118px;}
  .social-wrapper a.instagram {background-position: -108px -80px;}
  .social-wrapper a.instagram:hover {background-position: -108px -118px;}
  .social-wrapper a.youtube {background-position: -145px -80px;}
  .social-wrapper a.youtube:hover {background-position: -145px -118px;}
  .social-wrapper a.email {background-position: -182px -80px;}
  .social-wrapper a.email:hover {background-position: -182px -118px;}
  */
  .searchWrapper {height: 28px;}
  .searchWrapper input[type="text"] {padding: 0 23px 0 28px;}
  .searchWrapper .btn-search {height: 25px; width: 30px; background-size: 80% auto; top: 0px;}
  .owl-carousel .carousel-content .tp-loop-wrap{display: block;}
  .owl-carousel .carousel-content .tp-loop-wrap a{display: block; width: 100%;}
  .owl-item.active .carousel-content .btn.btn2{font-size: 0.75em; padding: 5px; width: auto; margin: 0 auto; border:none;}
  .owl-carousel .carousel-content {padding: 0 10px; top: 40px ; text-align: center;}
  .owl-carousel .carousel-content p {font-size: 1.5em; } 
  .owl-carousel .carousel-content span{font-size: 0.75em; line-height: 1em; color: #ffffff; font-weight: 700; text-transform: uppercase; text-shadow: 2px 1px 3px #000000; margin: 15px 0;}
  .owl-carousel .carousel-content .btn.btn2{top: 0;}
  .hero-carousel .owl-controls .owl-buttons .owl-prev, .hero-carousel .owl-controls .owl-buttons .owl-next {height: 20px; width: 8px; background-size: 100% auto; margin-top: -10px;}
  .hero-carousel .owl-controls .owl-buttons .owl-prev {left: 10px}
  .hero-carousel .owl-controls .owl-buttons .owl-next {right: 10px}
  .separator {height: 10px;}
  .headertop-right{top: 162px;}
  .features-wrapper,
  .socialLounge-wrapper {margin: 0px;}
  
  .hdng-orange {font-size: 1.250em}
  
  .features-wrapper .grid_3 {width: 25%; padding: 0 2px 0 3px;}
  .features-wrapper .inner {padding: 10px 8px 10px 7px;}
  .features-wrapper .bucket h3 {display: none;}
  .features-wrapper .bucket a img {padding: 0}
  
  .spotlight-wrapper .inner {padding: 20px 0 0;}
  .spotlight-wrapper .inner-row {padding: 0;}
  .spotlight-wrapper .inner-row > div {margin-bottom: 20px;}  
  
  .socialLounge-wrapper .inner {padding: 20px 0;}
  .social-carousel .inside {margin-bottom: 20px;}
  .social-carousel .inside .twitter-content {padding: 10px 50px 30px;}
  
  .make-it-orange {font-size: 2.250em; padding: 30px 10px;}
  
  .footer-info .legal,
  .footer-info .assocLogos {float: none;}
  
  .site-link-floater {float: right; margin: -6px 0 0;}
  .site-link-floater .inner {}
  .site-link-floater .inner span {
    display: block;
    padding: 2px 0 2px 2px;
    -webkit-border-radius: 50px 0 0 50px; border-radius: 50px 0 0 50px; 
    background: #f7bfa0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7bfa0 0%, #3c1e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bfa0), color-stop(100%,#3c1e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7bfa0 0%,#3c1e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7bfa0 0%,#3c1e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7bfa0 0%,#3c1e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7bfa0 0%,#3c1e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bfa0', endColorstr='#3c1e0e',GradientType=0 ); /* IE6-9 */
    margin: 0 0 4px 0;
  }
  
  .site-link-floater .inner a,
  .site-link-floater .inner a:link,
  .site-link-floater .inner a:visited {
    display: block; 
    color: #ffffff; 
    font-size: 1.125em; 
    line-height: 1; 
    font-weight: 700; 
    background: #f07e3d; 
    -webkit-border-radius: 50px 0 0 50px; 
    border-radius: 50px 0 0 50px; 
    text-align: center; 
    width: 125px; 
    padding: 1px 0 2px;
  }

  .pageHeading {margin-bottom: 0;}
  .pageHeading h1 {font-size: 1.688em;}
  .pageHeading .inner {padding: 0 10px;display: block; margin: 25px 0;}
  .pageHeading .inner h1{font-size: 2em;}
  .mobile-center {text-align: center;}
  .widget-countdown{display: none; visibility: hidden;}


 .visuallyHiddenC { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
 .visuallyHiddenC.focusable:active, .visuallyHiddenC.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

}


  .movetop{display: none;}
  .hero-carousel .owl-dots { display: none!important;}
  .hasCountdown .num{display:none; visibility: hidden;}

  .logo-icon{ padding: 5px 0;}
/* 16px baseline (768px +) */
@media only screen and (min-width:48em){
  .site-ad-floater,
  .mobileOnly {display: none;}
  .logo-text {width: 50%;}
  .logo-icon {width: 145px;}

  .headermiddle  > div{width: 33.3333%;}
  .headermiddle-right,
  .headerbottom{display: none;}
  .headertop-right{display: block; }
 .features-wrapper{padding: 40px 20px;}
 .travel-wrapper h2{font-size: 1.75em;}
  .headermiddle  > div{text-align: left;}
  .orangeCommunity-inner{padding:50px;}
  .orangeCommunity-inner .sitebutton{margin:50px 0 25px 0}
  .ob-sitelogo{text-align: center; display: block;}
  .header-middle {position: static;}
  .footer-info .assocLogos a {margin-left: 30px;} 
  .owl-carousel .slidewrapper{position: absolute; background: rgba(0, 0, 0, 0.31);margin-bottom: 0px;}
  .siteHeader .eventsSummaryWrpr {
    display: inline-block;
    /*position: absolute; 
    right: 10px;
    top: 50%;
    margin-top: -35px;*/
    padding: 0px 5px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

  }
  body form[action="/sample-page/"] .block{margin: 30px 0;}
  .social-info span{font-size: 1.25em;}
  .social-info h4{font-size: 1.75em;}
  .orange-bowl-interior .block{margin: 0;}
  .owl-carousel .carousel-content .tp-loop-wrap a:first-of-type{  width: 75%;}
  .orangebowl-content{padding: 75px 0;}
  .siteHeader .eventsSummaryWrpr h2 {margin: 0; text-align: center; color: #0e3c60; font-size: 0.8em; font-weight: 700;}
  .orangeCommunity-inner .sitebutton{padding:10px 35px;}
  .orangeCommunity-inner .sitebutton:after{right: 10px;}
  .widget-countdown {text-align: center}
  .hasCountdown { font-weight: 600; color: #f27b37;}
  .hasCountdown span { display:block; float: left; width:25px; height: 38px; line-height: 39px; }
  .hasCountdown .section div:after {
    /*background: url(/cms/images/2015/kickoff-overlay.png) no-repeat 0 1px / 100% 100%;*/
    content: '';
    width:20px; 
    height: 38px;
    position: absolute; 
    top: 0; 
    left:0;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .hasCountdown span.sep { background: none; width: auto; color: #0e3c5f; font-size: 1em; line-height: 37px; font-weight: 800; margin-left: 10px;}
  .hasCountdown .section div { 
    
    display: block;
    float: left; 
    width:15px;
    margin:0 5px; 
    height: 38px; 
    line-height: 37px;
    margin: 0 1px; position: relative; z-index: 2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.525em;
  }
  .hasCountdown .section {float: left; position: relative; width: auto;}
  .hasCountdown div.param {
    background:transparent;
    bottom: -20px;
    left: 5px;
    display: block;
    float: none;
    font-size: 0.688em;
    position: absolute;
    color: #0e3c60;
    height: auto;
    text-align: center;
    width: 100%;
  }
  .hasCountdown div.param:after {display: none;}
  .hasCountdown .num{display:inline-block; visibility: visible;}
  .social-wrapper { float: right;}
  .social-wrapper a,
  .social-wrapper a:link,
  .social-wrapper a:visited {
    display: inline-block; 
    margin: 0 2px; 
    float: left; 
    text-align: left; 
    width: 25px; 
    height: 25px; 
    text-indent: -9999em; 
    background-repeat: no-repeat; 
    background-size: 100% auto;
    -webkit-transition:none; 
    transition: none;
    
  }
  
  .social-wrapper a.search {background-image: url(/cms/images/2015/social-icons-search.png);}
  .social-wrapper a.search:hover {background-position: 0 -31px;}
  .social-wrapper a.facebook {background-image: url(/cms/images/2015/social-icons-facebook.png);}
  .social-wrapper a.facebook:hover {background-position:  0 -31px;}
  .social-wrapper a.twitter {background-image: url(/cms/images/2015/social-icons-twitter.png);}
  .social-wrapper a.twitter:hover {background-position: 0 -31px;}
  .social-wrapper a.instagram {background-image: url(/cms/images/2015/social-icons-instagram.png);}
  .social-wrapper a.instagram:hover {background-position:  0 -31px;}
  .social-wrapper a.youtube {background-image: url(/cms/images/2015/social-icons-youtube.png);}
  .social-wrapper a.youtube:hover {background-position:  0 -31px;}
  .social-wrapper a.email {background-image: url(/cms/images/2015/social-icons-email.png);}
  .social-wrapper a.email:hover {background-position: 0 -31px;}
  .expand-holder{ text-align: right;}
  
  /*
  .social-wrapper a.search {background-position: 0 0;}
  .social-wrapper a.search:hover {background-position: 0 -38px;}
  .social-wrapper a.facebook {background-position: -36px 0;}
  .social-wrapper a.facebook:hover {background-position: -36px -38px;}
  .social-wrapper a.twitter {background-position: -72px 0;}
  .social-wrapper a.twitter:hover {background-position: -72px -38px;}
  .social-wrapper a.instagram {background-position: -108px 0;}
  .social-wrapper a.instagram:hover {background-position: -108px -38px;}
  .social-wrapper a.youtube {background-position: -145px 0;}
  .social-wrapper a.youtube:hover {background-position: -145px -38px;}
  .social-wrapper a.email {background-position: -182px 0;}
  .social-wrapper a.email:hover {background-position: -182px -38px;}
*/

    
  .big-social {text-align: center;}
  .big-social ul {margin: 0; padding: 0; display: inline-block; text-align: left;}
  .big-social ul li {border-bottom: 1px solid #8099ab; padding: 25px 0; list-style: none;}
  .big-social ul li:first-child {padding-top: 25px;}
  .big-social ul li:last-child {border: 0 none; padding-bottom: 0;}
  .big-social ul li a,
  .big-social ul li a:link,
  .big-social ul li a:visited {color: #ffffff; padding: 2px 0 2px 60px; font-size: 1.375em;}
  .big-social ul li a:hover,
  .big-social ul li a:focus {color: #8099ab}
  .big-social ul li.twitter a {background: url(/cms/images/2018/social/twitter.png) no-repeat; background-size: contain;  }
  .big-social ul li.facebook a {background: url(/cms/images/2018/social/facebook.png) no-repeat; background-size: contain;  }
  .big-social ul li.instagram a {background: url(/cms/images/2018/social/instagram.png) no-repeat; background-size: contain; }
  .travel-options{display: flex; flex-direction: row;}
  .travel-options img,  
  .feature-options img{width: auto;}
  .travel-options span:last-of-type,
  .feature-options span{font-size: 1.25em;}
  .travel-options .travel-cta{width: auto; margin:10px 0;}
  .owl-slideshow{height: auto;}
  .features-wrapper,
  .spotlight-wrapper,
  .socialLounge-wrapper {margin: 0px;}
  
  .features-wrapper .bucket h3 {font-size: 1em}
 
  .social-lounge-wrapper .social-carousel{padding: 0 10px; overflow-x: hidden; overflow-y: hidden;}
  .contentBox .inside {max-height: 200px; overflow-y: auto;}
  .social-lounge-wrapper .contentBox .inside{max-height:100%; height: 250px;}
  
  .site-link-floater {float: right; margin: -24px 6px 0 0; position: relative; z-index: 1001;}
  .site-link-floater .inner {}
  .site-link-floater .inner span {
    display: inline-block;
    float: left;
    padding: 2px;
    -webkit-border-radius: 50px; border-radius: 50px; 
    background: #f7bfa0; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7bfa0 0%, #3c1e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7bfa0), color-stop(100%,#3c1e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7bfa0 0%,#3c1e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7bfa0 0%,#3c1e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7bfa0 0%,#3c1e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7bfa0 0%,#3c1e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7bfa0', endColorstr='#3c1e0e',GradientType=0 ); /* IE6-9 */
    margin: 0 10px 0 0;
  }
  
  .site-link-floater .inner a,
  .site-link-floater .inner a:link,
  .site-link-floater .inner a:visited {
    display: block; 
    color: #ffffff; 
    font-size: 0.875em; 
    line-height: 1; 
    font-weight: 700; 
    background: #f07e3d; 
    -webkit-border-radius: 50px; 
    border-radius: 50px; 
    text-align: center; 
    width: 110px; 
    padding: 2px 0 3px;
  }
  
  .site-link-floater .inner a:hover,
  .site-link-floater .inner a:focus { background: #f26617;}
  
  .site-link-floater .inner a.game  {}
  .site-link-floater .inner a.community  {}
  
  .desktop-right {text-align: right;}
  
  
  .orange-bowl-community .siteHeader a.sitelogo,
  .orange-bowl-community .siteHeader a.sitelogo:link,
  .orange-bowl-community .siteHeader a.sitelogo:visited {margin: -60px 0 -10px;}
  .orange-bowl-community .logo-icon {margin:20px 0 -30px}
  .orange-bowl-community .logo-text {padding: 45px 0 0; width: 55%;}
  .orange-bowl-community .orange-line {margin-top: -16px;}
  .orangebowl-content h4{font-size: 3em;}
  .orangebowl-content p{padding: 0 50px; font-size: 1.15em;max-width: 38em; margin: 20px auto;}

  .large-thumnail-grid{display: flex; align-items: center; justify-content: left; flex-wrap: wrap; flex-direction: row}
  .large-thumnail-grid .image-grid{width: 32%; margin:0 10px 10px 0; height: 250px; background-size: cover!important;}


  .small-thumnail-grid{display: flex; align-items: center; justify-content: left; flex-wrap: wrap; flex-direction: row}
  .small-thumnail-grid .image-grid-small{width: 23%; margin:0 5px 5px 0; height: 150px; background-size: cover!important;}

 .large-thumnail-grid .image-grid img{display: none;}
 .small-thumnail-grid .image-grid-small img{display: none;}

  /* Animation for the home page modules */


  .travel-options span.svgwrap{height: 85px; width: 85px;}

  .movetop{display: block;background: #1e3660;height: 75px;width: 75px;border-radius: 50%;color: #fff;position: absolute;right: 40px;bottom: 20px;}
  .movetop span{
    border: solid #ffffff;
    border-width: 3px 0px 0px 3px;
    display: inline-block;
    padding: 3px;
    height: 20px;
    width: 20px;
    transform: rotate(43deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    }

  .orange-bowl-interior .orangeCommunity:nth-of-type(even) .one3rd{left: -50%;  position: relative;}
  .orange-bowl-interior .orangeCommunity:nth-of-type(odd) .one3rd{right:-50%;  position: relative;}
  .orange-bowl-interior .orangeCommunity:nth-of-type(even) .one3rd.visible{left: 0%; transition: all ease 1s;  position: relative;}
  .orange-bowl-interior .orangeCommunity:nth-of-type(odd) .one3rd.visible{right:0%;transition: all ease 1s;  position: relative;}

  .orange-bowl-game-homepage .orangeCommunity:nth-of-type(odd) .one3rd{left: -50%;  position: relative;}
  .orange-bowl-game-homepage .orangeCommunity:nth-of-type(even) .one3rd{right:-50%;  position: relative;}
  .orange-bowl-game-homepage .orangeCommunity:nth-of-type(odd) .one3rd.visible{left: 0%; transition: all ease 1s;  position: relative;}
  .orange-bowl-game-homepage .orangeCommunity:nth-of-type(even) .one3rd.visible{right:0%;transition: all ease 1s;  position: relative;}

}

/* 16px baseline (960px +) */
@media only screen and (min-width:60em){
  .headertop > div{width: 33.3333%;}
  .headermiddle  > div{width: 33.3333%;}
  .headermiddle-right,
  .headertop-left,
  .headertop-right{display: block;}
  .logo-text {width: auto;}
  .header-middle {position: relative;}
  .buy-tickets {float: right;}
  .buy-tickets.sites {float: left;}
  .orange-line {margin: -20px 0 0;}
  .orange-line:before,
  .orange-line:after {content: ''; position: absolute; top: 0; height: 70px; width: 45px; background: #f27b37;z-index: -1;}
  .orange-line:before {left: -30px;}
  .orange-line:after {right: -30px;}
  .headertop > div{width: 50%;text-align: left;}
  .siteHeader .eventsSummaryWrpr {float:right;}
/*  .owl-slideshow{height: 540px;}*/
  .features-wrapper,
  .spotlight-wrapper,
  .socialLounge-wrapper,
  .ad-placement.full-width {margin: 0px;}
  .features-wrapper .bucket h3 {font-size: 1.250em}
  .sitelogo span{display: none;}
  .make-it-orange {margin: 0 -20px;}
  .site-link-floater {float: right; margin: 10px 36px 0 0; }
  
  .orange-bowl-community .siteHeader a.sitelogo,
  .orange-bowl-community .siteHeader a.sitelogo:link,
  .orange-bowl-community .siteHeader a.sitelogo:visited {margin: -60px 0 -10px;}
  .orange-bowl-community .logo-icon {margin: 10px 0 -10px}
  .orange-bowl-community .logo-text {padding: 57px 0 0; width: auto}

  .orangeCommunity{background-size: 100%; display: flex; width: 100%; }
  .orangeCommunity .two3rd {flex:0 1 auto; width: 66.6666%; margin: 0px; background-repeat: no-repeat; background-size: cover!important; background-position: center;}
  .orangeCommunity .one3rd{flex:0 1 auto; width: 33.3333%; margin: 0px; position: relative;}


}  

/* 16px baseline (1000px +) */
@media only screen and (min-width:62.500em){
/*  .site-wrapper { -webkit-box-shadow: 0 0 5px 0 rgba(1,1,1,0.75); box-shadow: 0 0 5px 0 rgba(1,1,1,0.75); width: 100%; max-width: 62.500em; margin: 0 auto;}
*/  

  .orange-line:before {left: -45px;}
  .orange-line:after {right: -45px;}
  .orange-line span {display: block; position: relative}
  .orange-line span:before,
  .orange-line span:after {position: absolute; content: ''; height: 0; width: 0; top: 69px; display: inline-block; z-index: -2}
  .orange-line span:before {border-top: 0 solid transparent;border-bottom: 10px solid transparent; border-right: 15px solid #537aa2; left: -45px;}
  .orange-line span:after {border-top: 0px solid transparent;border-bottom: 10px solid transparent; border-left: 15px solid #537aa2; right: -45px;}
  
  .hdng-orange:before,
  .hdng-orange:after {position: absolute; content: ''; height: 100%; width: 50px; background: #f27b37; top: 0;}
  .hdng-orange:before {left: -50px;}
  .hdng-orange:after {right: -50px;}
  .hdng-orange span {display: block; position: relative}
  .hdng-orange span:before,
  .hdng-orange span:after {position: absolute; content: ''; height: 0; width: 0; top: 41px; display: inline-block; z-index: -2}
  .hdng-orange span:before {border-top: 0 solid transparent;border-bottom: 10px solid transparent; border-right: 20px solid #537aa2; left: -50px;}
  .hdng-orange span:after {border-top: 0px solid transparent;border-bottom: 10px solid transparent; border-left: 20px solid #537aa2; right: -50px;}
  
  
  .features-wrapper,
  .spotlight-wrapper {margin: 0;}
  .socialwall {display: flex; align-items: center; width: 100%; overflow: hidden;}
  .social-carousel{width: 80%;}
  .big-social{width: 20%;}
  .hero-carousel .owl-dots{display: block!important;}

}


/* 16px baseline (1200px +) */
@media only screen and (min-width: 75.000em) {
    .site-ad-floater {display: block; -webkit-box-shadow: 0 0 5px 2px rgba(1,1,1,0.5); box-shadow: 0 0 5px 2px rgba(1,1,1,0.5); }
    .site-link-floater {
    background: rgba(1,1,1,0.25); 
    border: 3px solid #134165; 
    border-left: 0 none; 
    color: #ffffff; 
    font-weight: 700;
    float: none;
    margin: 0;
    position: absolute; 
    right: -117px; 
    top: 236px;
    text-align: center; 
    width: 114px;
    -webkit-border-radius: 0 15px 15px 0; 
      border-radius: 0 15px 15px 0; 
    -webkit-box-shadow: 3px 3px 3px 0 rgba(1,1,1,0.25);
      box-shadow: 3px 3px 3px 0 rgba(1,1,1,0.25);
    
  }
  .site-link-floater .inner span {
    display: inline;
    float: none;
    padding: 0;
    -webkit-border-radius: 0; border-radius: 0; 
    background: none;
    margin:0;
  }
  .site-link-floater .inner {padding: 0 20px 0 10px;}
  .site-link-floater .inner a,
  .site-link-floater .inner a:link,
  .site-link-floater .inner a:visited {
    background: #f07e3d; 
    -webkit-border-radius: 0; 
    border-radius: 0; 
    text-align: center; 
    width: auto; 
  
  }
  .site-link-floater .inner a.game  { margin-bottom: 10px; border-bottom: 1px solid #b5d9e2; padding: 75px 0 10px; background: url(/cms/images/2015/rt-link-game.png) no-repeat center top;}
  .site-link-floater .inner a.community  { padding: 85px 0 10px; background: url(/cms/images/2015/rt-link-community.png) no-repeat center top;}

  .site-ad-floater {position: absolute; left: -160px; top: 236px} 
  .site-ad-floater .inner .block > p {margin: 0;}

  .large-thumnail-grid .image-grid{width: 24%; }
  .small-thumnail-grid .image-grid-small{width: 16%; }
}




/* COMMITTEE LANDING */
.orange-bowl-community span.logo-icon-block,
.orange-bowl-community span.logo-text-block {margin:0; padding:0; display:inline-block;}
.orange-bowl-community span.logo-icon-block p,
.orange-bowl-community span.logo-text-block p {margin:0; padding:0;}
.orange-bowl-community span.logo-icon-block .block,
.orange-bowl-community span.logo-text-block .block {display:inline-block; padding:0; margin:0;}
.orange-bowl-community span.logo-icon-block img {margin:10px 0 -10px; padding:0; width:100% !important; height:auto !important;}
.orange-bowl-community span.logo-text-block img {margin:0; padding:56px 0 0 0; width:100% !important; height:auto !important;}

@media only screen and (min-width:11.250em) and (max-width:47.938em) {
  .orange-bowl-community .logo-text-block {display:none !important;}
  .orange-bowl-community .logo-icon-block {width: 103px !important; height: auto !important; margin: 0 auto !important; display: block !important; position: relative; z-index: 100;}
}
@media only screen and (min-width:48em){
  .orange-bowl-community .logo-icon-block {margin:20px 0 -30px}
  .orange-bowl-community .logo-text-block {padding: 45px 0 0; width: 55% !important;} 
} 
@media only screen and (min-width:60em){ 
  .orange-bowl-community .logo-text {width: auto;}
  .orange-bowl-community .logo-icon-block {margin: 10px 0 -10px}
  .orange-bowl-community .logo-text-block {padding: 57px 0 0; width: auto !important;} 
}
@media only screen and (min-width:62.500em){
  .orange-bowl-community .logo-icon-block {margin-right: 10px;}
}
@media only screen and (min-width:48em){
  .orange-bowl-community .logo-text-block {width: 50% !important;}
}


/* SLIDESHOW ADJUST */
.hero-carousel .owl-controls .owl-nav .owl-prev, 
.hero-carousel .owl-controls .owl-nav .owl-next {
    width: 72px;
    height: 100%;
    top: 0%;
    margin-top:0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.hero-carousel .owl-controls .owl-nav .owl-prev {
    background: url(/cms/images/2018/left.png) no-repeat center center;
    left: 0px;
}
.hero-carousel .owl-controls .owl-nav .owl-next {
    background: url(/cms/images/2018/right.png) no-repeat center center;
    right: 0px;
}
.hero-carousel .owl-controls .owl-nav .owl-prev:hover {
  background: url(/cms/images/2018/left.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
} 
.hero-carousel .owl-controls .owl-nav .owl-next:hover {
  background: url(/cms/images/2018/right.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}
.hero-carousel .owl-dots {
    position: absolute;    
    z-index: 999999;   
    right: 40px;
    bottom: 20px;
}

.hero-carousel .owl-dots .owl-dot {
  display:inline-block;
  zoom:1;
  margin: 0 12px;
  *display:inline;
}
.hero-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    position: absolute;
    background: rgb(153, 153, 153);
    background: -moz-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -webkit-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
    background: -o-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
    background: -ms-linear-gradient(top, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
    background: linear-gradient(to bottom, rgb(153, 153, 153) 0%,rgb(225, 225, 225) 100%);
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(225, 225, 225)",gradienttype=0 );
    border: 3px solid rgb(229, 229, 229);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.hero-carousel .owl-dots .owl-dot.active span,
.hero-carousel .owl-dots .owl-dot:hover span {
  background: rgb(102, 102, 102);
}
@media (max-width:768px){
.hero-carousel + .separator {height:30px;}

/*
.hero-carousel .owl-controls .owl-nav .owl-prev,
.hero-carousel .owl-controls .owl-nav .owl-prev:hover {background: url(/cms/images/2015/carousel-left.png) no-repeat center center;}*/
/*.hero-carousel .owl-controls .owl-nav .owl-next,
.hero-carousel .owl-controls .owl-nav .owl-next:hover  {background: url(/cms/images/2015/carousel-right.png) no-repeat center center;}*/

}



/* Ticket #313071 - Other Sites  */


.ss-media{display: flex; align-items: center; margin: 4px 0; float: right;}

.searchWrpr{margin: 0 0 0 5px;}
/*.searchWrapper.active {width:29%;}*/
.headerLinks .social-wrapper  {text-align:left; width:100%; display:block; }
.headerLinks .hm-title{color: #fff; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5em; font-size: 0.75em; margin: 7px 0;  display: block;}

/*.social-wrapper .searchWrpr {width:29%; float:left;}*/
/*.social-wrapper .sociallinksWrpr {width:100%; text-align:left;}*/


.social-wrapper a, 
.social-wrapper a:link, 
.social-wrapper a:visited {float:none; width:25px; cursor: pointer;}
.social-wrapper a.search {float:none;}

.social-wrapper a.snapchat {background-image: url(/cms/images/2015/social-icons-snapchat.png);}
/*.social-wrapper a.snapchat:hover {background-position:  0 -39px;}*/

.Xsitepopup {width:100%; margin:0px auto; background:#0f3e61; padding:0px; font-family:"PT Sans Caption",sans-serif; border-radius:5px;}
.sitepopup .text { text-align:center; text-transform:uppercase; color:#fff; padding:10px;}
.sitepopup .text h1 {margin-top:10px;}
.sitepopup .text div {font-weight:bold;}
.sitepopup .icons {max-width:382px; width:auto; margin:0px auto; padding:10px;}
.sitepopup .icons a {width:156px; background:#f47a2b; text-align:center; display:inline-block; padding:5px; margin:10px;}
.sitepopup .icons a span {text-align:center;color:#fff; text-transform:uppercase; font-weight:bold;}

/*.orange-bowl-game-homepage*/
#colorbox {background:none; box-shadow:none;}
#cboxOverlay {background:#0f3e61;}
#cboxTitle {padding:6px 5px; background:none; border:none;}
#cboxLoadedContent {background:none;}

/*orange-bowl-game-homepage #cboxClose {display:none;}*/

/* PTM */
@media screen and (max-width:415px){
  .sitepopup .icons {padding:10px 0; max-width:100%;}
  .sitelogo span{letter-spacing: 0.2em;}
  .headertop-right{top: 155px;}
}
.button #dontShow {display:none;}
#dontShow {
    cursor:pointer;
    color:#fff;
    text-align:center;
    margin:35px auto 10px;
}
#dontShow:hover {
    text-decoration:underline;
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width: 900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-close-btn-in .mfp-close{color:#fff;}.mfp-bg{background:#0f3e61;}.mfp-auto-cursor .mfp-content{width:auto; padding:25px; margin-top:60px;}
.sitepopup {text-align:center;}
/* END PTM */


@media (max-width:76px){
    .social-wrapper .searchWrpr {width:55%;}
    .social-wrapper .sociallinksWrpr {width:35%;}
    
    .searchWrapper.active {top: 100%;}
    .social-wrapper a, 
    .social-wrapper a:link, 
    .social-wrapper a:visited {margin:5px 4px;}
}

@media (max-width:667px){
    .siteHeader {padding-bottom:30px;}  
    .social-wrapper .sociallinksWrpr {width:23%;}
    
 }   

@media (max-width:640px){
    .social-wrapper .sociallinksWrpr {width:32%; float:right;}
    .social-wrapper a, 
    .social-wrapper a:link, 
    .social-wrapper a:visited {height:31px;}
    .social-wrapper a.search:hover {background-position: 0 -39px;}
    .social-wrapper a.email:hover {background-position: 0 -39px;}
    .social-wrapper a.youtube:hover {background-position: 0 -39px;}
    .social-wrapper a.instagram:hover {background-position: 0 -39px;}
    .social-wrapper a.twitter:hover {background-position: 0 -39px;}
    .social-wrapper a.facebook:hover {background-position: 0 -39px;}
    .searchWrapper input[type="text"] {padding:0 23px 0 41px;}
}

@media (max-width:480px) {
    .siteHeader {padding-bottom:60px;}
    .social-wrapper .searchWrpr {width:100%; float:none;}
    .social-wrapper .sociallinksWrpr {width:100%; float:none; text-align:left;}

}    

@media (max-width:410px) {
    .sitepopupWrpr {margin:0px auto;}
    .sitepopup .icons { text-align:center;}
    .buy-tickets {font-size:0.8em;}
    .buy-tickets.sites {}  
    
    .headermiddle{margin-bottom: 45px;}  
}
@media (max-width:360px){    
    .siteHeader {padding-bottom:100px;}
}



/* SEARCH MOBILE BUTTON */
/*.site-wrapper {min-width:320px;}*/
@media screen and (max-width:960px) {
  .social-wrapper .sociallinksWrpr {width:auto; float:left;}
  .social-wrapper a, .social-wrapper a:link, .social-wrapper a:visited {height: 30px; width: 30px; margin: 5px;}
  .social-wrapper a.search:hover,
  .social-wrapper a.facebook:hover,
  .social-wrapper a.twitter:hover,
  .social-wrapper a.instagram:hover,
  .social-wrapper a.youtube:hover,
  .social-wrapper a.email:hover {background-position: 0 -37px;}
  .social-wrapper .searchWrpr {float:left; width:42px;}
  

  .siteHeader.SrchActive {padding-bottom:30px;}
  .siteHeader.SrchActive .headerLinks .social-wrapper {bottom: -73px;}
/*  .owl-slideshow{height: 250px;background-size:contain!important}*/
}
@media screen and (max-width:667px) {
  .siteHeader {padding-bottom:5px;
        -webkit-transition: all 0.3s ease;                  
        -moz-transition: all 0.3s ease;                 
        -o-transition: all 0.3s ease;   
        -ms-transition: all 0.3s ease;          
        transition: all 0.3s ease;
    }

}
@media screen and (max-width:480px) {
    .siteHeader.SrchActive {padding-bottom:95px;}

    .siteHeader.SrchActive .headerLinks .social-wrapper {bottom: -140px;}
}
@media screen and (max-width:460px){
    .sitepopup .icons {width:360px; padding:0;}
    .sitepopup .icons a {margin:5px;}
    .mfp-container {padding:0 3px;}
    .mfp-auto-cursor .mfp-content {padding:25px 3px;}
}
@media screen and (max-width:380px){
    .logo-icon{ width: 100px; }
    .oblogo-icon{width: 105px}
    .headertop-right{top: 130px;}
    .sitepopup .icons {width:320px;}
    .sitepopup .icons a {margin:5px; width:40%;}
    .mfp-container {padding:0 3px;}
    .mfp-auto-cursor .mfp-content {padding:25px 3px;}
}

@media screen and (max-width: 520px){
    .orangeCommunity .two3rd {min-height: 155px;}
}
@media screen and (min-width: 521px){
    .orangeCommunity .two3rd {min-height: 225px;}
}

@media screen and (min-width: 767px){
    .orangeCommunity .two3rd{min-height: 250px;}
}

@media screen and (min-width: 767px) and (max-width: 825px){
  .owl-carousel .carousel-content .tp-loop-wrap{display: block!important;}
  .owl-carousel .carousel-content .tp-loop-wrap a{display: block; width: 100%;}
  .owl-item.active .carousel-content .btn.btn2{font-size: 0.75em; padding: 5px; width: auto; margin: 0 auto; border:none;}
  .owl-carousel .carousel-content {padding: 0 10px; top: 40px ; text-align: center;}
  .owl-carousel .carousel-content .tp-loop-wrap a:first-of-type{width: 100%;}
  .owl-carousel .carousel-content span{font-size: 1em;}

  .visuallyHiddenC { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .visuallyHiddenC.focusable:active, .visuallyHiddenC.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
}

@media screen and (min-width: 767px) and (max-width: 960px){
    .owl-carousel .carousel-content p{font-size: 2em;}
    .owl-carousel .carousel-content span{font-size: 1em;}
}