/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smartphone sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smartphone sizes and down
 */


 
@media only screen and (min-width: 321px) and (max-width: 360px) {

/* SECOND LEVEL BANNERS */

	.not-front .region-banner {
    height: 330px;
    }
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}

	.not-front .bannertitle {
    font-weight: lighter;
    font-size: 20px;
    margin:30px 0 0 0;
	}

	.not-front .region-banner #background img {
    width: 550px !important;
	}

	.not-front .bannerblock {
    float: left;
    margin: 125px 0 0;
    max-width: 100%;
    width: 100%;
	}

	.not-front .region-banner .banner-inner {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    margin-left:0;
	}

	.not-front #banner-wrapper {
    height: 325px;
	}

	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}

	.not-front .bannerblocktop {
    background-color: rgba(255, 255, 255, 0.5);
    min-height: 50px;
    padding: 5px 10px 10px 10px;
    font-size:11px;
	}

	.not-front .bannerblockbottom {
    min-height: 50px;
    padding: 5px 10px 10px 10px;
    font-size:11px;
	}

	.not-front #banner-wrapper .block-inner {
	margin:0;
	}

	.not-front #banner-wrapper .bannertitle {
	margin:0px 0 0 15px;
	}

	#page-title {
	font-size: 30px;
    margin: 0 0 20px;
	}

	.startblock {
    width: 100%;
	}	
	
	/* SECOND LEVEL CAROUSELS */

	.not-front #block-views-carousels-block-2 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-3 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-4 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-5 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-6 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-7 .jcarousel-skin-default .jcarousel-container-horizontal, .not-front #block-views-carousels-block-8 .jcarousel-skin-default .jcarousel-container-horizontal {
    height: 202px;
    margin: 0 auto;
    padding: 20px 40px 20px 10px;
    width: 300px;
	}

	.not-front #block-views-carousels-block-2 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-3 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-4 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-5 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-6 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-7 .jcarousel-skin-default .jcarousel-clip-horizontal, .not-front #block-views-carousels-block-8 .jcarousel-skin-default .jcarousel-clip-horizontal {
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 275px;
	}

	.not-front .jcarousel-skin-default .jcarousel-item {
	width: 270px !important;
	height:225px;
	}

	#widget_pager_bottom_scholarships_slider-block_5_1 {
    
    top: 680px;
    }
    
	.nivo-caption {
    position: relative;
    opacity:1;
    min-height:100px;
    }
    .nivo-caption h2 {
    font-size:20px !important;
    }
    .nivo-caption p {
    font-size:16px !important;
    }
    .page-node-148875 .home2019-ctasection p {
    max-width: 90%;
    font-size: 30px;
    margin:0 auto;
    }
    #banner-wrapper {
    margin-top: -15px;
    }
    .page-node-148875 .jcarousel-skin-default .jcarousel-item {
    width: auto !important;
    height: auto !important;
    margin: 0 10px;
	}
	
	.grants-column {
	max-width: 175px;
    margin: 10px auto;
    width: 100%;
    float: none;
    text-align: center;

	}
	.page-node-148875 #block-block-323 {
    max-height: auto !important;
	}
	.page-node-148875 .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    max-width: 300px;
    }


}


