/* Header BG Image CSS
----------------------------------------------------------------*/

.blacktitle {
    padding: 180px 0 80px;
    background: url(../img/black.png) repeat;
    color: #fff;
    text-align: center;
}

.page-template-header-image-page .content, .page-template-contact-with-header-pic  .content, .page-template-gallery .content {
    padding: 80px 0;
}


.page-template-header-image-page .header, .page-template-contact-with-header-pic .header, .page-template-gallery .header, .page-template-header-image-page-FAQ .header, .page-template-header-image-services-page .header, .page-template-header-image-page-reference .header  {
    height: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
    position: absolute;
    z-index: 9;
    width: 100%;
	background: none !important;
}

.page-template-header-image-page-reference .header, .page-template-contact-with-header-pic .header {
    height: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    z-index: 9;
    width: 100%;
    background: none !important;
}


.header {
    height: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
    position: absolute;
    z-index: 9;
    width: 100%;
	background: #000;
}


.blacktitle hr {
    clear: both;
    max-width: 200px;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid #cacaca;
    border-left: 0;
}

.card {
	height: 300px;
	padding: 0px;
	transition: box-shadow 0.3s ease, height 1s ease-out 100ms;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
	font-size: 15px;
	margin-bottom: 0rem;
}

.card {
	display: flex;
	justify-content: center;
	border: 0px solid #e6e6e6;
	border-radius: 0px;
}

.card .panel {
	
}

.card:hover{
	animation-name: expand;
	animation-timing-function: ease-in-out;
	height: 350px;
}


.homeservicedescription {
	width: 80%;
}


/* General
-----------------------------------------------------------*/
body {
	font-size: 14px;
	line-height: 24px;

}

p {
	font-size: 14px;
	line-height: 24px;	
}

h1, h2, h3, h4, h5, h6 { 
	font-family: "Lato", sans-serif;
}



h2 { 
	font-weight: 700;
	font-style: normal;
	font-size: 46px;
	letter-spacing: 1px;
}

h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 0 0;
}

.ourlocations h2 {
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    line-height: 64px;
}

.ourlocations p {
    font-size: 18px;
    letter-spacing: 1px;
}

ul, ol, dl {
    font-size: inherit;
    line-height: inherit;
}

a {
	color: #EF4E29;
}

a:hover, a:focus {
	color: #EF4E29;
}

img.alignright {
	float: right;
}

img.alignleft {
	float: left;	
}



/* Button
-----------------------------------------------------------*/
[type="email"], [type="text"], textarea {
    border: 1px solid #ccc;
    box-shadow: none;
    color: #000;
    height: auto;
    margin: 0 0 10px;
    padding: 15px 20px;
	border-radius: 0;
}

input::placeholder, textarea::placeholder {
    color: inherit;
}

.button {
    margin: 0 0 0rem 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

a.button, [type="submit"] {
    background: #EF4E29;
    border: none;
	border-radius: 0;
    color: #fff;
    cursor: pointer;
    line-height: 1rem;
    margin: 0 0 10px;
    padding: 15px 20px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

a.button:focus, [type="submit"]:focus,
a.button:hover, [type="submit"]:hover {
	background: #EF4E29;
	color: #fff;
}




/* Header
-----------------------------------------------------------*/


/*--- Top ---*/
.top {
	font-family: 'Roboto Condensed', sans-serif;
}

.top ul {
	margin: 0;
}

.top ul li {
    float: left;
    list-style: outside none none;
}


/*--- Header ---*/

.home .header {
    height: 130px;
    padding-top: 20px;
	position: absolute;
	z-index: 9;
	width: 100%;
	background: none;
}



.logo{
	margin-top: 0px;
	position: absolute;
}



/*--- Nav ---*/

.menu-primary-menu-container {
	margin-top: 40px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    right: 5px;
    left: auto;
}

.dropdown.menu a {
	padding: 0.7rem 0rem;
	margin: 0 20px;
    font-size: 13px;
}


.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 0px solid #cacaca;
    background: #fefefe;
}

.dropdown.menu .is-active>a {
	color: #EF4E29;
}

.menu li ul li a {
    line-height: 0;
    text-decoration: none;
    display: block;
    padding: 0rem 0rem;
    color: #000;
}


.menu a {
    text-decoration: none;
	text-transform: uppercase;
    line-height: 0;
    display: block;
    padding: 0rem 0rem;
	color: #fff;
}

ul.nav.dropdown.menu {
    float: right;
}

ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
}

