/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
a.hub-link {
	
	//background: -moz-linear-gradient(center top , #64A3E3 5%, #4483BD 100%) repeat scroll 0 0 #64A3E3;
	background: #64A3E3; /* Old browsers */
	background: -moz-linear-gradient(top,   #64A3E3 5%, #4483BD 98%,  #64A3E3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#64A3E3), color-stop(98%,#4483BD), color-stop(100%,#64A3E3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,   #64A3E3 5%, #4483BD 98%,  #64A3E3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #64A3E3 5%, #4483BD 98%,  #64A3E3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #64A3E3 5%, #4483BD 98%,  #64A3E3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #64A3E3 5%, #4483BD 98%,  #64A3E3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64A3E3', endColorstr='#64A3E3',GradientType=0 ); /* IE6-9 */    

    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px -1px #FFFFFF inset;
    color: #FFFFFF!important;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    padding: 8px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #336699;
    text-transform: uppercase;
}

.nav li a, .nav ul.menu li a {
    display: block;
    padding: 0 11px!important;
    white-space: nowrap;
}
.camera_loader,.camera_commands,.camera_prev,.camera_next {display:none!important; }
#menu-bar {  text-height: 4px!important; margin:auto;
   background: #C00626; /* Old browsers */
   background: -moz-linear-gradient(top,  #C00626 5%,  #590010 98%,  #590010 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#C00626), color-stop(98%,#590010), color-            stop(100%,#590010)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,   #C00626 5%,  #590010 98%,  #590010 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #C00626 5%,  #590010 98%,  #590010 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #C00626 5%,  #590010 98%,  #590010 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #C00626 5%,  #590010 98%,  #590010 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C00626', endColorstr='#590010',GradientType=0 ); /* IE6-9 */    

    border-radius: 4px 4px 4px 4px!important;

    box-shadow: 0 1px 1px -1px #FFFFFF inset;
    color: #FFFFFF!important;
    display: inline-block;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 10px 20px!important;
    padding: 5px 5px 4px!important;
    text-decoration: none;
    text-shadow: 1px 1px 0 #336699;
    text-transform: uppercase;
}
#menu-bar * .menu-depth-1 { background-color:!important; padding: 4px 0px 0px!important; text-align:center; border: none!important; height:25px; } 
#menu-bar * .menu-depth-1 a { color:#ffffff!important;!important; text-align:center; vertical-align:center!important; font-size:11px; font-weight:bold; } 
.sf-menu.sf-style-white { width:100%!important;
    float: left;
    margin-bottom: 1em;
    padding: 0;
}
.sf-menu.sf-style-white li { width:20%!important; }
.sf-menu.sf-style-white a { font-size:11px!important; font-weight:bold;text-align:center;
    border: 1px solid #E1E1E1;
    color: #555555;
    padding:0px 5px 10px!important;
    height:20px;
}
/*
.sf-menu.sf-style-white { width:100%!important;margin-bottom:0px!important;}
.sf-no-children { width:20%!important;padding:auto!important; height:20px!important; }
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
}

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  /* Only IE, can mess with Android */
  background: #bdbdbd url("images/sitebg.gif") repeat center top;
  font-family: verdana,geneva,sans-serif;
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
    Links
   ========================================================================== */
a {
  color: #890024;
}

/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
  text-decoration: underline;
}

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 16px;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 0 0 0.5em;
  font-size:12px;

}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
    Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  /* border: 0; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent margin, and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

input,
select,
textarea {
  max-width: 100%;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */
table {
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}
th.views-field-field-first-name {white-space:nowrap;}
.view-participant-list-02 tr.odd {background: white; /*#f4f4f4 !important;*/}
.view-participant-list-02 tr.even {background-color: white; /*#eee !important; */}
/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
div.messages {
  margin-left: 10px;
  margin-right: 10px;
}

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px;
}

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Ethan Marcotte - http://front.ie/l8rJaA */
img,
embed,
object,
video {
  max-width: 100%;
}

/* Disable flexiblity for IE8 and below */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none;
}