@media only screen and (max-width: 480px) {
  /* 
   * Float Region blocks example:
   * In smaller screen sizes we can remove the float and widths so all blocks
   * stack instead of displaying horizonally. The selector used here is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   * 
   * "Float Region blocks" is an extension for floating blocks in regions, see
   * your themes appearance settings, under the Extensions tab.
   */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }
  
  .view-coronavirus-response-donors .view-content {
	display:grid;
	grid-template-columns:1fr;
	grid-column-gap: 0em;
	}
  
  .right {
	float:none;
	width:100%;
	margin-left:0;
	margin-bottom:20px;
	}
  
  .rfcontainer .third,.rfcontainer .twothirds,.rflinks-left,.rflinks-details {
    float: none;
    width: 100%;
    margin-right: 0;
    display:block;
	}
	.view-scholarships-slider .views-field-field-caption {
    position: relative;
    }
    .rfslider {
    min-height: 400px;
    }
    .rfcontainer .twothirds.last, .rfcontainer .third.last {
    margin-right: 0%;
    text-align: center;
	}
	.rflinks-details ul {
		padding:0;
	}
	#widget_pager_bottom_scholarships_slider-block_5_1 {
    
    top: 680px;
    }
    .rfslider .views-field-field-caption h3 {
    font-size: 20px;
    }
    
    .rflinks-details-inner li {
    
    font-size:12px;
	}
	
	#views_slideshow_controls_text_scholarships_slider-block_5_1 {
    width: 100%;
    }
    
    .view-scholarships-slider.view-display-id-block_5 .views-field-field-caption .field-content {
    max-width: 90%;
    margin: 0 auto;
	}
	
	.page-node-108837 #banner-wrapper {
    height: 840px !important;
	}
	.page-node-108837 .region-banner {
	height: 840px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}

	.ggbanner {
	height:350px !important;
	}

	.greystripe {
	height:auto !important;
	}
	
	.bluestripe {
	height:auto;
	}
	.videos {
	max-width:100%;
	margin:0 auto;
	padding:20px 0;
	}

	.videos-left,.videos-middle,.videos-right {
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	float: none;
	text-align:center;
	}
	.orange-inner p {
    padding: 0 5% 30px;
    }
    .nivo-caption {
    position: relative;
    opacity:1;
    min-height:100px;
    }
    .nivo-caption h2 {
    font-size:20px !important;
    }
    .nivo-caption p {
    font-size:16px !important;
    }
    .page-node-148875 .home2019-ctasection p {
    max-width: 90%;
    font-size: 30px;
    margin:0 auto;
    }
    #banner-wrapper {
    margin-top: -15px;
    }
    .page-node-148875 .jcarousel-skin-default .jcarousel-item {
    width: auto !important;
    height: auto !important;
    margin: 0 10px;
	}
	
	.grants-column {
	max-width: 175px;
    margin: 10px auto;
    width: 100%;
    float: none;
    text-align: center;

	}
	
	.page-node-148880 .session,.page-node-148880 .census-business,.page-node-148880 .census-talking {
	float: none;
    width: 100%;
    margin-right: 0;
	border-right:0;
	text-align: center;

	}
	
	.census-grey .session {
    padding: 0;
    }
	.page-node-148880 .left,.page-node-148880 .right {

    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;

	}
	.page-node-148875 #block-block-323 {
    max-height: auto !important;
	}
	#block-block-326 .block-title {

    font-size: 34px;
    }
    
    .page-node-148875 .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    max-width: 300px;
    }
    
    .view-svcf-values-slider .views-slideshow-controls-top {
    top: 200px;

	}
	
	.page-node-150764 .button {
	font-size:16px;
	}
	
	.fund-button {
		font-size:14px;
		white-space:nowrap;
	}
	.view-organizations .views-row .field-content {

    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0em;
	}
	.view-organizations .views-row-even .field-content div:first-of-type {

    display: none;
	}
	.view-organizations .views-row-odd .field-content div:first-of-type {
	display: none;
	}
	.tooltip .tooltiptext {
    width: 90%;
    margin-left: -200px;
	}
	.tooltip .tooltiptext::after {
    left: 50%;
    }
    
    .three-columns {
    grid-template-columns: 1fr;
	}
.four-columns {
    grid-template-columns: 1fr;
	}
