.wc-block-cart__payment-options, .message__content {
	display: none !important;
}


.service {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}



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

.tinynumb{
	font-size: 12px;
    padding: 0 9px;
    border-radius: 20px;
    font-family: "Lato", sans-serif;
    position: absolute;
    right: -11px;
    top: 2px;
    z-index: 9999;
    color: #000;
    text-align: left;
}



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

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


.header {
	padding-top: 8px;
    height: 135px;
    width: 100%;
}



/* No Header Image Header
----------------------------------------------------------------*/

.pagetitle {
	background: #666;
	padding: 50px 0 30px;
}

.pagetitle h2 {
	color: #fff;
}





/* General
-----------------------------------------------------------*/
body {
	font-family: "Lato", sans-serif !important;
	font-size: 14px;
	line-height: 24px;	
}

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

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

h2 {
	font-family: "Lato", sans-serif;
	font-size: 42px;
	font-weight: 900;
	color: #2F7AAD;
}

h3 { 
	font-family: "Lato", sans-serif;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.leftcol h3 { 
	font-family: "Lato", sans-serif;
	font-size: 38px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 600;
}

.leftcol p {
    font-size: 28px;
    line-height: 32px;
}

.rightcol {
    font-size: 18px;
    line-height: 28px;
    border-left: 1px solid #fff;
    padding-left: 25px;
    letter-spacing: 1px;
    font-weight: 600;
}

.rightcol .button {
    margin-top: 20px;
}

.content h4 {
	margin-top: 30px;
}


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

a {
	color: #4B92C9;
}

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

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 {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

a.button, [type="submit"] {
    background: #568F70;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    margin: 0 0 30px;
    padding: 10px 15px;
    letter-spacing: 1px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
    border: 1px solid #D2D2D2;
}

a.buttonblack, [type="submit"] {
    background: #568F70;
    border: none;
	border-radius: 8px;
    color: #fff;
	font-size: 18px;
	line-height: 18px;
    cursor: pointer;
    margin: 0 0 10px;
    padding: 10px 15px;
	letter-spacing: 1px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	margin: 0;
    border: 1px solid #D2D2D2;
}

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

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




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


/*--- Top ---*/
.top {

}

.top ul {
	margin: 0;
}

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


/*--- Header ---*/

.header {
    background: #fff;
	height: 135px;
}

.logo{
	max-height: 119px;
}

.logo2{
    position: absolute;
	margin-top: 10px;
}

/*--- Nav ---*/

.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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -18px;
}



.dropdown.menu a {
    padding: 0.7rem 0rem;
    margin: 0 0 0 77px;
}

.is-dropdown-submenu-parent .dropdown.menu a {
    padding: 0.7rem 0rem;
    margin: 0 0 0 20px;
}


.dropdown.menu a i {
    padding: 0rem 0rem;
    margin: -23px 0 0 0px;
	font-size: 24px;
}


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

.dropdown .is-dropdown-submenu a {
    line-height: 23px;
}

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

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


.dropdown.menu>li>a {
    padding: 0rem 0rem 15px;
}



.menu a {
    font-family: "Lato", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 0;
    display: block;
    padding: 0rem 0rem;
    color: #2F7AAD;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}



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

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

.secondarymenulink ul.nav.dropdown.menu li {
	float: left;
    list-style: none;
    background: #568F70;
    padding: 4px 10px;
}

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

.headeraddress .secondarymenulink li {
    padding: 0;
}

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 {
	color: #2F7AAD;
    padding-bottom: 18px;
}

ul.nav.dropdown.menu li.current_page_item > ul a:hover,
ul.nav.dropdown.menu li.current-menu-parent > ul a:hover,
ul.nav.dropdown.menu li.current-menu-ancestor > ul a:hover {
	color: #fff;
    padding-bottom: 18px;
}


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 {
	color: fff;
	border-bottom: 3px solid #2F7AAD;
    padding-bottom: 18px;
}

ul.nav.dropdown.menu li.current_page_item > ul a,
ul.nav.dropdown.menu li.current-menu-parent > ul a,
ul.nav.dropdown.menu li.current-menu-ancestor > ul a {
	color: fff;
	border-bottom: 0px solid #2F7AAD;
    padding-bottom: 18px;
}


ul.nav.dropdown.menu li > ul a:hover {
	color: #fff;
}

ul.nav.dropdown.menu li ul > li:hover {
	background: #2F7AAD;
	color: #fff;
}

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


.menu-primary-container {
    margin-top: 60px;
    width: 100%;
}


.headeraddress {
	font-family: "Lato", sans-serif;
	font-size: 13px;
    background: #2F7AAD;
    color: #fff; 
	height: 42px;
}

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

.headeraddress li{
	padding: 0 0 0 8px;
	margin-left: 10px;
}

.headeraddress li i {
	margin-right: 3px;
}

.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: "Lato", 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
-----------------------------------------------------------*/

.home .content {
	margin-top: 0px;
	margin-top: 0px;
}

.content {
    margin-top: 50px;
}

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

.mainbg {
	position: absolute; 
	bottom: 0; 
	width: 100%; 
	z-index: 9999;
}

.black {
	background: url(../img/black.png);
    padding: 0 0 20px 0;
	height: 600px;
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
	overflow: hidden;
}

.main h1{
	margin-top: 110px;
    color: #fff;
    font-size: 48px;
    line-height: 65px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding: 0;
}

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

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

.orbit-slide a{

}


.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; 
}


.slidetitle {
	text-align: left;
}


.featurecolumn {
	background: #eee;
}

.featuretext {
	padding: 15px;
	background: #568F70; 
	color: #fff; 
	border-radius: 25px;
	margin-bottom: 30px;
}

.featuretext-inner {
	padding: 15px;
}

.introparagraph {
	padding: 45px 0;
	color: #fff;
}

.introparagraph h2 {
    color: #fff;
    font-weight: 600;
    padding: 0px;
    line-height: 44px;
}

.introparagraph p {
	font-size: 21px;
	line-height: 37px;
	font-weight: 600;
}

.calltoaction {
    color: #fff;
    height: 190px;
	text-align: center;
	background-color: #4B92C9; /* base blue background */
	background-image: url(../img/dirt-left.png), url(../img/dirt-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;

}

.calltoaction h2 {
	font-size: 62px;
	line-height: 72px;
	text-transform: uppercase;
	border-left: 0px solid #4B92C9;
    padding-left: 0px;
}

.calltoaction p {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}


.ourclients {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align:  center;
}

.logo-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.logo-marquee__viewport {
    overflow: hidden;
    width: 100%;
    height: 90px;
    position: relative;
}

.logo-marquee__track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.logo-marquee__item {
    flex: 0 0 auto;
    margin: 0 40px;
    display: flex;
    align-items: center;
}

.logo-marquee__item img {
    max-height: 70px;
    width: auto;
    max-width: 100%;
    display: block;
}

.logo-marquee__item img:hover {
    opacity: 1;
}

/* Animation */
@keyframes logo-marquee-scroll {
    0% {
        transform: translateY(-50%) translateX(0);
    }
    100% {
        transform: translateY(-50%) translateX(-50%);
    }
}







/* Content
-----------------------------------------------------------*/
.intro {
	padding: 30px 0;
	background: #2F7AAD;
	color: #fff;
}


input.wpcf7-tel {
	padding: 30px 20px;
}

form {
	background: #fff;
	padding: 10px;
}

.content ul {
	margin-bottom: 30px;
}

.details {
    background: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}

.details ul {
    text-align: left;
}

.details p {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
}

.details a.button {
    margin: 0px auto 0px;
}

.details{
  position: relative;
  overflow: hidden;
}

.details::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,0.7), rgba(255,0255,255,0.7)),
    var(--bg-image);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  z-index:0;
}