/* Override max-width 100% for map displays */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img {
  max-width: none !important;
}

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
  overflow: visible;
  word-wrap: break-word;
}

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent;
}

/* More robust element-invisible and element-focuable classes */
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

/* Shift content offscreen, can be usefull when you reall need to do this */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

/* Hide content from all users */
.element-hidden {
  display: none;
}

/* Base Styles */
#slac-bar {
  background: #9c0822 url("images/red-slac-eyebrow-background.jpg") repeat-x center bottom;
  color: #fff;
  text-align: center;
}
#slac-bar .slac-text {
  font: 0/0 none;
  background: transparent url("images/SLAC-TYPE.gif") no-repeat center center;
  height: 20px;
  width: 260px;
  margin: 0 auto;
}

#page {
  background: #fff;
}

#header {
  background: white url("images/banner-background-image.jpg") repeat-x center bottom;
  padding: 5px 5px 10px;
}

#logo {
  float: left;
  margin-right: 20px;
}

#site-name { width:700px!important;
   font-size: 1.75em;
  line-height: 2.2em;
  text-decoration: uppercase;
}
#site-name a {
  width:700px!important;
  color: #424141;
}

#site-slogan {
  color: #424141;
  font-size: 1.2em;
  line-height: 1em;
}

#columns {
  padding: 20px 0;
}

.two-sidebars #main-content {
  margin: 0 25px;
}

.one-sidebar #main-content {
  margin: 0 20px;
}

.sidebar .block-title {
  color: #7d612c;
  border-bottom: 2px solid #720c20;
  font-size: 1em;
  padding: 0 0 3px;
  text-transform: uppercase;
}
.sidebar .block-superfish .block-inner {
  -moz-box-shadow: 2px 2px 3px #dddddd;
  -webkit-box-shadow: 2px 2px 3px #dddddd;
  box-shadow: 2px 2px 3px #dddddd;
}
.sidebar .block-superfish ul.sf-style-none a {
  background: #f1f1f1;
}
.sidebar .block-superfish ul.sf-style-none a.active, .sidebar .block-superfish ul.sf-style-none a:hover {
  background: #d9dcd9;
  color: #890024;
}
.sidebar .block-superfish ul.sf-style-none a.sf-with-ul {
  padding-right: 2.25em;
}
.sidebar .block-superfish ul.sf-style-none a .sf-sub-indicator {
  background: transparent;
  border: 5px solid transparent;
  border-left-color: #ceb37d;
  color: transparent;
  font-size: 0/0 none;
  overflow: hidden;
  height: 0;
  width: 0;
}
.sidebar .block-superfish ul.sf-style-none ul a {
  border-bottom: 1px solid #c7c7c7;
}
.sidebar .block-superfish ul.sf-style-none ul li:last-child a {
  border-bottom: 0;
}

#footer {
  padding: 0px 5px 10px;
  background: #747376;
  color: #fff;
  font-size: .75em;
  /* Footer Logo Block */
  /* Footer Menu Styles */
}
#footer a {
  color: #fff;
}
#footer .block {
  float: left;
  clear: left;
  margin-bottom: 0;
}
#footer #block-block-1 {
  float: right;
  clear: right;
}
#footer #block-block-1 a.stanford,
#footer #block-block-1 a.doe {
  font: 0/0 none;
  display: inline-block;
  height: 54px;
}
#footer #block-block-1 a.stanford {
  background: transparent url("images/stanford-logo.png") no-repeat center center;
  width: 55px;
}
#footer #block-block-1 a.doe {
  background: transparent url("images/doe-logo.png") no-repeat center center;
  width: 145px;
  margin-right: 10px;
}
#footer #block-block-1 a.rde {
  background: transparent url("images/rde.png") no-repeat top center!important;
  width: 105px;
}
#footer #block-block-1 a.rde { 
    display: inline-block;
    font: 0px/0 none;
    height: 58px;
}

#footer #block-block-1 a.slac {
  background: transparent url("images/slac.png") no-repeat top center!important;
  width: 190px;
}
#footer #block-block-1 a.slac { 
    display: inline-block;
    font: 0px/0 none;
    height: 54px;
}