.five-columns {
    grid-template-columns: 1fr;
	}
	.page-node-177703 .halves {
	grid-template-columns:1fr !important;
	
	}
	.page-node-177703 .halves div img {
		margin: 15px auto !important;
	}
	.page-node-177703 .halves div.firstonmobile {
		grid-row:1 !important;
	}
	.page-node-177703 .halves div {
	text-align:center;
	margin: unset !important;
	}
	.page-node-177703 .twothirds {
	grid-template-columns: auto;
	}
	.page-node-177703 .twothirds div {
	margin: unset !important;
	text-align: center;
	}
	.page-node-177703 .twothirds div img {
	margin: 0 auto !important;
	}


}
 @media only screen and (min-width: 481px) and (max-width: 599px) {
 
 	.fund-button {
		font-size:16px;
		white-space:nowrap;
	}

	/* NGO OVERRIDES  */

	.not-front.section-ngo .region-banner {
    height: 190px !important;
	}

	.not-front.section-ngo #banner-wrapper {
    height: 200px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}
	
	#block-views-home-page-rotator-block-1 {
    height: 230px !important;
	}
	
	.banner-left,.banner-right {
    float: left !important;
    width: 50% !important;
	}
	
	.front .pretitle {
    font-size: 40px !important;
    line-height: 40px !important;
	}
	.rfslider {
    min-height: 400px;
    }
    .rfcontainer .twothirds.last, .rfcontainer .third.last {
    margin-right: 0%;
    text-align: center;
	}
	.rflinks-details ul {
		padding:0;
	}
	#views_slideshow_controls_text_scholarships_slider-block_5_1 {
    top: 150px;
    }
    .rflinks-details-inner li {
    
    font-size:12px;
	}
	.rfcontainer .third.last .inner h4 {
    
    font-size: 16px;
    }
	.view-scholarships-slider.view-id-scholarships_slider .views-slideshow-controls-bottom {
    
    height: 400px;
	}
	#widget_pager_bottom_scholarships_slider-block_5_1 {
    
    top: 350px;
    }
    .rfcontainer h3 {
    font-size: 24px !important;
    }
    #views_slideshow_controls_text_scholarships_slider-block_5_1 {
    width: 100%;
    }
    
    .view-scholarships-slider.view-display-id-block_5 .views-field-field-caption .field-content {
    max-width: 90%;
    margin: 0 auto;
	}
	
	.videos {
	max-width:100%;
	margin:0 auto;
	padding:20px 0;
	}

	.videos-left,.videos-middle,.videos-right {
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	float: none;
	text-align:center;
	}
	.orange-inner p {
    padding: 0 5% 30px;
    }
    .nivo-caption {
    position: relative;
    opacity:1;
    min-height:100px;
    }
    .nivo-caption h2 {
    font-size:20px !important;
    }
    .nivo-caption p {
    font-size:16px !important;
    }
    #banner-wrapper {
    margin-top: -15px;
    }
    .page-node-148875 .jcarousel-skin-default .jcarousel-item {
    width: auto !important;
    height: auto !important;
    margin: 0 10px;
	}
	
	.page-node-148880 .session,.page-node-148880 .census-business,.page-node-148880 .census-talking {
	float: none;
    width: 100%;
    margin-right: 0;
	border-right:0;
	text-align: center;

	}
	.census-grey .session {
    padding: 0;
    }
	.page-node-148880 .left,.page-node-148880 .right {

    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;

	}
	.page-node-148875 #block-block-323 {
    max-height: auto !important;
	}
	.page-node-148875 .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    max-width: 400px;
    }
    .view-svcf-values-slider .views-slideshow-controls-top {
    top: 200px;

	}
	.tooltip .tooltiptext {
    width: 90%;
    margin-left: -250px;
	}
	.tooltip .tooltiptext::after {
    left: 50%;
    }
    .view-coronavirus-response-donors .view-content {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap: 3em;
	}
	
	.three-columns {
    grid-template-columns: 1fr 1fr;
	}
.four-columns {
    grid-template-columns: 1fr 1fr;
	}