ul.nav.dropdown.menu ul li {
    float: left;
    list-style: none;
    padding: 10px;
}

.secondarymenulink ul.nav.dropdown.menu li {
    float: left;
    list-style: none;
    background: #8ac841;
}

.secondarymenulink ul.nav.dropdown.menu li a {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 20px;
}

.headeraddress .secondarymenulink li {
    padding: 0;
}

ul.nav.dropdown.menu li.current_page_item > a,
ul.nav.dropdown.menu li.current-menu-parent > a,
ul.nav.dropdown.menu li.current-menu-ancestor > a,
ul.nav.dropdown.menu li.current_page_item > a:hover,
ul.nav.dropdown.menu li.current-menu-parent > a:hover,
ul.nav.dropdown.menu li.current-menu-ancestor > a:hover {
	border-bottom: 2px solid #EF4E29;
}

ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
}

ul.nav.dropdown.menu li ul > li:hover {
	background: #ccc;
}

ul.nav.dropdown.menu li ul li > a:hover {
	border-bottom: 0px solid #72963f;
}


.menu-primary-container{
	margin-top: 45px;
}


.headeraddress {
    font-size: 13px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
}

.headeraddress li, .headeraddress a{
	color: #fff;
	text-align: right;
	line-height: 13px;
}

.headeraddress li{
	padding: 0 0 0 8px;
}

.headeraddress ul{
	float: right;
}

.secondarymenu ul.nav.dropdown.menu li > a:hover {
	border-bottom: 0px solid #72963f;
}

.secondarymenu{
	padding: 23px 0 0; 
}

.secondarymenu ul{
	margin-top: 3px; 
}

.secondarymenu ul li a:hover{
	border-bottom: 0px solid #72963f;
}

.secondarymenu a{
	margin: 0;
	color: #797979;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.socialmenu {
    padding: 13px 0 0;
    margin-top: 13px;
}

.socialmenu li a{
	margin-left: 10px;
	color: #395499;
}


/* Mobile menu style */

.position-right.is-transition-push {
    box-shadow: inset 0px 0 0px -13px rgba(10,10,10,.25);
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
}



/* Home
-----------------------------------------------------------*/

/*----- Main -----*/

.black {
	background: url(../img/black.png);
	padding: 300px 0 300px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
	pointer-events: none;
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;
	text-align: center;
}

.main h1{
	color: #fff;
	font-size: 64px;
	line-height: 80px;
	letter-spacing: 1px;
}

.main span{
	color: #fff;
	font-size: 32px;
	line-height: 52px;
}

.main i {
	font-size: 64px; 
	color: #EF4E29;
}

.orbit-slide {
    width: 100%;
    height: 800px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
	pointer-events: none;
}

.orbit-slide a{
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
	pointer-events: none;
}


.ourlocations {
	background: #265479; 
	color: #fff; 
	text-align: center;
	padding-top: 40px;
}

.ourlocations i{
	font-size: 48px; 
	color: #EF4E29; 
	margin-bottom: 10px;
}

.backgrounds{
	-webkit-background-size: cover, auto;
	-moz-background-size: cover, auto;
	-o-background-size: cover, auto;
	background-size: cover, auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center center, bottom; 
}


a.servicelinks {
	color: #fff;
}


.serviceshape {
  --p: 180px; /* control the shape (can be percentage) */
  aspect-ratio: 2;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--p)) 100%,0 100%);
	background: url('../img/elevation-map.png') no-repeat center;
	width: 50%; 
	padding: 200px 0; 
}