#footer ul.menu {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #878789;
  margin: 5px 0;
}
#footer ul.menu li {
  display: inline;
  margin-right: 40px;
}
#footer ul.menu li:before {
  content: "»";
  margin-right: 5px;
  font-size: 1.1em;
}

.region-header {
  float: right;
  text-align: right;
}
.region-header ul.menu {
  margin: 0;
}
.region-header ul.menu li {
  display: inline;
  margin-left: 20px;
}
.region-header ul.menu li::before {
  content: "»";
  margin-right: 5px;
  font-size: 1.1em;
}

/* Admin Pages */
.page-conference-admin td, .page-conference-admin th {
  font-size: .8em;
}
.page-conference-admin .view-advanced-registrations-report {
  table-layout: fixed;
}
.page-conference-admin .view-advanced-registrations-report th {
  font-size: .6em;
  word-wrap: normal;
}

#block-system-help {
  background: #f1f1f1 url("images/help.png") no-repeat 9px 9px;
  border: 1px solid #eeeeee;
  padding: 10px 10px 10px 30px;
  margin: 20px;
}
#block-system-help h3 {
  margin: 0;
}

.view-conference-registration h1.node-title {
  font-size: 1.25em;
}
.view-conference-registration table caption {
  font-weight: 500;
  background-color: #737373;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}

#commerce-checkout-form-registration > div > fieldset {
  border: 0;
  padding: 0 0 20px 0;
}
#commerce-checkout-form-registration > div > fieldset > legend {
  box-sizing: border-box;
  background: #AA9267;
  color: #fff;
  padding: 5px 10px 5px 10px;
  width: 100%;
}
#commerce-checkout-form-registration > div > fieldset > .fieldset-wrapper {
  background: #dbdbda;
  padding: 10px;
}
#commerce-checkout-form-registration > div > fieldset > .fieldset-wrapper fieldset {
  border: 1px solid #999999;
  border-width: 1px 0 0 0;
}