.five-columns {
    grid-template-columns: 1fr 1fr;
	}
	.page-node-177703 .halves {
	grid-template-columns:1fr !important;
	
	}
	.page-node-177703 .halves div img {
		margin: 15px auto !important;
	}
	.page-node-177703 .halves div.firstonmobile {
		grid-row:1 !important;
	}
	.page-node-177703 .halves div {
	text-align:center;
	margin: unset !important;
	}
	.page-node-177703 .twothirds {
	grid-template-columns: auto;
	}
	.page-node-177703 .twothirds div {
	margin: unset !important;
	text-align: center;
	}
	.page-node-177703 .twothirds div img {
	margin: 0 auto !important;
	}
	

}

 @media only screen and (min-width: 600px) and (max-width: 640px) {
 .page-node-177703 .halves {
	grid-template-columns:1fr !important;
	
	}
 .page-node-177703 .halves div img {
		margin: 15px auto !important;
	}
	.page-node-177703 .halves div.firstonmobile {
		grid-row:1 !important;
	}
	.page-node-177703 .halves div {
	text-align:center;
	margin: unset !important;
	}
	.page-node-177703 .twothirds {
	grid-template-columns: auto;
	}
	.page-node-177703 .twothirds div {
	margin: unset !important;
	text-align: center;
	}
	.page-node-177703 .twothirds div img {
	margin: 0 auto !important;
	}
 
	#block-views-home-page-rotator-block-1 {
    height: 260px !important;
	}
	
	.banner-left,.banner-right {
    float: left !important;
    width: 50% !important;
	}
	.section-mathmisplacement #banner-wrapper {
    height: 135px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}
	#views_slideshow_controls_text_scholarships_slider-block_5_1 {
    width: 100%;
    }
    
    .view-scholarships-slider.view-display-id-block_5 .views-field-field-caption .field-content {
    max-width: 90%;
    margin: 0 auto;
	}
	.page-node-148875 .jcarousel-skin-default .jcarousel-item {
    margin: 0 10px;
	}
	.page-node-148875 #block-block-323 {
    max-height: auto !important;
	}
	
	.view-svcf-values-slider .views-slideshow-controls-top {
    top: 300px;

	}
	.view-coronavirus-response-donors .view-content {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap: 3em;
	}
	
	.three-columns {
    grid-template-columns: 1fr 1fr;
	}
	.four-columns {
    grid-template-columns: 1fr 1fr;
	}
	.five-columns {
    grid-template-columns: 1fr 1fr;
	}
 
 }

 @media only screen and (min-width: 641px) and (max-width: 767px) {

	.not-front .region-banner #background img {
    width: 768px !important;
	}
	
	#block-views-home-page-rotator-block-1 {
    height: 300px !important;
	}
	
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    font-size: 12px;
	}
	
	#block-om-maximenu-om-maximenu-2 .block-content,#block-superfish-1,#block-search-form,#block-block-148,#block-om-maximenu-om-maximenu-1 {
	display:none;
	}

	#header-wrapper {
    height: 60px;
	}

	#logo img {
    height: 50px !important;
	}

	#block-om-maximenu-om-maximenu-2 h2.block-title {
    background: url("../images/mobile-menu-heading.png") no-repeat scroll left top rgba(0, 0, 0, 0) !important;
	color: #383C37;
	margin: 0px 0 0 -50px;
	font-size: 0;
	padding: 40px 0 40px 0;
	}

	#collapsed-menu-button {
    background: url("../images/mobile-menu-heading.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 30px;
	font-size: 0;
	/* margin: 30px 0 0 0; */
	background-color: none;
	border: 0px solid #cccccc;
	border-radius: 0;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right:00px;
	}

	#collapsed-menu-button:hover {
    background: url("../images/mobile-menu-heading.png") no-repeat scroll 0 -60px rgba(0, 0, 0, 0);
    }

	div#mobile-menu-inner {
	display: block;
	position: absolute;
	top: 55px;
	width: 100%;
	text-align: left;
	}

	div#mobile-menu-inner li.om-leaf.last.leaf- {
	height:150px;
	padding:0px 0 0 0;
	}

	.always-open {
	height: 20px;
	display:block !important;
	}

	.last div.om-maximenu-content.closed.om-maximenu-displace,.last div.om-maximenu-content.closed.om-maximenu-displace {
	position: relative;
	display: block;
	}

	#upper-right {
    width: 100%;
	}

	div.block.block-search.block-search-id-form.first {
	width:300px;
	margin:5px auto;
	}

	.block.block-menu_block {
	margin-bottom:0;
	}


	div#mobile-menu-inner li.om-leaf.last.leaf- div.om-maximenu-middle-right h3.title {
	display:none;
	}

	div#mobile-menu-inner li.om-leaf.last.leaf- .om-maximenu-middle-right li {
	display:none !important;
	}

	div.block.block-block.block-block-id-148.last {
	float:left !important;
	width:90px !important;
	margin: 0 0 0 10px;
	}

	div#mobile-menu-inner li.om-leaf.last.leaf- .om-maximenu-middle-right li.first {
	float:left !important;
	border:1px solid #CCC !important;
	clear:none !important;
	width:85px !important;
	display:block !important;
	margin:15px 0 0 0;
	}

	div.block.block-block.block-block-id-151 {
	width:300px !important;
	position:absolute;
	top:50px;
	right:-15px;
	}

	#mobile-menu li.item-with-ul > *:first-child, .mobile-menu li.item-with-ul > *:first-child {
    background-image: url("../images/menu-arrow-down.png");
    background-position: 90% center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    float: none;
    margin: 0;
    width: 100%;
	}

	.page-node-108837 #banner-wrapper {
    height: 840px !important;
	}
	.page-node-108837 .region-banner {
	height: 840px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}

	.ggbanner {
	height:350px !important;
	}

	.greystripe {
	height:auto !important;
	}
	.bluestripe {
	height:auto;
	}
	
	.videos {
	max-width:100%;
	margin:0 auto;
	padding:20px 0;
	}

	.videos-left,.videos-middle,.videos-right {
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	float: none;
	text-align:center;
	}
	.orange-inner p {
    padding: 0 5% 30px;
    }
    .nivo-caption {
    position: relative;
    opacity:1;
    min-height:125px;
    }
    .nivo-caption h2 {
    font-size:24px !important;
    }
    .nivo-caption p {
    font-size:16px !important;
    }
    
    .page-node-148880 .left,.page-node-148880 .right {

    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;

	}

	.page-node-148875 .grants,.orange-inner {
    max-width: 700px;
    margin: 0 auto;
	}
	
	.page-node-148875 #block-block-323 {
    max-height: auto !important;
	}
	
	.page-node-148875 .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    max-width: 500px;
    }
    
    .view-svcf-values-slider .views-slideshow-controls-top {
    top: 300px;

	}
	
	.three-columns {
    grid-template-columns: 1fr 1fr;
	}