/* Content
-----------------------------------------------------------*/
.home .content {
	padding: 0;
	min-height: 0;
}

.content {
    padding: 75px 0 60px;
    min-height: 400px;
}


.galleryimg {
	margin-bottom: 25px;
}

.content hr {
	border: 1px solid #EF4E29;
	width: 75px;
	display: inline-block;
	margin: 0rem;
}

.content h5 {
	font-weight: 700;
	margin: 0rem;
	padding: 0;
	font-size: 24px;
	line-height: 9px;
}

.servicesimg img{
	margin-bottom: 3px;
}

.referencelinks img{
	clear: both;
}

.referencelinks{
	text-align: center;
}

.referencelinks a{
	color: #666;
}

.referencelinks a:hover{
	color: #EF4E29;
}

.referencelink {
	border: 1px solid #ccc;
}


/* FAQ
-----------------------------------------------------------*/

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
    font-size: 18px;
    font-weight: 700;
    color: #EF4E29;
}


.accordion-title h3 {
	font-size: 21px;
	font-weight: 700;
}

 a.accordion-title h3 {
	color: #666;
}

.is-active a.accordion-title h3 {
	color: #EF4E29;
}

.faqform {
	margin-top: 50px;
	background: #eee;
	padding-top: 50px;
	padding-bottom: 30px;
}

.faqform form{
	margin-top: 30px;
}

.page-template-header-image-page-FAQ .content {
	padding-top: 50px;
	padding-bottom: 0;
}


/* Footer
-----------------------------------------------------------*/
.footer {
    background: #265479;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 60px;
	font-size: 13px;

}

.footer a{
	color: #fff;
}

.footer hr {
    display: block;
    text-align: left;
	margin: 5px 0;
	padding: 0;
	line-height: 0;
	clear: both;
}

.footer h4 {
    font-weight: 900;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 0 0;
}

.footer h6 {
    font-weight: 900;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 8px 0 0;
}


/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: black;
    padding: 10px 0;
}

.bottom p {
	margin: 0;
}

.bottom a {
	background: url(../img/x.png) no-repeat center left;
   	color: white;
    font-size: 10px;
    padding: 0 0 0 20px;
}






@media only screen and (max-width: 63.9375em) { 


/* Header
-----------------------------------------------------------*/

.header {
    height: 130px;
    padding-top: 20px;
	position: absolute;
	z-index: 9;
	width: 100%;
}

.logo {
    margin-top: 10px;
    position: absolute;
    width: 320px;
}


.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: visible; // solves a bug where background image disappears in medium
}

a.menu_icon {
    color: #fff;
}

.menu_icon {
    margin: 0;
	font-size: 50px;
}

.menu_icon::after {
    display: none;
}

.menu-primary-container{
	margin-top: 30px;
}

#offCanvasMenu .close-button {
    background: #EF4E29 none repeat scroll 0 0;
    border-radius: 0;
    color: white;
    font-size: 21px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    z-index: 999;
}

#offCanvasMenu label {
    background: black none repeat scroll 0 0;
    color: white;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    letter-spacing: 1px;
    padding: 8px 10px;
}

#offCanvasMenu ul.nav {
    float: none;
    margin: 0;
}

#offCanvasMenu ul.nav li {	
	border: none;
    border-bottom: 1px solid #ccc;
    float: none;
    margin: 0;
    padding: 0;
}

#offCanvasMenu ul.nav li a {
	font-family: 'Roboto Condensed', sans-serif;
    display: block;
    margin: 0;
    padding: 20px 20px;
	border: none;
	color: black;
	background: none;
	text-transform: uppercase;
	font-weight: 300;
}

#offCanvasMenu ul li {
	list-style: none;
	font-family: 'Roboto Condensed', sans-serif;
}


#offCanvasMenu ul.nav li:last-child  {
    border-bottom: 0px solid #ccc;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0rem;
}