.details > *{
  position: relative;
  z-index:1;
}


.eventdetails {
	margin-top: 12px;
}

.featuretext {
	font-size: 18px;
    letter-spacing: 1px;
    padding: 30px;
}

.featuretext li{
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.featuretext h4 {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
}

.details hr, .ourclients hr {
    clear: both;
    max-width: 60px;
    height: 0;
    margin: 0.75rem auto 1.25rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 4px solid #568F70;
    border-left: 0;
}

hr {
    clear: both;
    max-width: 60px;
    height: 0;
    margin: 0.75rem 0 1.25rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 4px solid #568F70;
    border-left: 0;
}


.blacktitle hr {
    margin: 0.75rem auto 1.25rem;
    border-bottom: 4px solid #ffffff;
}

.service-block hr {
    clear: both;
    max-width: 60px;
    height: 0;
    margin: 0.75rem 0 1.25rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 4px solid #568F70;
    border-left: 0;
}

ul.nav.dropdown.menu li.current_page_item.ticketsbtn > a,
ul.nav.dropdown.menu li.current-menu-parent.ticketsbtn > a,
ul.nav.dropdown.menu li.current-menu-ancestor.ticketsbtn > a,
ul.nav.dropdown.menu li.current_page_item.ticketsbtn > a:hover,
ul.nav.dropdown.menu li.current-menu-paren.ticketsbtnt > a:hover,
ul.nav.dropdown.menu li.current-menu-ancestor.ticketsbtn > a:hover {
	color: #fff;
    padding-bottom: 18px;
}

.ticketsbtn a:hover {
	color: #fff;
}

.ticketsbtn a {
	color: #fff;
}

.ticketsbtn a {
	color: #fff;
}

.conintro {
	margin-bottom: 30px;
}

.tribe-tickets__attendee-tickets-footer-checkout-button
 {
    background-color: #2f7aad !important;
    padding: 11px 14px;
    width: auto;
}

.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
    background-color: #2f7aad !important;
    color: var(--tec-color-background);
    margin-left: auto;
    white-space: nowrap;
}