.four-columns {
    grid-template-columns: 1fr 1fr;
	}
.five-columns {
    grid-template-columns: 1fr 1fr;
	}
	

}

/*
 * Tablet sizes and up
 */
 
 @media only screen and (min-width: 768px) and (max-width: 830px) {
 
 	.bannertitle {
    font-size: 28px;
    }
    
    #block-views-home-page-rotator-block-1 {
    height: 370px !important;
	}
 
	
	.front .bannerblockbottom {
    height: 183px;
    padding: 5px 5px 5px 10px;
	}
	
	.front .pretitle {
    font-size: 50px;
    line-height: 50px;
    margin: 10px 0 0;
	}

	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    padding: 6px 5px 0;
	}
	
	.not-front .region-banner .banner-inner {
    height: 184px !important;
    left: 10px !important;
    margin-left: 10px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    max-width:800px !important;
	}
	
	.not-front .region-banner {
    height: 184px;
    }
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}
	
	.not-front .bannertitle {
    font-weight: lighter;
    font-size: 30px;
    margin:20px 0 0 0;
	}

	.not-front .bannerblock {
    font-size: 11px !important;
    height: 184px !important;
    max-width: 220px;
	}
	
	.not-front #banner-wrapper {
	height: 184px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;
	}

	.not-front .bannerblocktop {
    height: 77px !important;
    padding: 15px 10px 0 10px !important;
    min-height: 77px !important;
    font-size:11px !important;
    line-height:130%;
	}
	
	.not-front .bannerblockbottom {
    height: 82px !important;
    padding: 10px 10px 0 10px !important;
    min-height:82px !important;
    font-size:11px !important;
    line-height:130%;
	}
	
	.not-front .bannerblocktop strong, .not-front .bannerblockbottom strong {
    font-size: 14px;
    font-weight: normal;
	}
	
	.page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 500px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {
	clear:both;
    height: auto !important;

	}
	.page-node-148875 .grants,.orange-inner {
    max-width: 700px;
    margin: 0 auto;
	}
	
	.page-node-148875 .view-carousels .jcarousel-skin-default .jcarousel-container-horizontal {
    max-width: 600px;
    }
    
    .view-svcf-values-slider .views-slideshow-controls-top {
    top: 300px;

	}

	
}	
@media only screen and (max-width: 930px) {	
	.videos {
	max-width:100%;
	margin:0 auto;
	padding:20px 0;
	}

	.videos-left,.videos-middle,.videos-right {
	max-width: 450px;
	margin: 0 auto;
	width: 100%;
	float: none;
	text-align:center;
	}
	.nivo-caption {
    position: relative;
    opacity:1;
    min-height:100px;
    }
    .nivo-caption h2 {
    font-size:20px !important;
    }
    .nivo-caption p {
    font-size:16px !important;
    }


}
@media only screen and (max-width: 800px) {
.orgblocks {
    grid-template-columns: 1fr;
    }
    
    .page-node-150764 .buttons {
	grid-template-columns:1fr;
	min-height: 100px;
	grid-column-gap: 0;
	}
	
	.bullets, .halves,.thirds,.fourths {
	grid-template-columns:1fr;
	min-height: 100px;
	grid-column-gap: 0;
	}
	.page-node-177703 .halves {
	grid-template-columns:1fr 1fr;
	
	}
	.page-node-177703 .halves div {
	
	margin:unset !important;
	}
}
 