.accordion-menu li {
    width: 100%;
    display: inline-block;
}

.socialmenu {
    padding: 0;
}

#offCanvasMenu .secondarymenu ul{
	margin-top: 15px;
}

#offCanvasMenu .socialmenu {
    margin: 0 0 0 10px;
}

#offCanvasMenu .socialmenu li a {
    margin-right: 20px;
    color: #395499;
    float: left;
	font-size: 24px;
	color: #000;
}

.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
    text-align: center;
}

.main h1{
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 1px;
}

.main span {
    color: #fff;
    font-size: 18px;
    line-height: 52px;
}

.orbit-slide {
    width: 100%;
    height: 450px;
}


.black {
	background: url(../img/black.png);
	padding: 200px 0 280px 0;
}

.serviceshape {
  --p: 200px; /* control the shape (can be percentage) */
  aspect-ratio: 2;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--p)) 100%,0 100%);
	background: url('../img/elevation-map.png') no-repeat center;
	width: 80%; 
	padding: 200px 0; 
}

.footer {
	display: none;
}

}









@media only screen and (max-width: 39.9375em) {

h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 1px;
}

.header {
    height: 130px;
    padding-top: 20px;
	position: absolute;
	z-index: 9;
	width: 100%;
}

.logo {
    margin-top: 10px;
    position: absolute;
    width: 200px;
}

.menu_icon {
    margin: 0;
	font-size: 32px;
}

.main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    text-align: center;
}

.main h1{
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 1px;
}

.main span {
    color: #fff;
    font-size: 18px;
    line-height: 52px;
}

.orbit-slide {
    width: 100%;
    height: 300px;
}

.black {
	background: url(../img/black.png);
	padding: 100px 0 280px 0;
}

.main i{
	font-size: 28px; 
	color: #EF4E29; 
	margin-bottom: 10px;
}

.ourlocations i{
	font-size: 28px; 
	color: #EF4E29; 
	margin-bottom: 10px;
}

.footer {
	display: none;
}

.ourlocations h2 {
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    line-height: 34px;
}

.ourlocations p {
    font-size: 13px;
    letter-spacing: 1px;
}

.serviceshape {
  --p: 0px; /* control the shape (can be percentage) */
  aspect-ratio: 2;
  clip-path: polygon(0 0,100% 0,calc(100% - var(--p)) 100%,0 100%);
	background: url('../img/elevation-map.png') no-repeat center;
	width: 100%; 
	padding: 200px 0; 
}

.serviceshape h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: 1px;
    margin-top: -100px;
}

.homeservicedescription {
	width: 100%;
}

}










/* IE 
-----------------------------------------------------------*/
.ie8 .row               { width:1000px !important; }
.ie8 .row .row			{ width:100%   !important; }
.ie8 .row .row .row     { width:100%   !important; }
.ie8 .large-centered    { width:100%   !important; }
.ie8 .columns           { float:left; padding: 0 20px;}
.ie8 .large-1.columns   { width:  8%; }
.ie8 .large-2.columns   { width: 15%; }
.ie8 .large-3.columns   { width: 25%; }
.ie8 .large-4.columns   { width: 33%; }
.ie8 .large-5.columns   { width: 40%; }
.ie8 .large-6.columns   { width: 50%; }
.ie8 .large-7.columns   { width: 58%; }
.ie8 .large-8.columns   { width: 66%; }
.ie8 .large-9.columns   { width: 75%; }
.ie8 .large-10.columns  { width: 83%; }
.ie8 .large-11.columns  { width: 90%; }
.ie8 .large-12.columns  { width: 100%;}
.ie8 .hide-for-large-up { display:none; }





/* Visibility Classes 
-----------------------------------------------------------*/	

@media only screen { /* small displays */
	.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 40.063em) { /* medium displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 64.063em) { /* large displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 90.063em) { /* xlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}

@media only screen and (min-width: 120.063em) { /* xxlarge displays */
	.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
		display: inherit !important; }
	.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
		display: none !important; }}