/* Ticket Stuff
-----------------------------------------------------------*/

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
    background-color: #568F70 !important;
    color: var(--tec-color-text-disabled);
    cursor: not-allowed;
    font-family: "Lato", sans-serif !important;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
    color: var(--tec-color-text-primary);
    font-family: "Lato", sans-serif !important;
    font-weight: var(--tec-font-weight-bold);
    text-transform: none;
}

.tribe-common .tribe-common-h4, .event-tickets .tribe-common-h4, .entry .entry-content .event-tickets .tribe-tickets__tickets-title, .event-tickets .tribe-tickets__tickets-title {
    font-family: "Lato", sans-serif !important;
    text-transform: none;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    display: none !important;
}

button {
    background: #ffc439;
    font-weight: 600;
}

.wc-block-components-checkout-return-to-cart-button {
    color: red;
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    display: inline-flex;
    height: auto;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: box-shadow .1s linear;
    background: #ffc439;
    color: #000;
    font-weight: 600;
}

.wp-block-separator.is-style-dots {
    display: none!important;
}



/* Footer
-----------------------------------------------------------*/
.home .footer {
	background: #2d2d2d;
	color: #fff;
	padding-top: 20px;
    margin-top: 0px;
}

.footer {
	background: #2d2d2d;
	color: #fff;
	padding-top: 30px;
    margin-top: 30px;
}

.footer a{
	color: #fff;
}

.footer ul {
	list-style: none;
	margin-top: 30px;
	float: right;
}

.footer li {
	display: inline-block;
	float: left;
}

.footer li a {
	margin-left: 20px;
}

.footeraddress {
	line-height: 14px;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  text-decoration: none;
  color: #fff;
  font-family: "Inter", sans-serif;
}




/* Bottom
-----------------------------------------------------------*/
.bottom {
    background: #2d2d2d;
    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 {

}

.logo {
 
}

.footer {
	display: none;
}

.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: #2F7AAD;
	display: inline-block;
	float: right !important;
}

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

.menu_icon::after {
    display: none;
}

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

#offCanvasMenu .close-button {
    background: #4B92C9 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: "Lato", 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: "Lato", sans-serif;
}


#offCanvasMenu ul.nav li:last-child  {
    border-bottom: 1px 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 h1 {
    margin-top: 110px;
    color: #fff;
    font-size: 48px;
    line-height: 65px;
    font-family: "Lato", sans-serif;
}


.calltoaction h2 {
	font-size: 48px;
	line-height: 55px;
	text-transform: uppercase;
	border-left: 0px solid #4B92C9;
    padding-left: 0px;
}


.calltoaction p {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

h2 {
    font-family: "Lato", sans-serif;
}


.leftcol h3 {
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.leftcol p {
    font-size: 24px;
    line-height: 32px;
}

.featuretext h4 {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 1px;
}

}




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

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

h1 { 
	font-family: "Lato", sans-serif;
	font-size: 42px;
	padding-left: 12px;
}

.black {
	background: url(../img/black.png);
    padding: 0 0 20px 0;
	height: 350px;
}

.main {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 350px;
	overflow: hidden;
}

.header {
    background: #fff;
    height: 90px;
}

.logo {
    width: 75px;
}

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

.main h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    font-family: "Lato", sans-serif;
}

.featuretext h4 {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 1px;
}


.main p {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}

.rightcol {
    font-size: 18px;
    line-height: 28px;
    border-left: 0px solid #fff;
    border-top: 1px solid #fff;
    padding-left: 0px;
	padding-top: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.footer {
	display: none;
}

.introparagraph {
    padding: 40px 0 50px;
    color: #fff;
}

.bottom {
	margin-top: 30px;
}

.ourclients {
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
}

}










/* 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; }}