/* @media only screen and (min-width: 768px) {} */
/*
 * Desktops/laptops and up
 */
/* @media only screen and (min-width: 1025px) {} */

@media only screen and (min-width: 801px) and (max-width: 830px) {
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    font-size: 13px !important;
    padding:0 5px;
    }
	.not-front .region-banner .banner-inner {
    height: 184px !important;
    left: 10px !important;
    margin-left: 10px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    max-width:830px !important;
	}
	
	.not-front .region-banner {
    height: 184px;
    }
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;


	}
    
    .page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 550px !important;
	}
	
	.not-front.page-node-108804 #banner-wrapper {
    height: 300px !important;
    overflow:hidden;
    
	}
	
	.not-front.page-node-108804 .region-banner {
    height: 300px !important;
    top:0;
    }

}

@media only screen and (min-width: 831px) and (max-width: 900px) {

	
	.page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 550px !important;
	}
	.page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;


}

	#block-views-home-page-rotator-block-1 {
    height: 400px !important;
	}
	
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    font-size: 14px !important;
    }
 
	.front .pretitle {
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0 0;
	}

	.not-front .region-banner .banner-inner {
    height: 196px !important;
    left: 10px !important;
    margin-left: 10px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    max-width:830px !important;
	}
	
	.not-front .region-banner #background img {
    max-width: 970px !important;
    }
	
	
	.not-front #banner-wrapper {
    height: 196px !important;
    overflow:hidden;
	}
	
	
	.not-front .region-banner {
    height: 196px !important;
    top:0;
    }
    
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {
	clear:both;
    height: auto !important;

	}
	
	.not-front .region-banner #background {
    height: 196px !important;
	}
	
	.not-front .bannerblock {
    height: 196px !important;
	}
	
	.not-front .bannerblocktop {
    height: 88px !important;
    padding: 10px 10px 0 10px;
    min-height:105px;
	}
	
	.not-front .bannerblockbottom {
    height: 88px !important;
    padding: 10px 10px 0 10px;
    min-height:105px;
	}
	
	.not-front.page-node-108804 #banner-wrapper {
    height: 330px !important;
    overflow:hidden;
    
	}
	
	.not-front.page-node-108804 .region-banner {
    height: 330px !important;
    top:0;
    }
    
    .view-svcf-values-slider .views-slideshow-controls-top {
    top: 300px;

	}

}