/* Responsive Default */
/* smartphone_landscape one_col_vert */
@media only screen and (min-width: 321px) and (max-width: 480px) {
  .container {
    width: 100%;
  }

  .two-sidebars .content-inner, .one-sidebar .content-inner, .region-sidebar-first, .region-sidebar-second {
    margin-left: 0;
    margin-right: 0;
  }

  .region-sidebar-first {
    width: 50%;
  }

  .region-sidebar-second {
    width: 50%;
  }

  .one-sidebar .sidebar {
    width: 100%;
  }

  .region-sidebar-first, .region-sidebar-second {
    overflow: hidden;
    margin-top: 20px;
    float: left;
    clear: none;
  }

  .region-sidebar-first.block, .region-sidebar-second .block {
    width: 100%;
  }

  .at-panel .region {
    display: inline;
    float: left;
  }

  .two-brick > .panel-row > .region, .two-66-33 > .region, .two-50 > .region, .two-33-66 > .region, .three-inset-right > .inset-wrapper, .three-inset-right > .inset-wrapper > .region, .three-inset-right > .region-three-inset-right-sidebar, .three-inset-left > .inset-wrapper, .three-inset-left > .inset-wrapper > .region, .three-inset-left > .region-three-inset-left-sidebar, .three-50-25-25 > .region, .three-3x33 > .region, .three-25-50-25 > .region, .three-25-25-50 > .region, .six-6x16 > .panel-row > .region, .six-6x16 > .panel-row, .four-4x25 > .panel-row > .region, .four-4x25 > .panel-row, .five-5x20 > .panel-row > .region, .five-5x20 > .panel-row {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }
}
/* tablet_portrait one_col_vert */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    width: 100%;
  }

  .two-sidebars .content-inner, .one-sidebar .content-inner, .region-sidebar-first, .region-sidebar-second {
    margin-left: 0;
    margin-right: 0;
  }

  .region-sidebar-first {
    width: 50%;
  }

  .region-sidebar-second {
    width: 50%;
  }

  .one-sidebar .sidebar {
    width: 100%;
  }

  .region-sidebar-first, .region-sidebar-second {
    overflow: hidden;
    margin-top: 20px;
    float: left;
    clear: none;
  }

  .region-sidebar-first.block, .region-sidebar-second .block {
    width: 100%;
  }

  .at-panel .region {
    display: inline;
    float: left;
  }

  .two-brick > .panel-row {
    float: none;
  }

  .two-brick > .panel-row > .region, .two-50 > .region, .three-50-25-25 > .region-three-50-25-25-second, .three-50-25-25 .region-three-50-25-25-third, .three-3x33 > .region, .four-4x25 > .panel-row > .region, .five-5x20 > .panel-row > div.region {
    width: 50%;
  }

  .two-66-33 > .region-two-66-33-first, .two-33-66 > .region-two-33-66-second {
    width: 66.666666%;
  }

  .two-66-33 > .region-two-66-33-second, .two-33-66 > .region-two-33-66-first {
    width: 33.333333%;
  }

  .three-inset-right > .region-three-inset-right-sidebar, .three-25-50-25 > div.region-three-25-50-25-third, .three-25-25-50 > div.region-three-25-25-50-second {
    width: 25%;
  }

  .three-inset-right > .inset-wrapper {
    width: 75%;
    float: left;
  }

  .three-inset-right > .inset-wrapper > .region, .three-inset-left > .inset-wrapper > .region, .three-50-25-25 > .region-three-50-25-25-first, .three-3x33 > div.region-three-33-first, .three-25-50-25 > .region-three-25-50-25-first, .three-25-25-50 > .region-three-25-25-50-first, .six-6x16 > .panel-row, .four-4x25 > .panel-row, .five-5x20 > div.panel-row, .five-5x20 > div.panel-row > div.region-five-fifth {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }

  .three-inset-left > .region-three-inset-left-sidebar {
    width: 25%;
    float: right;
  }

  .three-inset-left > .inset-wrapper {
    width: 75%;
    float: right;
  }

  .three-25-50-25 > div.region-three-25-50-25-second, .three-25-25-50 > div.region-three-25-25-50-third {
    width: 75%;
  }

  .six-6x16 > .panel-row > .region {
    width: 50%;
    float: left;
  }
}
/* tablet_landscape three_col_grail */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  #content-column, .content-column, div.sidebar {
    float: left;
    clear: none;
  }

  .two-sidebars .content-inner {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sidebar-first .content-inner {
    margin-left: 20%;
    margin-right: 0;
  }

  .sidebar-second .content-inner {
    margin-right: 20%;
    margin-left: 0;
  }

  .region-sidebar-first {
    width: 20%;
    margin-left: -100%;
  }

  .region-sidebar-second {
    width: 20%;
    margin-left: -20%;
  }

  .at-panel .region {
    display: inline;
    float: left;
  }

  .two-brick > .panel-row {
    float: none;
  }

  .two-brick > .panel-row > .region, .two-50 > .region, .three-50-25-25 > div.region-three-50-25-25-first, .three-25-50-25 > div.region-three-25-50-25-second, .three-25-25-50 > div.region-three-25-25-50-third, .five-5x20 > .row-1 div.region-five-first, .five-5x20 .row-1 div.region-five-second {
    width: 50%;
  }

  .two-66-33 > .region-two-66-33-first, .two-33-66 > .region-two-33-66-second, .three-inset-right > .inset-wrapper > div.region-three-inset-right-middle, .three-inset-left > .inset-wrapper > div.region-three-inset-left-middle {
    width: 66.666666%;
  }

  .two-66-33 > .region-two-66-33-second, .two-33-66 > .region-two-33-66-first, .three-inset-right > .inset-wrapper > div.region-three-inset-right-inset, .three-inset-left > .inset-wrapper > div.region-three-inset-left-inset, .three-3x33 > .region, .five-5x20 > .panel-row > .region {
    width: 33.333333%;
  }

  .three-inset-right > .region-three-inset-right-sidebar, .three-inset-left > .region-three-inset-left-sidebar, .three-50-25-25 > .region, .three-25-50-25 > .region, .three-25-25-50 > .region {
    width: 25%;
  }

  .three-inset-right > .inset-wrapper {
    width: 75%;
    float: left;
  }

  .three-inset-right > .inset-wrapper > .region, .three-inset-left > .inset-wrapper > .region {
    width: 100%;
  }

  .three-inset-left > .region-three-inset-left-sidebar, .three-inset-left > .inset-wrapper, .three-inset-left > .inset-wrapper > .region-three-inset-left-middle {
    float: right;
  }

  .three-inset-left > .inset-wrapper {
    width: 75%;
  }

  .six-6x16 > .panel-row {
    width: 33.333333%;
    float: left;
  }

  .six-6x16 > .panel-row > .region, .five-5x20 > .panel-row {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }

  .four-4x25 > .panel-row > .region, .four-4x25 > .panel-row {
    width: 50%;
    float: left;
  }
}
/* bigscreen three_col_grail */
@media only screen and (min-width: 1100px) {
  .container {
    width: 100%;
    max-width: 1160px;
  }

  #content-column, .content-column, div.sidebar {
    float: left;
    clear: none;
  }

  .two-sidebars .content-inner {
    margin-left: 160px;
    margin-right: 205px;
  }

  .sidebar-first .content-inner {
    margin-left: 160px;
    margin-right: 0;
  }

  .sidebar-second .content-inner {
    margin-right: 205px;
    margin-left: 0;
  }

  .region-sidebar-first {
    width: 160px;
    margin-left: -100%;
  }

  .region-sidebar-second {
    width: 205px;
    margin-left: -205px;
  }

  .at-panel .region {
    display: inline;
    float: left;
  }

  .two-brick > .panel-row {
    float: none;
  }

  .two-brick > .panel-row > .region, .two-50 > .region, .three-50-25-25 > div.region-three-50-25-25-first, .three-25-50-25 > div.region-three-25-50-25-second, .three-25-25-50 > div.region-three-25-25-50-third, .five-5x20 > .row-1 div.region-five-first, .five-5x20 .row-1 div.region-five-second {
    width: 50%;
  }

  .two-66-33 > .region-two-66-33-first, .two-33-66 > .region-two-33-66-second, .three-inset-right > .inset-wrapper > div.region-three-inset-right-middle, .three-inset-left > .inset-wrapper > div.region-three-inset-left-middle {
    width: 66.666666%;
  }

  .two-66-33 > .region-two-66-33-second, .two-33-66 > .region-two-33-66-first, .three-inset-right > .inset-wrapper > div.region-three-inset-right-inset, .three-inset-left > .inset-wrapper > div.region-three-inset-left-inset, .three-3x33 > .region, .five-5x20 > .panel-row > .region {
    width: 33.333333%;
  }

  .three-inset-right > .region-three-inset-right-sidebar, .three-inset-left > .region-three-inset-left-sidebar, .three-50-25-25 > .region, .three-25-50-25 > .region, .three-25-25-50 > .region {
    width: 25%;
  }

  .three-inset-right > .inset-wrapper {
    width: 75%;
    float: left;
  }

  .three-inset-right > .inset-wrapper > .region, .three-inset-left > .inset-wrapper > .region {
    width: 100%;
  }

  .three-inset-left > .region-three-inset-left-sidebar, .three-inset-left > .inset-wrapper, .three-inset-left > .inset-wrapper > .region-three-inset-left-middle {
    float: right;
  }

  .three-inset-left > .inset-wrapper {
    width: 75%;
  }

  .six-6x16 > .panel-row {
    width: 33.333333%;
    float: left;
  }

  .six-6x16 > .panel-row > .region, .five-5x20 > .panel-row {
    float: none;
    display: block;
    width: 100%;
    clear: both;
  }

  .four-4x25 > .panel-row > .region, .four-4x25 > .panel-row {
    width: 50%;
    float: left;
  }
}