@media only screen and (min-width: 901px) and (max-width: 969px) {

	.page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 600px !important;
}
	
	#block-views-home-page-rotator-block-1 {
    height: 400px !important;
	}
	
	.om-maximenu.om-maximenu-block.om-maximenu-row ul.om-menu li.om-leaf {
    font-size: 14px !important;
    }
 
	.front .pretitle {
    font-size: 60px;
    line-height: 60px;
    margin: 10px 0 0;
	}

	.not-front .region-banner .banner-inner {
    height: 196px !important;
    left: 10px !important;
    margin-left: 10px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    max-width:830px !important;
	}
	
	.not-front .region-banner #background img {
    max-width: 970px !important;
    }
	
	
	.not-front #banner-wrapper {
    height: 196px !important;
    overflow:hidden;
	}
	
	.not-front .region-banner {
    height: 196px !important;
    top:0;
    }
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
	
	.not-front .region-banner #background {
    height: 196px !important;
	}
	
	.not-front .bannerblock {
    height: 196px !important;
	}
	
	.not-front .bannerblocktop {
    height: 88px !important;
    padding: 10px 10px 0 10px;
    min-height:105px;
	}
	
	.not-front .bannerblockbottom {
    height: 88px !important;
    padding: 10px 10px 0 10px;
    min-height:105px;
	}
	
	/* BLOG OVERRIDES 

	.page-blog #breadcrumb-wrapper {
    margin: -190px 0 10px !important;
	}

	.section-blog #main-content {
    margin: 16px 10px 0 !important;
	}

	.page-blog #content {
    margin: 70px 0 0 !important;
	}*/
	
	.not-front.page-node-108804 #banner-wrapper {
    height: 360px !important;
    overflow:hidden;
    
	}
	
	.not-front.page-node-108804 .region-banner {
    height: 360px !important;
    top:0;
    }
    
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
	
	.view-svcf-values-slider .views-slideshow-controls-top {
    top: 300px;

	}


}

@media only screen and (min-width: 970px) and (max-width: 1023px) {

	.not-front .region-banner #background img {
    max-width: 1023px !important;
    }

	.page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 650px !important;
	}
	
	.not-front .region-banner .banner-inner {
    height: 220px !important;
    left: 10px !important;
    margin-left: 10px !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
    max-width:960px !important;
	}
	
	
	.not-front #banner-wrapper {
    height: 220px !important;
    overflow:hidden;
    
	}
	
	.not-front .region-banner {
    height: 220px !important;
    top:0;
    }
    
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
	
	.not-front .region-banner #background {
    height: 220px !important;
	}
	
	.not-front .bannerblock {
    height: 220px !important;
	}
	
	.not-front .bannerblocktop {
    height: 100px !important;
    padding: 10px 10px 0 10px;
    min-height:105px;
	}
	
	.not-front .bannerblockbottom {
    height: 100px !important;
    padding: 10px 10px 0 10px;
    min-height:105px;
	}
	
		/* BLOG OVERRIDES 

	.page-blog #breadcrumb-wrapper {
    margin: -210px 0 10px !important;
	}

	.section-blog #main-content {
    margin: 16px 10px 0 !important;
	}

	.page-blog #content {
    margin: 90px 0 0 !important;
	}*/
	
	.not-front.page-node-108804 #banner-wrapper {
    height: 360px !important;
    overflow:hidden;
    
	}
	
	.not-front.page-node-108804 .region-banner {
    height: 360px !important;
    top:0;
    }
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
	.view-svcf-values-slider .views-slideshow-controls-top {
    top: 400px;

	}
	


}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {
	
	.page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 680px !important;
	}
	
	.bannerblockbottom {
    height: 183px;
    padding: 10px 5px 5px 10px;
	}
	
	
	.not-front #banner-wrapper {
    height: 240px !important;
    overflow:hidden;
    
	}
	.front #banner-wrapper {
    height: auto !important;
	}
	
	.not-front .region-banner {
    height: 240px !important;
    top:0;
    }
    
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
	
	.not-front .region-banner #background {
    height: 240px !important;
	}
	
	.not-front .bannerblock {
    height: 240px !important;
	}
	
	.not-front .bannerblocktop {
    height: 105px !important;
    padding: 15px 10px 0 15px;
    min-height:105px;
	}
	
	.not-front .bannerblockbottom {
    height: 105px !important;
    padding: 15px 10px 0 15px;
    min-height:105px;
	}
	
	/* BLOG OVERRIDES 

	.page-blog #breadcrumb-wrapper {
    margin: -230px 0 10px !important;
	}

	.section-blog #main-content {
    margin: 16px 10px 0 !important;
	}

	.page-blog #content {
    margin: 90px 0 0 !important;
	}*/
	
	.page-node-19571 .region-banner,.page-node-19570 .region-banner,.page-node-19571 #banner-wrapper,.page-node-19570 #banner-wrapper {
    height: 725px !important;
	}
	
	.not-front.page-node-108804 #banner-wrapper {
    height: 360px !important;
    overflow:hidden;
    
	}
	
	.not-front.page-node-108804 .region-banner {
    height: 360px !important;
    top:0;
    }
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
	.view-svcf-values-slider .views-slideshow-controls-top {
    top: 500px;

	}
 
 }

@media only screen and (min-width: 1100px) and (max-width: 1233px) {
 
	.page-node-27680.not-front #banner-wrapper, .page-node-27680.not-front .region-banner, #block-block-246 {
    height: 700px !important;
	}
	.bannerblockbottom {
    height: 183px;
    padding: 10px 5px 5px 10px;
	}
	
	.front #banner-wrapper {
    height: auto !important;
	}
	
	
	.not-front #banner-wrapper {
    height: 260px !important;
    overflow:hidden;
    
	}
	
	.not-front .region-banner {
    height: 260px !important;
    top:0;
    }
    
    .page-node-148875  #banner-wrapper,.page-node-148875 .region-banner {

    height: auto !important;

	}
    
    .not-front.page-node-108804 #banner-wrapper {
    height: 360px !important;
    overflow:hidden;
    
	}
	
	.not-front.page-node-108804 .region-banner {
    height: 360px !important;
    top:0;
    }
	
	.not-front .region-banner #background {
    height: 260px !important;
	}
	
	.not-front .bannerblock {
    height: 260px !important;
	}
	
	.not-front .bannerblocktop {
    height: 115px !important;
    padding: 15px 10px 0 15px;
    min-height:105px;
	}
	
	.not-front .bannerblockbottom {
    height: 115px !important;
    padding: 15px 10px 0 15px;
    min-height:105px;
	}
	
		/* BLOG OVERRIDES 
	.page-blog #breadcrumb-wrapper {
    margin: -250px 0 10px !important;
	}

	.section-blog #main-content {
    margin: 16px 10px 0 !important;
	}

	.page-blog #content {
    margin: 130px 0 0 !important;
	}*/
	
	.page-node-19571 .region-banner,.page-node-19570 .region-banner,.page-node-19571 #banner-wrapper,.page-node-19570 #banner-wrapper {
    height: 790px !important;
	}
	
	.page-node-108837 #banner-wrapper {
    height: 700px !important;
	}
	.page-node-108837 .region-banner {
	height: 700px !important;
	}

	.ggbanner {
	height:350px !important;
	}

	.greystripe {
	height:auto !important;
	}
	.bluestripe {
	height:auto;
	}
	
	.view-svcf-values-slider .views-slideshow-controls-top {
    top: 500px;

	}



 
 }
 
@media only screen and (min-width: 1400px) and (max-width: 1551px) { 
	.front #banner-wrapper {
    height: auto !important;
	}
}
